All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/9] Enable falcon boot for LS1043ARDB SDCARD boot
@ 2017-05-15 16:16 York Sun
  2017-05-15 16:16 ` [U-Boot] [PATCH v1 1/9] armv8: ls1043ardb: Use static DDR setting for SPL secure boot York Sun
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: York Sun @ 2017-05-15 16:16 UTC (permalink / raw)
  To: u-boot

With two previous sets, "Add FIT support for falcon boot" and "Enable
PPA in SPL for ARMv8 Layerscape SoCs", this set enables falcon boot
for LS1043ARDB SDCARD boot and related secure boot.


Ruchika Gupta (2):
  fsl: secure boot: Remove dependency of command line for fsl_validate.c
  fsl: secure boot: Add fsl_rsa_modexp_raw function for scenarios
    without DM model

York Sun (7):
  armv8: ls1043ardb: Use static DDR setting for SPL secure boot
  armv8: layerscape: Eanble falcon boot
  armv8: ls1043ardb_sdcard: Enable falcon boot
  crypto: fsl: Allocate memory for descriptor from main memory
  armv8: fsl-layerscape: Enable secure boot valiation for SPL boot
  armv8: layerscape: falcon: Implement FIT image validation
  armv8: ls1043ardb: Enable loading PPA and falcon boot for SD secure
    boot

 .../arm/cpu/armv8/fsl-layerscape/doc/README.falcon | 86 ++++++++++++++++++++++
 arch/arm/cpu/armv8/fsl-layerscape/spl.c            | 58 +++++++++++++++
 arch/arm/include/asm/fsl_secure_boot.h             |  5 +-
 arch/arm/include/asm/system.h                      |  2 +-
 arch/arm/lib/spl.c                                 | 11 +++
 board/freescale/common/Makefile                    |  5 +-
 board/freescale/common/fsl_validate.c              | 19 +++--
 board/freescale/ls1043ardb/ddr.c                   | 46 ++++++++++++
 board/freescale/ls1043ardb/ddr.h                   | 67 +++++++++++++++++
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig    | 10 ++-
 configs/ls1043ardb_sdcard_defconfig                |  8 +-
 drivers/crypto/fsl/fsl_rsa.c                       | 43 ++++++++++-
 include/configs/ls1043a_common.h                   |  9 ++-
 include/configs/ls1043ardb.h                       | 14 +++-
 14 files changed, 360 insertions(+), 23 deletions(-)
 create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon

-- 
2.7.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-11-29 18:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 16:16 [U-Boot] [PATCH v1 0/9] Enable falcon boot for LS1043ARDB SDCARD boot York Sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 1/9] armv8: ls1043ardb: Use static DDR setting for SPL secure boot York Sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 2/9] armv8: layerscape: Eanble falcon boot York Sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 3/9] armv8: ls1043ardb_sdcard: Enable " York Sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 4/9] fsl: secure boot: Remove dependency of command line for fsl_validate.c York Sun
2017-11-29 18:39   ` York Sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 5/9] fsl: secure boot: Add fsl_rsa_modexp_raw function for scenarios without DM model York Sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 6/9] crypto: fsl: Allocate memory for descriptor from main memory York Sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 7/9] armv8: fsl-layerscape: Enable secure boot valiation for SPL boot York Sun
2017-05-16  0:37   ` Tom Rini
2017-05-16 16:04     ` york sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 8/9] armv8: layerscape: falcon: Implement FIT image validation York Sun
2017-05-15 16:16 ` [U-Boot] [PATCH v1 9/9] armv8: ls1043ardb: Enable loading PPA and falcon boot for SD secure boot York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.