Edward O'Callaghan has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/29085 )
Change subject: ati: initial commit ......................................................................
Patch Set 5: Code-Review+1
(2 comments)
https://review.coreboot.org/c/flashrom/+/29085/5//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/flashrom/+/29085/5//COMMIT_MSG@7 PS5, Line 7: ati: initial commit "stub spi master to later be used for AMD GPU programming. Just fill out the essentials for now."
https://review.coreboot.org/c/flashrom/+/29085/5/Makefile File Makefile:
https://review.coreboot.org/c/flashrom/+/29085/5/Makefile@1107 PS5, Line 1107: : ifeq ($(CONFIG_ATI_SPI), yes) : FEATURE_CFLAGS += -D'CONFIG_ATI_SPI=1' : PROGRAMMER_OBJS += ati_spi.o : NEED_LIBPCI += CONFIG_ATI_SPI : endif also add this to the meson build system as well please.