]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh master
authorTom Rini <trini@konsulko.com>
Tue, 16 Jun 2026 23:01:20 +0000 (17:01 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jun 2026 23:39:13 +0000 (17:39 -0600)
commita7830e87555abfb81cc69275cecb2bc0fbde5b28
tree4aca050fdb223653fa0a283cfe27f0c9c289af86
parent932e3f6c6a503cc9dda0233e9dc491fd0449a833
parent28f675023da174b1b4817266cac7bcf3ffb6d908
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh

This is a DRAM controller driver for the R-Car X5H and its enablement.
This makes the U-Boot on RSIP usable beyond U-Boot shell running on
Cortex-M33, as the U-Boot on RSIP can now load not only SCP firmware
into the SCP core STCM, but also TFA BL31, OPTEE-OS and U-Boot into DRAM
and start them on the Cortex-A720AE core. This is self-contained and
affects only the R-Car X5H and a bit of R-Car V4H, besides it went
through rounds of testing until now, therefore it is safe to include it
this late in the release cycle. I know this will make rc5 massive, sorry
about that.