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:
Blue Swirl
2010-05-02 20:08:43 +00:00
parent 9a729f8a27
commit c0ee565d88
2 changed files with 7 additions and 0 deletions

View File

@@ -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");