mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add fake cpuid to cpu node (Igor Kovalenko)
git-svn-id: svn://coreboot.org/openbios/openbios-devel@239 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -413,6 +413,11 @@ static void cpu_generic_init(const struct cpudef *cpu)
|
||||
push_str("sparc-version");
|
||||
fword("property");
|
||||
|
||||
PUSH(1);
|
||||
fword("encode-int");
|
||||
push_str("cpuid");
|
||||
fword("property");
|
||||
|
||||
fword("finish-device");
|
||||
|
||||
// MMU node
|
||||
|
||||
Reference in New Issue
Block a user