Skip to content
Snippets Groups Projects
Commit b03f2810 authored by Andreas Gnau's avatar Andreas Gnau :speech_balloon:
Browse files

Add config options BCM_SECURE_BOOT_SUPPORT and BCM_FLASH_LAYOUT_OPTIONS

parent ffe479b9
Branches
Tags
No related merge requests found
......@@ -42,7 +42,9 @@ PKG_CONFIG_DEPENDS := \
CONFIG_BCM_DSL_ANNEX_C \
CONFIG_BCM_DSL_SADSL \
CONFIG_BCM_DSL_GFAST \
CONFIG_BCM_VOICE
CONFIG_BCM_VOICE \
CONFIG_BCM_SECURE_BOOT_SUPPORT \
CONFIG_BCM_FLASH_LAYOUT_OPTIONS
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/image.mk
......@@ -90,6 +92,8 @@ MAKE_FLAGS += \
CONFIG_BCM_DSL_ANNEX_B="$(CONFIG_BCM_DSL_ANNEX_B)" \
CONFIG_BCM_DSL_GFAST="$(CONFIG_BCM_DSL_GFAST)" \
CONFIG_BCM_VOICE="$(CONFIG_BCM_VOICE)" \
CONFIG_BCM_SECURE_BOOT_SUPPORT="$(CONFIG_BCM_SECURE_BOOT_SUPPORT)" \
CONFIG_BCM_FLASH_LAYOUT_OPTIONS="$(CONFIG_BCM_FLASH_LAYOUT_OPTIONS)" \
nandBlocksize=$(CONFIG_TARGET_NAND_BLOCKSZ)
define Package/bcmkernel/install
......
......@@ -82,8 +82,21 @@ choice USE_DSL
config BCM_DSL_GFAST
bool "G.Fast"
endchoice
config BCM_SECURE_BOOT_SUPPORT
bool "Enable Secure Boot related options in Broadcom SDK"
default n
config BCM_FLASH_LAYOUT_OPTIONS
string
prompt "Broadcom SDK Flash image option file names"
default ""
help
The Broadcom SDK use option files to configure the compilation of uboot,
the assembly of flash images, including their default environments.
To list multiple files use a comma as a delimiter.
If left empty, the default from the corresponding Broadcom target
will be used.
endmenu
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment