diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2013-11-02 16:03:50 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-11-21 17:38:52 +0100 |
commit | da87dd7bd70f71ceaf9ff40d7cdb8394a7dc4bf5 (patch) | |
tree | 3e28a240cb48ad8e6f19f99821bc18f6b10d0ef5 /pc-bios/README | |
parent | 394cfa39ba24dd838ace1308ae24961243947fb8 (diff) | |
download | qemu-da87dd7bd70f71ceaf9ff40d7cdb8394a7dc4bf5.zip qemu-da87dd7bd70f71ceaf9ff40d7cdb8394a7dc4bf5.tar.gz qemu-da87dd7bd70f71ceaf9ff40d7cdb8394a7dc4bf5.tar.bz2 |
sun4m: Add FCode ROM for TCX framebuffer
Upstream OpenBIOS now implements SBus probing in order to determine the
contents of a physical bus slot, which is required to allow OpenBIOS to
identify the framebuffer without help from the fw_cfg interface.
SBus probing works by detecting the presence of an FCode program
(effectively tokenised Forth) at the base address of each slot, and if
present executes it so that it creates its own device node in the
OpenBIOS device tree.
The FCode ROM is generated as part of the OpenBIOS build and should
generally be updated at the same time.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
CC: Blue Swirl <blauwirbel@gmail.com>
CC: Bob Breuer <breuerr@mc.net>
CC: Artyom Tarasenko <atar4qemu@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'pc-bios/README')
-rw-r--r-- | pc-bios/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pc-bios/README b/pc-bios/README index 1501cf1..a110125 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -11,8 +11,8 @@ firmware implementation. The goal is to implement a 100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware. The included images for PowerPC (for 32 and 64 bit PPC CPUs), - Sparc32 and Sparc64 are built from OpenBIOS SVN revision - 1229. + Sparc32 (including QEMU,tcx.bin) and Sparc64 are built from OpenBIOS SVN + revision 1229. - SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware implementation for certain IBM POWER hardware. The sources are at |