aboutsummaryrefslogtreecommitdiffstats
path: root/hw/arm_boot.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17arm_boot: Pass base address of GIC CPU interface, not whole GICPeter Maydell1-4/+4
2012-02-17hw/arm: Remove redundant arguments from set_kernel_args*Stefan Weil1-9/+8
2012-01-26arm_boot: support board IDs more than 16 bits widePeter Maydell1-6/+5
2012-01-26arm: add secondary cpu boot callbacks to arm_boot.cMark Langsdorf1-11/+43
2012-01-17hw/arm_boot.c: Make SMP boards specify address to poll in bootup loopEvgeny Voevodin1-8/+10
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil1-3/+3
2011-04-20hw/arm_boot.c: move initrd load address up to accommodate large kernelsPeter Maydell1-1/+1
2011-03-06target-arm: Integrate secondary CPU reset in arm_bootAdam Lackorzynski1-8/+15
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-0/+1
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-2/+2
2009-11-19ARM PBX-A9 board supportPaul Brook1-3/+4
2009-11-11Fix ARM MCore secondary cpu bootPaul Brook1-2/+2
2009-11-11Fix ARM system emulationPaul Brook1-28/+37
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-09-20Compile loader only onceBlue Swirl1-2/+12
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-04-09Use load_image_targphys.pbrook1-11/+6
2009-04-09Use guest memory access functions when setting up arm boorloader.pbrook1-67/+82
2009-03-07clean build: Fix arm build warningsaurel321-1/+1
2008-11-20uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori1-2/+2
2008-11-20uImage: return base load address (Hollis Blanchard)aliguori1-1/+2
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog1-55/+63
2007-11-17Break up vl.h.pbrook1-1/+3
2007-11-11ARMv7 support.pbrook1-1/+21
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-07-27Optionally setup old style linux bootparams for -kernel, by Juergen Lock.balrog1-1/+77
2007-04-30Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog1-9/+10
2007-04-01Improved initrd support for mips.ths1-1/+1
2007-03-11ARM reabbot support (orginal patch by Aurelien Jarno).pbrook1-0/+19
2007-03-06Simple u-boot image loading support.pbrook1-12/+22
2007-01-17ARM boot fix (Jason Wessel).pbrook1-2/+2
2007-01-16ARM ELF loader.pbrook1-22/+32
2006-04-27Add nominal ARM Versatil/AB board emulation.pbrook1-0/+105