Skip to content
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
32 changes: 32 additions & 0 deletions configs/qcom_shikra_cqs_defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Configuration for building U-Boot in Shikra CQS EVK

#include "qcom_defconfig"
#include "board/qualcomm/debug-shikra-evk.config"

# Otherwise buildman thinks this isn't an ARM platform
CONFIG_ARM=y

# CONFIG_OF_UPSTREAM is not set

CONFIG_DEFAULT_DEVICE_TREE="shikra-cqs-evk"

# Address where U-Boot will be loaded
CONFIG_TEXT_BASE=0x9f400000
CONFIG_REMAKE_ELF=y

CONFIG_FASTBOOT_BUF_ADDR=0xc5000000

CONFIG_WATCHDOG_AUTOSTART=y

# Shikra has eMMC only, not UFS/SCSI - override qcom_defconfig settings
CONFIG_FASTBOOT_FLASH_BLOCK_INTERFACE_NAME="mmc"
CONFIG_FASTBOOT_FLASH_BLOCK_DEVICE_ID=0

# CONFIG_SCSI is not set

# Environment stored in eMMC logfs partition
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_MMC_USE_SW_PARTITION=y
CONFIG_ENV_MMC_SW_PARTITION="logfs"
CONFIG_ENV_OFFSET=0x0
CONFIG_ENV_SIZE=0x4000
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration for building U-Boot in Shikra IQS EVK

#include "qcom_defconfig"
#include "board/qualcomm/debug-shikra-iqs-evk.config"
#include "board/qualcomm/debug-shikra-evk.config"

# Otherwise buildman thinks this isn't an ARM platform
CONFIG_ARM=y
Expand Down
Loading