File tree Expand file tree Collapse file tree 7 files changed +14
-4
lines changed Expand file tree Collapse file tree 7 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ CONFIG_BOOTMEDIA_SMM_BWP=y
30
30
# CONFIG_CONSOLE_USE_ANSI_ESCAPES is not set
31
31
CONFIG_PAYLOAD_EDK2=y
32
32
CONFIG_EDK2_REPOSITORY="https://github.com/Dasharo/edk2"
33
- CONFIG_EDK2_TAG_OR_REV="055ef012e63dad2ca03d49e6bc31cb79dd11ddc7 "
33
+ CONFIG_EDK2_TAG_OR_REV="f59ffe49dbc0f391cd0560a8d1ec9abbcea32e64 "
34
34
CONFIG_EDK2_USE_EDK2_PLATFORMS=y
35
35
CONFIG_EDK2_PLATFORMS_REPOSITORY="https://github.com/Dasharo/edk2-platforms"
36
36
CONFIG_EDK2_PLATFORMS_TAG_OR_REV="3323ed481d35096fb6a7eae7b49f35eff00f86cf"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ CONFIG_BOOTMEDIA_SMM_BWP=y
40
40
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y
41
41
CONFIG_PAYLOAD_EDK2=y
42
42
CONFIG_EDK2_REPOSITORY="https://github.com/Dasharo/edk2"
43
- CONFIG_EDK2_TAG_OR_REV="0ef3498db29711284fa7c6a8ed65017860ba6b7e "
43
+ CONFIG_EDK2_TAG_OR_REV="f59ffe49dbc0f391cd0560a8d1ec9abbcea32e64 "
44
44
CONFIG_EDK2_USE_EDK2_PLATFORMS=y
45
45
CONFIG_EDK2_PLATFORMS_REPOSITORY="https://github.com/Dasharo/edk2-platforms"
46
46
CONFIG_EDK2_PLATFORMS_TAG_OR_REV="3323ed481d35096fb6a7eae7b49f35eff00f86cf"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ CONFIG_BOOTMEDIA_SMM_BWP=y
40
40
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y
41
41
CONFIG_PAYLOAD_EDK2=y
42
42
CONFIG_EDK2_REPOSITORY="https://github.com/Dasharo/edk2"
43
- CONFIG_EDK2_TAG_OR_REV="0ef3498db29711284fa7c6a8ed65017860ba6b7e "
43
+ CONFIG_EDK2_TAG_OR_REV="f59ffe49dbc0f391cd0560a8d1ec9abbcea32e64 "
44
44
CONFIG_EDK2_USE_EDK2_PLATFORMS=y
45
45
CONFIG_EDK2_PLATFORMS_REPOSITORY="https://github.com/Dasharo/edk2-platforms"
46
46
CONFIG_EDK2_PLATFORMS_TAG_OR_REV="3323ed481d35096fb6a7eae7b49f35eff00f86cf"
Original file line number Diff line number Diff line change @@ -282,7 +282,8 @@ $(obj)/UEFIPAYLOAD.fd: $(DOTCONFIG) $(IPXE_EFI)
282
282
CONFIG_EDK2_ENABLE_FAST_BOOT_FEATURE=$(CONFIG_EDK2_ENABLE_FAST_BOOT_FEATURE ) \
283
283
CONFIG_EDK2_ENABLE_QUIET_BOOT_FEATURE=$(CONFIG_EDK2_ENABLE_QUIET_BOOT_FEATURE ) \
284
284
CONFIG_EDK2_USB_PORT_POWER_OPTION=$(CONFIG_EDK2_USB_PORT_POWER_OPTION ) \
285
- CONFIG_EDK2_DGPU_POWER_OPTION=$(CONFIG_EDK2_DGPU_POWER_OPTION )
285
+ CONFIG_EDK2_DGPU_POWER_OPTION=$(CONFIG_EDK2_DGPU_POWER_OPTION ) \
286
+ CONFIG_DGPU_ONLY_AVAILABLE=$(CONFIG_DGPU_ONLY_AVAILABLE )
286
287
287
288
288
289
$(obj ) /ShimmedUniversalPayload.elf : $(DOTCONFIG )
Original file line number Diff line number Diff line change @@ -341,6 +341,9 @@ endif
341
341
ifneq ($(CONFIG_INTEL_ME_DEFAULT_STATE ) ,)
342
342
BUILD_STR += --pcd gDasharoSystemFeaturesTokenSpaceGuid.PcdIntelMeDefaultState=$(CONFIG_INTEL_ME_DEFAULT_STATE )
343
343
endif
344
+ ifneq ($(CONFIG_DGPU_ONLY_AVAILABLE ) ,y)
345
+ BUILD_STR += --pcd gDasharoSystemFeaturesTokenSpaceGuid.PcdDgpuOnlyAvailable=FALSE
346
+ endif
344
347
# RAM_DISK_ENABLE = FALSE
345
348
ifeq ($(CONFIG_EDK2_RAM_DISK_ENABLE ) ,y)
346
349
BUILD_STR += -D RAM_DISK_ENABLE=TRUE
Original file line number Diff line number Diff line change @@ -14,4 +14,9 @@ source "src/mainboard/clevo/*/Kconfig"
14
14
config MAINBOARD_VENDOR
15
15
default "Clevo"
16
16
17
+ config DGPU_ONLY_AVAILABLE
18
+ bool "dGPU Only mux pin is available"
19
+ default n
20
+ depends on EDK2_DGPU_POWER_OPTION
21
+
17
22
endif # VENDOR_CLEVO
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ config BOARD_CLEVO_V5X0TNX_BASE
31
31
select INCLUDE_NVIDIA_GPU_ASL
32
32
select BOARD_CLEVO_MTLH_COMMON
33
33
select DRIVERS_I2C_TAS5825M
34
+ select DGPU_ONLY_AVAILABLE
34
35
35
36
config BOARD_CLEVO_V540TNX
36
37
bool
You can’t perform that action at this time.
0 commit comments