summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/elf_trampoline.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r278518: Resolve cache line size from CP15 instead of hard-coded 32.ian2015-05-231-0/+11
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-171-11/+1
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-4/+10
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-1/+1
* MFC r258359, r258742, r258845, r259936, r259640ian2014-05-141-1/+1
* Another warning.rpaulo2013-07-071-1/+1
* armadaxp_idcache_wbinv_all() is in this file.rpaulo2013-07-071-1/+2
* Fix all the compiler warnings in elf_trampoline.c.rpaulo2013-07-071-4/+22
* Implement the required but unused __aeabi_unwind_cpp_* functions in theandrew2013-03-161-0/+15
* Replace generic ARM11 option with more specificgonzo2012-12-201-1/+1
* Add ARM11 support for elf trampolinegonzo2012-08-261-0/+2
* Merging projects/armv6, part 1gonzo2012-08-151-49/+106
* Final whitespace trim.imp2012-06-131-17/+17
* - Disable MMU before reconfiguring the pagetables in the trampoline code.stas2012-04-251-0/+11
* Include opt_* headers first. Otherwise we can end up with redefinedmarcel2011-10-041-7/+7
* Try to be a little smart at guessing where _start is located in flash, insteadcognet2010-11-011-2/+4
* Add support for FA626TE.kevlo2010-05-041-1/+1
* Add support for Cavium Econa CNS11XX ARM boards. These boards wererpaulo2010-01-041-0/+2
* Disable write-back until I figure out what's wrong with it on the i81342.cognet2009-06-211-7/+1
* Remove unused variables.cognet2009-02-021-2/+2
* Fix confusing naming of Marvell ARM CPU specific routines.raj2009-01-091-1/+1
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-131-0/+2
* Remove unneeded #include <stdlib.h> (?)cognet2008-08-041-2/+0
* Make kernel.tramp build properly on ARM9E.raj2008-04-041-0/+2
* We need to prototype _start() as well, as we use it to test if we're runningcognet2008-03-221-0/+1
* Bring in two bandaids to get the elf trampoline to work again, until I findcognet2007-07-271-5/+15
* Teach the kernel and the ELF trampoline how to boot from onboard flash.cognet2007-02-191-1/+32
* Do not include both <sys/types.h> and <sys/param.h>, it is a style bug ascognet2006-11-011-2/+1
* Include <sys/types.h>, to get definition for uint32_t.cognet2006-10-301-0/+1
* style(9) cleanup.kevlo2006-10-211-1/+0
* Finally bring it support for the i80219 XScale processor.cognet2006-08-241-1/+2
* add comment about why we include opt_global.himp2006-08-151-0/+4
* There's no need to allocate that much phdr/shdr from the stack.cognet2006-06-231-2/+2
* Add the arm9_setup() prototype.cognet2006-06-231-0/+2
* arm9_setup() is now needed even if we're not using a gzipped kernel, so movecognet2006-06-221-1/+1
* Make sure the stack is properly aligned.cognet2006-06-181-10/+32
* MFp4:cognet2006-06-121-10/+131
* To avoid problems, invalidate the data cache and disable the MMU oncecognet2006-05-301-2/+32
* Build a minimal pagetables, with only section mappings, mapped write through,cognet2006-01-201-5/+52
* Make the elf trampoline disable the MMU, and link it at physical address,cognet2005-12-201-4/+36
* Teach the elf trampoline how to deal with gzipped kernels.cognet2005-12-051-50/+175
* Use a magic number to know we were started from the elf wrapper.cognet2005-11-241-4/+14
* Import a small ELF trampoline, in which the kernel is embedded, and thatcognet2005-10-031-0/+198
OpenPOWER on IntegriCloud