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 v2: - handle ELF images below base of RAM - improve comments - add R-b to #2 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 | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 65 insertions(+), 6 deletions(-) -- 1.8.3.2