
13 Dec
2024
13 Dec
'24
4:09 a.m.
On Thu, Dec 12, 2024 at 07:11:55PM -0600, Tom Rini wrote:
On Sat, 07 Dec 2024 10:23:53 -0700, Simon Glass wrote:
This includes various patches towards implementing the VBE abrec bootmeth in U-Boot. It mostly focuses on SPL tweaks and adjusting what fatures are available in VPL.
Changes in v3:
- Add new patch to avoid size growth in spl_mmc_find_device() debug
- Use strlcpy() instead of strncpy()
- Rebase to master
[...]
Applied to u-boot/next, thanks!
And, ugh, I missed that CI was failing for real. This causes rcar3_salvator-x to fail to link due to size growth, so I'm reverting this for now, sorry. I thought the CI failure I saw was due to something else at the time.
--
Tom