[U-Boot] Please pull u-boot-mpc85xx master
York Sun
yorksun at freescale.com
Thu Mar 5 21:20:37 CET 2015
Tom,
The following changes since commit 8176a874233eb5180701e2811b38c199369975b2:
Prepare v2015.04-rc3 (2015-03-03 18:08:39 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to e04916a721a2069fc770412c57974d02e153ad18:
SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms.
(2015-03-05 12:04:59 -0800)
----------------------------------------------------------------
Shaveta Leekha (1):
powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs
Ying Zhang (1):
powerpc: 85xx: Modify CONFIG_USB_MAX_CONTROLLER_COUNT for P1022DS
gaurav rana (5):
rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP
fsl_sfp : Move ccsr_sfp_regs definition to common include
fsl_sec_mon: Add driver for Security Monitor block of Freescale
SECURE BOOT: Add command for validation of images
SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms.
vijay rai (1):
mpc85xx/t104xrdb : remove raw timing parameter
arch/arm/include/asm/arch-ls102xa/config.h | 20 +
arch/powerpc/cpu/mpc85xx/cpu.c | 28 +
arch/powerpc/cpu/mpc85xx/speed.c | 140 +++++
arch/powerpc/cpu/mpc8xxx/cpu.c | 91 ++-
arch/powerpc/include/asm/config_mpc85xx.h | 20 +-
arch/powerpc/include/asm/fsl_secure_boot.h | 35 ++
arch/powerpc/include/asm/immap_85xx.h | 22 +-
arch/powerpc/include/asm/processor.h | 5 +
board/freescale/common/Makefile | 6 +
board/freescale/common/cmd_esbc_validate.c | 34 ++
board/freescale/common/fsl_validate.c | 840 ++++++++++++++++++++++++++++
board/freescale/t104xrdb/ddr.c | 15 -
board/freescale/t104xrdb/ddr.h | 29 -
doc/README.Heterogeneous-SoCs | 105 ++++
doc/README.esbc_validate | 41 ++
drivers/crypto/rsa_mod_exp/Makefile | 3 +-
drivers/misc/Kconfig | 8 +
drivers/misc/Makefile | 1 +
drivers/misc/fsl_sec_mon.c | 146 +++++
include/common.h | 2 +
include/configs/T104xRDB.h | 1 -
include/e500.h | 11 +
include/fsl_sec_mon.h | 58 ++
include/fsl_secboot_err.h | 128 +++++
include/fsl_sfp.h | 85 +++
include/fsl_validate.h | 199 +++++++
lib/rsa/Makefile | 3 +-
27 files changed, 2008 insertions(+), 68 deletions(-)
create mode 100644 board/freescale/common/cmd_esbc_validate.c
create mode 100644 board/freescale/common/fsl_validate.c
create mode 100644 doc/README.Heterogeneous-SoCs
create mode 100644 doc/README.esbc_validate
create mode 100644 drivers/misc/fsl_sec_mon.c
create mode 100644 include/fsl_sec_mon.h
create mode 100644 include/fsl_secboot_err.h
create mode 100644 include/fsl_sfp.h
create mode 100644 include/fsl_validate.h
Thanks.
York
More information about the U-Boot
mailing list