Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH RESEND v2 00/11] update bsp binaries for TI SoCs
@ 2024-05-02 16:26 Bryan Brattlof via buildroot
  2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 01/11] boot/optee-os: bump to release v4.2.0 Bryan Brattlof via buildroot
                   ` (12 more replies)
  0 siblings, 13 replies; 24+ messages in thread
From: Bryan Brattlof via buildroot @ 2024-05-02 16:26 UTC (permalink / raw)
  To: Etienne Carriere, Anand Gadiyar, Xuanhao Shi, Romain Naour,
	buildroot, Bryan Brattlof
  Cc: Heiko Thiery, Andreas Dannenberg

Hello everyone!

My apologies to everyone I just spammed with the first v2. I dropped the 
mailing list (still setting up my b4 configs) :/

This series updates all the boot binaries (U-Boot, OP-TEE, TF-A, and 
Linux) to their latest versions to pull in all bug fixes and new 
features additions in these projects.

This also includes a patch I send out a while ago just to keep things 
organized. 

  https://lore.kernel.org/buildroot/20240402153328.1859642-1-bb@ti.com/

and finally some proof I didn't completely break something ;)

  https://paste.sr.ht/~bryanb/b666adef7da412de76efb5e4a68e68e0651f7928

Thanks for reviewing
~Bryan

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
Changes in v2:
- most emails never made it to the mailing list
- updated commit messages to be more explicit about versions picked
- Link to v1: https://lore.kernel.org/r/20240430-optee-update-v1-0-6f73c4903ec3@ti.com

---
Bryan Brattlof (11):
      boot/optee-os: bump to release v4.2.0
      boot/uboot: bump to version v2024.04
      boot/ti-k3-r5-loader: bump to version v2024.04
      boot/ti-k3-boot-firmware: bump to version 09.02.00.009
      configs/ti_am62x_sk_defconfig: update TFA to v2.10
      configs/ti_am64x_sk_defconfig: update TFA to v2.10
      configs/ti_am62x_sk_defconfig: update U-Boot to v2024.04
      configs/ti_am64x_sk_defconfig: update U-Boot to v2024.04
      configs/ti_am62x_sk_defconfig: bump kernel to v6.8.8
      configs/ti_am64x_sk_defconfig: update kernel to v6.8.8
      DEVELOPERS: add myself to TI's packages and reference boards

 DEVELOPERS                                                       | 7 +++++++
 .../patches/arm-trusted-firmware/arm-trusted-firmware.hash       | 2 +-
 board/ti/am62x-sk/patches/linux/linux.hash                       | 2 +-
 .../patches/arm-trusted-firmware/arm-trusted-firmware.hash       | 2 +-
 board/ti/am64x-sk/patches/linux/linux.hash                       | 2 +-
 boot/optee-os/Config.in                                          | 4 ++--
 boot/optee-os/optee-os.hash                                      | 4 ++--
 boot/ti-k3-boot-firmware/ti-k3-boot-firmware.hash                | 2 +-
 boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk                  | 4 +---
 boot/ti-k3-r5-loader/Config.in                                   | 4 ++--
 boot/ti-k3-r5-loader/ti-k3-r5-loader.hash                        | 2 +-
 boot/ti-k3-r5-loader/ti-k3-r5-loader.mk                          | 1 +
 boot/uboot/Config.in                                             | 6 +++---
 boot/uboot/uboot.hash                                            | 2 +-
 configs/ti_am62x_sk_defconfig                                    | 9 ++++-----
 configs/ti_am64x_sk_defconfig                                    | 9 ++++-----
 16 files changed, 33 insertions(+), 29 deletions(-)
---
base-commit: 929bffbf4bf8fcb91bda446777f907f32c782656
change-id: 20240430-optee-update-b9c1bc4e9f29

Best regards,
-- 
Bryan Brattlof <bb@ti.com>

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-05-08 12:05 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02 16:26 [Buildroot] [PATCH RESEND v2 00/11] update bsp binaries for TI SoCs Bryan Brattlof via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 01/11] boot/optee-os: bump to release v4.2.0 Bryan Brattlof via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 02/11] boot/uboot: bump to version v2024.04 Bryan Brattlof via buildroot
2024-05-06  8:53   ` Andreas Dannenberg via buildroot
2024-05-06 14:45     ` Bryan Brattlof via buildroot
2024-05-06 20:09     ` Thomas Petazzoni via buildroot
2024-05-07  6:17       ` Andreas Dannenberg via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 03/11] boot/ti-k3-r5-loader: " Bryan Brattlof via buildroot
2024-05-06 20:11   ` Thomas Petazzoni via buildroot
2024-05-08 12:04     ` Bryan Brattlof via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 04/11] boot/ti-k3-boot-firmware: bump to version 09.02.00.009 Bryan Brattlof via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 05/11] configs/ti_am62x_sk_defconfig: update TFA to v2.10 Bryan Brattlof via buildroot
2024-05-06 20:10   ` Thomas Petazzoni via buildroot
2024-05-08 12:05     ` Bryan Brattlof via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 06/11] configs/ti_am64x_sk_defconfig: " Bryan Brattlof via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 07/11] configs/ti_am62x_sk_defconfig: update U-Boot to v2024.04 Bryan Brattlof via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 08/11] configs/ti_am64x_sk_defconfig: " Bryan Brattlof via buildroot
2024-05-02 16:26 ` [Buildroot] [PATCH RESEND v2 09/11] configs/ti_am62x_sk_defconfig: bump kernel to v6.8.8 Bryan Brattlof via buildroot
2024-05-06 20:11   ` Thomas Petazzoni via buildroot
2024-05-02 16:27 ` [Buildroot] [PATCH RESEND v2 10/11] configs/ti_am64x_sk_defconfig: update " Bryan Brattlof via buildroot
2024-05-02 16:27 ` [Buildroot] [PATCH RESEND v2 11/11] DEVELOPERS: add myself to TI's packages and reference boards Bryan Brattlof via buildroot
2024-05-06  8:48 ` [Buildroot] [PATCH RESEND v2 00/11] update bsp binaries for TI SoCs Andreas Dannenberg via buildroot
2024-05-06 14:42   ` Bryan Brattlof via buildroot
2024-05-06 20:07 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox