summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove leakage of other patches into last commit.imp2012-06-135-5/+5
* Add ARM callchain support for hwpmc.fabient2012-06-131-3/+11
* trim trailing whitespaceimp2012-06-1321-36/+33
* Final whitespace trim.imp2012-06-1337-275/+271
* Trim trailing whitespace...imp2012-06-1316-40/+40
* Strip trailing whitespace before other changes.imp2012-06-1317-63/+62
* Strip trailing whitespace.imp2012-06-1319-45/+45
* trim trailing spaces that have accumulated over the years (these filesimp2012-06-1340-204/+203
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-104-4/+0
* The GUMSTIX-QEMU config file is almost identical to the GUMSTIX config,andrew2012-06-101-69/+2
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-1012-90/+30
* Remove stray break; that resulted from a last-minute, untested change.imp2012-06-061-1/+0
* Enhance the Atmel SoC chip identification routines to account for moreimp2012-06-069-82/+255
* Remove dead code.imp2012-06-051-140/+0
* Eliminate the now-unused AT91C_MASTER_CLOCK option and change the oneimp2012-06-041-1/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-0312-47/+56
* Remove stray repeated line...imp2012-06-031-1/+0
* - Now that the DataFlash related drivers work properly (at91_spi(4) sincemarius2012-06-031-7/+7
* - Prepend the device description with "AT91" to reflect its nature. [1]marius2012-06-032-72/+193
* Revert debug and other immature code accidentally committed in r236372.imp2012-06-015-60/+12
* Initialize the clocks before we call cninit() so that the serialimp2012-06-016-20/+68
* Print userspace backtrace for current thread.gber2012-05-301-5/+7
* Flush D and I caches after setting a breakpoint.gber2012-05-301-0/+3
* Compute the master clock frequency, so we no longer need to have itimp2012-05-2913-44/+36
* - Correct the comments regarding the sizes of some partitions in themarius2012-05-281-2/+8
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+2
* Return Supervisor SP and LR registers instead of User ones while in KDB thread.gber2012-05-241-1/+5
* ARMs don't have motherboards.gber2012-05-241-1/+1
* MFprojects/zfsd:mav2012-05-241-1/+1
* Soft PMC support for ARM.fabient2012-05-232-3/+9
* Be a little less magical, not that these values are likely to change...imp2012-05-212-4/+7
* Implement pmap_mincore for arm. Now programs using it don't cause aimp2012-05-211-3/+53
* Another minor re-arrangement of the code: calcualte the master clockimp2012-05-211-52/+64
* Minor cleanup before some more major changes:imp2012-05-201-15/+11
* Unbreak LINT for ARM: DEBUG is a kernel configuration option.marcel2012-05-191-3/+0
* Add localbus driver for Marvell's platforms.gber2012-05-181-0/+493
* Add architecture dependent code to support NAND Framework on Marvell SoCs.gber2012-05-188-28/+97
* Add glue/support for the SAM9XE512-based Ethernut 5 boards. Currently,marius2012-05-125-0/+364
* Remove unused cruft. We call through memcpy more directly when weimp2012-05-111-5/+0
* This comment has become unmoored from the code to which it applies.imp2012-05-111-6/+4
* Remove obsolte big endian flag. It is no longer needed.imp2012-05-112-2/+0
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samimp2012-05-111-0/+2
* Generate board id's from Linux's mach-types database for all armimp2012-05-102-0/+4201
* Fix the MACHINE_ARCH for big endian arm to be armeb.imp2012-05-061-0/+4
* I need to change uname -p, not uname -m, so back this out.imp2012-05-051-7/+3
* Big endian arm boxes need to have a uname -m of armeb, not arm, soimp2012-05-051-0/+5
* Fix comment about what board this is really for left over from earlyimp2012-05-021-5/+1
* The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn'timp2012-05-021-1/+1
* - Add missing locking in at91_usart_getc().marius2012-05-011-117/+157
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
OpenPOWER on IntegriCloud