mbox series

[0/2] Corstone-1000: U-Boot DT, TF-A errata

Message ID 20230928142533.391672-1-abdellatif.elkhlifi@arm.com
Headers show
Series Corstone-1000: U-Boot DT, TF-A errata | expand

Message

Abdellatif El Khlifi Sept. 28, 2023, 2:25 p.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

- Enable 855472 errata in TF-A
- At U-Boot level, drop DT nodes that shouldn't be passed to Linux (needed by SystemReady IR 2.0)

Cheers,
Abdellatif

Abdellatif El Khlifi (2):
  arm-bsp/trusted-firmware-a: corstone1000: enable ERRATA_A35_855472
  arm-bsp/u-boot: corstone1000: purge U-Boot specific DT nodes before
    Linux

 .../trusted-firmware-a-corstone1000.inc       |   1 +
 ...-to-remove-non-compliant-nodes-and-p.patch | 137 ++++++++++++++++++
 ...-Call-the-EVT_FT_FIXUP-event-handler.patch |  56 +++++++
 ...e1000-purge-U-Boot-specific-DT-nodes.patch |  51 +++++++
 .../recipes-bsp/u-boot/u-boot_%.bbappend      |   3 +
 5 files changed, 248 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0035-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0036-bootefi-Call-the-EVT_FT_FIXUP-event-handler.patch
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0037-corstone1000-purge-U-Boot-specific-DT-nodes.patch

Comments

Jon Mason Oct. 1, 2023, 8:15 p.m. UTC | #1
On Thu, 28 Sep 2023 15:25:31 +0100, abdellatif.elkhlifi@arm.com wrote:
> From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
> 
> - Enable 855472 errata in TF-A
> - At U-Boot level, drop DT nodes that shouldn't be passed to Linux (needed by SystemReady IR 2.0)
> 
> Cheers,
> Abdellatif
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/trusted-firmware-a: corstone1000: enable ERRATA_A35_855472
      commit: 59224ced53ad1295321b5ab323c0944330007979
[2/2] arm-bsp/u-boot: corstone1000: purge U-Boot specific DT nodes before Linux
      commit: 668ac8338e19c2fc63ece01be4c4107d06df051e

Best regards,