Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/4] add support for TI's AM6X boards
@ 2022-07-28 16:40 Xuanhao Shi via buildroot
  2022-07-28 16:40 ` [Buildroot] [PATCH v2 1/4] package/arm-gnu-toolchain: revert to version 10 Xuanhao Shi via buildroot
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Xuanhao Shi via buildroot @ 2022-07-28 16:40 UTC (permalink / raw)
  To: buildroot; +Cc: Anand Gadiyar, Thomas Petazzoni, Suniel Mahesh

The series applied the changes requested by Thomas Petazzoni and 
Arnout Vandecappelle to the previous patch for adding support to TI's 
AM6X boards ([1]). Specifically, it currently added support for the
AM64x_sk board and the AM62x_sk board.

[1] http://lists.busybox.net/pipermail/buildroot/2022-July/647460.html

Changes in v2:
- Revert arm-gnu-toolchain back to version 10.x due to a bug.
  When the pre-packaged GCC was built, it could be targeting
  a newer x86_64 architecture than the processor being used.
- Add boot/ti-k3-r5-loader package that builds a separate U-Boot
  for the R5 cores on TI's K3 devices.
- Add boot/ti-k3-image-gen package that builds the full boot binary
  tiboot3.bin from the spl built from ti-k3-r5-loader.
- Add board/ti directory to include sdcard config and board information
  for AM64x_sk and AM62x_sk boards.
- Add the Buildroot defconfigs for AM64x_sk and AM62x_sk.
- Add to DEVELOPERS list.

Xuanhao Shi (4):
  package/arm-gnu-toolchain: revert to version 10
  boot/ti-k3-r5-loader: add new package
  boot/ti-k3-image-gen: add new package
  board/ti: add new boards

 DEVELOPERS                                    | 16 +++++++
 board/ti/am62x_sk/genimage.cfg                | 27 +++++++++++
 board/ti/am62x_sk/readme.txt                  | 46 +++++++++++++++++++
 board/ti/am64x_sk/genimage.cfg                | 27 +++++++++++
 board/ti/am64x_sk/readme.txt                  | 46 +++++++++++++++++++
 boot/Config.in                                |  2 +
 boot/ti-k3-image-gen/Config.in                | 24 ++++++++++
 boot/ti-k3-image-gen/ti-k3-image-gen.hash     |  2 +
 boot/ti-k3-image-gen/ti-k3-image-gen.mk       | 33 +++++++++++++
 boot/ti-k3-r5-loader/Config.in                | 13 ++++++
 boot/ti-k3-r5-loader/ti-k3-r5-loader.hash     |  2 +
 boot/ti-k3-r5-loader/ti-k3-r5-loader.mk       | 42 +++++++++++++++++
 configs/am62x_sk_defconfig                    | 45 ++++++++++++++++++
 configs/am64x_sk_defconfig                    | 45 ++++++++++++++++++
 .../arm-gnu-toolchain/arm-gnu-toolchain.hash  |  2 +-
 .../arm-gnu-toolchain/arm-gnu-toolchain.mk    |  6 +--
 16 files changed, 374 insertions(+), 4 deletions(-)
 create mode 100644 board/ti/am62x_sk/genimage.cfg
 create mode 100644 board/ti/am62x_sk/readme.txt
 create mode 100644 board/ti/am64x_sk/genimage.cfg
 create mode 100644 board/ti/am64x_sk/readme.txt
 create mode 100644 boot/ti-k3-image-gen/Config.in
 create mode 100644 boot/ti-k3-image-gen/ti-k3-image-gen.hash
 create mode 100644 boot/ti-k3-image-gen/ti-k3-image-gen.mk
 create mode 100644 boot/ti-k3-r5-loader/Config.in
 create mode 100644 boot/ti-k3-r5-loader/ti-k3-r5-loader.hash
 create mode 100644 boot/ti-k3-r5-loader/ti-k3-r5-loader.mk
 create mode 100644 configs/am62x_sk_defconfig
 create mode 100644 configs/am64x_sk_defconfig

-- 
2.17.1

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

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

end of thread, other threads:[~2022-08-02 16:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-28 16:40 [Buildroot] [PATCH v2 0/4] add support for TI's AM6X boards Xuanhao Shi via buildroot
2022-07-28 16:40 ` [Buildroot] [PATCH v2 1/4] package/arm-gnu-toolchain: revert to version 10 Xuanhao Shi via buildroot
2022-07-31  0:28   ` Giulio Benetti
2022-07-31  7:28     ` Thomas Petazzoni via buildroot
2022-08-01 17:56   ` Thomas Petazzoni via buildroot
2022-07-28 16:40 ` [Buildroot] [PATCH v2 2/4] boot/ti-k3-r5-loader: add new package Xuanhao Shi via buildroot
2022-07-31  0:54   ` Giulio Benetti
2022-07-31  8:27     ` Thomas Petazzoni via buildroot
2022-07-31 10:10       ` Giulio Benetti
2022-08-02 16:23   ` Giulio Benetti
2022-07-28 16:40 ` [Buildroot] [PATCH v2 3/4] boot/ti-k3-image-gen: " Xuanhao Shi via buildroot
2022-07-31  1:04   ` Giulio Benetti
2022-07-31  8:30     ` Thomas Petazzoni via buildroot
2022-07-28 16:40 ` [Buildroot] [PATCH v2 4/4] board/ti: add new boards Xuanhao Shi via buildroot
2022-07-31  1:15   ` Giulio Benetti
2022-07-31  8:32     ` Thomas Petazzoni via buildroot
2022-08-02 16:40   ` Giulio Benetti
2022-08-02 16:48     ` Giulio Benetti

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