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>
1 file changed
tree: 11ecd93f6b101070ad068570b7416f6d0bb8a69e
  1. .github/
  2. br-ext/
  3. fvp/
  4. imx/
  5. kconfigs/
  6. nanopc-t6/
  7. qemu_v8/
  8. rpi3/
  9. stm32mp/
  10. ti/
  11. versal/
  12. versal2/
  13. zynqmp/
  14. .gitignore
  15. am43xx.mk
  16. am57xx.mk
  17. common.mk
  18. dra7xx.mk
  19. fvp-psa-sp.mk
  20. fvp.mk
  21. hikey.mk
  22. hikey960.mk
  23. imx.mk
  24. imx8mp-evk.inc.mk
  25. imx8mp-verdin.inc.mk
  26. juno.mk
  27. LICENSE
  28. nanopc-t6.mk
  29. poplar.mk
  30. qemu-check.exp
  31. qemu.mk
  32. qemu_v8.mk
  33. README.md
  34. rockpi4.mk
  35. rpi3.mk
  36. rust.exp
  37. soc_term.py
  38. stm32mp1.mk
  39. synquacer.mk
  40. toolchain.mk
  41. trusted-keys.exp
  42. trusted-services.mk
  43. versal.mk
  44. versal2.mk
  45. versal_net.mk
  46. zynqmp.mk
README.md

OP-TEE build.git

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