mb/intel/adlrvp: Update Mainboard part number and Vendor
dmidecode output should match with the CrOS kernel updated string. TEST=dmidecode grep "Manufacturer" = Intel Corporation dmidecode grep "Product name" = Alder Lake Client Platform Signed-off-by: Meera Ravindranath <meera.ravindranath@intel.com> Change-Id: I7cce423de624e7056e88b52a1443c554fd9123bc Reviewed-on: https://review.coreboot.org/c/coreboot/+/51408 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Anil Kumar K <anil.kumar.k@intel.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
cc7538475e
commit
f100e204ec
|
@ -48,7 +48,11 @@ config GBB_HWID
|
|||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "adlrvp"
|
||||
default "Alder Lake Client Platform"
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
string
|
||||
default "Intel Corporation"
|
||||
|
||||
config MAINBOARD_FAMILY
|
||||
string
|
||||
|
|
Loading…
Reference in New Issue