summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2016-12-19 13:33:29 +1030
committerPatrick Williams <patrick@stwcx.xyz>2016-12-19 13:32:03 +0000
commit8240a7e6d3ddeeab56e3a238dcb4e7a4210dbed4 (patch)
tree034f1bbabc9a79ecd51f5ffdf6df6126e3ba0dd7 /meta-phosphor/classes
parentaf7a00aaa885fabcd2dc8457b66f2e22bddd4e4f (diff)
downloadtalos-openbmc-8240a7e6d3ddeeab56e3a238dcb4e7a4210dbed4.tar.gz
talos-openbmc-8240a7e6d3ddeeab56e3a238dcb4e7a4210dbed4.zip
Move INITRD_IMAGE_ENTRYPOINT up higher
Move the initrd decompression address to 0x42000000 to avoid overlap in the decompressed image. A symptom of this was seeing the following in the kernel logs: INITRD: 0x40800000+0x0017eaed overlaps in-use memory region - disabling initrd Followed by a backtrace when the kernel cannot find any root file system. The new address is high enough that we can fit kernels larger than the 1.5MB window that the existing address gave us. Change-Id: Icb79fadc5d9f01dbf89c73c74d2ed40c10b25c2a Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-image_types_uboot.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-image_types_uboot.bbclass b/meta-phosphor/classes/obmc-phosphor-image_types_uboot.bbclass
index 01f91c076..5c991265d 100644
--- a/meta-phosphor/classes/obmc-phosphor-image_types_uboot.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-image_types_uboot.bbclass
@@ -9,7 +9,7 @@ oe_mkimage () {
-d ${DEPLOY_DIR_IMAGE}/$1 ${DEPLOY_DIR_IMAGE}/$1.u-boot
}
-INITRD_IMAGE_ENTRYPOINT ?= "0x40800000"
+INITRD_IMAGE_ENTRYPOINT ?= "0x42000000"
INITRD_IMAGE_LOADADDRESS ?= "${INITRD_IMAGE_ENTRYPOINT}"
INITRD_LINK_NAME = "${INITRD_IMAGE}-${MACHINE}${INITRAMFS_FSTYPE}"
OpenPOWER on IntegriCloud