summaryrefslogtreecommitdiffstats
path: root/hw/arm_boot.c
Commit message (Expand)AuthorAgeFilesLines
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-7/+7
* hw/arm_boot.c: Support DTBs which use 64 bit addressesPeter Maydell2012-07-201-3/+32
* hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacityPeter Maydell2012-07-201-0/+6
* hw/arm_boot.c: Consistently use ram_size from arm_boot_info structPeter Maydell2012-07-201-2/+3
* arm_boot: Conditionalised DTB command line updatePeter A. G. Crosthwaite2012-06-191-4/+6
* arm_boot: Pass ARMCPU to arm_load_kernel()Andreas Färber2012-06-111-2/+2
* arm_boot: Pass ARMCPU to arm_boot_info::secondary_cpu_reset_hook()Andreas Färber2012-06-111-2/+4
* arm_boot: Pass ARMCPU to arm_boot_info::write_secondary_boot()Andreas Färber2012-06-111-3/+3
* arm_boot: Pass ARMCPU to do_cpu_reset()Andreas Färber2012-06-041-3/+6
* arm hw/: Don't use CPUStateAndreas Färber2012-03-141-4/+4
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* arm: add device tree supportGrant Likely2012-03-021-6/+96
* arm_boot: Pass base address of GIC CPU interface, not whole GICPeter Maydell2012-02-171-4/+4
* hw/arm: Remove redundant arguments from set_kernel_args*Stefan Weil2012-02-171-9/+8
* arm_boot: support board IDs more than 16 bits widePeter Maydell2012-01-261-6/+5
* arm: add secondary cpu boot callbacks to arm_boot.cMark Langsdorf2012-01-261-11/+43
* hw/arm_boot.c: Make SMP boards specify address to poll in bootup loopEvgeny Voevodin2012-01-171-8/+10
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* arm: Add const attribute to some arm_boot_info pointersStefan Weil2011-07-041-3/+3
* hw/arm_boot.c: move initrd load address up to accommodate large kernelsPeter Maydell2011-04-201-1/+1
* target-arm: Integrate secondary CPU reset in arm_bootAdam Lackorzynski2011-03-061-8/+15
* arm: fix arm kernel boot for non zero start addrLars Munch2010-05-311-0/+1
* load_elf: replace the address addend by a translation functionAurelien Jarno2010-03-161-2/+2
* ARM PBX-A9 board supportPaul Brook2009-11-191-3/+4
* Fix ARM MCore secondary cpu bootPaul Brook2009-11-111-2/+2
* Fix ARM system emulationPaul Brook2009-11-111-28/+37
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* Compile loader only onceBlue Swirl2009-09-201-2/+12
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Use load_image_targphys.pbrook2009-04-091-11/+6
* Use guest memory access functions when setting up arm boorloader.pbrook2009-04-091-67/+82
* clean build: Fix arm build warningsaurel322009-03-071-1/+1
* uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori2008-11-201-2/+2
* uImage: return base load address (Hollis Blanchard)aliguori2008-11-201-1/+2
* Move the excess of arm_load_kernel() parameters into a struct.balrog2008-04-141-55/+63
* Break up vl.h.pbrook2007-11-171-1/+3
* ARMv7 support.pbrook2007-11-111-1/+21
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Optionally setup old style linux bootparams for -kernel, by Juergen Lock.balrog2007-07-271-1/+77
* Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog2007-04-301-9/+10
* Improved initrd support for mips.ths2007-04-011-1/+1
* ARM reabbot support (orginal patch by Aurelien Jarno).pbrook2007-03-111-0/+19
* Simple u-boot image loading support.pbrook2007-03-061-12/+22
* ARM boot fix (Jason Wessel).pbrook2007-01-171-2/+2
* ARM ELF loader.pbrook2007-01-161-22/+32
* Add nominal ARM Versatil/AB board emulation.pbrook2006-04-271-0/+105
OpenPOWER on IntegriCloud