summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* opt_at91.h isn't needed here at all anymore, since the board initimp2008-11-301-1/+0
* Convert BWCT and HL200 over to new board mechanism as well. Theimp2008-11-2511-51/+260
* Start to make it easier to add AT91RM9200 based boards:imp2008-11-257-52/+135
* Whitespace nit.imp2008-11-251-2/+2
* Save boot args.imp2008-11-251-0/+5
* more silly whitespace changes.imp2008-11-251-4/+2
* Fix various whitespace botches, mostly having them at the end of a line.imp2008-11-251-15/+13
* Replace disclaimer with the one from COPYRIGHT. Joint authors aggreedimp2008-11-253-30/+33
* Replace three magic constants with L1_S_SIZE, since that's what isimp2008-11-251-3/+3
* Tweak the disclaimer section of the license to match COPYRIGHT, forimp2008-11-2527-270/+298
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Improve error handling in pcib_mbus_identify().raj2008-11-191-1/+3
* Improve style(9) and other cosmetics in Marvell SOCs code.raj2008-11-193-64/+64
* Fix off-by-one error in mbus_attach().raj2008-11-191-1/+1
* Enable PCI in Marvell kernel configs.raj2008-11-193-0/+6
* PCI/PCI-Express support for Marvell systems.raj2008-11-1912-93/+1011
* - Fix two minor errors in at91 code.stas2008-11-182-2/+2
* ARM pmap style(9) and cosmetics.raj2008-11-061-5/+5
* Auto-size kernel page tables allocation on Marvell systems.raj2008-11-061-11/+9
* Support kernel crash mini dumps on ARM architecture.raj2008-11-066-4/+570
* Allow card reader bridge driver to report maximum supported transfer size.mav2008-10-291-0/+4
* - Add stream bus_space operations.stas2008-10-261-0/+36
* - Add a missing NULL-pointer check.stas2008-10-261-2/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Add arm/conf/DEFAULTS and populate it with:marcel2008-10-2315-28/+11
* Eliminate flushing of L2 cache in ARM context switch routines.raj2008-10-161-8/+0
* correct sizeof calculationsam2008-10-141-1/+1
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-143-1/+82
* Add kernel config files for Marvell development boards.raj2008-10-143-0/+235
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-1328-1/+5698
* One more L2 cache synchronization call that didn't make the previous commit.raj2008-10-131-0/+2
* Provide L2 cache synchronization (write back + invalidation) on ARM.raj2008-10-135-12/+134
* Do not use cached page for temporary mapping in pmap_zero_page_generic()raj2008-10-131-10/+8
* Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.raj2008-10-135-4/+514
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelimp2008-10-074-17/+18
* Allow static hints to override kenv.bms2008-10-021-0/+5
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-22/+1
* Properly implement read only. Also, the caps implementation is wrongimp2008-09-301-5/+1
* Implement MMCBR_IVAR_CAPS for AT91 MCI device.imp2008-09-281-0/+5
* White space nit.imp2008-09-281-1/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-44/+45
* Bandaid: disable interrupts to make sure intr_enabled and the IER registercognet2008-09-111-3/+8
* Remove the unused field "pc_prvspace" from the MD fields for the structcognet2008-09-111-6/+1
* ARM nexus style(9) improvements.raj2008-09-111-34/+31
* ARM interrupts improvements.raj2008-09-113-14/+16
* IXP425: split handling of the two QMGR interrupts so they are separatelyraj2008-09-111-14/+42
* Commit the no-brainer parts of my space saving kernel experiments. Weimp2008-09-081-1/+5
* Minor cleanup of this config file:imp2008-09-071-9/+12
OpenPOWER on IntegriCloud