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