Initial commit

This commit is contained in:
domenico
2025-06-24 13:14:22 +02:00
commit 4002f145fc
9002 changed files with 1731834 additions and 0 deletions

View File

@@ -0,0 +1,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