diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-31 15:15:11 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-01 08:22:28 +0000 |
commit | 6e82ebff73d0a2a9d29248885b30384f1f550376 (patch) | |
tree | f19901e9a5228dd1cb2c8f9a40e0328feba331a0 /src/include | |
parent | 6724ba4f045cbbe2326463cbeaf59becfb01342e (diff) |
mb/ocp/deltalake: Fill ECC type in romstage
Fill the ECC type in `struct memory_info` in romstage, and in SoC code.
The SMBIOS override is unnecessary, and this is not mainboard-specific.
Change-Id: I8370b3ee7d75914b895946b53923598adf87b522
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50179
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Johnny Lin <Johnny_Lin@wiwynn.com>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/smbios.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/smbios.h b/src/include/smbios.h index 91f031ae94..78f364e336 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -61,7 +61,6 @@ void smbios_type0_bios_version(uintptr_t address); void smbios_ec_revision(uint8_t *ec_major_revision, uint8_t *ec_minor_revision); -unsigned int smbios_memory_error_correction_type(struct memory_info *meminfo); unsigned int smbios_processor_external_clock(void); unsigned int smbios_processor_characteristics(void); struct cpuid_result; |