Skip to content

Commit

Permalink
Layer Updates: sources/meta-arm sources/meta-freescale-3rdparty sourc…
Browse files Browse the repository at this point in the history
…es/meta-openembedded

* sources/meta-arm 31cffcd...ad58f34 (11):
  > kas: corstone1000: update SE binary sizes
  > arm-bsp/u-boot: identify which bank to load kernel from
  > arm-bsp/trusted-firmware-a: patch to identify which bank to load fip from
  > arm-bsp/u-boot: patch to change kernel flash address
  > arm-bsp/trusted-firmware-a: patch to change flash base address of FIP
  > arm-bsp/trusted-firmware-m: corstone1000: firmware update changes
  > arm-bsp/u-boot: corstone1000: Implement autoboot storage device selection
  > arm-bsp/trusted firmware-a: corstone1000: implement EFI reset system
  > arm-bsp/u-boot: corstone1000: Enable PSCI Reset
  > arm-bsp/u-boot: corstone1000: Fix ISP1760 EFI boot issue
  > arm-bsp/u-boot: corstone1000: Enable SMM gateway

* sources/meta-freescale-3rdparty f007a9f...b26df7f (1):
  > Merge pull request #187 from boundarydevices/master

* sources/meta-openembedded ca5055ed28...83754792c0 (5):
  > libid3tag: add from oe-core
  > ostree: workaround compile error with option gcc option -Og
  > ntpsec: Disable seccomp on riscv32
  > gjs: Link with libatomic on rv32
  > meta-networking,meta-python: Fix README for yocto check layer

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Dec 3, 2021
1 parent d00b27c commit 52fedd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 30 files
+1 −1 kas/corstone1000-base.yml
+60 −0 ...es-bsp/trusted-firmware-a/files/corstone1000/0003-corstone1000-implement-platform-specific-psci-reset.patch
+33 −0 ...trusted-firmware-a/files/corstone1000/0004-plat-arm-corstone1000-change-base-address-of-FIP-in-the-fl.patch
+102 −0 ...trusted-firmware-a/files/corstone1000/0005-plat-arm-corstone1000-identify-which-bank-to-load-fip-from.patch
+3 −0 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
+33 −0 .../recipes-bsp/trusted-firmware-m/files/corstone1000/0001-corstone1000-disable-secure-debug-temporarily.patch
+470 −0 ...es-bsp/trusted-firmware-m/files/corstone1000/0002-corstone1000-provision-firmware-update-metadata-fwu.patch
+243 −0 ...es-bsp/trusted-firmware-m/files/corstone1000/0003-corstone1000-parse-the-uefi-firmware-update-capsule.patch
+106 −0 ...s-bsp/trusted-firmware-m/files/corstone1000/0004-corstone1000-add-firmware-update-fwu-agent-into-TF-M.patch
+437 −0 ...s-bsp/trusted-firmware-m/files/corstone1000/0005-corstone1000-implement-corstone1000_fwu_flash_images.patch
+266 −0 ...bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0006-corstone1000-add-logic-to-select-boot-bank.patch
+645 −0 ...arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0007-corstone1000-integrate-watchdog-driver.patch
+119 −0 ...-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0008-corstone1000-impelment-accept-image-logic.patch
+91 −0 ...ipes-bsp/trusted-firmware-m/files/corstone1000/0009-corstone1000-implement-select-previous-bank-logic.patch
+136 −0 ...cipes-bsp/trusted-firmware-m/files/corstone1000/0010-corstone1000-implement-corstone1000_fwu_host_ack.patch
+39 −0 ...s-bsp/trusted-firmware-m/files/corstone1000/0011-SPM-multiple-core-initailize-multi-core-communicatio.patch
+169 −0 ...es-bsp/trusted-firmware-m/files/corstone1000/0012-corstone1000-implement-timer-to-track-host-progress.patch
+369 −0 ...ipes-bsp/trusted-firmware-m/files/corstone1000/0013-corstone1000-fwu-nv-counter-anti-rollback-support.patch
+50 −0 ...rm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0014-corstone1000-bug-fix-in-openamp-version.patch
+80 −0 ...es-bsp/trusted-firmware-m/files/corstone1000/0015-corstone1000-secure-host-watchdog-interrupt-handler.patch
+22 −1 meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc
+38 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0025-corstone1000-Update-FFA-shared-buffer-address.patch
+58 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0026-corstone1000-Disable-set-get-of-NV-variables.patch
+45 −0 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0027-corstone1000-Make-sure-shared-buffer-contents-are-no.patch
+96 −0 ...p/recipes-bsp/u-boot/u-boot/corstone1000/0028-arm-corstone1000-fix-unrecognized-filesystem-type-error.patch
+27 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0029-corstone1000-set-CONFIG_PSCI_RESET.patch
+64 −0 ...bsp/recipes-bsp/u-boot/u-boot/corstone1000/0030-arm-bsp-u-boot-corstone1000-Implement-autoboot-script.patch
+47 −0 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0031-corstone1000-change-base-address-of-kernel-in-the-fl.patch
+66 −0 ...m-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0032-arm-corstone1000-identify-which-bank-to-load-kernel.patch
+9 −1 meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
2 changes: 1 addition & 1 deletion sources/meta-freescale-3rdparty

0 comments on commit 52fedd7

Please sign in to comment.