[U-Boot] Pull request: u-boot-sunxi/master

Hi Tom,
Please take this PR.
thanks! Jagan.
The following changes since commit 4125bbcef6a998ce8580a1f5c53c8c93a56a125b:
Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-16 08:10:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 80b51b5aa91b75d83323fd1fdd253d5f67621784:
sunxi: Move maintainership for Pine64 (2017-05-17 23:24:49 +0530)
---------------------------------------------------------------- Andre Przywara (19): SPL: FIT: refactor FDT loading SPL: FIT: rework U-Boot image loading SPL: FIT: improve error handling SPL: FIT: factor out spl_load_fit_image() SPL: FIT: allow loading multiple images Kconfig: fix SPL_FIT dependency tools: mksunxiboot: allow larger SPL binaries armv8: SPL: only compile GIC code if needed armv8: fsl: move ccn504 code into FSL Makefile sunxi: A64: move SPL stack to end of SRAM A2 sunxi: SPL: store RAM size in gd sunxi: SPL: add FIT config selector for Pine64 boards Makefile: add rules to generate SPL FIT images sunxi: 64-bit SoCs: introduce FIT generator script sunxi: defconfig: add supported DT list for Pine64 sunxi: enable automatic FIT build for 64-bit SoCs sunxi: use SPL header DT name for FIT board matching sunxi: update Pine64 README sunxi: Move maintainership for Pine64
Siarhei Siamashka (1): sunxi: Store the device tree name in the SPL header
Kconfig | 22 ++- Makefile | 20 +++ arch/arm/include/asm/arch-sunxi/spl.h | 19 ++- arch/arm/lib/Makefile | 4 +- arch/arm/mach-sunxi/Kconfig | 4 + board/sunxi/MAINTAINERS | 6 +- board/sunxi/README.pine64 | 98 ----------- board/sunxi/README.sunxi64 | 165 +++++++++++++++++++ board/sunxi/board.c | 36 +++- board/sunxi/mksunxi_fit_atf.sh | 75 +++++++++ common/spl/spl_fit.c | 301 ++++++++++++++++++++++------------ configs/am335x_evm_defconfig | 1 - configs/pine64_plus_defconfig | 1 + doc/uImage.FIT/howto.txt | 21 +++ doc/uImage.FIT/multi_spl.its | 89 ++++++++++ include/configs/sunxi-common.h | 17 +- scripts/Makefile.spl | 3 +- tools/mksunxiboot.c | 53 +++++- 18 files changed, 710 insertions(+), 225 deletions(-) delete mode 100644 board/sunxi/README.pine64 create mode 100644 board/sunxi/README.sunxi64 create mode 100755 board/sunxi/mksunxi_fit_atf.sh create mode 100644 doc/uImage.FIT/multi_spl.its

On Mon, May 22, 2017 at 03:33:45PM +0530, Jagan Teki wrote:
Hi Tom,
Please take this PR.
thanks! Jagan.
The following changes since commit 4125bbcef6a998ce8580a1f5c53c8c93a56a125b:
Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-16 08:10:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 80b51b5aa91b75d83323fd1fdd253d5f67621784:
sunxi: Move maintainership for Pine64 (2017-05-17 23:24:49 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini