Does anybody happen to know when or why SPI Flash console output broke?
I kind of need it. The build only fails when I enable said option. The error is as follows, name of home directory redacted:
coreboot/util/crossgcc/xgcc/bin/i386-elf-ld.bfd: build/bootblock/drivers/spi/spi-generic.o: in function `spi_setup_slave': coreboot/src/drivers/spi/spi-generic.c:118: undefined reference to `spi_ctrlr_bus_map_count' coreboot/util/crossgcc/xgcc/bin/i386-elf-ld.bfd: coreboot/src/drivers/spi/spi-generic.c:119: undefined reference to `spi_ctrlr_bus_map' coreboot/util/crossgcc/xgcc/bin/i386-elf-ld.bfd: coreboot/src/drivers/spi/spi-generic.c:119: undefined reference to `spi_ctrlr_bus_map' coreboot/util/crossgcc/xgcc/bin/i386-elf-ld.bfd: coreboot/src/drivers/spi/spi-generic.c:121: undefined reference to `spi_ctrlr_bus_map' make: *** [src/arch/x86/Makefile.inc:90: build/cbfs/fallback/bootblock.debug] Error 1