On Tue, 7 Jan 2020 at 10:57, Stephen Warren <swar...@wwwdotorg.org> wrote: > > On 1/7/20 10:32 AM, Stephen Warren wrote: > > On 12/7/19 6:08 PM, Bin Meng wrote: > >> On Sat, Dec 7, 2019 at 12:45 PM Simon Glass <s...@chromium.org> wrote: > >>> > >>> SPL and TPL can access information about binman entries using link-time > >>> symbols but this is not available in U-Boot proper. Of course it > >>> could be > >>> made available, but the intention is to just read the device tree. > >>> > >>> Add support for this, so that U-Boot can locate entries. > > ... > >> applied to u-boot-x86/next, thanks! > > > > This patch caused a failure during early boot on Jetson TX2. Can you > > please take a look, or revert the patch until this can be investigated? > > Thanks. > > > > U-Boot 2020.01-rc4-00256-g3c10dc95bdd0 (Jan 07 2020 - 10:25:00 -0700) > > > > SoC: tegra186 > > Model: NVIDIA P2771-0000-500 > > Board: NVIDIA P2771-0000 > > DRAM: 7.8 GiB > > initcall sequence 00000000fffb7858 failed at call 00000000800955a8 > > (err=-22) > > ### ERROR ### Please RESET the board ### > > Nevermind; I found some strange DT inconsistency introduced long ago > that now triggers some issue in this patch. I'll send a patch for this soon.
Thanks Stephen. - Simon