merge more sparc32 code from: Blue Swirl <blueswir1@hotmail.com>

git-svn-id: svn://coreboot.org/openbios/openbios-devel@16 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2006-05-10 23:00:34 +00:00
committed by Stefan Reinauer
parent d421756207
commit db8e7fe92a
16 changed files with 782 additions and 44 deletions

View File

@@ -34,8 +34,7 @@ struct mem;
void *mem_alloc(struct mem *t, int size, int align);
void *mem_zalloc(struct mem *t, int size, int align);
int map_page(unsigned long *pgd, unsigned long va,
unsigned long epa, int type);
int map_page(unsigned long va, unsigned long epa, int type);
void *map_io(unsigned pa, int size);
void init_mmu_swift();
void *dvma_alloc(int size, unsigned int *pphys);