mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Sparc64: Add interrupt properties to Sabre
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@672 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -402,6 +402,11 @@ int sabre_config_cb(const pci_config_t *config)
|
||||
sizeof(props[0]));
|
||||
set_property(dev, "#virtual-dma-addr-cells", (char *)props,
|
||||
sizeof(props[0]));
|
||||
props[0] = 0x000007f0;
|
||||
props[1] = 0x000007ee;
|
||||
props[2] = 0x000007ef;
|
||||
props[3] = 0x000007e5;
|
||||
set_property(dev, "interrupts", (char *)props, 4 * sizeof(props[0]));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user