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:
Blue Swirl
2009-02-08 12:22:04 +00:00
parent 14e9b11e1f
commit c6040cb8a0
7 changed files with 115 additions and 20 deletions

View File

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

View File

@@ -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
*/