summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/smp/target.mk
blob: 36bc2becdc0b939863b83af7c8248d53050b46c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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