Platform/CommonBoardPkg/CfgData/CfgData_Platform.yaml: Increase PlatfornName length to 16

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Michał Żygowski
2025-08-04 11:11:28 +02:00
parent 5cf158b7e8
commit f496db457c
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ typedef VOID (EFIAPI *PAYLOAD_ENTRY) (VOID *HobList, VOID *Params);
#define STAGE_IDT_ENTRY_COUNT 34
#define STAGE_GDT_ENTRY_COUNT 7
#define PLATFORM_NAME_SIZE 8
#define PLATFORM_NAME_SIZE 16
typedef enum {
EnumBufFlashMap,

View File

@@ -9,7 +9,7 @@
#**/
PLATFORMID_CFG_DATA.PlatformId | 0x000C
PLAT_NAME_CFG_DATA.PlatformName | 'ODROIDH4'
PLAT_NAME_CFG_DATA.PlatformName | 'ODROID-H4'
GEN_CFG_DATA.PayloadId | 'UEFI'

View File

@@ -36,7 +36,7 @@
name : Platform Name
type : EditText
help : >
Specify the platform name, a maximum of 8 characters
length : 0x8
Specify the platform name, a maximum of 16 characters
length : 0x10
value : ''