Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Reza Arbab <arbab@linux.ibm.com>
To: buildroot@buildroot.org
Cc: Reza Arbab <arbab@linux.ibm.com>,
	Laurent Vivier <laurent@vivier.eu>, Joel Stanley <joel@jms.id.au>
Subject: [Buildroot] [PATCH v2 0/5] package/petitboot: misc enhancement
Date: Fri, 15 Sep 2023 10:58:30 -0500	[thread overview]
Message-ID: <20230915155835.51140-1-arbab@linux.ibm.com> (raw)

The br2-external tree used to build OpenPOWER firmware has long carried
petitboot as a custom package[1]. Now that petitboot has been added to
buildroot proper, it would be nice to leverage the base package instead.

To make that transition easier, here is a set of patches which port over
some of the enhancements made to that external package.

Beyond these, there are a couple of more involved things left:
  * User separation (i.e. the petitboot shell runs as 'petituser')
  * Support for MTD devices

[1] https://github.com/open-power/op-build/tree/master/openpower/package/petitboot
---
v2:
* Use Laurent's suggested additions to "run pb-console at boot" patch.

Reza Arbab (5):
  package/petitboot: fix HOST_PROG_SHUTDOWN value
  package/petitboot: run pb-console at boot
  package/petitboot: poll removable devices
  package/petitboot: enable discovery of software RAID devices
  package/petitboot: enable discovery of SCSI devices

 package/petitboot/63-md-raid-arrays.rules    | 41 ++++++++++++
 package/petitboot/65-md-incremental.rules    | 69 ++++++++++++++++++++
 package/petitboot/66-add-sg-module.rules     |  2 +
 package/petitboot/petitboot-console-ui.rules |  5 ++
 package/petitboot/petitboot.mk               | 20 +++++-
 package/petitboot/removable-event-poll.rules |  3 +
 package/petitboot/sysctl.conf                |  1 +
 system/Config.in                             |  2 +-
 8 files changed, 141 insertions(+), 2 deletions(-)
 create mode 100644 package/petitboot/63-md-raid-arrays.rules
 create mode 100644 package/petitboot/65-md-incremental.rules
 create mode 100644 package/petitboot/66-add-sg-module.rules
 create mode 100644 package/petitboot/petitboot-console-ui.rules
 create mode 100644 package/petitboot/removable-event-poll.rules
 create mode 100644 package/petitboot/sysctl.conf

-- 
2.39.3

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

             reply	other threads:[~2023-09-15 16:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15 15:58 Reza Arbab [this message]
2023-09-15 15:58 ` [Buildroot] [PATCH v2 1/5] package/petitboot: fix HOST_PROG_SHUTDOWN value Reza Arbab
2023-09-17 18:09   ` Arnout Vandecappelle via buildroot
2023-09-15 15:58 ` [Buildroot] [PATCH v2 2/5] package/petitboot: run pb-console at boot Reza Arbab
2023-09-17 18:44   ` Arnout Vandecappelle via buildroot
2023-09-19 15:57     ` Reza Arbab
2023-09-18  6:46   ` Joel Stanley
2023-09-18  7:13   ` Laurent Vivier
2023-09-15 15:58 ` [Buildroot] [PATCH v2 3/5] package/petitboot: poll removable devices Reza Arbab
2023-09-18  6:45   ` Joel Stanley
2023-09-15 15:58 ` [Buildroot] [PATCH v2 4/5] package/petitboot: enable discovery of software RAID devices Reza Arbab
2023-09-17 18:58   ` Arnout Vandecappelle via buildroot
2023-09-18  6:43   ` Joel Stanley
2023-09-15 15:58 ` [Buildroot] [PATCH v2 5/5] package/petitboot: enable discovery of SCSI devices Reza Arbab
2023-09-17 19:01   ` Arnout Vandecappelle via buildroot
2023-09-18  6:43   ` Joel Stanley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230915155835.51140-1-arbab@linux.ibm.com \
    --to=arbab@linux.ibm.com \
    --cc=buildroot@buildroot.org \
    --cc=joel@jms.id.au \
    --cc=laurent@vivier.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox