Sparc64 ofmem implementation (Igor Kovalenko)

Add sparc64 ofmem implementation.


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@516 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-07-31 11:15:30 +00:00
parent ebdd7dcc22
commit e5b34330ee
5 changed files with 764 additions and 3 deletions

View File

@@ -35,6 +35,14 @@
#define SPITFIRE_HIGHEST_LOCKED_TLBENT (64 - 1)
/* translation table entry bits */
#define SPITFIRE_TTE_WRITABLE 0x02
#define SPITFIRE_TTE_PRIVILEGED 0x04
#define SPITFIRE_TTE_CV 0x10
#define SPITFIRE_TTE_CP 0x20
#define SPITFIRE_TTE_LOCKED 0x40
#define SPITFIRE_TTE_VALID 0x8000000000000000ULL
#ifndef __ASSEMBLY__
enum ultra_tlb_layout {