Skip to content

Commit 4f2695b

Browse files
committed
platform-configs/include/pcengines.robot: add flags for booting OS from SeaBIOS
Signed-off-by: Filip Lewiński <[email protected]>
1 parent ebe347b commit 4f2695b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

platform-configs/include/pcengines.robot

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ Resource ../../keys.robot
66
*** Variables ***
77
${INITIAL_DUT_CONNECTION_METHOD}= Telnet
88
${DUT_CONNECTION_METHOD}= ${INITIAL_DUT_CONNECTION_METHOD}
9-
${PAYLOAD}= tianocore
9+
10+
${BIOS_LIB}= seabios
11+
${FW_STRING}= F10
12+
${SEABIOS_BOOT_DEVICE}= 4
1013
${RTE_S2_N_PORT}= 13541
1114
${FLASH_SIZE}= ${8*1024*1024}
1215
${FLASH_LENGTH}= ${TBD}
13-
${FW_STRING}= ENTER
16+
${TIANOCORE_STRING}= ENTER
1417
${BOOT_MENU_KEY}= ${F10}
1518
${SETUP_MENU_KEY}= ${DELETE}
1619
${BOOT_MENU_STRING}= Please select boot device:
@@ -38,6 +41,7 @@ ${DMIDECODE_VENDOR}= 3mdeb
3841
${DMIDECODE_FAMILY}= N/A
3942
# TODO
4043
${DMIDECODE_TYPE}= Desktop
44+
${INTERNAL_PROGRAMMER_CHIPNAME}= W25Q64BV/W25Q64CV/W25Q64FV
4145

4246
# Supported test environments
4347
${TESTS_IN_FIRMWARE_SUPPORT}= ${TRUE}
@@ -82,7 +86,7 @@ ${MINI_PC_IE_SLOT_SUPPORT}= ${TRUE}
8286
${APU_CONFIGURATION_MENU_SUPPORT}= ${TRUE}
8387

8488
# Test module: dasharo-security
85-
${TPM_SUPPORT}= ${TRUE}
89+
${TPM_SUPPORTED_VERSION}= 2
8690
${VERIFIED_BOOT_SUPPORT}= ${TRUE}
8791
${VERIFIED_BOOT_POPUP_SUPPORT}= ${TRUE}
8892
${MEASURED_BOOT_SUPPORT}= ${TRUE}
@@ -102,3 +106,9 @@ ${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE}
102106

103107
# Test module: trenchboot
104108
${TRENCHBOOT_SUPPORT}= ${TRUE}
109+
${CHECK_POWER_LED_SUPPORT}= ${TRUE}
110+
111+
112+
*** Keywords ***
113+
Power On
114+
Power On Default

0 commit comments

Comments
 (0)