Hello build bot (Jenkins), Raul Rangel, Eric Peers, Rob Barnes, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43757
to look at the new patch set (#2).
Change subject: src/lib: Allow the board_reset() function to be overridden ......................................................................
src/lib: Allow the board_reset() function to be overridden
psp_verstage is currently hanging on reset due to the dcache_clean_all() function in board_reset. Allowing the board_reset() call to be overridden allows us to fix that cleanly.
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: I563592326a6f5fed77b369c07be8e23a918c180e --- M src/lib/Kconfig M src/lib/Makefile.inc 2 files changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/43757/2