Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcm27xx-userland: update to latest version with 64 bit support | Álvaro Fernández Rojas | 2020-05-28 | 1 | -2/+2 |
| | | | | | | | | Support for 64 bits has been remove on latest master of raspberry/firmware. Update to latest commit with 64 bit support since we don't support installing 32 bit packages on 64 bit targets. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | bcm27xx-userland: update to latest version | Álvaro Fernández Rojas | 2020-03-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | bcm27xx-userland: update to latest version | Álvaro Fernández Rojas | 2020-02-28 | 2 | -14/+8 |
| | | | | | | Remove upstream cmake fix. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | brcm2708: rename target to bcm27xx | Adrian Schmutzler | 2020-02-14 | 2 | -0/+75 |
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> |