Skip to content

Releases: mcayland/openbios

v1.3

17 Apr 20:43
Compare
Choose a tag to compare
docker: switch from kernel crosstools compilers to Debian cross-compi…

…lers

Now it is possible to build fully functional OpenBIOS binaries for all
architectures using the Debian cross-compiler packages, so switch the
builder image from the kernel crosstools compilers to the packaged
Debian cross-compilers.

Sigend-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

Development Build

24 Feb 20:28
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • Do not generate .stabs ELF sections to prevent GDB from choking on them (Glenn Washburn)
  • introduce Dockerfile.builder for openbios-builder container (Mark Cave-Ayland)
  • 7509205: .github/workflows: add build-openbios-builder.yml action (Mark Cave-Ayland)
  • 69132c5: .github/workflows: add main.yml for building OpenBIOS upon push (Mark Cave-Ayland)
  • c92bd87: .github/workflows: add release.yml for generating an OpenBIOS release (Mark Cave-Ayland)
  • mcatest (Mark Cave-Ayland)

v1.2

19 Feb 12:20
Compare
Choose a tag to compare
workflows: add release workflow