mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Sparc64: configure screen size from QEMU command line options
Configure the screen size from QEMU command line options using FW_CFG interface, like r538 for PPC. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@539 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<!-- generic -->
|
||||
<option name="CONFIG_SPARC" type="boolean" value="true"/>
|
||||
<option name="CONFIG_SPARC64" type="boolean" value="true"/>
|
||||
<option name="CONFIG_QEMU" type="boolean" value="true"/>
|
||||
<option name="CONFIG_BIG_ENDIAN" type="boolean" value="true"/>
|
||||
|
||||
<!-- kernel binaries (SPARC64) -->
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<!-- generic -->
|
||||
<option name="CONFIG_SPARC" type="boolean" value="true"/>
|
||||
<option name="CONFIG_SPARC64" type="boolean" value="true"/>
|
||||
<option name="CONFIG_QEMU" type="boolean" value="true"/>
|
||||
<option name="CONFIG_BIG_ENDIAN" type="boolean" value="true"/>
|
||||
|
||||
<!-- kernel binaries (SPARC64) -->
|
||||
|
||||
Reference in New Issue
Block a user