[U-Boot] [PATCH v2 0/2] arm, am335x: siemens: enable DM/DTS support
Heiko Schocher
hs at denx.de
Mon Jun 13 15:15:59 CEST 2016
This patchserie adds DM/DTS support for the siemens am335x
based boards. Add in the v2 an etamin_defconfig fix patch,
as in mainline missing some USB_MUSB_* and CONFIG_G_DNL_*
config options currently.
replaces patch:
https://patchwork.ozlabs.org/patch/626016/
This patchseries is based on the patches, already in mainline:
[U-Boot,v3,1/7] siemens,am33x: add ubi fastmap support
http://patchwork.ozlabs.org/patch/631340/
[U-Boot,v3,2/7] ubi: add new ubi command "ubi detach"
http://patchwork.ozlabs.org/patch/631342/
[U-Boot,v3,3/7] nand: add nand mtd concat support
http://patchwork.ozlabs.org/patch/631341/
[U-Boot,v3,4/7] mtd: nand: omap: allow to switch to BCH16
http://patchwork.ozlabs.org/patch/631345/
[U-Boot,v3,5/7] am335x, dxr2: get ECC sType from I2C eeprom
http://patchwork.ozlabs.org/patch/631344/
[U-Boot,v3,6/7] dfu, nand, ubi: fix erasing after write finish
http://patchwork.ozlabs.org/patch/631343/
[U-Boot,v3,7/7] siemens,am33x: add draco etamin board
http://patchwork.ozlabs.org/patch/631347/
Changes in v2:
- rebase to "siemens,am33x: add draco etamin board"
6b3943f1b04be60f147ee540fbd72c4c7ea89f80
- add patch "fix etamin defconfig", as etamin defconfig
does not contain USB_MUSB_* and CONFIG_G_DNL_*
defines
Heiko Schocher (2):
arm, am335x: siemens: update etamin defconfig
arm, am335x: siemens: enable DM/DTS support
arch/arm/Kconfig | 18 +
arch/arm/dts/Makefile | 8 +-
arch/arm/dts/am335x-draco.dts | 152 ++++++++
arch/arm/dts/am335x-draco.dtsi | 169 +++++++++
arch/arm/dts/am335x-pxm2.dtsi | 539 +++++++++++++++++++++++++++++
arch/arm/dts/am335x-pxm50.dts | 59 ++++
arch/arm/dts/am335x-rut.dts | 611 +++++++++++++++++++++++++++++++++
configs/draco_defconfig | 6 +
configs/etamin_defconfig | 25 ++
configs/pxm2_defconfig | 6 +
configs/rastaban_defconfig | 6 +
configs/rut_defconfig | 6 +
configs/thuban_defconfig | 6 +
include/configs/siemens-am33x-common.h | 2 +
14 files changed, 1611 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/dts/am335x-draco.dts
create mode 100644 arch/arm/dts/am335x-draco.dtsi
create mode 100644 arch/arm/dts/am335x-pxm2.dtsi
create mode 100644 arch/arm/dts/am335x-pxm50.dts
create mode 100644 arch/arm/dts/am335x-rut.dts
--
2.5.5
More information about the U-Boot
mailing list