public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v5 0/7] Add barebox bootloader support (and testing)
@ 2024-09-10 18:41 Enrico Jörns
  2024-09-10 18:41 ` [PATCH v5 1/7] barebox: add initial support Enrico Jörns
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Enrico Jörns @ 2024-09-10 18:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: yocto

This adds support for the barebox bootloader (and tools) to oe-core.

In order to have proper testing, this extends oe-selftest to allow
basic testing of bootloaders. While at it, cover both barebox and u-boot.

v5:

* move common recipe data into barebox-common.inc
* Add proper DESCRIPTION

Enrico Jorns (5):
  barebox: set default BAREBOX_CONFIG for qemu machines
  oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  oeqa: support passing custom boot patterns to runqemu
  oeqa/selftest/cases: add basic u-boot test
  oeqa/selftest/cases: add basic barebox tests

Marco Felsch (2):
  barebox: add initial support
  barebox-tools: add initial barebox tools support

 meta/conf/distro/include/maintainers.inc      |   2 +
 meta/conf/machine/qemuarm.conf                |   1 +
 meta/conf/machine/qemuarm64.conf              |   1 +
 meta/conf/machine/qemux86-64.conf             |   1 +
 meta/lib/oeqa/selftest/cases/barebox.py       |  43 ++++++
 meta/lib/oeqa/selftest/cases/uboot.py         |  42 +++++
 meta/lib/oeqa/targetcontrol.py                |   5 +-
 meta/lib/oeqa/utils/commands.py               |   5 +-
 meta/lib/oeqa/utils/qemurunner.py             |   6 +-
 meta/recipes-bsp/barebox/barebox-common.inc   |  18 +++
 .../barebox/barebox-tools_2024.08.0.bb        |  52 +++++++
 meta/recipes-bsp/barebox/barebox.inc          | 145 ++++++++++++++++++
 meta/recipes-bsp/barebox/barebox_2024.08.0.bb |   3 +
 13 files changed, 318 insertions(+), 6 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/barebox.py
 create mode 100644 meta/lib/oeqa/selftest/cases/uboot.py
 create mode 100644 meta/recipes-bsp/barebox/barebox-common.inc
 create mode 100644 meta/recipes-bsp/barebox/barebox-tools_2024.08.0.bb
 create mode 100644 meta/recipes-bsp/barebox/barebox.inc
 create mode 100644 meta/recipes-bsp/barebox/barebox_2024.08.0.bb

-- 
2.39.2



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

end of thread, other threads:[~2024-09-12  9:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 18:41 [PATCH v5 0/7] Add barebox bootloader support (and testing) Enrico Jörns
2024-09-10 18:41 ` [PATCH v5 1/7] barebox: add initial support Enrico Jörns
2024-09-11 10:15   ` [OE-core] " Alexander Kanavin
2024-09-11 11:16     ` Enrico Jörns
2024-09-11 11:27       ` [yocto] " Enrico Jörns
2024-09-11 12:10       ` Alexander Kanavin
2024-09-11 12:27         ` Enrico Jörns
2024-09-11 14:20           ` Alexander Kanavin
2024-09-12  9:26             ` Enrico Jörns
2024-09-10 18:41 ` [PATCH v5 2/7] barebox-tools: add initial barebox tools support Enrico Jörns
2024-09-10 18:41 ` [PATCH v5 3/7] barebox: set default BAREBOX_CONFIG for qemu machines Enrico Jörns
2024-09-10 18:41 ` [PATCH v5 4/7] oeqa/utils/qemurunner: support ignoring vt100 escape sequences Enrico Jörns
2024-09-10 18:41 ` [PATCH v5 5/7] oeqa: support passing custom boot patterns to runqemu Enrico Jörns
2024-09-10 18:41 ` [PATCH v5 6/7] oeqa/selftest/cases: add basic u-boot test Enrico Jörns
2024-09-10 18:41 ` [PATCH v5 7/7] oeqa/selftest/cases: add basic barebox tests Enrico Jörns
     [not found] ` <17F3F6252B938560.10184@lists.openembedded.org>
2024-09-11  9:42   ` [OE-core] [PATCH v5 1/7] barebox: add initial support Enrico Jörns

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