summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/locore.S
Commit message (Expand)AuthorAgeFilesLines
* MFC r276394, r276397:ian2015-02-131-540/+22
* MFC r271394, r271398:ian2015-02-121-3/+3
* Clean up our ARM assembly:andrew2014-12-141-2/+2
* MFC r273288:andrew2014-10-291-1/+19
* MFC r270862, r270878: MMU fixes for kernel startup.ian2014-09-091-2/+3
* MFC r269390: Fix unwind info in hand-written asm (avoid nested functions).ian2014-08-111-4/+4
* MFC 265694, 265705, 265784:ian2014-05-181-70/+16
* MFC 262695, 262708, 262709, 262710, 262711, 262728, 262870, 262877, 262880,ian2014-05-161-0/+1
* MFC r262409, r262411, r262413, r262420, r262426, r262427, r262440, r262456,ian2014-05-161-1/+1
* MFC r261803, r261808, r261814, r261815, r261816, r261817, r261818, r261826,ian2014-05-151-11/+30
* MFC r261681, r261682, r261683, r261684, r261685, r261686, r261687, r261688,ian2014-05-151-2/+2
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-6/+3
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-37/+58
* MFC r261137, r261393ian2014-05-151-3/+3
* MFC r261252, r261279, r261304, r261305, r261322, r261336, r261337, r261338,ian2014-05-151-10/+22
* MFC r261038, r261039, r261040, r261041ian2014-05-141-1/+5
* MFC r258359, r258742, r258845, r259936, r259640ian2014-05-141-3/+4
* MFC r257170, r257171, r257172, r257240, r257278, r257279, r257280, r257281,ian2014-05-141-4/+0
* MFC r256628:ian2013-12-131-1/+1
* Switch to AP[2:1] access permissions model. Store "referenced"gber2013-05-231-0/+1
* Correct comment about initial VA=>PA mappinggber2013-05-061-1/+1
* Properly initialize Armada XP MP subsystem.gber2013-05-061-1/+5
* Insert STOP_UNWINDING directives in the _start (kernel entry point) andian2013-05-041-0/+2
* When running on armv6, set alignment checking to modulo-4 mode ratherian2013-03-311-3/+9
* Add an END macro to ARM. This is mostly used to tell gas where the boundsandrew2013-03-161-0/+10
* Ensure the stack is correctly aligned before calling the first C function.andrew2013-03-021-0/+1
* Update sigcode to use both the current ABI and FreeBSD's version of theandrew2013-01-141-1/+18
* Replace generic ARM11 option with more specificgonzo2012-12-201-4/+4
* Do not enable data cache until later in kernel init. Stale bits ingonzo2012-11-271-1/+1
* Merging projects/armv6, part 1gonzo2012-08-151-3/+157
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-20/+30
* 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
* Accept r1 as having the metadata pointer argument if r0 is 0.marcel2011-02-031-4/+10
* Disable interrupts to allow booting on firmware (e.g. U-Boot) thatmarcel2009-06-091-0/+5
* Use Oxf0000000 instead of 0xff000000 to guess the physical address, relativecognet2009-03-311-2/+2
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-141-0/+9
* One more L2 cache synchronization call that didn't make the previous commit.raj2008-10-131-0/+2
* Remove some long-dead codekevlo2008-04-081-37/+0
* ARM locore cosmetics.raj2008-02-051-10/+6
* Fix a comment to reflect the truth.cognet2007-09-271-1/+1
* Erm we can't change the value of arm_memcpy if we're running from flash.cognet2007-02-261-5/+0
* Teach the kernel and the ELF trampoline how to boot from onboard flash.cognet2007-02-191-36/+50
* Nitsville: the routine is called initarm, not init_arm, correct it inimp2006-06-211-1/+1
* Ooops, I removed the wrong bits.cognet2005-12-211-2/+3
* - Disable the instruction cache very early, until it's time to enable it again.cognet2005-12-201-23/+14
* Export the virtual and physical address in which the kernel was loaded,cognet2005-10-031-2/+9
* fix up white space, I had a simple comment fix, but I might as well do thejmg2005-03-161-12/+12
* MFp4: get the code that set the pc correctly to work, remove a few IQ31244cognet2005-02-201-10/+11
* Make sure we can boot both with and without MMU enabled.cognet2005-01-231-1/+5
OpenPOWER on IntegriCloud