Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Julius Werner, Karthik Ramasubramanian. Hello build bot (Jenkins), Jason Glenesk, Marshall Dawson, Julius Werner, Karthik Ramasubramanian, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/58861
to look at the new patch set (#4).
Change subject: soc/amd/cezanne: Add ASYNC_FILE_LOADING ......................................................................
soc/amd/cezanne: Add ASYNC_FILE_LOADING
This gives us a knob that can be controlled via a .config to enable/disable file preloading. I left the option disabled because there is currently a race condition that can cause data corruption when using the SPI DMA controller. The fix will actually introduce a boot time regression because the preloads are happening at the same time as the elog init. I want to keep preloading disabled for now until I get all the sequencing worked out.
BUG=b:179699789 TEST=Boot guybrush and verify no preloading happens.
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Ie839e54fa38b81a5d18715f190c0c92467bd9371 --- M src/soc/amd/cezanne/Kconfig 1 file changed, 11 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/58861/4