mbox

[U-Boot] Please pull u-boot-mpc85xx master

Message ID AM4PR0401MB1732C57846B03DE36612EBD99A0A0@AM4PR0401MB1732.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mpc85xx.git

Message

York Sun July 22, 2016, 12:17 a.m. UTC
Tom,

The following changes since commit 55edb9d4d521ff733d217ddf47ad7bf4650676be:

   mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips (2016-07-20 
11:13:26 +0200)

are available in the git repository at:

   git://git.denx.de/u-boot-mpc85xx.git

for you to fetch changes up to b24a4f6247d867f1301edc1c6390aca79ecbe16b:

   powerpc/85xx: Increase fdt address (2016-07-21 11:11:44 -0700)

----------------------------------------------------------------
Benjamin Kamath (1):
       powerpc: MPC8544DS: revert typo in I2C offset value

Kevin Hao (2):
       mpc83xx: fix the corruption of u-boot when saveenv
       mpc83xx: make it bootable with the latest kernel

Scott Wood (1):
       powerpc/85xx: Increase fdt address

Sumit Garg (3):
       powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL
       powerpc/mpc85xx: T104x: Add nand secure boot target
       doc: SPL: Add README for secure boot support

  arch/powerpc/cpu/mpc85xx/cpu_init.c            |  4 +-
  arch/powerpc/cpu/mpc85xx/start.S               | 12 ++++--
  arch/powerpc/cpu/mpc8xxx/fsl_pamu.c            |  8 ++++
  arch/powerpc/cpu/mpc8xxx/pamu_table.c          |  8 ++++
  arch/powerpc/include/asm/fsl_secure_boot.h     | 41 ++++++++++++++++++-
  board/freescale/common/fsl_chain_of_trust.c    | 56 
++++++++++++++++++++++++++
  board/freescale/t104xrdb/t104x_pbi_sb.cfg      | 38 +++++++++++++++++
  board/freescale/t104xrdb/tlb.c                 | 15 ++++++-
  configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig | 30 ++++++++++++++
  doc/SPL/README.spl-secure-boot                 | 18 +++++++++
  drivers/crypto/fsl/jr.c                        | 17 ++++++++
  drivers/mtd/nand/fsl_ifc_spl.c                 | 24 +++++++++++
  include/configs/B4860QDS.h                     |  4 +-
  include/configs/BSC9131RDB.h                   |  2 +-
  include/configs/BSC9132QDS.h                   |  2 +-
  include/configs/C29XPCIE.h                     |  2 +-
  include/configs/MPC8308RDB.h                   |  3 +-
  include/configs/MPC8313ERDB.h                  |  5 ++-
  include/configs/MPC8315ERDB.h                  |  5 ++-
  include/configs/MPC8323ERDB.h                  |  3 +-
  include/configs/MPC832XEMDS.h                  |  3 +-
  include/configs/MPC8349EMDS.h                  |  3 +-
  include/configs/MPC8349ITX.h                   |  3 +-
  include/configs/MPC837XEMDS.h                  |  3 +-
  include/configs/MPC837XERDB.h                  |  3 +-
  include/configs/MPC8536DS.h                    |  2 +-
  include/configs/MPC8544DS.h                    |  4 +-
  include/configs/MPC8548CDS.h                   |  2 +-
  include/configs/MPC8572DS.h                    |  2 +-
  include/configs/P1010RDB.h                     |  2 +-
  include/configs/P1022DS.h                      |  2 +-
  include/configs/P1023RDB.h                     |  2 +-
  include/configs/P2041RDB.h                     |  2 +-
  include/configs/T102xRDB.h                     |  2 +-
  include/configs/T1040QDS.h                     |  2 +-
  include/configs/T104xRDB.h                     | 31 +++++++++++++-
  include/configs/T208xQDS.h                     |  2 +-
  include/configs/T208xRDB.h                     |  2 +-
  include/configs/T4240QDS.h                     |  2 +-
  include/configs/T4240RDB.h                     |  2 +-
  include/configs/controlcenterd.h               |  2 +-
  include/configs/corenet_ds.h                   |  2 +-
  include/configs/cyrus.h                        |  2 +-
  include/configs/p1_p2_rdb_pc.h                 |  2 +-
  include/configs/p1_twr.h                       |  2 +-
  include/configs/sbc8548.h                      |  2 +-
  include/configs/xpedite1000.h                  |  2 +-
  include/configs/xpedite517x.h                  |  2 +-
  include/configs/xpedite520x.h                  |  2 +-
  include/configs/xpedite537x.h                  |  2 +-
  include/configs/xpedite550x.h                  |  2 +-
  include/fsl_validate.h                         |  7 ++++
  52 files changed, 350 insertions(+), 52 deletions(-)
  create mode 100644 board/freescale/t104xrdb/t104x_pbi_sb.cfg
  create mode 100644 configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
  create mode 100644 doc/SPL/README.spl-secure-boot

Thanks.

York

Comments

Tom Rini July 23, 2016, 12:09 a.m. UTC | #1
On Fri, Jul 22, 2016 at 12:17:12AM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 55edb9d4d521ff733d217ddf47ad7bf4650676be:
> 
>    mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips (2016-07-20 
> 11:13:26 +0200)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to b24a4f6247d867f1301edc1c6390aca79ecbe16b:
> 
>    powerpc/85xx: Increase fdt address (2016-07-21 11:11:44 -0700)
> 

Applied to u-boot/master, thanks!
Crystal Wood July 25, 2016, 6:52 p.m. UTC | #2
On Fri, 2016-07-22 at 00:17 +0000, york sun wrote:
> Scott Wood (1):
>        powerpc/85xx: Increase fdt address

Any comment on the 86xx patches I sent around the same time?

-Scott
York Sun July 25, 2016, 7:02 p.m. UTC | #3
On 07/25/2016 11:52 AM, Scott Wood wrote:
> On Fri, 2016-07-22 at 00:17 +0000, york sun wrote:
>> Scott Wood (1):
>>        powerpc/85xx: Increase fdt address
>
> Any comment on the 86xx patches I sent around the same time?
>
> -Scott
>
>

I am getting there.

York