From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 7 Jan 2020 10:57:18 -0700 Subject: [PATCH v6 001/102] binman: Add a library to access binman entries In-Reply-To: <69b88e58-39c7-bf4a-2700-ee5f1b1fbdf3@wwwdotorg.org> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.1.I8c03ae7027508705f6f535ba5137b5e6c5dea840@changeid> <69b88e58-39c7-bf4a-2700-ee5f1b1fbdf3@wwwdotorg.org> Message-ID: <570eb515-5f49-78fd-6668-a84462a6d804@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de 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 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=20 >>> 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! >=20 > This patch caused a failure during early boot on Jetson TX2. Can you=20 > please take a look, or revert the patch until this can be investigated?=20 > Thanks. >=20 > U-Boot 2020.01-rc4-00256-g3c10dc95bdd0 (Jan 07 2020 - 10:25:00 -0700) >=20 > SoC: tegra186 > Model: NVIDIA P2771-0000-500 > Board: NVIDIA P2771-0000 > DRAM:=C2=A0 7.8 GiB > initcall sequence 00000000fffb7858 failed at call 00000000800955a8=20 > (err=3D-22) > ### ERROR ### Please RESET the board ### Nevermind; I found some strange DT inconsistency introduced long ago=20 that now triggers some issue in this patch. I'll send a patch for this soon.