Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86688?usp=email )
Change subject: Revert "soc/amd/glinda/cpu: Update smbios parameters" ......................................................................
Revert "soc/amd/glinda/cpu: Update smbios parameters"
This reverts commit 00b4a61dc53c68b47d1452c387409f2eadf32c93.
I have strong doubts that this is Glinda-specific, so this probably should have been made common after verifying.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ie7fa0dca4c92f7bb0d49956aa9f1588b5fcba585 --- M src/soc/amd/glinda/cpu.c 1 file changed, 0 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/86688/1
diff --git a/src/soc/amd/glinda/cpu.c b/src/soc/amd/glinda/cpu.c index 680b095..2638007 100644 --- a/src/soc/amd/glinda/cpu.c +++ b/src/soc/amd/glinda/cpu.c @@ -17,22 +17,6 @@ { return 100; // 100 MHz } - -unsigned int smbios_cache_error_correction_type(u8 level) -{ - return SMBIOS_CACHE_ERROR_CORRECTION_MULTI_BIT; -} - -unsigned int smbios_cache_conf_operation_mode(u8 level) -{ - return SMBIOS_CACHE_OP_MODE_WRITE_BACK; -} - -unsigned int smbios_cache_sram_type(void) -{ - return SMBIOS_CACHE_SRAM_TYPE_PIPELINE_BURST; -} - static void zen_2_3_init(struct device *dev) { check_mca();