smbios: add funtion for smbios type17

Hardware / Coreboot - Kane Chen [intel.com] - 27 March 2015 03:55 UTC

Add smbios type 17 which can optionally be implemented at the platform or mainboard level In order to create SMBIOS type17, you will need to fill memory_info data

BUG=None BRANCH=None TEST=Compile successfully on rambi and samus Boot to chromeOS on samus and rambi

Original-Change-Id: Ie4da89135c879d7a687305d423103fcfcbb96e3f

33faac6 smbios: add funtion for smbios type17
src/arch/x86/boot/smbios.c | 115 ++++++++++++++++++++++++++++++++++++++++++++
src/include/cbmem.h | 4 +-
src/include/memory_info.h | 46 ++++++++++++++++++
src/include/smbios.h | 18 +++++++
src/include/spd.h | 8 +++
5 files changed, 190 insertions(+), 1 deletion(-)

Upstream: review.coreboot.org


  • Share