blob: 6c7952ffe54e239a1845245b49304f49c66921a2 [file] [log] [blame]
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -04001if ARCH_BCMSTB
2
3config TARGET_BCM7445
4 bool "Broadcom 7445 TSBL"
5 depends on ARCH_BCMSTB
6 help
7 Support for the Broadcom 7445 SoC. This port assumes BOLT
8 is acting as the second stage bootloader, and U-Boot is
9 acting as the third stage bootloader (TSBL), loaded by BOLT.
10 This port may work on other BCM7xxx boards with
11 configuration changes.
12
13config SYS_CPU
14 default "armv7"
15
16config SYS_BOARD
17 default "bcmstb"
18
19config SYS_VENDOR
20 default "broadcom"
21
22config SYS_SOC
23 default "bcmstb"
24
25config SYS_CONFIG_NAME
26 default "bcm7445"
27
28config SYS_FDT_SAVE_ADDRESS
29 hex "Address to which the prior stage provided DTB will be copied"
30 default 0x1f00000
31
32config BCMSTB_SDHCI_INDEX
33 int "Index of preferred BCMSTB SDHCI alias in DTB"
34 default 1
35
36endif