Skip to content

BlindspotSoftware/coreboot-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coreboot-qa

FirmwareCI test definitions for QA-testing coreboot firmware on real and emulated devices.

What this repository contains

  • .firmwareci/ — the FirmwareCI project that drives the tests:
    • workflows — the test suites (e.g. Prodrive Hermes, QEMU), each a set of checks run against a device. The checks live in each workflow's tests/ directory.
    • DUTs — the devices under test the workflows run on (real hardware and QEMU boards), with their pre-/post-stage setup.
    • storage — the OS images the tests boot.
  • images/ + Taskfile.yaml — build the QEMU disk images used by the emulated targets (task build-images).
  • coreboot.rom — a prebuilt image kept for convenience/local testing.

How testing works

  1. coreboot is built into a coreboot.rom (one per target) by CI.
  2. CI submits that rom to FirmwareCI, referencing this repository as the project (FWCI_PROJECT_LINK).
  3. FirmwareCI flashes/boots the rom on the matching DUT — real hardware (Prodrive Hermes) or an emulated board (QEMU) — and runs the workflow's checks: boot, serial output, coreboot tables (cbmem), PCI, SMBIOS, warm-reboot, and so on.
  4. Results are reported back per check to gerrit patchsets.

To add a target, add a DUT and a workflow under .firmwareci/ and put its checks in the workflow's tests/ directory.

coreboot source

coreboot is developed upstream on Gerrit:

https://review.coreboot.org

About

Official Repository for testing coreboot on QA devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors