mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
sparc32: move machine setup to openbios.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@848 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -67,6 +67,8 @@ int ob_obio_init(uint64_t slavio_base, unsigned long fd_offset,
|
||||
unsigned long aux1_offset, unsigned long aux2_offset);
|
||||
int start_cpu(unsigned int pc, unsigned int context_ptr, unsigned int context,
|
||||
int cpu);
|
||||
void ob_eccmemctl_init(uint64_t base);
|
||||
void ss5_init(uint64_t base);
|
||||
|
||||
/* drivers/iommu.c */
|
||||
void ob_init_iommu(uint64_t base);
|
||||
|
||||
Reference in New Issue
Block a user