Skip to content

Commit d7b4a47

Browse files
authored
Merge pull request #1442 from tlaurion/qemu_basic_boot_example_in_board_config
Qemu boards: typo correction in comment to manually enable Basic Boot mode
2 parents 92411be + c419cf7 commit d7b4a47

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

boards/qemu-coreboot-fbwhiptail-tpm1-hotp/qemu-coreboot-fbwhiptail-tpm1-hotp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export CONFIG_LINUX_VERSION=5.10.5
1010

1111
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
1212
#export CONFIG_RESTRICTED_BOOT=y
13-
#export CONFIG_BASIC_BOOT=y
13+
#export CONFIG_BASIC=y
1414

1515
#Enable DEBUG output
1616
export CONFIG_DEBUG_OUTPUT=y

boards/qemu-coreboot-fbwhiptail-tpm1/qemu-coreboot-fbwhiptail-tpm1.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export CONFIG_LINUX_VERSION=5.10.5
88

99
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
1010
#export CONFIG_RESTRICTED_BOOT=y
11-
#export CONFIG_BASIC_BOOT=y
11+
#export CONFIG_BASIC=y
1212

1313
#Enable DEBUG output
1414
export CONFIG_DEBUG_OUTPUT=y

boards/qemu-coreboot-fbwhiptail-tpm2-hotp/qemu-coreboot-fbwhiptail-tpm2-hotp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export CONFIG_LINUX_VERSION=5.10.5
99

1010
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
1111
#export CONFIG_RESTRICTED_BOOT=y
12-
#export CONFIG_BASIC_BOOT=y
12+
#export CONFIG_BASIC=y
1313

1414
#Enable DEBUG output
1515
export CONFIG_DEBUG_OUTPUT=y

boards/qemu-coreboot-fbwhiptail-tpm2/qemu-coreboot-fbwhiptail-tpm2.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export CONFIG_LINUX_VERSION=5.10.5
88

99
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
1010
#export CONFIG_RESTRICTED_BOOT=y
11-
#export CONFIG_BASIC_BOOT=y
11+
#export CONFIG_BASIC=y
1212

1313
#Enable DEBUG output
1414
export CONFIG_DEBUG_OUTPUT=y

boards/qemu-coreboot-whiptail-tpm1-hotp/qemu-coreboot-whiptail-tpm1-hotp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export CONFIG_LINUX_VERSION=5.10.5
1010

1111
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
1212
#export CONFIG_RESTRICTED_BOOT=y
13-
#export CONFIG_BASIC_BOOT=y
13+
#export CONFIG_BASIC=y
1414

1515
#Enable DEBUG output
1616
export CONFIG_DEBUG_OUTPUT=y

boards/qemu-coreboot-whiptail-tpm1/qemu-coreboot-whiptail-tpm1.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export CONFIG_LINUX_VERSION=5.10.5
88

99
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
1010
#export CONFIG_RESTRICTED_BOOT=y
11-
#export CONFIG_BASIC_BOOT=y
11+
#export CONFIG_BASIC=y
1212

1313
#Enable DEBUG output
1414
export CONFIG_DEBUG_OUTPUT=y

boards/qemu-coreboot-whiptail-tpm2-hotp/qemu-coreboot-whiptail-tpm2-hotp.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export CONFIG_LINUX_VERSION=5.10.5
99

1010
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
1111
#export CONFIG_RESTRICTED_BOOT=y
12-
#export CONFIG_BASIC_BOOT=y
12+
#export CONFIG_BASIC=y
1313

1414
#Enable DEBUG output
1515
export CONFIG_DEBUG_OUTPUT=y

boards/qemu-coreboot-whiptail-tpm2/qemu-coreboot-whiptail-tpm2.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export CONFIG_LINUX_VERSION=5.10.5
88

99
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
1010
#export CONFIG_RESTRICTED_BOOT=y
11-
#export CONFIG_BASIC_BOOT=y
11+
#export CONFIG_BASIC=y
1212

1313
#Enable DEBUG output
1414
export CONFIG_DEBUG_OUTPUT=y

0 commit comments

Comments
 (0)