summaryrefslogtreecommitdiff
path: root/configs/orangepi_win_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-06-13 09:44:42 (GMT)
committerJagan Teki <jagan@amarulasolutions.com>2017-06-14 10:28:39 (GMT)
commitbdf9577355b0efcf5a27a4fdef344a5b8b70f9f2 (patch)
tree10fd2bc9414a2b567904d76d5f74354f63106d36 /configs/orangepi_win_defconfig
parentd6b1d7d81ba71dfdca84a7e38e334b73d3732fc0 (diff)
downloadu-boot-bdf9577355b0efcf5a27a4fdef344a5b8b70f9f2.tar.xz
sun50i: a64: Add initial Orangepi Win/WinPlus support
Orangepi Win/WinPlus is an open-source single-board computer using the Allwinner A64 SOC. A64 Orangepi Win/WinPlus has - A64 Quad-core Cortex-A53 64bit - 1GB(Win)/2GB(Win Plus) DDR3 SDRAM - Debug TTL UART - Four USB 2.0 - HDMI - LCD - Audio and MIC - Wifi + BT - IR receiver - 5V DC power supply Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/orangepi_win_defconfig')
-rw-r--r--configs/orangepi_win_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/orangepi_win_defconfig b/configs/orangepi_win_defconfig
new file mode 100644
index 0000000..85d8fa4
--- /dev/null
+++ b/configs/orangepi_win_defconfig
@@ -0,0 +1,16 @@
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN50I=y
+CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y
+CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-orangepi-win"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+# CONFIG_SPL_DOS_PARTITION is not set
+# CONFIG_SPL_ISO_PARTITION is not set
+# CONFIG_SPL_EFI_PARTITION is not set
+CONFIG_SPL_SPI_SUNXI=y
+CONFIG_SUN8I_EMAC=y
+CONFIG_USB_EHCI_HCD=y