mbox series

[0/2] add bookworm versions of nanopi-neo

Message ID 20230914074226.3018960-1-felix.moessbauer@siemens.com
Headers show
Series add bookworm versions of nanopi-neo | expand

Message

MOESSBAUER, Felix Sept. 14, 2023, 7:42 a.m. UTC
This series adds two bookworm targets for the nanopi-neo board.
The standard version uses the classical u-boot boot chain and by
that makes it easy to use device-tree-overlays. The second patch
adds a version using EFI boot, which makes it possible to add
patterns like swupdate from CIP-Core. However, we split these to,
as the support for device-tree overlays highly depends on the EFI
booloader and support for that is not widely available.

Best regards,
Felix Moessbauer

Felix Moessbauer (2):
  add nanopi-neo-bookworm target
  add EFI boot version of nanopi-neo target

 meta-isar/conf/machine/nanopi-neo-efi.conf        | 13 +++++++++++++
 .../conf/multiconfig/nanopi-neo-bookworm.conf     |  5 +++++
 .../conf/multiconfig/nanopi-neo-efi-bookworm.conf |  5 +++++
 .../lib/wic/canned-wks/nanopi-neo-efi.wks.in      | 15 +++++++++++++++
 testsuite/citest.py                               |  2 ++
 5 files changed, 40 insertions(+)
 create mode 100644 meta-isar/conf/machine/nanopi-neo-efi.conf
 create mode 100644 meta-isar/conf/multiconfig/nanopi-neo-bookworm.conf
 create mode 100644 meta-isar/conf/multiconfig/nanopi-neo-efi-bookworm.conf
 create mode 100644 meta-isar/scripts/lib/wic/canned-wks/nanopi-neo-efi.wks.in