coreboot/src/soc/amd/stoneyridge
Felix Held 3136424e48 soc/amd/common/block/acpimmio: add Kconfig option for biosram accessors
The biosram accessor support in soc/amd/common/block/acpimmio/biosram.c
is only used on Stoneyridge and the old amd/southbridge code and not on
Picasso or Cezanne. It also only builds as a 32 bit binary and breaks
when trying to build as a 64 bit binary, since the size of an uintptr_t
is different on those two. There is no support for using the 32 bit
binaryPI with a 64 bit coreboot while there is code to use a 32 bit FSP
with 64 bit coreboot, so not building this for FSP-based SoC support
moves us one step closer to be able to build coreboot as 64 bit binary
for Picasso and Cezanne.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I2d87ec2fa1b217eaf55d865e4390308812502e56
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56570
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2021-07-26 19:34:20 +00:00
..
acpi soc/amd: factor out ACPI ALIB function numbers to common code 2021-05-08 17:56:10 +00:00
include/soc soc/amd/stoneyridge/fch: change sb prefix of sb_clk_output_48Mhz to fch 2021-07-23 18:03:24 +00:00
acpi.c soc/amd/picasso,stoneyridge/acpi: use defines for MADT parameters 2021-06-18 16:01:43 +00:00
BiosCallOuts.c
bootblock.c soc/amd/common: Introduce I2C driver common to all AMD SoCs 2021-03-22 03:40:23 +00:00
chip.c soc/amd/common/block/i2c: Move SoC agnostic parts into common 2021-03-22 03:40:42 +00:00
chip.h soc/amd/common: Introduce I2C driver common to all AMD SoCs 2021-03-22 03:40:23 +00:00
cpu.c soc/amd: move check_mca prototype to soc/amd/common/blocks/include 2021-07-14 21:58:59 +00:00
enable_usbdebug.c
fw_cz.cfg soc/amd: Change FIRMWARE_LOCATE to FIRMWARE_LOCATION 2020-11-04 09:42:18 +00:00
fw_st.cfg soc/amd: Change FIRMWARE_LOCATE to FIRMWARE_LOCATION 2020-11-04 09:42:18 +00:00
gpio.c soc/amd: remove special GPIO_2 override soc_gpio_hook 2021-04-08 16:47:27 +00:00
i2c.c soc/amd/common/block/i2c: Move SoC agnostic parts into common 2021-03-22 03:40:42 +00:00
Kconfig soc/amd/common/block/acpimmio: add Kconfig option for biosram accessors 2021-07-26 19:34:20 +00:00
Makefile.inc soc/amd: move SMM finalization to common code 2021-02-19 22:11:30 +00:00
mca.c soc/amd/stoneyridge/mca: implement and use mca_has_expected_bank_count 2021-07-15 17:04:28 +00:00
memmap.c soc/amd: fully commonize clear_tvalid 2021-02-11 02:49:34 +00:00
monotonic_timer.c
northbridge.c cpu/x86/lapic: Replace LOCAL_APIC_ADDR references 2021-06-11 07:11:43 +00:00
psp.c include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR 2021-02-19 13:20:16 +00:00
reset.c soc/amd/stoneyridge/reset: use port and bit defines from cf9_reset.h 2020-12-10 16:00:55 +00:00
romstage.c soc/amd/stoneyridge: Create chipset_power_state in romstage 2021-02-06 07:17:05 +00:00
sata.c
smbus_spd.c soc/amd/common: Refactor SMBus base arguments 2020-12-15 18:50:13 +00:00
smihandler.c soc/amd/stoneyridge/smihandler: sort includes alphabetically 2021-03-10 19:18:03 +00:00
southbridge.c soc/amd/stoneyridge/fch: change sb prefix of sb_clk_output_48Mhz to fch 2021-07-23 18:03:24 +00:00
tsc_freq.c
uart.c soc/amd/stoneyridge: use SOC_AMD_COMMON_BLOCK_UART 2021-01-14 15:00:55 +00:00
usb.c