| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/arm_boot: Align device tree to 4KB boundary, not page | Peter Maydell | 2013-01-26 | 1 | -3/+6 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 2012-12-19 | 1 | -0/+1 |
* | hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC init | Peter Maydell | 2012-12-11 | 1 | -3/+14 |
* | arm_boot: Change initrd load address to "halfway through RAM" | Peter Maydell | 2012-11-01 | 1 | -15/+25 |
* | Rename target_phys_addr_t to hwaddr | Avi Kivity | 2012-10-23 | 1 | -7/+7 |
* | hw/arm_boot.c: Support DTBs which use 64 bit addresses | Peter Maydell | 2012-07-20 | 1 | -3/+32 |
* | hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacity | Peter Maydell | 2012-07-20 | 1 | -0/+6 |
* | hw/arm_boot.c: Consistently use ram_size from arm_boot_info struct | Peter Maydell | 2012-07-20 | 1 | -2/+3 |
* | arm_boot: Conditionalised DTB command line update | Peter A. G. Crosthwaite | 2012-06-19 | 1 | -4/+6 |
* | arm_boot: Pass ARMCPU to arm_load_kernel() | Andreas Färber | 2012-06-11 | 1 | -2/+2 |
* | arm_boot: Pass ARMCPU to arm_boot_info::secondary_cpu_reset_hook() | Andreas Färber | 2012-06-11 | 1 | -2/+4 |
* | arm_boot: Pass ARMCPU to arm_boot_info::write_secondary_boot() | Andreas Färber | 2012-06-11 | 1 | -3/+3 |
* | arm_boot: Pass ARMCPU to do_cpu_reset() | Andreas Färber | 2012-06-04 | 1 | -3/+6 |
* | arm hw/: Don't use CPUState | Andreas Färber | 2012-03-14 | 1 | -4/+4 |
* | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 2012-03-14 | 1 | -1/+1 |
* | arm: add device tree support | Grant Likely | 2012-03-02 | 1 | -6/+96 |
* | arm_boot: Pass base address of GIC CPU interface, not whole GIC | Peter Maydell | 2012-02-17 | 1 | -4/+4 |
* | hw/arm: Remove redundant arguments from set_kernel_args* | Stefan Weil | 2012-02-17 | 1 | -9/+8 |
* | arm_boot: support board IDs more than 16 bits wide | Peter Maydell | 2012-01-26 | 1 | -6/+5 |
* | arm: add secondary cpu boot callbacks to arm_boot.c | Mark Langsdorf | 2012-01-26 | 1 | -11/+43 |
* | hw/arm_boot.c: Make SMP boards specify address to poll in bootup loop | Evgeny Voevodin | 2012-01-17 | 1 | -8/+10 |
* | Correct spelling of licensed | Matthew Fernandez | 2011-07-23 | 1 | -1/+1 |
* | arm: Add const attribute to some arm_boot_info pointers | Stefan Weil | 2011-07-04 | 1 | -3/+3 |
* | hw/arm_boot.c: move initrd load address up to accommodate large kernels | Peter Maydell | 2011-04-20 | 1 | -1/+1 |
* | target-arm: Integrate secondary CPU reset in arm_boot | Adam Lackorzynski | 2011-03-06 | 1 | -8/+15 |
* | arm: fix arm kernel boot for non zero start addr | Lars Munch | 2010-05-31 | 1 | -0/+1 |
* | load_elf: replace the address addend by a translation function | Aurelien Jarno | 2010-03-16 | 1 | -2/+2 |
* | ARM PBX-A9 board support | Paul Brook | 2009-11-19 | 1 | -3/+4 |
* | Fix ARM MCore secondary cpu boot | Paul Brook | 2009-11-11 | 1 | -2/+2 |
* | Fix ARM system emulation | Paul Brook | 2009-11-11 | 1 | -28/+37 |
* | Revert "Get rid of _t suffix" | Anthony Liguori | 2009-10-01 | 1 | -5/+5 |
* | Get rid of _t suffix | malc | 2009-10-01 | 1 | -5/+5 |
* | Compile loader only once | Blue Swirl | 2009-09-20 | 1 | -2/+12 |
* | Revert "Introduce reset notifier order" | Jan Kiszka | 2009-06-29 | 1 | -1/+1 |
* | Introduce reset notifier order | Jan Kiszka | 2009-05-22 | 1 | -1/+1 |
* | Use load_image_targphys. | pbrook | 2009-04-09 | 1 | -11/+6 |
* | Use guest memory access functions when setting up arm boorloader. | pbrook | 2009-04-09 | 1 | -67/+82 |
* | clean build: Fix arm build warnings | aurel32 | 2009-03-07 | 1 | -1/+1 |
* | uImage: rename load_uboot() to load_uimage() (Hollis Blanchard) | aliguori | 2008-11-20 | 1 | -2/+2 |
* | uImage: return base load address (Hollis Blanchard) | aliguori | 2008-11-20 | 1 | -1/+2 |
* | Move the excess of arm_load_kernel() parameters into a struct. | balrog | 2008-04-14 | 1 | -55/+63 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -1/+3 |
* | ARMv7 support. | pbrook | 2007-11-11 | 1 | -1/+21 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -3/+3 |
* | Optionally setup old style linux bootparams for -kernel, by Juergen Lock. | balrog | 2007-07-27 | 1 | -1/+77 |
* | Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. | balrog | 2007-04-30 | 1 | -9/+10 |
* | Improved initrd support for mips. | ths | 2007-04-01 | 1 | -1/+1 |
* | ARM reabbot support (orginal patch by Aurelien Jarno). | pbrook | 2007-03-11 | 1 | -0/+19 |