summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/locore.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start all license statements with /*-imp2005-01-051-1/+1
* Use the RET macro.cognet2004-11-091-2/+2
* If we're still running at the physical address, jump to the virtual addresscognet2004-11-051-0/+13
* Remove dead code.cognet2004-09-281-4/+0
* Map the kernel very early if needed.cognet2004-09-231-15/+49
* Remove filename+line number from panic messages.phk2004-06-061-5/+1
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+312
OpenPOWER on IntegriCloud