URI: 
       tAdd support for orangepi_pc. - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit a6d845932418aa626050865921770b866d458281
   DIR parent f4573a28bf17d1f07e06b7a8c69d1a2a13c6dd17
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 25 Jun 2018 15:10:49 +0200
       
       Add support for orangepi_pc.
       
       Diffstat:
         M boards/kernel-configs/sunxi.config  |      12 ++++++------
         M config                              |       2 ++
       
       2 files changed, 8 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/boards/kernel-configs/sunxi.config b/boards/kernel-configs/sunxi.config
       t@@ -1,6 +1,6 @@
        #
        # Automatically generated file; DO NOT EDIT.
       -# Linux/arm 4.17.0 Kernel Configuration
       +# Linux/arm 4.17.2 Kernel Configuration
        #
        CONFIG_ARM=y
        CONFIG_ARM_HAS_SG_CHAIN=y
       t@@ -2970,10 +2970,10 @@ CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
        # Allwinner SoC Audio support
        #
        CONFIG_SND_SUN4I_CODEC=y
       -# CONFIG_SND_SUN8I_CODEC is not set
       -# CONFIG_SND_SUN8I_CODEC_ANALOG is not set
       -# CONFIG_SND_SUN4I_I2S is not set
       -# CONFIG_SND_SUN4I_SPDIF is not set
       +CONFIG_SND_SUN8I_CODEC=y
       +CONFIG_SND_SUN8I_CODEC_ANALOG=y
       +CONFIG_SND_SUN4I_I2S=y
       +CONFIG_SND_SUN4I_SPDIF=y
        # CONFIG_SND_SOC_XTFPGA_I2S is not set
        # CONFIG_ZX_TDM is not set
        CONFIG_SND_SOC_I2C_AND_SPI=y
       t@@ -3763,7 +3763,7 @@ CONFIG_SUN8I_A33_CCU=y
        CONFIG_SUN8I_A83T_CCU=y
        CONFIG_SUN8I_H3_CCU=y
        CONFIG_SUN8I_V3S_CCU=y
       -# CONFIG_SUN8I_DE2_CCU is not set
       +CONFIG_SUN8I_DE2_CCU=y
        CONFIG_SUN8I_R40_CCU=y
        CONFIG_SUN9I_A80_CCU=y
        CONFIG_SUN8I_R_CCU=y
   DIR diff --git a/config b/config
       t@@ -84,6 +84,7 @@ uboot_configs=(
                Orangepi_defconfig
                orangepi_lite_defconfig
                Orangepi_mini_defconfig
       +        orangepi_pc_defconfig
                orangepi_plus_defconfig
                orangepi_plus2e_defconfig
                orangepi_zero_defconfig
       t@@ -110,6 +111,7 @@ board_dtbs=(
                sun7i-a20-orangepi.dtb
                sun8i-h3-orangepi-lite.dtb
                sun7i-a20-orangepi-mini.dtb
       +        sun8i-h3-orangepi-pc.dtb
                sun8i-h3-orangepi-plus.dtb
                sun8i-h3-orangepi-plus2e.dtb
                sun8i-h2-plus-orangepi-zero.dtb