[U-Boot] [PULL] u-boot-atmel-2019.07-b
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Mon Apr 22 11:46:19 UTC 2019
Hello Tom,
Please pull tag u-boot-atmel-2019.07-b , the second set of new features
and fixes for u-boot-atmel for 2019.07 release.
The features include the new SAMA5D2 Industrial Connectivity Platform
(ICP) and some minor fixes on corvus and sam9260.
Travis CI: https://travis-ci.org/ehristev/u-boot/builds/522944045
Thanks,
Eugen
The following changes since commit
216800acf1fbf9f498455bf3c92d4513d9a4c681:
Merge branch 'master' of git://git.denx.de/u-boot-spi (2019-04-14
00:03:06 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git tags/u-boot-atmel-2019.07-b
for you to fetch changes up to d76f093f3c3ce0260b6a9e6c39b55a672bedf560:
at91: corvus_defconfig: get rid of build warnings (2019-04-22
10:17:29 +0300)
----------------------------------------------------------------
Second set of u-boot-atmel features and fixes for 2019.07 cycle
----------------------------------------------------------------
Eugen Hristev (1):
board: atmel: add SAMA5D2 ICP board
Heiko Schocher (2):
at91sam9260.dtsi: add some labels
at91: corvus_defconfig: get rid of build warnings
Razvan Stefanescu (2):
ARM: dts: at91-sama5d2-icp: Add MACB node
board: sama5d2_icp: Enable MACB driver
arch/arm/dts/Makefile | 3 +
arch/arm/dts/at91-sama5d2_icp-u-boot.dtsi | 30 +++++
arch/arm/dts/at91-sama5d2_icp.dts | 132 +++++++++++++++++++++
arch/arm/dts/at91sam9260.dtsi | 6 +-
arch/arm/mach-at91/Kconfig | 12 ++
board/atmel/sama5d2_icp/Kconfig | 15 +++
board/atmel/sama5d2_icp/MAINTAINERS | 7 ++
board/atmel/sama5d2_icp/Makefile | 7 ++
board/atmel/sama5d2_icp/sama5d2_icp.c | 191
++++++++++++++++++++++++++++++
configs/corvus_defconfig | 6 +-
configs/sama5d2_icp_mmc_defconfig | 76 ++++++++++++
include/configs/corvus.h | 1 +
include/configs/sama5d2_icp.h | 69 +++++++++++
13 files changed, 550 insertions(+), 5 deletions(-)
create mode 100644 arch/arm/dts/at91-sama5d2_icp-u-boot.dtsi
create mode 100644 arch/arm/dts/at91-sama5d2_icp.dts
create mode 100644 board/atmel/sama5d2_icp/Kconfig
create mode 100644 board/atmel/sama5d2_icp/MAINTAINERS
create mode 100644 board/atmel/sama5d2_icp/Makefile
create mode 100644 board/atmel/sama5d2_icp/sama5d2_icp.c
create mode 100644 configs/sama5d2_icp_mmc_defconfig
create mode 100644 include/configs/sama5d2_icp.h
More information about the U-Boot
mailing list