summaryrefslogtreecommitdiffstats
path: root/configs/orangepi_pc_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* orangepi_pc_defconfig: bump linux to 4.19.3, u-boot to 2018.11Peter Korsgaard2018-11-231-3/+3
| | | | | | | | | | 4.18 brought cpufreq support for H3, but sunxi_defconfig does not enable the driver for the sy8106a regulator used on the board or enable the ondemand cpufreq govenor so the frequency is dynamically adjusted - So enable these in linux.fragment. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* orangepi_pc_defconfig: bump linux to 4.17.15 to include latest fixesPeter Korsgaard2018-08-171-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orangepi_pc_defconfig: bump u-boot to 2018.07 to fix build issuePeter Korsgaard2018-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | u-boot 2018.05 now fails to build with the following error: HOSTCC scripts/dtc/flattree.o In file included from /builds/buildroot.org/buildroot/output/host/include/libfdt.h:54:0, from /builds/buildroot.org/buildroot/output/build/uboot-2018.05/scripts/dtc/libfdt/fdt.c:54: /builds/buildroot.org/buildroot/output/host/include/libfdt_env.h:82:24: error: redefinition of 'fdt16_to_cpu' static inline uint16_t fdt16_to_cpu(fdt16_t x) ^~~~~~~~~~~~ In file included from /builds/buildroot.org/buildroot/output/build/uboot-2018.05/scripts/dtc/libfdt/fdt.c:51:0: /builds/buildroot.org/buildroot/output/build/uboot-2018.05/scripts/dtc/libfdt/libfdt_env.h:81:24: note: previous definition of 'fdt16_to_cpu' was here static inline uint16_t fdt16_to_cpu(fdt16_t x) ^~~~~~~~~~~~ https://gitlab.com/buildroot.org/buildroot/-/jobs/88314886 Fix it by bumping the u-boot version to 2018.07. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orangepi_pc_defconfig: bump linux to 4.17, u-boot to 2018.05Peter Korsgaard2018-06-111-5/+6
| | | | | | | | | | 4.17 brings support for HDMI out, but sunxi_defconfig hasn't been updated to enable the drivers - So add a kernel fragment to enable them. Likewise, analog audio has been supported since 4.10, but the driver isn't enabled in sunxi_defconfig, so enable it in the fragment. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: add pylibfdt where necessaryVincent Stehlé2018-02-131-0/+1
| | | | | | | | | | | | Add TARGET_UBOOT_NEEDS_PYLIBFDT to all defconfigs, where u-boot needs Python libfdt to build. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Jagan Teki <jagan@amarulasolutions.com> Cc: Mike Harmony <mike.harmony@snapav.com> Cc: Sergey Matyukevich <geomatsi@gmail.com> Cc: Jan Kraval <jan.kraval@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* orangepi-pc: bump linux to 4.15, u-boot to 2018.01Peter Korsgaard2018-01-291-3/+4
| | | | | | And enable dhcp for eth0 now that the ethernet is finally supported. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orangepi: drop custom post-build and post-image scriptsSergey Matyukevich2018-01-071-2/+4
| | | | | | | | | | | | | | | Currently in Orange Pi boards post-build script is used only to generate U-Boot boot script and post-image script is used only to generate sdcard image according to genimage configuration. However both those tasks can now be handled by generic Buildroot tools: - BR2_TARGET_UBOOT_BOOT_SCRIPT config options - support/scripts/genimage.sh script This patch drops custom scripts replacing them by generic Buildroot tools. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* orange-pi-pc: bump kernel version to 4.13.11Peter Korsgaard2017-11-051-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orangepi_pc: bump linux to 4.13.3Peter Korsgaard2017-09-281-2/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orangepi_pc: bump u-boot to 2017.09Peter Korsgaard2017-09-281-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/orangepi_pc_defconfig: update Linux and U-Boot versionsSergey Matyukevich2017-05-221-3/+3
| | | | | | | Bump u-boot version to 2017.03 and kernel version to 4.11. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/orangepi: bump kernel and u-boot versionsSergey Matyukevich2016-12-151-3/+3
| | | | | | | Update kernel to 4.9 and U-Boot to 2016.09.01. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orangepipc: rename to orangepi-pcSergey Matyukevich2016-12-151-0/+29
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>
OpenPOWER on IntegriCloud