[U-Boot] [BUG] sandbox_defconfig cannot be run anymore after 4a5b5e1a466d76f "sandbox: Update some drivers to work in SPL/TPL"

Heinrich Schuchardt heinrich.schuchardt at gmx.de
Sat Dec 1 16:45:06 UTC 2018


On Debian Buster with gcc 8.2.0

commit d814ff34a1ffb1e60059c964ad692c5c8fc8564b

$ make mrproper
$ make sandbox_defconfig
$ ./u-boot -D
Error binding driver 'sandbox_tpm': -12
Error binding driver 'serial_sandbox': -12
Some drivers failed to bind
initcall sequence 000055af34e45860 failed at call 000055af34cf5749 (err=-12)
### ERROR ### Please RESET the board ##

Git bisect points to

commit 4a5b5e1a466d76fc1c9e6fc8a6ee1337acdcadd0
Author: Simon Glass <sjg at chromium.org>
Date:   Tue Nov 6 15:21:27 2018 -0700

    sandbox: Update some drivers to work in SPL/TPL

    At present sandbox drivers are mostly not used before relocation.
Some of
    these are needed by Chromium OS verified boot, since it uses sandbox
TPL,
    so update them accordingly.

    Signed-off-by: Simon Glass <sjg at chromium.org>


Best regards

Heinrich


More information about the U-Boot mailing list