summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Make gpart the default partitioning class on all platforms.marcel2008-12-172-3/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-4/+0
* Avoid confusion and adjust link address range of Marvell Orion kernel so it israj2008-12-051-4/+4
* Fix configuration of the PCI bridge. This got omitted in the initial import ofraj2008-12-051-0/+4
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-0/+1
* - Fix spelling error in comments.stas2008-12-018-8/+8
* - Get rid of unused variable in KTR checks. This allows ktr(4) enabledstas2008-11-301-3/+2
* - Get rid of extra include file, erroneously added by thestas2008-11-301-1/+0
* - Obtain main clock frequency dynamically based on CKGR_MCFR registerstas2008-11-301-6/+50
* enable use of modules but disable them by adding MODULES_OVERRIDE=""sam2008-11-3011-0/+11
* 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
OpenPOWER on IntegriCloud