All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5] Add support for BeagleBone Green Eco board
@ 2025-12-16 15:14 Kory Maincent via buildroot
  2025-12-16 15:14 ` [Buildroot] [PATCH v3 1/5] configs/beaglebone: Switch to Bootlin glibc stable toolchain Kory Maincent via buildroot
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Kory Maincent via buildroot @ 2025-12-16 15:14 UTC (permalink / raw)
  To: buildroot
  Cc: Kory Maincent, Lothar Felten, Bajjuri Praneeth, Julien Olivain,
	thomas.petazzoni, Fabrice Fontaine

Bumps the Linux kernel to the latest mainline version.
Add the am335x-bonegreen-eco device tree to enable support for the
BeagleBone Green Eco variant.
Bump the am33x-cm3 package to latest version.

Changes in v3:
- Add new patch to switch beagleblone config to Bootlin glibc stable
  toolchain.
- Add new patch to bump am33x-cm3 version.
- Add new patch to enable AM33X_CM3 to the beaglebone defconfig.
- Update the tarball hash in the bump of Linux version.

Changes in v2:
- Use a specific Linux version.
- Remove 2nd patch.

Kory Maincent (TI.com) (5):
  configs/beaglebone: Switch to Bootlin glibc stable toolchain
  configs/beaglebone: Bump to Linux mainline 6.18.1
  board/beaglebone: Add BeagleBone Green Eco support
  package/am33x-cm3: Switch to TI repo and bump to v0x192
  configs/beaglebone: Enable AM33X_CM3 config

 board/beagleboard/beaglebone/genimage.cfg     |   1 +
 board/beagleboard/beaglebone/linux.config     | 682 ++++++++++++++++++
 .../beaglebone/patches/linux/linux.hash       |   4 +-
 board/beagleboard/beaglebone/readme.txt       |   1 +
 configs/beaglebone_defconfig                  |  14 +-
 .../0001-Enforce-correct-march-option.patch   |  38 +
 package/am33x-cm3/0001-fix-makefile.patch     |  30 -
 ...Makefile-unconditionally-disable-SSP.patch |  17 +-
 ...Makefile-unconditionally-disable-PIE.patch |  17 +-
 .../0004-Makefile-add-fno-builtin.patch       |  17 +-
 package/am33x-cm3/S93-am335x-pm-firmware-load |   6 -
 package/am33x-cm3/am33x-cm3.hash              |   2 +-
 package/am33x-cm3/am33x-cm3.mk                |  18 +-
 13 files changed, 771 insertions(+), 76 deletions(-)
 create mode 100644 board/beagleboard/beaglebone/linux.config
 create mode 100644 package/am33x-cm3/0001-Enforce-correct-march-option.patch
 delete mode 100644 package/am33x-cm3/0001-fix-makefile.patch
 delete mode 100644 package/am33x-cm3/S93-am335x-pm-firmware-load

-- 
2.43.0

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

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

end of thread, other threads:[~2025-12-30 21:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16 15:14 [Buildroot] [PATCH 0/5] Add support for BeagleBone Green Eco board Kory Maincent via buildroot
2025-12-16 15:14 ` [Buildroot] [PATCH v3 1/5] configs/beaglebone: Switch to Bootlin glibc stable toolchain Kory Maincent via buildroot
2025-12-30 21:45   ` Julien Olivain via buildroot
2025-12-16 15:14 ` [Buildroot] [PATCH v3 2/5] configs/beaglebone: Bump to Linux mainline 6.18.1 Kory Maincent via buildroot
2025-12-16 15:40   ` Thomas Petazzoni via buildroot
2025-12-16 16:16     ` Kory Maincent via buildroot
2025-12-16 15:14 ` [Buildroot] [PATCH v3 3/5] board/beaglebone: Add BeagleBone Green Eco support Kory Maincent via buildroot
2025-12-18 12:13   ` Mohammed Sadik Shaik via buildroot
2025-12-16 15:14 ` [Buildroot] [PATCH v3 4/5] package/am33x-cm3: Switch to TI repo and bump to v0x192 Kory Maincent via buildroot
2025-12-16 15:14 ` [Buildroot] [PATCH v3 5/5] configs/beaglebone: Enable AM33X_CM3 config Kory Maincent via buildroot

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.