Simon Glass <[email protected]> schrieb am Mo., 13. Jan. 2025, 20:02:
> Hi, > > On Sun, 12 Jan 2025 at 18:51, Tom Rini <[email protected]> wrote: > > > > On Sun, Jan 12, 2025 at 08:08:13PM +0100, Heinrich Schuchardt wrote: > > > Tom Rini <[email protected]> schrieb am Fr., 10. Jan. 2025, 23:46: > > > > > > > On Wed, Nov 27, 2024 at 08:06:30AM +0100, Heinrich Schuchardt wrote: > > > > > > > > > The bootmenu command can display > > > > > > > > > > * menu entries defined by environment variables > > > > > * menu entries defined by UEFI boot options > > > > > > > > > > Not in all cases showing the UEFI boot options is desired. > > > > > Provide a new parameter '-e' to select the display of UEFI boot > options. > > > > > > > > > > Reviewed-by: Ilias Apalodimas <[email protected]> > > > > > Signed-off-by: Heinrich Schuchardt < > [email protected]> > > > > > > > > Very strangely, this leads to the EFI selftest "Executing 'random > number > > > > generator'" test failing on Pi 4, where was was passing previously > (and > > > > Pi 4 has an RNG, unlike Pi 3), and this is > > > > > > Do you have a link to the log? > > > > Here's the failing part: > > Setting up 'random number generator' > > ESC[0;37;40mESC[1;32;40mSetting up 'random number generator' succeeded > > ESC[0;37;40mESC[1;34;40m > > Executing 'random number generator' > > ESC[0;37;40mESC[1;31;40mlib/efi_selftest/efi_selftest_rng.c(52): > > ERROR: ESC[0;37;40mESC[1;31;40mRandom number generator protocol not > > available > > ESC[0;37;40mESC[1;31;40mlib/efi_selftest/efi_selftest.c(114): > > ERROR: ESC[0;37;40mESC[1;31;40mExecuting 'random number generator' > > failed > > ESC[0;37;40mESC[1;34;40m > > This might help make the log more intelligible. > > > https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ No clue which problem you have to read the log. Best regards Heinrich > > Regards, > Simon >

