mbox series

[0/2] conf: machine: Add machine for BeagleBone Green Eco board

Message ID 20250715-bbg_eco_machine-v1-0-6d1581129203@bootlin.com
Headers show
Series conf: machine: Add machine for BeagleBone Green Eco board | expand

Message

Miguel Gazquez July 15, 2025, 11:34 a.m. UTC
This series add support for the BeagleBone Green Eco board in the
meta-ti-bsp layer.

Ethernet support in u-boot is still on ti-u-boot-2025.01-next, but it
seems that update to the revision used for u-boot is done automatically,
so I didn't change it.

As I added the bbge device tree in the KERNEL_DEVICETREE list in `ti33x.inc`,
the machine works even without specifying the exact device-tree in
beaglebonegreen-eco-ti.conf, but I thought that it is not necessary to
compile all others devicetrees if we know the one we are going to need.

I previously sent this by mistake to linux-patch-review@list.ti.com, I
just changed the capitalization of the BeagleBone Green Eco.

To: meta-ti@lists.yoctoproject.org
Cc: thomas.petazzoni@bootlin.com
Cc: praneeth@ti.com
Cc: romain.gantois@bootlin.com
Cc: kory.maincent@bootlin.com
Cc: thomas.bonnefille@bootlin.com
Cc: denys@konsulko.com
Cc: reatmon@ti.com
Cc: robertcnelson@gmail.com

Signed-off-by: Miguel Gazquez <miguel.gazquez@bootlin.com>
---
Miguel Gazquez (2):
      conf: machine:  add BeagleBone Green Eco to KERNEL_DEVICETREE
      conf: machine: add new BeagleBone Green Eco machine

 meta-ti-bsp/conf/machine/beaglebonegreen-eco-ti.conf | 9 +++++++++
 meta-ti-bsp/conf/machine/include/ti33x.inc           | 1 +
 2 files changed, 10 insertions(+)
---
base-commit: 5edda0fa24819e8a9122143732db6fc91786431e
change-id: 20250711-bbg_eco_machine-5b2c295ddb7c

Best regards,