summaryrefslogtreecommitdiffstats
path: root/src/mainboard/samsung
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-06-06 08:10:05 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-10-17 18:09:01 +0000
commit6644d7c508a1a15d5a0c79f47cdf09585c99192f (patch)
tree2847a562ebffd653a0d95d62fafade88ba443ae4 /src/mainboard/samsung
parentf6611a2ea8d9288e57ce08b9190b3e401c18edd5 (diff)
downloadcoreboot-6644d7c508a1a15d5a0c79f47cdf09585c99192f.tar.gz
coreboot-6644d7c508a1a15d5a0c79f47cdf09585c99192f.tar.bz2
coreboot-6644d7c508a1a15d5a0c79f47cdf09585c99192f.zip
drivers/generic/ioapic: Drop enable_virtual_wire
All boards with DRIVERS_GENERIC_IOAPIC select it. Presumably the related configuration of routing IRQ0 when IOAPIC is enabled should be always done to provide i8259 legacy compatibility for payloads. Change-Id: Ie87816271fa63bba892c8615aa5e72ee68f6ba93 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55287 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r--src/mainboard/samsung/lumpy/devicetree.cb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/samsung/lumpy/devicetree.cb b/src/mainboard/samsung/lumpy/devicetree.cb
index 13a2299086b5..1aab76de9ce2 100644
--- a/src/mainboard/samsung/lumpy/devicetree.cb
+++ b/src/mainboard/samsung/lumpy/devicetree.cb
@@ -107,7 +107,6 @@ chip northbridge/intel/sandybridge
chip drivers/generic/ioapic
register "have_isa_interrupts" = "1"
- register "enable_virtual_wire" = "1"
register "base" = "(void *)0xfec00000"
device ioapic 4 on end
end