mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add "64-bit" property for PowerPC 970fx.
(allows Fedora bootloader to load the good kernel, 32-bit or 64-bit) Signed-off-by: Laurent Vivier <Laurent@vivier.eu> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@607 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -273,6 +273,12 @@ cpu_970_init(const struct cpudef *cpu)
|
||||
fword("encode-int");
|
||||
push_str("reg");
|
||||
fword("property");
|
||||
|
||||
PUSH(0);
|
||||
PUSH(0);
|
||||
fword("encode-bytes");
|
||||
push_str("64-bit");
|
||||
fword("property");
|
||||
|
||||
fword("finish-device");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user