coreboot/src
Richard Spiegel 65562cd654 soc/amd/picasso: Use new common SPI code
Use the new SPI code from common folder, delete spi.c. SPI related macros
must be single defined, in southbridge.h if they are used by files other
than the common SPI code, fch_spi.h if they are only used by the common
SPI code. The only exception is SPI_FIFO_DEPTH which must be in southbridge.h,
because it can change between SOC.

BUG=b:136595978
TEST=None, code already tested with grunt.

Change-Id: I68008ce076d348adbdabf7b49cec8783dd7134b4
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35020
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
2019-09-21 20:35:03 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch arch/x86: Replace some __PRE_RAM__ use 2019-09-14 10:56:46 +00:00
commonlib AUTHORS: Move src/commonlib copyrights into AUTHORS file 2019-09-10 12:50:35 +00:00
console src/: Replace some __PRE_RAM__ use 2019-09-14 11:16:17 +00:00
cpu cpu/intel/common: Extend FSB detection to cover TSC 2019-09-19 09:30:07 +00:00
device AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
drivers drivers/wifi/generic.c: Upper case the AML WiFi name as required by spec 2019-09-21 01:22:20 +00:00
ec 3rdparty/chromeec: Update to latest master 2019-09-16 13:42:10 +00:00
include cpu/x86/lapic: Refactor timer_fsb() 2019-09-19 09:28:55 +00:00
lib lib/coreboot_table: Show splashscreen in lb_table_init 2019-09-15 11:10:58 +00:00
mainboard mb/supermicro/x11ssh-tf: correct CBFS_SIZE 2019-09-20 07:21:16 +00:00
northbridge nb/intel/nehalem: Enabled VBOOT support 2019-09-20 07:17:27 +00:00
security vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2 2019-09-21 01:13:54 +00:00
soc soc/amd/picasso: Use new common SPI code 2019-09-21 20:35:03 +00:00
southbridge sb/intel/common/fw: Make make aware that it needs binaries 2019-09-20 07:57:20 +00:00
superio superio/common: Fix types in printf 2019-09-17 10:33:40 +00:00
vendorcode src/vendorcode: Remove not used #include <elog.h> 2019-09-12 13:16:04 +00:00
Kconfig x86emu: Drop UDELAY_LAPIC dependency 2019-09-18 13:00:41 +00:00