Skip to content

Commit 8cf2f3a

Browse files
committed
configs/config.pcengines_uefi_apu*: Disable topdown resource alloc
Fixes PCI device accesses in the payload. Upstream-Status: Inappropriate [Dasharo downstream] Change-Id: I46e83cf6b95dbdfebdeb0360dfd1015584abf6fd Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
1 parent 1e13837 commit 8cf2f3a

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

configs/config.pcengines_uefi_apu2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_TPM_MEASURED_BOOT=y
88
CONFIG_EDK2_BOOTSPLASH_FILE="3rdparty/dasharo-blobs/dasharo/bootsplash.bmp"
99
CONFIG_UDK_202005_BINDING=y
1010
CONFIG_NO_GFX_INIT=y
11+
# CONFIG_RESOURCE_ALLOCATION_TOP_DOWN is not set
1112
CONFIG_DRIVERS_EFI_VARIABLE_STORE=y
1213
CONFIG_TPM2=y
1314
CONFIG_BOOTMEDIA_LOCK_CHIP=y

configs/config.pcengines_uefi_apu3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CONFIG_BOARD_PCENGINES_APU3=y
99
CONFIG_EDK2_BOOTSPLASH_FILE="3rdparty/dasharo-blobs/dasharo/bootsplash.bmp"
1010
CONFIG_UDK_202005_BINDING=y
1111
CONFIG_NO_GFX_INIT=y
12+
# CONFIG_RESOURCE_ALLOCATION_TOP_DOWN is not set
1213
CONFIG_DRIVERS_EFI_VARIABLE_STORE=y
1314
CONFIG_TPM2=y
1415
CONFIG_BOOTMEDIA_LOCK_CHIP=y

configs/config.pcengines_uefi_apu4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CONFIG_BOARD_PCENGINES_APU4=y
99
CONFIG_EDK2_BOOTSPLASH_FILE="3rdparty/dasharo-blobs/dasharo/bootsplash.bmp"
1010
CONFIG_UDK_202005_BINDING=y
1111
CONFIG_NO_GFX_INIT=y
12+
# CONFIG_RESOURCE_ALLOCATION_TOP_DOWN is not set
1213
CONFIG_DRIVERS_EFI_VARIABLE_STORE=y
1314
CONFIG_TPM2=y
1415
CONFIG_BOOTMEDIA_LOCK_CHIP=y

configs/config.pcengines_uefi_apu6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CONFIG_BOARD_PCENGINES_APU6=y
99
CONFIG_EDK2_BOOTSPLASH_FILE="3rdparty/dasharo-blobs/dasharo/bootsplash.bmp"
1010
CONFIG_UDK_202005_BINDING=y
1111
CONFIG_NO_GFX_INIT=y
12+
# CONFIG_RESOURCE_ALLOCATION_TOP_DOWN is not set
1213
CONFIG_DRIVERS_EFI_VARIABLE_STORE=y
1314
CONFIG_TPM2=y
1415
CONFIG_BOOTMEDIA_LOCK_CHIP=y

0 commit comments

Comments
 (0)