Skip to content

defconfig: r64/r2/r3/r3mini/r4: Enable EFI related options #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 2025-01-bpi
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions configs/mt7622_bpi-r64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ CONFIG_MTK_TIMER=y
CONFIG_LZ4=y
CONFIG_LZO=y
CONFIG_HEXDUMP=y
CONFIG_CMD_BOOTEFI=y
CONFIG_EFI_LOADER=y
CONFIG_BLK=y
CONFIG_PARTITIONS=y
CONFIG_BOOTM_EFI=y

CONFIG_USE_DEFAULT_ENV_FILE=y
CONFIG_DEFAULT_ENV_FILE="uEnv_r64.txt"
Expand Down
6 changes: 5 additions & 1 deletion configs/mt7623n_bpir2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ CONFIG_TIMER=y
CONFIG_MTK_TIMER=y
CONFIG_WDT_MTK=y
CONFIG_LZMA=y
# CONFIG_EFI_LOADER is not set
CONFIG_CMD_BOOTEFI=y
CONFIG_EFI_LOADER=y
CONFIG_BLK=y
CONFIG_PARTITIONS=y
CONFIG_BOOTM_EFI=y

CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="BPI-R2> "
Expand Down
6 changes: 5 additions & 1 deletion configs/mt7986a_bpir3_emmc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ CONFIG_SYS_LOAD_ADDR=0x46000000
CONFIG_DEBUG_UART_BASE=0x11002000
CONFIG_DEBUG_UART_CLOCK=40000000
CONFIG_DEBUG_UART=y
# CONFIG_EFI_LOADER is not set
CONFIG_CMD_BOOTEFI=y
CONFIG_EFI_LOADER=y
CONFIG_BLK=y
CONFIG_PARTITIONS=y
CONFIG_BOOTM_EFI=y
CONFIG_DEFAULT_FDT_FILE="mt7986a-bpi-r3-emmc"
CONFIG_SYS_CBSIZE=512
CONFIG_SYS_PBSIZE=1049
Expand Down
6 changes: 5 additions & 1 deletion configs/mt7986a_bpir3_sd_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ CONFIG_SYS_LOAD_ADDR=0x46000000
CONFIG_DEBUG_UART_BASE=0x11002000
CONFIG_DEBUG_UART_CLOCK=40000000
CONFIG_DEBUG_UART=y
# CONFIG_EFI_LOADER is not set
CONFIG_CMD_BOOTEFI=y
CONFIG_EFI_LOADER=y
CONFIG_BLK=y
CONFIG_PARTITIONS=y
CONFIG_BOOTM_EFI=y
CONFIG_DEFAULT_FDT_FILE="mt7986a-bpi-r3-sd"
CONFIG_SYS_CBSIZE=512
CONFIG_SYS_PBSIZE=1049
Expand Down
7 changes: 6 additions & 1 deletion configs/mt7986a_bpir3mini_emmc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,14 @@ CONFIG_DM_SERIAL=y
CONFIG_MTK_SERIAL=y
CONFIG_FAT_WRITE=y
CONFIG_HEXDUMP=y
# CONFIG_EFI_LOADER is not set
CONFIG_LMB_MAX_REGIONS=64

CONFIG_CMD_BOOTEFI=y
CONFIG_EFI_LOADER=y
CONFIG_BLK=y
CONFIG_PARTITIONS=y
CONFIG_BOOTM_EFI=y

CONFIG_AUTOBOOT=y
#CONFIG_BOOTDELAY=2

Expand Down
6 changes: 5 additions & 1 deletion configs/mt7988a_bpir4_emmc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ CONFIG_CMD_PING=y
CONFIG_CMD_SMC=y
CONFIG_DOS_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_CMD_BOOTEFI=y
CONFIG_EFI_LOADER=y
CONFIG_BLK=y
CONFIG_PARTITIONS=y
CONFIG_BOOTM_EFI=y
CONFIG_PARTITION_TYPE_GUID=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_NET_RANDOM_ETHADDR=y
Expand Down Expand Up @@ -80,7 +85,6 @@ CONFIG_DM_SPI=y
CONFIG_MTK_SPIM=y
CONFIG_LZO=y
CONFIG_HEXDUMP=y
# CONFIG_EFI_LOADER is not set

CONFIG_CMD_BOOTMENU=y
CONFIG_CMD_EXT4=y
Expand Down
6 changes: 5 additions & 1 deletion configs/mt7988a_bpir4_sd_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ CONFIG_DM_SPI=y
CONFIG_MTK_SPIM=y
CONFIG_LZO=y
CONFIG_HEXDUMP=y
# CONFIG_EFI_LOADER is not set
CONFIG_CMD_BOOTEFI=y
CONFIG_EFI_LOADER=y
CONFIG_BLK=y
CONFIG_PARTITIONS=y
CONFIG_BOOTM_EFI=y

CONFIG_CMD_BOOTMENU=y
CONFIG_CMD_EXT4=y
Expand Down