OP-TEE / build

Makefiles to use OP-TEE on various platforms
107 stars 209 forks source link

qemu_v8: u-boot: fix load address of kernel and RAM disk #670

Closed jforissier closed 11 months ago

jforissier commented 11 months ago

This commit changes the load address of the kernel and of the RAM disk when U-Boot is used (make UBOOT=y). It fixes the following boot error with v2023.07.02:

Reading file would overwrite reserved memory

jforissier commented 11 months ago

Depends on https://github.com/OP-TEE/manifest/pull/243 which needs to be merged first.

jforissier commented 11 months ago

See 671.