coreboot-kgpe-d16/src/northbridge/intel
Angel Pons 6724ba4f04 memory_info.h: Store SMBIOS error correction type
There are platforms that support error correction types other than
single-bit ECC. Extend meminfo to accomodate additional ECC types.

It is assumed that `struct memory_info` is packed to save space. Thus,
use `uint8_t` instead of an enum type (which are usually 4 bytes wide).

Change-Id: I863f8e34c84841d931dfb8d7067af0f12a437e36
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50178
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-03-01 08:22:10 +00:00
..
common nb/intel/common/fixed_bars.h: Add casts to uintptr_t 2021-02-12 07:52:37 +00:00
e7505 src: use ARRAY_SIZE where possible 2021-02-15 11:30:40 +00:00
gm45 nb/intel: Add missing <types.h> 2021-02-16 20:56:56 +00:00
haswell memory_info.h: Store SMBIOS error correction type 2021-03-01 08:22:10 +00:00
i440bx cbfs: Enable CBFS mcache on most chipsets 2020-12-02 22:12:10 +00:00
i945 device/device.c: Rename .disable to .vga_disable 2021-02-24 11:28:16 +00:00
ironlake nb/intel/ironlake: Avoid casting pointers to structs 2021-02-27 09:39:28 +00:00
pineview nb/intel/pineview: Drop unused GPIO32 macro 2021-02-18 10:14:56 +00:00
sandybridge memory_info.h: Store SMBIOS error correction type 2021-03-01 08:22:10 +00:00
x4x device/device.c: Rename .disable to .vga_disable 2021-02-24 11:28:16 +00:00