mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add basic Mac99 machine support
git-svn-id: svn://coreboot.org/openbios/openbios-devel@449 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -462,12 +462,12 @@ arch_of_init( void )
|
||||
|
||||
/* model */
|
||||
|
||||
push_str("PowerMac1,1");
|
||||
push_str("PowerMac2,1");
|
||||
fword("model");
|
||||
|
||||
/* compatible */
|
||||
|
||||
push_str("PowerMac1,1");
|
||||
push_str("PowerMac2,1");
|
||||
fword("encode-string");
|
||||
push_str("MacRISC");
|
||||
fword("encode-string");
|
||||
|
||||
@@ -7,7 +7,7 @@ BASE_ADDR = 0xfff00000;
|
||||
|
||||
/* As NVRAM is at 0xfff04000, the .text needs to be after that
|
||||
*/
|
||||
TEXT_ADDR = 0xfff06000;
|
||||
TEXT_ADDR = 0xfff08000;
|
||||
|
||||
/* Hard reset vector address
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user