mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
blueswirl's sparc32 patches - boots linux.
git-svn-id: svn://coreboot.org/openbios/openbios-devel@35 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -389,10 +389,11 @@ ob_obio_init(unsigned long slavio_base)
|
||||
ob_set_obio_ranges(slavio_base);
|
||||
#endif
|
||||
|
||||
ob_zs_init(slavio_base, SLAVIO_ZS, ZS_INTR, 1, 1);
|
||||
|
||||
// Must be before zs@0,0 or Linux won't boot
|
||||
ob_zs_init(slavio_base, SLAVIO_ZS1, ZS_INTR, 0, 0);
|
||||
|
||||
ob_zs_init(slavio_base, SLAVIO_ZS, ZS_INTR, 1, 1);
|
||||
|
||||
ob_nvram_init(slavio_base, SLAVIO_NVRAM);
|
||||
|
||||
ob_fd_init(slavio_base, SLAVIO_FD, FD_INTR);
|
||||
|
||||
Reference in New Issue
Block a user