aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx/base-files/etc/board.d
Commit message (Collapse)AuthorAgeFilesLines
* bcm27xx: add support for RPI CM4 and RPI 400Álvaro Fernández Rojas2021-02-191-0/+2
| | | | | | | Support added to bcm2709 (32 bits) and bcm2711 (64 bits). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry-picked from commit 8ad61118fd)
* brcm2708: rename target to bcm27xxAdrian Schmutzler2020-02-141-0/+32
This change makes the names of Broadcom targets consistent by using the common notation based on SoC/CPU ID (which is used internally anyway), bcmXXXX instead of brcmXXXX. This is even used for target TITLE in make menuconfig already, only the short target name used brcm so far. Despite, since subtargets range from bcm2708 to bcm2711, it seems appropriate to use bcm27xx instead of bcm2708 (again, as already done for BOARDNAME). This also renames the packages brcm2708-userland and brcm2708-gpu-fw. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Álvaro Fernández Rojas <noltari@gmail.com>