[U-Boot] [PATCH] sun7i: Add support for the MK808C board

2015-03-01 Thread codekipper
From: Marcus Cooper codekip...@gmail.com The MK808C is a Allwinner based Android TV dongle. It features a A20 SOC, 1G RAM, 8GB NAND, HDMI out, A/V out, 1 USB A, 1 USB mini OTG, Bluetooth and Wireless LAN. Signed-off-by: Marcus Cooper codekip...@gmail.com --- board/sunxi/MAINTAINERS | 5 +

[U-Boot] [PATCH] sun6i: Add support for the Mele I7 board

2015-03-01 Thread codekipper
From: Marcus Cooper codekip...@gmail.com The Mele I7 is a Allwinner based Android TV box. It features a A31 SOC, 1G RAM, 8GB NAND, HDMI out, A/V out, SPDIF, IrDA, 3 USB A, 1 USB micro OTG and Wireless LAN. Signed-off-by: Marcus Cooper codekip...@gmail.com --- board/sunxi/MAINTAINERS | 5

[U-Boot] [linux-sunxi] [PATCH] sunxi: Add support for the Olimex A20 EVB

2015-08-19 Thread codekipper
From: Marcus Cooper codekip...@gmail.com --- arch/arm/dts/Makefile| 1 + arch/arm/dts/sun7i-a20-olinuxino-evb.dts | 233 +++ board/sunxi/MAINTAINERS | 5 + configs/A20-OLinuXino-EVB_defconfig | 17 +++ 4 files changed,

[U-Boot] [linux-sunxi][PATCH v2] sunxi: Add support for the Olimex A20 EVB

2015-08-26 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- Changes since v1: - modified dtb to reflect changes in the kernel --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun7i-a20-olimex-som-evb.dts | 244 ++

[U-Boot] [PATCH 2/2] sun4i: Convert Iteadunio plus dts

2016-03-15 Thread codekipper
From: Marcus Cooper The delivery of the Itead Ibox A20 contained a common include dtsi file for the core module which this Itead Iteadunio Plus uses. This patch modifies the dts to use this include dtsi. Signed-off-by: Marcus Cooper ---

[U-Boot] [PATCH 0/2] ARM: dt: sunxi: Add Itead Ibox support

2016-03-15 Thread codekipper
From: Marcus Cooper This patch delivers the uboot changes required for the Itead Ibox A20. As there are a few Itead variants out there based on their A10/A20 core module; I have created a common dtsi for all of them. I've also converted the A10 Itead Iteaduino dts to use

[U-Boot] [PATCH 1/2] sun7i: Add support for the Itead Ibox

2016-03-15 Thread codekipper
From: Marcus Cooper Add dts and defconfig for the multi board device based on the Allwinner A20 SoC. It contains the A20 Itead Core module and a base board for the external interfaces. The core module comes with 4GB NAND and 1GB DDR RAM. As this is a generic design which

[U-Boot] [PATCH v2 2/2] sun4i: Convert Iteadunio plus dts

2016-03-15 Thread codekipper
From: Marcus Cooper The delivery of the Itead Ibox A20 contained a common include dtsi file for the core module which this Itead Iteadunio Plus uses. This patch modifies the dts to use this include dtsi. Signed-off-by: Marcus Cooper ---

[U-Boot] [PATCH v2 0/2] ARM: dt: sunxi: Add Itead Ibox support

2016-03-15 Thread codekipper
From: Marcus Cooper This patch delivers the uboot changes required for the Itead Ibox A20. As there are a few Itead variants out there based on their A10/A20 core module; I have created a common dtsi for all of them. I've also converted the A10 Itead Iteaduino dts to use

[U-Boot] [PATCH v2 1/2] sun7i: Add support for the Itead Ibox

2016-03-15 Thread codekipper
From: Marcus Cooper Add dts and defconfig for the multi board device based on the Allwinner A20 SoC. It contains the A20 Itead Core module and a base board for the external interfaces. The core module comes with 4GB NAND and 1GB DDR RAM. As this is a generic design which

[U-Boot] [PATCH] sun7i: Add support for the Itead Core EVB

2016-03-19 Thread codekipper
From: Marcus Cooper --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun7i-a20-itead-core-evb.dts | 316 ++ configs/Itead_Core_EVB_defconfig | 22 +++ 3 files changed, 339 insertions(+) create mode 100644

[U-Boot] [PATCH] sunxi: Add support for the Beelink-x2 STB

2018-01-21 Thread codekipper
From: Marcus Cooper The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, a dual colour LED, an IR receiver and an optical

[U-Boot] [PATCH v2] sun8i: h3: Add support for the Beelink-x2 STB

2018-11-15 Thread codekipper
From: Marcus Cooper The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, an IR receiver, a dual colour LED and an optical S/PDIF connector.

[U-Boot] [PATCH v3] sun8i: h3: Add support for the Beelink-x2 STB

2018-11-15 Thread codekipper
From: Marcus Cooper The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, an IR receiver, a dual colour LED and an optical S/PDIF connector.

[U-Boot] [PATCH v4] sun8i: h3: Add support for the Beelink-x2 STB

2019-05-26 Thread codekipper
From: Marcus Cooper The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, an IR receiver, a dual colour LED and an optical S/PDIF connector.

[U-Boot] [PATCH v5] sun8i: h3: Add support for the Beelink-x2 STB

2019-05-26 Thread codekipper
From: Marcus Cooper The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, an IR receiver, a dual colour LED and an optical S/PDIF connector.

[U-Boot] [PATCH v6] sun8i: h3: Add support for the Beelink-x2 STB

2019-05-29 Thread codekipper
From: Marcus Cooper The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, an IR receiver, a dual colour LED and an optical S/PDIF connector.

[U-Boot] [PATCH v7] sun8i: h3: Add support for the Beelink-x2 STB

2019-06-02 Thread codekipper
From: Marcus Cooper The Beelink X2 is an STB based on the Allwinner H3 SoC with a uSD slot, 2 USB ports( 1 * USB-2 Host, 1 USB OTG), a 10/100M ethernet port using the SoC's integrated PHY, Wifi via an sdio wifi chip, HDMI, an IR receiver, a dual colour LED and an optical S/PDIF connector. Linux