Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware-utils: update to version 2021-10-05 | Petr Štetiar | 2021-10-05 | 1 | -127/+0 |
| | | | | | | | | | | | | | | | | Includes following changes: db65821f006c cmake: fix missing install target 3a0cfc856991 Add initial GitLab CI support 8f47adea6f87 Add missing includes for byte swap operations fbafae9f8037 Convert to CMake based project Additionaly moves source code into separate Git project repository and converts the package build to utilize CMake. Signed-off-by: Petr Štetiar <ynezz@true.cz> [rmilecki: rebase, update to the latest repo git & rm -r src] Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | firmware-utils: bcm4908kernel: name struct fields | Rafał Miłecki | 2021-03-24 | 1 | -8/+8 |
| | | | | | | Less magic names / values. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | firmware-utils: bcm4908kernel: tool adding BCM4908 kernel header | Rafał Miłecki | 2021-01-15 | 1 | -0/+127 |
BCM4908 CFE bootloader requires kernel to be prepended with a custom header. This simple tool implements support for such headers. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> |