diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-04-24 09:38:30 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-02 14:23:58 -0400 |
commit | 6f63c296fe9ee79316e787c1f9952d501645aa03 (patch) | |
tree | 7944879ec1afe14d14ee7935ce8b9036b6d98cbc /arch/arm/Kconfig | |
parent | d3d9cd8ee1c2144be87e1f8456e6dbf6e1670d18 (diff) | |
download | u-boot-6f63c296fe9ee79316e787c1f9952d501645aa03.zip u-boot-6f63c296fe9ee79316e787c1f9952d501645aa03.tar.gz u-boot-6f63c296fe9ee79316e787c1f9952d501645aa03.tar.bz2 |
board: Add new Broadcom Northstar board
This adds a simple Northstar "BRCMNS" board to be used with
the BCM4708x and BCM5301x chips.
The main intention is to use this with the D-Link DIR-890L
and DIR-885L routers for loading the kernel into RAM from
NAND memory using the BCH-1 ECC and using the separately
submitted SEAMA load command, so we are currently not adding
support for things such as networking.
The DTS file is a multiplatform NorthStar board, designed to
be usable with several NorthStar designs by avoiding any
particulars not related to the operation of U-Boot.
If other board need other ECC for example, they need to
create a separate DTS file and augment the code, but I don't
know if any other users will turn up.
Cc: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 60ac7d4..fdb24d6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -2285,6 +2285,7 @@ source "board/Marvell/octeontx2/Kconfig" source "board/armltd/vexpress/Kconfig" source "board/armltd/vexpress64/Kconfig" source "board/cortina/presidio-asic/Kconfig" +source "board/broadcom/bcmns/Kconfig" source "board/broadcom/bcmns3/Kconfig" source "board/cavium/thunderx/Kconfig" source "board/eets/pdu001/Kconfig" |