]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: BCM63XX: recognize Cable Modem firmware format
authorFlorian Fainelli <florian@openwrt.org>
Tue, 18 Jun 2013 16:55:41 +0000 (16:55 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 20 Jun 2013 14:58:07 +0000 (16:58 +0200)
commitf3b3faafe7b5a1c07b12d18e96c36bc8a0eecaed
tree544126b7ea2b14e4623a9b33495fec7b92913506
parent31c761c9c1fa91bf4ed83d75dcbc4e426ea2b670
MIPS: BCM63XX: recognize Cable Modem firmware format

Add the firmware header format which is used by Broadcom Cable Modem
SoCs such as the BCM3368 SoC. We export the bcm_hcs firmware format
structure because it is used by user-land tools to create firmware
images for these SoCs and will later be used by a corresponding MTD
parser.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: cernekee@gmail.com
Cc: jogo@openwrt.org
Patchwork: https://patchwork.linux-mips.org/patch/5496/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm63xx/boards/board_bcm963xx.c
include/uapi/linux/Kbuild
include/uapi/linux/bcm933xx_hcs.h [new file with mode: 0644]