public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/7] ARM: sunxi: Introduce CHIP support
@ 2015-10-15 20:04 Maxime Ripard
  2015-10-15 20:04 ` [U-Boot] [PATCH v2 1/7] fastboot: Implement OEM format only when we have MMC support Maxime Ripard
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Maxime Ripard @ 2015-10-15 20:04 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-10-17 14:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 20:04 [U-Boot] [PATCH v2 0/7] ARM: sunxi: Introduce CHIP support Maxime Ripard
2015-10-15 20:04 ` [U-Boot] [PATCH v2 1/7] fastboot: Implement OEM format only when we have MMC support Maxime Ripard
2015-10-15 20:04 ` [U-Boot] [PATCH v2 2/7] mmc: Add generic Kconfig option Maxime Ripard
2015-10-15 20:04 ` [U-Boot] [PATCH v2 3/7] sunxi: board: Only try to use the MMC related functions if enabled Maxime Ripard
2015-10-15 20:04 ` [U-Boot] [PATCH v2 4/7] sunxi: Use Kconfig CONFIG_MMC Maxime Ripard
2015-10-15 20:04 ` [U-Boot] [PATCH v2 5/7] sun5i: Sync the DTSI with the kernel Maxime Ripard
2015-10-15 20:04 ` [U-Boot] [PATCH v2 6/7] axp209: " Maxime Ripard
2015-10-15 20:04 ` [U-Boot] [PATCH v2 7/7] sunxi: Add CHIP support Maxime Ripard
2015-10-17 14:11   ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox