aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/README
diff options
context:
space:
mode:
Diffstat (limited to 'pc-bios/README')
-rw-r--r--pc-bios/README20
1 files changed, 10 insertions, 10 deletions
diff --git a/pc-bios/README b/pc-bios/README
index db39d757b0..7ffb2f43a4 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -14,18 +14,12 @@
- SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware
implementation for certain IBM POWER hardware. The sources are at
https://github.com/aik/SLOF, and the image currently in qemu is
- built from git tag qemu-slof-20210711.
+ built from git tag qemu-slof-20230918.
- VOF (Virtual Open Firmware) is a minimalistic firmware to work with
-machine pseries,x-vof=on. When enabled, the firmware acts as a slim shim and
QEMU implements parts of the IEEE 1275 Open Firmware interface.
-- sgabios (the Serial Graphics Adapter option ROM) provides a means for
- legacy x86 software to communicate with an attached serial console as
- if a video card were attached. The master sources reside in a subversion
- repository at http://sgabios.googlecode.com/svn/trunk. A git mirror is
- available at https://gitlab.com/qemu-project/sgabios.git.
-
- The PXE roms come from the iPXE project. Built with BANNER_TIME 0.
Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping:
@@ -56,8 +50,8 @@
variable store templates built from the TianoCore community's EFI Development
Kit II project
<https://github.com/tianocore/tianocore.github.io/wiki/EDK-II>. The images
- were built at git tag "edk2-stable202008". The firmware binaries bundle parts
- of the OpenSSL project, at git tag "OpenSSL_1_1_1g" (the OpenSSL tag is a
+ were built at git tag "edk2-stable202302". The firmware binaries bundle parts
+ of the OpenSSL project, at git tag "OpenSSL_1_1_1s" (the OpenSSL tag is a
function of the edk2 tag). Parts of the Berkeley SoftFloat library are
bundled as well, at Release 3e plus a subsequent typo fix (commit
b64af41c3276f97f0e181920400ee056b9c88037), as an OpenSSL dependency on 32-bit
@@ -73,7 +67,7 @@
and enable the use of well-known bootloaders such as U-Boot.
OpenSBI is distributed under the terms of the BSD 2-clause license
("Simplified BSD License" or "FreeBSD License", SPDX: BSD-2-Clause). OpenSBI
- source code also contains code reused from other projects desribed here:
+ source code also contains code reused from other projects described here:
https://github.com/riscv/opensbi/blob/master/ThirdPartyNotices.md.
- npcm7xx_bootrom.bin is a simplified, free (Apache 2.0) boot ROM for Nuvoton
@@ -81,3 +75,9 @@
initialize and run boot images stored in SPI flash, but may grow more
features over time as needed. The source code is available at:
https://github.com/google/vbootrom
+
+- hppa-firmware.img (32-bit) and hppa-firmware64.img (64-bit) are firmware
+ files for the HP-PARISC (hppa) architecture.
+ They are built form the SeaBIOS-hppa sources, which is a fork of SeaBIOS
+ adapted for hppa.
+ SeaBIOS-hppa is available at https://github.com/hdeller/seabios-hppa