Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial pass at removing binary-only, unlicensed, and proprietary packages ↵2019.02-op-build | Raptor Engineering Development Team | 2019-09-27 | 1 | -3/+0 |
| | | | | | | | | from buildroot tree Note that DAHDI is only being removed due to poor packaging -- it does not require binary firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only firmware regardless. | ||||
* | imx-m4fwloader: new package | Gary Bisson | 2018-01-28 | 1 | -0/+3 |
This package provides a tool to load a firmware to the Cortex-M4 core available in some i.MX processors such as i.MX6SX or i.MX7. This package was tested on a i.MX7D Nitrogen7 platform: # imx-m4fwloader hello_world.bin 0x007F8000 Upstream repository: https://github.com/codeauroraforum/imx-m4fwloader [Peter: add license hash, install in /usr/sbin, tweak help text] Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |