src/arch/x86: Add automatic type41 entry creation

SMBIOS Type41 Entries will be automatically created. Type 41 entries
define attributes of the onboard devices.

Change-Id: Idcb3532a5c05666d6613af4f303df85f4f1f6e97
Signed-off-by: Christian Walter <christian.walter@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32910
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Christian Walter
2019-05-21 17:37:58 +02:00
committed by Philipp Deppenwiese
parent 3b4d0e060c
commit 9e5b06297d
3 changed files with 75 additions and 0 deletions

View File

@@ -756,6 +756,8 @@ typedef enum {
SMBIOS_DEVICE_TYPE_SAS,
} smbios_onboard_device_type;
#define SMBIOS_DEVICE_TYPE_COUNT 10
struct smbios_type41 {
u8 type;
u8 length;