aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+1
* Need to handle the !FDT case still too... I thought in r270025 weWarner Losh2015-05-221-0/+4
* Include machine/intr.h for arm_post_filter.Andrew Turner2015-04-041-0/+7
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-291-1/+1
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-073-0/+14
* Use explicit initializer style, fill in missing functions.Ian Lepore2015-01-212-70/+71
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-211-15/+14
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-211-12/+7
* Eliminate a redundant declaration.Ian Lepore2014-12-211-2/+0
* Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default.Ian Lepore2014-10-261-1/+0
* Fix the definitioin of AT91SAM9G45_IRQ_PIOE and rename it toKevin Lo2014-09-271-5/+4
* Remove a bogus AIC.Kevin Lo2014-09-271-2/+1
* Fix the size of AT91SAM9260_PIT_SIZE.Kevin Lo2014-09-261-1/+1
* Fix typos.Kevin Lo2014-09-265-11/+11
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-192-16/+16
* Convert the at91_pinctrl driver to use the new fdt_pinctrl interface.Ian Lepore2014-09-132-79/+58
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-102-2/+4
* Wrap some long lines.Warner Losh2014-09-041-20/+34
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-2/+2
* Make note about reset vs RTOE actions...Warner Losh2014-08-181-0/+1
* Remove keyboard entropy [1] from r270105.Bjoern A. Zeeb2014-08-171-1/+1
* Add missing license to at91_common.c. It was committed w/o a license.Warner Losh2014-08-171-1/+26
* Define at91_master_clock in only one file to eliminate warnings aboutWarner Losh2014-08-171-1/+1
* Rename the old initarm_* functions to the new platform_* names. AlsoIan Lepore2014-08-171-6/+8
* Implement the FDT static pinctl/pinmux spec for Atmel. This willWarner Losh2014-08-153-7/+547
* Print the symbolic bit names for the status when we get a timeout.Warner Losh2014-08-142-2/+26
* Add AIC to at91sam9260 support, now that it is needed for multipass toWarner Losh2014-08-143-1/+3
* Add support for multipass to Atmel, for both FDT and !FDT cases.Warner Losh2014-08-144-16/+14
* Start to add FDT support.Warner Losh2014-08-142-9/+107
* Add support for FDT and !FDT configs on Atmel, though FDT isn'tWarner Losh2014-08-141-9/+17
* Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin2014-06-171-1/+0
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-8/+7
* Remove extra semicolons.Kevin Lo2014-06-061-3/+3
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-101-6/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* The arm exception entry points currently vector through a function pointerIan Lepore2014-03-091-9/+0
* Remove bogus define that causes compile errors. Most of the definesWarner Losh2014-03-091-1/+0
* Move AIC related stuff to own file.Warner Losh2014-03-088-66/+203
* Properly round on unmapping.Warner Losh2014-03-081-1/+5
* Make at91_soc_id() public.Warner Losh2014-03-082-1/+2
* tcb device for fdtWarner Losh2014-02-281-0/+105
* shdwc device for fdtWarner Losh2014-02-281-0/+105
* Add device node for SDRAMC device. Currently just claims device'sWarner Losh2014-02-281-0/+105
* Style(9) nit: Use tab here.Warner Losh2014-02-271-1/+1
* Honor the disabled status by only grabbing resources and returningWarner Losh2014-02-132-0/+18
* Fix board ID too...Warner Losh2014-02-131-1/+1
* Fix board name.Warner Losh2014-02-131-1/+1
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()Ian Lepore2014-02-121-22/+37
* Check in the "real" board_tsc4370 file in place of the stubbed out one.Ian Lepore2014-02-111-17/+547