Add common gBMC system init script

Create a configurable sysinit script for all gBMC system to use. This
prevents difference in implementation during bootup between platforms.

The plan is to have each system that uses `gbmc-sysinit` to
replace the `gbmc_sysinit_helper.sh` and its function. It should be
flexible enough to support most current use cases. The service
dependencies will be configured with `service-override.conf` to make
sure that all dependencies are met on different systems.

The `gbmc_sysinit.sh` has `BIOS_PARTITION`, `BIOS_SIZE`, `BIOS_KEY` as
configurable variable depending on the BIOS image supported on the
different systems.

Google-Bug-Id: 231234523
Change-Id: Iea600521e0be4254d45731fd09a23f4db8af01f8
Signed-off-by: Willy Tu <wltu@google.com>
5 files changed
tree: 8dd97abfcc87f8650fa9859380d331772d27d760
  1. conf/
  2. meta-nuvoton-npcm8xx/
  3. recipes-google/
  4. recipes-kernel/
  5. recipes-phosphor/
  6. LICENSE
  7. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.