blob: ba26924da161b1c4b5378955185f314b05cb1006 [file] [log] [blame]
Caleb Connollyadc310c2024-08-21 15:41:51 +02001# Configuration for building U-Boot to be flashed
2# to the uefi partition of QCM6490 dev boards with
3# the "Linux Embedded" partition layout (which have
4# a dedicated "uefi" partition for edk2/U-Boot)
5
6#include "qcom_defconfig"
7
8# Otherwise buildman thinks this isn't an ARM platform
9CONFIG_ARM=y
10
11CONFIG_DEBUG_UART=y
12CONFIG_DEBUG_UART_ANNOUNCE=y
13CONFIG_DEBUG_UART_BASE=0x994000
14CONFIG_DEBUG_UART_MSM_GENI=y
15CONFIG_DEBUG_UART_CLOCK=14745600
16
17# Address where U-Boot will be loaded
18CONFIG_TEXT_BASE=0x9fc00000
19CONFIG_REMAKE_ELF=y
20
21CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs6490-rb3gen2"
Caleb Connollye88089e2024-10-12 15:57:20 +020022
23# Enable capsule updates
24CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
25CONFIG_EFI_CAPSULE_ON_DISK=y
26CONFIG_EFI_IGNORE_OSINDICATIONS=y
27CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y