Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Various Makefiles: Add SPDX-License-Identifier tags | Tom Rini | 2015-11-10 | -0/+3 |
| | | | | | | | | | | | After consulting with some of the SPDX team, the conclusion is that Makefiles are worth adding SPDX-License-Identifier tags too, and most of ours have one. This adds tags to ones that lack them and converts a few that had full (or in one case, very partial) license blobs into the equivalent tag. Cc: Kate Stewart <kstewart@linuxfoundation.org> Signed-off-by: Tom Rini <trini@konsulko.com> | |||
* | board/seco: Add mx6q-uq7 basic board support | Boris BREZILLON | 2015-03-23 | -0/+149 |
Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported). It also adds a Kconfig skeleton to later add more SECO board (supporting SoC and board variants). Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> |