All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/5] allwinner: arm64: use mainline TF-A
@ 2021-06-25 19:33 Sergey Matyukevich
  2021-06-25 19:33 ` [Buildroot] [PATCH v3 1/5] boot/arm-trusted-firmware: enable stack protection level selection Sergey Matyukevich
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Sergey Matyukevich @ 2021-06-25 19:33 UTC (permalink / raw)
  To: buildroot

Hi all,

This is the 3rd revision of the patch set that replaces custom fork with
mainline TF-A in Allwinner H5/A64 BSPs. The changes include:

- introduce TF-A selection menu to explicitly chose GCC stack protection
- switch from custom port to mainline TF-A in orangepi-zero-pluse2 BSP
- bump Linux kernel version
- bump U-Boot version
  -- switch to combined u-boot-sunxi-with-spl.bin image
  -- for now disable support for Allwinner SCP firmware

So far I have got no feedback from the boards custodians. So this time
I only keep the board that I can test myself: orangepi-zero-plus2.

Regards,
Sergey

v3:
- rework TF-A stack protection approach: add selection menu
- only keep the board that I can test: orangepi-zero-plus2
- cleanup commit messages: TF-A instead of ATF

v2:
- as per Heiko Thiery suggestion, bump mainline ATF version to v2.5
- cleanup commit messages: use 'mainline' instead of 'upstream'

Sergey Matyukevich (5):
  boot/arm-trusted-firmware: enable stack protection level selection
  support/testing: switch TestATFAllwinner to mainline TF-A
  support/testing/tests/boot/test_atf: update U-Boot in TestATFAllwinner
  configs/orangepi_zero_plus2_defconfig: switch to mainline TF-A
  configs/orangepi-zero-plus2: bump BSP versions

 .../orangepi/orangepi-zero-plus2/genimage.cfg | 10 ++-----
 boot/arm-trusted-firmware/Config.in           | 26 +++++++++++++++++++
 .../arm-trusted-firmware.mk                   |  8 +++---
 configs/orangepi_zero_plus2_defconfig         | 19 +++++++-------
 support/testing/tests/boot/test_atf.py        | 16 ++++++------
 5 files changed, 50 insertions(+), 29 deletions(-)

-- 
2.32.0

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

end of thread, other threads:[~2021-06-26 15:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 19:33 [Buildroot] [PATCH v3 0/5] allwinner: arm64: use mainline TF-A Sergey Matyukevich
2021-06-25 19:33 ` [Buildroot] [PATCH v3 1/5] boot/arm-trusted-firmware: enable stack protection level selection Sergey Matyukevich
2021-06-26 15:17   ` Yann E. MORIN
2021-06-25 19:33 ` [Buildroot] [PATCH v3 2/5] support/testing: switch TestATFAllwinner to mainline TF-A Sergey Matyukevich
2021-06-26 15:18   ` Yann E. MORIN
2021-06-25 19:33 ` [Buildroot] [PATCH v3 3/5] support/testing/tests/boot/test_atf: update U-Boot in TestATFAllwinner Sergey Matyukevich
2021-06-26 15:18   ` Yann E. MORIN
2021-06-25 19:33 ` [Buildroot] [PATCH v3 4/5] configs/orangepi_zero_plus2_defconfig: switch to mainline TF-A Sergey Matyukevich
2021-06-26 15:19   ` Yann E. MORIN
2021-06-25 19:33 ` [Buildroot] [PATCH v3 5/5] configs/orangepi-zero-plus2: bump BSP versions Sergey Matyukevich
2021-06-26 15:20   ` Yann E. MORIN

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.