Attention is currently required from: Fred Reitberger.
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76093?usp=email )
Change subject: drivers/spi_flash: Add option to always exit 4-byte address mode ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I don't think there's a point in making this a separate Kconfig. You want the same thing, and any platform with memory-mapped SPI is going to have this issue. It probably makes more sense to just stick with the existing EXIT_4_BYTE_ADDR_MODE option, and make it run in every stage if CONFIG(BOOT_DEVICE_MEMORY_MAPPED) is true.