qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] ARM: load_dtb() changes for -bios and ELF images
@ 2014-09-10 10:59 Ard Biesheuvel
  2014-09-10 10:59 ` [Qemu-devel] [PATCH v2 1/4] hw/arm/boot: load DTB as a ROM image Ard Biesheuvel
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ard Biesheuvel @ 2014-09-10 10:59 UTC (permalink / raw)
  To: peter.maydell, qemu-devel; +Cc: christoffer.dall, Ard Biesheuvel

I split off these patches from the series I sent last week. Peter's NOR flash
patch has been merged in the mean time, and the CPU reset patch needs to be
discussed more widely before we can move forward with it.

So what remains are changes in the DTB handling in hw/arm/boot.c, to load a
DTB even when using -bios or using -kernel but with an ELF image.

Changes since v1:
- updated load_dtb() to take an address limit and return the dtb size, or 0
  if it didn't fit
- don't fail in the ELF case only because the DTB clashes with the ELF segments,
  in that case, just proceed without it
- reshuffled order, added R-b to #1

Ard Biesheuvel (4):
  hw/arm/boot: load DTB as a ROM image
  hw/arm/boot: pass an address limit to and return size from load_dtb()
  hw/arm/boot: load device tree to base of DRAM if no -kernel option was
    passed
  hw/arm/boot: enable DTB support when booting ELF images

 hw/arm/boot.c | 47 +++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 41 insertions(+), 6 deletions(-)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-09-11 11:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-10 10:59 [Qemu-devel] [PATCH v2 0/4] ARM: load_dtb() changes for -bios and ELF images Ard Biesheuvel
2014-09-10 10:59 ` [Qemu-devel] [PATCH v2 1/4] hw/arm/boot: load DTB as a ROM image Ard Biesheuvel
2014-09-10 10:59 ` [Qemu-devel] [PATCH v2 2/4] hw/arm/boot: pass an address limit to and return size from load_dtb() Ard Biesheuvel
2014-09-11 11:05   ` Peter Maydell
2014-09-10 10:59 ` [Qemu-devel] [PATCH v2 3/4] hw/arm/boot: load device tree to base of DRAM if no -kernel option was passed Ard Biesheuvel
2014-09-10 10:59 ` [Qemu-devel] [PATCH v2 4/4] hw/arm/boot: enable DTB support when booting ELF images Ard Biesheuvel
2014-09-10 11:21   ` Peter Maydell
2014-09-10 11:28     ` Ard Biesheuvel
2014-09-10 11:35       ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).