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

Maxime Ripard maxime.ripard at free-electrons.com
Thu Oct 15 22:04:03 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

Changes from v1:
  - Rebased on top of current sunxi next branch
  - Added regulators voltage
  - Synced the DTS with what has been accepted in the kernel
  - Added CONFIG_MMC rework

Maxime Ripard (7):
  fastboot: Implement OEM format only when we have MMC support
  mmc: Add generic Kconfig option
  sunxi: board: Only try to use the MMC related functions if enabled
  sunxi: Use Kconfig CONFIG_MMC
  sun5i: Sync the DTSI with the kernel
  axp209: Sync the DTSI with the kernel
  sunxi: Add CHIP support

 arch/arm/cpu/armv7/sunxi/board.c |   6 +-
 arch/arm/dts/Makefile            |   3 +-
 arch/arm/dts/axp209.dtsi         |   5 +
 arch/arm/dts/sun5i-a10s.dtsi     |  47 +++++++--
 arch/arm/dts/sun5i-a13.dtsi      |  28 ++++-
 arch/arm/dts/sun5i-r8-chip.dts   | 214 +++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/sun5i-r8.dtsi       |  59 +++++++++++
 arch/arm/dts/sun5i.dtsi          |  22 ++++
 board/sunxi/Kconfig              |   4 +
 configs/CHIP_defconfig           |  14 +++
 drivers/mmc/Kconfig              |   6 ++
 drivers/usb/gadget/f_fastboot.c  |   2 +-
 include/configs/sunxi-common.h   |   8 +-
 13 files changed, 402 insertions(+), 16 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.3



More information about the U-Boot mailing list