aboutsummaryrefslogtreecommitdiff
path: root/hw/arm_boot.c
AgeCommit message (Expand)Author
2012-07-20hw/arm_boot.c: Support DTBs which use 64 bit addressesPeter Maydell
2012-07-20hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacityPeter Maydell
2012-07-20hw/arm_boot.c: Consistently use ram_size from arm_boot_info structPeter Maydell
2012-06-19arm_boot: Conditionalised DTB command line updatePeter A. G. Crosthwaite
2012-06-11arm_boot: Pass ARMCPU to arm_load_kernel()Andreas Färber
2012-06-11arm_boot: Pass ARMCPU to arm_boot_info::secondary_cpu_reset_hook()Andreas Färber
2012-06-11arm_boot: Pass ARMCPU to arm_boot_info::write_secondary_boot()Andreas Färber
2012-06-04arm_boot: Pass ARMCPU to do_cpu_reset()Andreas Färber
2012-03-14arm hw/: Don't use CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-02arm: add device tree supportGrant Likely
2012-02-17arm_boot: Pass base address of GIC CPU interface, not whole GICPeter Maydell
2012-02-17hw/arm: Remove redundant arguments from set_kernel_args*Stefan Weil
2012-01-26arm_boot: support board IDs more than 16 bits widePeter Maydell
2012-01-26arm: add secondary cpu boot callbacks to arm_boot.cMark Langsdorf
2012-01-17hw/arm_boot.c: Make SMP boards specify address to poll in bootup loopEvgeny Voevodin
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil
2011-04-20hw/arm_boot.c: move initrd load address up to accommodate large kernelsPeter Maydell
2011-03-06target-arm: Integrate secondary CPU reset in arm_bootAdam Lackorzynski
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno
2009-11-19ARM PBX-A9 board supportPaul Brook
2009-11-11Fix ARM MCore secondary cpu bootPaul Brook
2009-11-11Fix ARM system emulationPaul Brook
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20Compile loader only onceBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-05-22Introduce reset notifier orderJan Kiszka
2009-04-09Use load_image_targphys.pbrook
2009-04-09Use guest memory access functions when setting up arm boorloader.pbrook
2009-03-07clean build: Fix arm build warningsaurel32
2008-11-20uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori
2008-11-20uImage: return base load address (Hollis Blanchard)aliguori
2008-04-14Move the excess of arm_load_kernel() parameters into a struct.balrog
2007-11-17Break up vl.h.pbrook
2007-11-11ARMv7 support.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-27Optionally setup old style linux bootparams for -kernel, by Juergen Lock.balrog
2007-04-30Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog
2007-04-01Improved initrd support for mips.ths
2007-03-11ARM reabbot support (orginal patch by Aurelien Jarno).pbrook
2007-03-06Simple u-boot image loading support.pbrook
2007-01-17ARM boot fix (Jason Wessel).pbrook
2007-01-16ARM ELF loader.pbrook
2006-04-27Add nominal ARM Versatil/AB board emulation.pbrook