This series adds support for AM43x-EPOS, AM437x-IDK. Also enabled FIT support for all platforms.
Link to v1: https://www.mail-archive.com/u-boot%40lists.denx.de/msg212279.html Lokesh Vutla (5): board: AM43xx: fit: add support for selecting dtb dynamically ARM: AM43xx: Enable FIT ARM: dts: AM43x-EPOS Initial Support ARM: dts: AM437x-IDK Initial Support ARM: AM43xx: configs: Update usb host boot defconfig arch/arm/dts/Makefile | 4 +- arch/arm/dts/am437x-idk-evm.dts | 420 +++++++++++ arch/arm/dts/am43x-epos-evm.dts | 806 ++++++++++++++++++++++ board/ti/am43xx/MAINTAINERS | 2 - board/ti/am43xx/board.c | 16 + configs/am437x_gp_evm_defconfig | 49 -- configs/am437x_sk_evm_defconfig | 53 -- configs/am43xx_evm_defconfig | 18 +- configs/am43xx_evm_usbhost_boot_defconfig | 15 +- include/dt-bindings/pinctrl/am43xx.h | 6 + include/dt-bindings/sound/tlv320aic31xx-micbias.h | 8 + 11 files changed, 1288 insertions(+), 109 deletions(-) create mode 100644 arch/arm/dts/am437x-idk-evm.dts create mode 100644 arch/arm/dts/am43x-epos-evm.dts delete mode 100644 configs/am437x_gp_evm_defconfig delete mode 100644 configs/am437x_sk_evm_defconfig create mode 100644 include/dt-bindings/sound/tlv320aic31xx-micbias.h -- 2.8.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot