Change device name in Smbios, remove boot timeout
This commit is contained in:
parent
0d9ffd7a10
commit
372e6ee8ec
@ -323,5 +323,5 @@
|
|||||||
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultReceiveFifoDepth|32
|
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultReceiveFifoDepth|32
|
||||||
|
|
||||||
[PcdsDynamicHii.common.DEFAULT]
|
[PcdsDynamicHii.common.DEFAULT]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10 # Variable: L"Timeout"
|
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0 # Variable: L"Timeout"
|
||||||
|
|
||||||
|
@ -32,14 +32,14 @@
|
|||||||
__DATE__"\0" /* BiosReleaseDate */
|
__DATE__"\0" /* BiosReleaseDate */
|
||||||
|
|
||||||
#define TYPE1_STRINGS \
|
#define TYPE1_STRINGS \
|
||||||
"ARM LTD\0" /* Manufacturer */ \
|
"Google\0" /* Manufacturer */ \
|
||||||
"ARM Juno Development Platform\0" /* Product Name */ \
|
"Pixel 3 XL\0" /* Product Name */ \
|
||||||
"None\0" /* Version */ \
|
"None\0" /* Version */ \
|
||||||
" \0" /* 20 character buffer */
|
" \0" /* 20 character buffer */
|
||||||
|
|
||||||
#define TYPE2_STRINGS \
|
#define TYPE2_STRINGS \
|
||||||
"ARM LTD\0" /* Manufacturer */ \
|
"Google\0" /* Manufacturer */ \
|
||||||
"ARM Juno Development Platform\0" /* Product Name */ \
|
"Pixel 3 XL\0" /* Product Name */ \
|
||||||
"R0\0" /* Version */ \
|
"R0\0" /* Version */ \
|
||||||
"Serial Not Set\0" /* Serial */ \
|
"Serial Not Set\0" /* Serial */ \
|
||||||
"Base of Chassis\0" /* board location */ \
|
"Base of Chassis\0" /* board location */ \
|
||||||
|
@ -114,8 +114,6 @@
|
|||||||
gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x12
|
gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x12
|
||||||
gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x13
|
gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x13
|
||||||
|
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
|
|
||||||
|
|
||||||
# GUID of the UI app
|
# GUID of the UI app
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
|
gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user