mb/scaleway/tagada: Move override of SMBIOS_ENCLOSURE_TYPE
Change-Id: Iaefeccadb82106667a5108a2c77e538474ae18c2 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42138 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
committed by
Patrick Georgi
parent
e9e13d41e9
commit
8770954b99
@ -24,8 +24,4 @@ config BMC_INFO_LOC
|
|||||||
help
|
help
|
||||||
Location of BMC SERIAL information.
|
Location of BMC SERIAL information.
|
||||||
|
|
||||||
config SMBIOS_ENCLOSURE_TYPE
|
|
||||||
hex
|
|
||||||
default 0x19 # SMBIOS_ENCLOSURE_MULTI_SYSTEM_CHASSIS
|
|
||||||
|
|
||||||
endif # BOARD_SCALEWAY_TAGADA
|
endif # BOARD_SCALEWAY_TAGADA
|
||||||
|
@ -72,6 +72,11 @@ smbios_board_type smbios_mainboard_board_type(void)
|
|||||||
return SMBIOS_BOARD_TYPE_SERVER_BLADE;
|
return SMBIOS_BOARD_TYPE_SERVER_BLADE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
smbios_enclosure_type smbios_mainboard_enclosure_type(void)
|
||||||
|
{
|
||||||
|
return SMBIOS_ENCLOSURE_MULTI_SYSTEM_CHASSIS;
|
||||||
|
}
|
||||||
|
|
||||||
/* Add any mainboard specific information for dimm */
|
/* Add any mainboard specific information for dimm */
|
||||||
void mainboard_add_dimm_info(
|
void mainboard_add_dimm_info(
|
||||||
struct memory_info *mem_info,
|
struct memory_info *mem_info,
|
||||||
|
Reference in New Issue
Block a user