[U-Boot] [PATCH 0/6] ARM: sunxi: Introduce CHIP support

Maxime Ripard maxime.ripard at free-electrons.com
Fri Sep 18 14:06:14 CEST 2015


Hi,

Here is a serie introducing the support for the Allwinner R8 and the
Nextthing's CHIP.

The only missing parts for now are the display on the composite
output and the NAND support that will come in due time.

Everything else should work just fine, including the USB gadget and
host support.

Let me know what you think,
Maxime

Maxime Ripard (6):
  sunxi: Add an option to disable MMC
  fastboot: Implement OEM format only when we have MMC support
  sunxi: Add the R8 DTSI
  ARM: sun5i: dt: Move uart3 pinctrl node to common DTSI
  ARM: sun5i: dt: Add UART3 CTS and RTS pins
  sunxi: Add CHIP support

 arch/arm/cpu/armv7/sunxi/board.c |   6 +
 arch/arm/dts/Makefile            |   3 +-
 arch/arm/dts/sun5i-a10s.dtsi     |   7 --
 arch/arm/dts/sun5i-r8-chip.dts   | 261 +++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/sun5i-r8.dtsi       |  61 +++++++++
 arch/arm/dts/sun5i.dtsi          |  14 +++
 configs/CHIP_defconfig           |  14 +++
 drivers/usb/gadget/f_fastboot.c  |   2 +-
 include/configs/sunxi-common.h   |   7 +-
 9 files changed, 364 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/dts/sun5i-r8-chip.dts
 create mode 100644 arch/arm/dts/sun5i-r8.dtsi
 create mode 100644 configs/CHIP_defconfig

-- 
2.5.1



More information about the U-Boot mailing list