summaryrefslogtreecommitdiff
path: root/board/orangepi
AgeCommit message (Collapse)Author
2016-12-15board/orangepi: drop redundant filesPeter Korsgaard
The orangepi board variants use identical post-build and post-image scripts, so move them up to board/orangepi and add symlinks in the variant subdirectories, similary to how we handle it for the raspberry pi variants. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-15orangepi: add basic support for orangepi-one boardSergey Matyukevich
Board support package includes the following components: - mainline u-boot 2016.09.01 - mainline kernel 4.9 Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-15orangepipc: rename to orangepi-pcSergey Matyukevich
Rename orangepipc files, configs, and directories: - oragepipc_defconfig -> orangepi_pc_defconfig - board/orangepi/orangepipc -> board/orangepi/orangepi-pc The purpose of the patch is to improve readability before adding other boards of orangepi family. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-09-13configs/orangepipc: Use Linux 4.7.3Peter Korsgaard
There's now an sun8i-h3-orangepi-pc dts, so we can use that and drop the hack in the post-image script. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-02orangepipc: Accommodate U-Boot environment on SD-cardPeter Korsgaard
As described by http://linux-sunxi.org/Bootable_SD_card#SD_Card_Layout The space betweem 544KB..1MB is reserved / used for the u-boot environment, so mark it as such to make sure genimage doesn't put other partitions here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-01-29configs/orangepi: Changing Linux kernel to v4.5-rc1Eelco Chaudron
[Peter: use tarball for Linux kernel, use 4.4 kernel headers] Signed-off-by: Eelco Chaudron <echaudron@xiot.nl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-01-17orangepipc: readme.txt: fix typoPeter Korsgaard
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-12-29configs: add readme.txt for the orangepipc defconfigEelco Chaudron
[Thomas: minor tweaks.] Signed-off-by: Eelco Chaudron <echaudron@xiot.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-28configs: new orangepipc_defconfigEelco Chaudron
This commit adds a configuration for the Orange Pi PC board, <http://www.orangepi.org/orangepipc/>. Signed-off-by: Eelco Chaudron <echaudron@xiot.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>