
On Tue, Nov 19, 2024 at 07:38:05PM +0100, Michal Simek wrote:
Hi Tom,
please pull these patches to your tree. Crucial part is Sughosh series which is fixing issue on SOM where current code is ignoring reserved location at the end of low DDR and u-boot is using for itself instead of ignoring it completely. In past this functionality depended on LMB which could be also possible to use in this case but it is cleaner to make dependent on new Kconfig XILINX_MINI symbol. RTC fixes for SOM also preventing RTC drift on Linux where emulated RTC is replaced by physical one and started as the part of boot sequence.
The rest of the patches should be easy going and I will send another pull request for binman support to next.
There is one pending issue which I am discussing with Sughosh related to commit eb052cbb896f ("lmb: add and reserve memory above ram_top") which may end up in another patch to fix logic around ram_top calculation in board file but better to apply current patch and fix it if we find a proper solution.
Thanks, Michal
The following changes since commit cca05617a8f585f3a98a8fa82f75cc68a530d771:
Prepare v2025.01-rc2 (2024-11-11 10:07:36 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-microblaze.git tags/xilinx-for-v2025.01-rc3-v2
for you to fetch changes up to 383fc2f50166fded0571d41baa7826eaaa5dba97:
xilinx: Introduce XILINX_MINI configuration (2024-11-19 15:57:56 +0100)
Applied to u-boot/master, thanks!