Skip to content

Commit 5bb2f2f

Browse files
committed
RISC-V: sbcrv64_defconfig: enable EFI
1 parent 0ea1e58 commit 5bb2f2f

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

arch/riscv/configs/sbcrv64_defconfig

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ CONFIG_ARCH_SUN20IW1P1=y
247247
# end of SoC selection
248248
# Platform type
249249
#
250-
CONFIG_NONPORTABLE=y
250+
CONFIG_PORTABLE=y
251251
# CONFIG_ARCH_RV32I is not set
252252
CONFIG_ARCH_RV64I=y
253253
# CONFIG_CMODEL_MEDLOW is not set
@@ -283,7 +283,7 @@ CONFIG_CRASH_DUMP=y
283283
# Boot options
284284
#
285285
CONFIG_CMDLINE=""
286-
# CONFIG_EFI is not set
286+
CONFIG_EFI=y
287287

288288
#
289289
# end of Boot options
@@ -1348,6 +1348,30 @@ CONFIG_SUN8I_MBUS=y
13481348
# end of Bus devices
13491349
#
13501350
CONFIG_CONNECTOR=m
1351+
1352+
CONFIG_SYSFB_SIMPLEFB=y
1353+
1354+
#
1355+
# EFI (Extensible Firmware Interface) Support
1356+
#
1357+
CONFIG_EFI_ESRT=y
1358+
CONFIG_EFI_VARS_PSTORE=m
1359+
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
1360+
CONFIG_EFI_PARAMS_FROM_FDT=y
1361+
CONFIG_EFI_RUNTIME_WRAPPERS=y
1362+
CONFIG_EFI_GENERIC_STUB=y
1363+
# CONFIG_EFI_ZBOOT is not set
1364+
CONFIG_EFI_BOOTLOADER_CONTROL=m
1365+
CONFIG_EFI_CAPSULE_LOADER=m
1366+
CONFIG_EFI_TEST=m
1367+
CONFIG_RESET_ATTACK_MITIGATION=y
1368+
# CONFIG_EFI_DISABLE_PCI_DMA is not set
1369+
CONFIG_EFI_EARLYCON=y
1370+
CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y
1371+
# CONFIG_EFI_DISABLE_RUNTIME is not set
1372+
CONFIG_EFI_COCO_SECRET=y
1373+
# end of EFI (Extensible Firmware Interface) Support
1374+
13511375
# CONFIG_GNSS is not set
13521376
CONFIG_MTD=y
13531377
# CONFIG_MTD_TESTS is not set
@@ -4533,6 +4557,7 @@ CONFIG_RTC_DRV_AC100=m
45334557
CONFIG_RTC_DRV_DS1307=m
45344558
CONFIG_RTC_DRV_DS1374=m
45354559
CONFIG_RTC_DRV_DS1672=m
4560+
CONFIG_RTC_DRV_EFI=m
45364561
CONFIG_RTC_DRV_HYM8563=m
45374562
CONFIG_RTC_DRV_MAX6900=m
45384563
CONFIG_RTC_DRV_MAX77686=y

0 commit comments

Comments
 (0)