openwrtv3/target/linux/x86
Baptiste Jonglez cd10577350 x86: Fix xen serial console by removing conflicting PATA driver
The Xen serial console has been broken since the xen_domu subtarget
was merged in the generic x86 subtarget (commits 1d6879ee and 371b382a).

The reason for the broken serial console seems to be an IRQ conflict
between the serial console driver and the PATA_LEGACY driver:

[    1.330125] genirq: Flags mismatch irq 8. 00000000 (hvc_console) vs. 00000000 (platform[pata_legacy.4])
[    1.330134] hvc_open: request_irq failed with rc -16.
[    1.330148] Warning: unable to open an initial console.

Just drop the PATA_LEGACY driver from the x86/generic and x86_64
subtargets, since this driver is marked experimental and only supports
very old ISA devices anyway.  It is still included in the x86/legacy
subtarget where it rightfully belongs.

Fixes: FS#787

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2017-07-16 11:31:52 +02:00
..
64 x86: Fix xen serial console by removing conflicting PATA driver 2017-07-16 11:31:52 +02:00
base-files treewide: use only board_name function to get name 2017-07-15 23:13:34 +02:00
generic x86: Fix xen serial console by removing conflicting PATA driver 2017-07-16 11:31:52 +02:00
geode x86: Move USB support from subtargets to target config 2017-07-16 02:29:05 +02:00
image scripts/gen_image_generic.sh: move from x86/image 2017-07-14 04:09:16 +02:00
legacy x86: Move USB support from subtargets to target config 2017-07-16 02:29:05 +02:00
patches-4.9 kernel: update kernel 4.9 to 4.9.29 2017-05-21 21:51:22 +02:00
config-4.9 x86: Move USB support from subtargets to target config 2017-07-16 02:29:05 +02:00
Makefile x86: switch to Linux 4.9 2017-02-07 17:30:35 +01:00
modules.mk x86: add kernel module for sp5100_tco watchdog 2017-01-16 20:40:13 +01:00