Hi Tom, please pull the following patches from the Marvell U-Boot git repository. Mostly patches from GDSYS (Mario) for the MVEBU secure boot support which have been posted quite a while ago. Some patches of this patch series still have some open issues - thats why I've not included them.
Thanks, Stefan The following changes since commit 794c6e2c96c20f8fc62890a5e13cc71ab99a2e57: Prepare v2017.03-rc1 (2017-01-30 19:05:43 -0500) are available in the git repository at: git://www.denx.de/git/u-boot-marvell.git for you to fetch changes up to a1b6b0a9c1f91756b93e6d804837dc178d79d39e: arm: mvebu: Implement secure boot (2017-02-01 09:04:18 +0100) ---------------------------------------------------------------- Dirk Eibach (2): pci: mvebu: Fix Armada 38x support net: phy: Support Marvell 88E1680 Mario Six (10): mvebu: Add board_pex_config() lib: tpm: Add command to flush resources tools: kwbimage: Fix dest addr tools: kwbimage: Fix style violations tools: kwbimage: Fix arithmetic with void pointers tools: kwbimage: Reduce scope of variables tools: kwbimage: Remove unused parameter tools: kwbimage: Factor out add_binary_header_v1 tools: kwbimage: Refactor line parsing and fix error arm: mvebu: Implement secure boot Reinhard Pfau (1): arm: mvebu: spl.c: Remove useless gd declaration Stefan Roese (1): phy: comphy_a3700: Change SD/MMC compatible DT node to match the updates Makefile | 3 +- arch/arm/mach-mvebu/Kconfig | 35 + arch/arm/mach-mvebu/Makefile | 1 + arch/arm/mach-mvebu/efuse.c | 264 +++++++ arch/arm/mach-mvebu/include/mach/cpu.h | 2 + arch/arm/mach-mvebu/include/mach/efuse.h | 69 ++ arch/arm/mach-mvebu/include/mach/soc.h | 1 + arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c | 8 + arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h | 2 + arch/arm/mach-mvebu/spl.c | 2 - board/gdsys/p1022/controlcenterd-id.c | 9 - cmd/tpm.c | 70 ++ doc/README.armada-secureboot | 373 ++++++++++ drivers/net/phy/marvell.c | 54 ++ drivers/pci/pci_mvebu.c | 25 +- drivers/phy/marvell/comphy_a3700.c | 7 +- drivers/tpm/Kconfig | 6 + include/tpm.h | 45 ++ lib/tpm.c | 29 + tools/Makefile | 6 +- tools/kwbimage.c | 1111 ++++++++++++++++++++++++---- tools/kwbimage.h | 37 + 22 files changed, 1970 insertions(+), 189 deletions(-) create mode 100644 arch/arm/mach-mvebu/efuse.c create mode 100644 arch/arm/mach-mvebu/include/mach/efuse.h create mode 100644 doc/README.armada-secureboot _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot