summaryrefslogtreecommitdiffstats
path: root/board/roseapplepi
Commit message (Collapse)AuthorAgeFilesLines
* roseapplepi: backport upstream patches to fix build with gcc 6Peter Korsgaard2017-06-202-0/+1172
| | | | | | | | | | | | | The recent change to default to gcc 6 for the internal toolchain broke this defconfig as the u-boot and linux kernel are too old to build with gcc 6. Fit it by backporting the following commits: - u-boot: 9b2c282b34 (compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6) - linux: cb984d101b (compiler-gcc: integrate the various compiler-gcc[345].h files) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* roseapplepi: add kernel patches to fix linux build issues with gcc 5Peter Korsgaard2016-11-283-0/+274
| | | | | | | | Backport 2 patches from upstream (from 3.18-rc1) for gcc 5.x support and a patch from Marco Franceschetti (https://github.com/vonfritz/kernel/) to fix gcc 5.x compat issues in the bsp wifi drivers. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boards: add roseapple pi board supportPeter Korsgaard2016-05-264-0/+95
Add basic support for the roseapple pi board, a SBC in a RPI form factor with an Actions Semiconductor S500 SoC. For details, see: http://roseapplepi.org/ The vendor kernel unfortunately needs a minor patch to build the XHCI driver, so include it here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud