Skip to content

Commit

Permalink
platform-configs/include/pcengines.robot: add flags for booting OS fr…
Browse files Browse the repository at this point in the history
…om SeaBIOS

Signed-off-by: Filip Lewiński <[email protected]>
  • Loading branch information
filipleple committed Feb 10, 2025
1 parent ebe347b commit 4f2695b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions platform-configs/include/pcengines.robot
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ Resource ../../keys.robot
*** Variables ***
${INITIAL_DUT_CONNECTION_METHOD}= Telnet
${DUT_CONNECTION_METHOD}= ${INITIAL_DUT_CONNECTION_METHOD}
${PAYLOAD}= tianocore

${BIOS_LIB}= seabios
${FW_STRING}= F10
${SEABIOS_BOOT_DEVICE}= 4
${RTE_S2_N_PORT}= 13541
${FLASH_SIZE}= ${8*1024*1024}
${FLASH_LENGTH}= ${TBD}
${FW_STRING}= ENTER
${TIANOCORE_STRING}= ENTER
${BOOT_MENU_KEY}= ${F10}
${SETUP_MENU_KEY}= ${DELETE}
${BOOT_MENU_STRING}= Please select boot device:
Expand Down Expand Up @@ -38,6 +41,7 @@ ${DMIDECODE_VENDOR}= 3mdeb
${DMIDECODE_FAMILY}= N/A
# TODO
${DMIDECODE_TYPE}= Desktop
${INTERNAL_PROGRAMMER_CHIPNAME}= W25Q64BV/W25Q64CV/W25Q64FV

# Supported test environments
${TESTS_IN_FIRMWARE_SUPPORT}= ${TRUE}
Expand Down Expand Up @@ -82,7 +86,7 @@ ${MINI_PC_IE_SLOT_SUPPORT}= ${TRUE}
${APU_CONFIGURATION_MENU_SUPPORT}= ${TRUE}

# Test module: dasharo-security
${TPM_SUPPORT}= ${TRUE}
${TPM_SUPPORTED_VERSION}= 2
${VERIFIED_BOOT_SUPPORT}= ${TRUE}
${VERIFIED_BOOT_POPUP_SUPPORT}= ${TRUE}
${MEASURED_BOOT_SUPPORT}= ${TRUE}
Expand All @@ -102,3 +106,9 @@ ${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE}

# Test module: trenchboot
${TRENCHBOOT_SUPPORT}= ${TRUE}
${CHECK_POWER_LED_SUPPORT}= ${TRUE}


*** Keywords ***
Power On
Power On Default

0 comments on commit 4f2695b

Please sign in to comment.