commit | 615d1f6c0c8506e1d82f6b6d8ce6ecaabc99d9ee | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Jun 10 17:28:35 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Wed Jun 11 16:01:57 2025 +0200 |
tree | 11ecd93f6b101070ad068570b7416f6d0bb8a69e | |
parent | 0b465bd369b8453b1fb368ac61cbb372568fb24a [diff] |
qemu_v8: u-boot: Relocate RAM disk to avoid kernel overlap A kernel built from v16-rc1 sources now overlaps with the default RAM disk load address in U-Boot 2025.07-rc1, causing a boot failure with a "Bad Data CRC" error. Kernel end address: 0x45046A00 Previous RAM disk address: 0x45000000 This patch moves the RAM disk load address (`${ramdisk_addr_r}`) to `0x46000000`, resolving the memory conflict and providing a margin for future kernel growth. The resulting boot error that is fixed was: Image Name: Linux kernel Created: 2025-06-10 14:55:53 UTC Image Type: AArch64 Linux Kernel Image (uncompressed) Data Size: 48523776 Bytes = 46.3 MiB Load Address: 42200000 Entry Point: 42200000 Verifying Checksum ... Bad Data CRC ERROR -22: can't get kernel image! Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers