blueswirl's sparc32 patches - boots linux.

git-svn-id: svn://coreboot.org/openbios/openbios-devel@35 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-05-28 18:48:47 +00:00
parent 172438f171
commit f7784c1d5d
5 changed files with 20 additions and 719 deletions

View File

@@ -224,7 +224,7 @@ init_mmu_swift(unsigned long base)
PUSH(0);
fword("encode-int");
fword("encode+");
PUSH(va2pa((unsigned long)&_data) - 1);
PUSH(va2pa((unsigned long)&_data) - PAGE_SIZE);
fword("encode-int");
fword("encode+");
push_str("available");
@@ -249,7 +249,7 @@ init_mmu_swift(unsigned long base)
PUSH(0);
fword("encode-int");
fword("encode+");
PUSH(va2pa((unsigned long)&_start) - 1);
PUSH((unsigned long)&_start - PAGE_SIZE);
fword("encode-int");
fword("encode+");