
1 Feb
2019
1 Feb
'19
8:01 p.m.
On Fri, Feb 01, 2019 at 04:40:05PM +0000, Abel Vesa wrote:
The third version is here: https://lists.denx.de/pipermail/u-boot/2019-January/356903.html
So, this time I hope I got it right. Before, I was stupidly trying to put a fit in another fit without a really good reason. To my excuse, that was working even with the spl_image->os set to 0, bug which I (hope) I fixed in the first patch (a new one) of this series.
Changes since v3:
- Reduced the SPL size by disabling EXT_SUPPORT, otherwise the 6qp-sabresd wouldn't boot due to having its dtb last in the fit. I forgot to mention in the last version that EFI and DOS SPL support also had to be disabled to get the size right.
- Dropped the fit_spl.its file
- Dropped the (now) unnecessary updates to the README files. We're sticking to the u-boot.img since it's exactly what is needed.
- Fixed a bug related to FIT_IMAGE_TINY when CONFIG_SPL_OS_BOOT is enabled. The short story here is that spl_image->os was remaining set to 0. (see first patch in the series for details)
Thanks for being persistent and figuring all of this out!
--
Tom