mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-10 08:46:36 +00:00
86583384ff
NAND controller is present on BCM6328, BCM6362, BCM6368 and BCM63268. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
18 lines
406 B
Makefile
18 lines
406 B
Makefile
BOARDNAME:=smp
|
|
FEATURES+=nand
|
|
|
|
define Target/Description
|
|
Build firmware images for BCM63XX boards with SMP and NAND support.
|
|
SoCs with 2 cores:
|
|
- BCM6328 (some boards only have 1 core)
|
|
- BCM6358 (SMP unsupported due to shared TLB)
|
|
- BCM6362
|
|
- BCM6368
|
|
- BCM63268
|
|
SoCs with NAND controller:
|
|
- BCM6328 (v2.2)
|
|
- BCM6362 (v2.2)
|
|
- BCM6368 (v2.1)
|
|
- BCM63268 (v4.0)
|
|
endef
|