summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* 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
* When mapping an address, the bsh needs the same offset we do for otherimp2014-01-311-1/+1
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-2812-12/+0
* Before resetting the USART, delay a bit to allow the transmitter toimp2014-01-261-3/+2
* Make early printf output nicer by inserting a carriage return beforeimp2014-01-251-0/+4
* Bus space handles need to be the VA of the requested resource, not theimp2014-01-251-2/+4
* Fix gcc with -Wstrict-prototypes by telling it bi_emac takes no parameters.andrew2014-01-251-1/+1
* Remove redundant declaration for uart devclass.imp2014-01-242-3/+3
* Implement support for early printf. You need to define SOCDEV_{PA,VA}imp2014-01-221-0/+18
* Connect NAND for the SAM9260EK eval board, as well as the HotE HL-201.imp2014-01-193-22/+173
* Add standard memory controller helper functions.imp2014-01-193-0/+208
* Add data so we can convert a PIO unit number into a base address.imp2014-01-156-5/+51
* Provide a simplified way to specify GPIO pins for the Atmel port.imp2014-01-151-0/+296
* Set the SoC name for the atmelbus name.imp2013-12-301-1/+1
* Plumb the cn_grab and cn_ungrab routines down into the uartimp2013-12-211-0/+16
* Loose -> Lose so this sentence makes sense.imp2013-12-111-1/+1
* Fix one race and one fence post error. When the TX buffer wasimp2013-12-111-14/+23
OpenPOWER on IntegriCloud