forked from Ivasoft/openwrt
kernel: mtdsplit: add support for BCM63XX CFE firmware
Broadcom CFE bootloader relies on a tag for identifying the current firmware, such as version, image start address, kernel address and size, rootfs size, board id, signatures, etc. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -20,6 +20,11 @@ config MTD_SPLIT_SQUASHFS_ROOT
|
||||
|
||||
comment "Firmware partition parsers"
|
||||
|
||||
config MTD_SPLIT_BCM63XX_FW
|
||||
bool "BCM63xx firmware parser"
|
||||
depends on MTD_SPLIT_SUPPORT
|
||||
select MTD_SPLIT
|
||||
|
||||
config MTD_SPLIT_BCM_WFI_FW
|
||||
bool "Broadcom Whole Flash Image parser"
|
||||
depends on MTD_SPLIT_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user