mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Sparc64: add upa-portid properties
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@768 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -147,6 +147,11 @@ static void cpu_generic_init(const struct cpudef *cpu, uint32_t clock_frequency)
|
||||
push_str("cpuid");
|
||||
fword("property");
|
||||
|
||||
PUSH(0);
|
||||
fword("encode-int");
|
||||
push_str("upa-portid");
|
||||
fword("property");
|
||||
|
||||
PUSH(clock_frequency);
|
||||
fword("encode-int");
|
||||
push_str("clock-frequency");
|
||||
|
||||
Reference in New Issue
Block a user