Replace 'Qemu' by 'QEMU'
The official product name is written 'QEMU'. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Andreas Färber <afaerber@suse.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@1060 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
parent
fb8ed9cfe6
commit
c3481793f8
|
@ -701,7 +701,7 @@ _GLOBAL(flush_icache_range):
|
||||||
isync
|
isync
|
||||||
blr
|
blr
|
||||||
|
|
||||||
/* Get RAM size from Qemu configuration device */
|
/* Get RAM size from QEMU configuration device */
|
||||||
|
|
||||||
#define CFG_ADDR 0xf0000510
|
#define CFG_ADDR 0xf0000510
|
||||||
#define FW_CFG_RAM_SIZE 0x03
|
#define FW_CFG_RAM_SIZE 0x03
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
\ Qemu specific initialization code
|
\ QEMU specific initialization code
|
||||||
\
|
\
|
||||||
\ This program is free software; you can redistribute it and/or
|
\ This program is free software; you can redistribute it and/or
|
||||||
\ modify it under the terms of the GNU General Public License
|
\ modify it under the terms of the GNU General Public License
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
OUTPUT_FORMAT(elf32-sparc)
|
OUTPUT_FORMAT(elf32-sparc)
|
||||||
OUTPUT_ARCH(sparc)
|
OUTPUT_ARCH(sparc)
|
||||||
|
|
||||||
/* Qemu ELF loader can't handle very complex files, so we put ELFBoot
|
/* QEMU ELF loader can't handle very complex files, so we put ELFBoot
|
||||||
info to rodata and put initctx to data.*/
|
info to rodata and put initctx to data.*/
|
||||||
|
|
||||||
ENTRY(trap_table)
|
ENTRY(trap_table)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
OUTPUT_FORMAT(elf64-sparc)
|
OUTPUT_FORMAT(elf64-sparc)
|
||||||
OUTPUT_ARCH(sparc:v9)
|
OUTPUT_ARCH(sparc:v9)
|
||||||
|
|
||||||
/* Qemu ELF loader can't handle very complex files, so we put ELFBoot
|
/* QEMU ELF loader can't handle very complex files, so we put ELFBoot
|
||||||
info to rodata and put initctx to data.*/
|
info to rodata and put initctx to data.*/
|
||||||
|
|
||||||
ENTRY(trap_table)
|
ENTRY(trap_table)
|
||||||
|
|
|
@ -429,7 +429,7 @@ ob_macio_init(unsigned int slot, uint64_t base, unsigned long offset)
|
||||||
static void
|
static void
|
||||||
sbus_probe_slot_ss5(unsigned int slot, uint64_t base)
|
sbus_probe_slot_ss5(unsigned int slot, uint64_t base)
|
||||||
{
|
{
|
||||||
// OpenBIOS and Qemu don't know how to do Sbus probing
|
// OpenBIOS and QEMU don't know how to do Sbus probing
|
||||||
switch(slot) {
|
switch(slot) {
|
||||||
case 3: // SUNW,tcx
|
case 3: // SUNW,tcx
|
||||||
ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx");
|
ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx");
|
||||||
|
@ -451,7 +451,7 @@ sbus_probe_slot_ss5(unsigned int slot, uint64_t base)
|
||||||
static void
|
static void
|
||||||
sbus_probe_slot_ss10(unsigned int slot, uint64_t base)
|
sbus_probe_slot_ss10(unsigned int slot, uint64_t base)
|
||||||
{
|
{
|
||||||
// OpenBIOS and Qemu don't know how to do Sbus probing
|
// OpenBIOS and QEMU don't know how to do Sbus probing
|
||||||
switch(slot) {
|
switch(slot) {
|
||||||
case 2: // SUNW,tcx
|
case 2: // SUNW,tcx
|
||||||
ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx");
|
ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx");
|
||||||
|
@ -469,7 +469,7 @@ sbus_probe_slot_ss10(unsigned int slot, uint64_t base)
|
||||||
static void
|
static void
|
||||||
sbus_probe_slot_ss600mp(unsigned int slot, uint64_t base)
|
sbus_probe_slot_ss600mp(unsigned int slot, uint64_t base)
|
||||||
{
|
{
|
||||||
// OpenBIOS and Qemu don't know how to do Sbus probing
|
// OpenBIOS and QEMU don't know how to do Sbus probing
|
||||||
switch(slot) {
|
switch(slot) {
|
||||||
case 2: // SUNW,tcx
|
case 2: // SUNW,tcx
|
||||||
ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx");
|
ob_tcx_init(slot, "/iommu/sbus/SUNW,tcx");
|
||||||
|
|
Loading…
Reference in New Issue