mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
move ppc internal prototypes to arch-specific implementation (Igor Kovalenko)
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@519 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
|
||||
#define BIT(n) (1U<<(31-(n)))
|
||||
|
||||
/* called from assembly */
|
||||
extern void dsi_exception( void );
|
||||
extern void isi_exception( void );
|
||||
extern void setup_mmu( ulong code_base );
|
||||
|
||||
#define FREE_BASE 0x00004000
|
||||
#define IO_BASE 0x80000000
|
||||
#define OFMEM ((ofmem_t*)FREE_BASE)
|
||||
|
||||
@@ -35,9 +35,6 @@ extern ucell ofmem_translate( ucell virt, ucell *ret_mode );
|
||||
ulong get_ram_size( void );
|
||||
ulong get_ram_top( void );
|
||||
ulong get_ram_bottom( void );
|
||||
void dsi_exception( void );
|
||||
void isi_exception( void );
|
||||
void setup_mmu( ulong ramsize );
|
||||
void ofmem_register( phandle_t ph );
|
||||
#elif defined(CONFIG_SPARC32)
|
||||
#define PAGE_SHIFT 12
|
||||
|
||||
Reference in New Issue
Block a user