Nico Huber has posted comments on this change. ( https://review.coreboot.org/22021 )
Change subject: spi25: Enable direct 4BA read and write using feature bits ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/22021/1/flash.h File flash.h:
https://review.coreboot.org/#/c/22021/1/flash.h@124 PS1, Line 124: #define FEATURE_4BA_READ (1 << 12) /* Native 4BA read instruction (0x13) is supported */
https://review.coreboot.org/#/c/22021/1/flash.h@125 PS1, Line 125: #define FEATURE_4BA_WRITE (1 << 13) /* Native 4BA byte program (0x12) is supported */