summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-2/+2
* Make note about reset vs RTOE actions...imp2014-08-181-0/+1
* Remove keyboard entropy [1] from r270105.bz2014-08-171-1/+1
* Add missing license to at91_common.c. It was committed w/o a license.imp2014-08-171-1/+26
* Define at91_master_clock in only one file to eliminate warnings aboutimp2014-08-171-1/+1
* Rename the old initarm_* functions to the new platform_* names. Alsoian2014-08-171-6/+8
* Implement the FDT static pinctl/pinmux spec for Atmel. This willimp2014-08-153-7/+547
* Print the symbolic bit names for the status when we get a timeout.imp2014-08-142-2/+26
* Add AIC to at91sam9260 support, now that it is needed for multipass toimp2014-08-143-1/+3
* Add support for multipass to Atmel, for both FDT and !FDT cases.imp2014-08-144-16/+14
* Start to add FDT support.imp2014-08-142-9/+107
* Add support for FDT and !FDT configs on Atmel, though FDT isn'timp2014-08-141-9/+17
* Don't bother clearing maps for static DMA allocations to NULL. Instead,jhb2014-06-171-1/+0
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-111-8/+7
* Remove extra semicolons.kevlo2014-06-061-3/+3
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-101-6/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* The arm exception entry points currently vector through a function pointerian2014-03-091-9/+0
* Remove bogus define that causes compile errors. Most of the definesimp2014-03-091-1/+0
* Move AIC related stuff to own file.imp2014-03-088-66/+203
* Properly round on unmapping.imp2014-03-081-1/+5
* Make at91_soc_id() public.imp2014-03-082-1/+2
* tcb device for fdtimp2014-02-281-0/+105
* shdwc device for fdtimp2014-02-281-0/+105
* Add device node for SDRAMC device. Currently just claims device'simp2014-02-281-0/+105
* Style(9) nit: Use tab here.imp2014-02-271-1/+1
* Honor the disabled status by only grabbing resources and returningimp2014-02-132-0/+18
* Fix board ID too...imp2014-02-131-1/+1
* Fix board name.imp2014-02-131-1/+1
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()ian2014-02-121-22/+37
* Check in the "real" board_tsc4370 file in place of the stubbed out one.ian2014-02-111-17/+547
* If someone tries to boot a generic ATMEL kernel that has no board_init()ian2014-02-091-0/+5
* Add FDT attachment.imp2014-02-091-1/+16
* FDT attachment...imp2014-02-091-6/+18
* Add TWI attachment for FDT. We're only matching the SAMG20 device forimp2014-02-091-1/+18
* Add FDT attachment.imp2014-02-091-1/+17
* Add FDT attachment. Flag lost functionality with FDT_HACKS so we canimp2014-02-091-1/+26
* Add FDT attachment.imp2014-02-091-1/+19
* Add FDT attachment, plus minor code shuffle.imp2014-02-091-19/+37
* Add FDT attachment.imp2014-02-091-1/+23
* Add FDT matching code.imp2014-02-091-1/+17
* No need to set physmem in each initarm() instance anymore, it's handledian2014-02-091-1/+0
* It turns out a global variable is the only straightforward way toian2014-02-091-0/+1
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedian2014-02-091-2/+2
* Consolidate code related to setting up physical memory configuration intoian2014-02-081-14/+16
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usandrew2014-02-061-1/+2
* Fix AT91SAM9260 to work with PA rather than VA device addresses.imp2014-02-011-4/+4
* Move these for diff reduction against FDT work.imp2014-01-311-12/+12
* Minor cleanup of comments.imp2014-01-311-7/+4
* Switch to using PAs rather than VAs for the addresses we map forimp2014-01-315-31/+43
OpenPOWER on IntegriCloud