the following patch was just integrated into master: commit a23036c8d8649e237932e04e853d118628d57747 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Fri Dec 5 22:46:02 2014 +1100
mainboard/lenovo/g505s: Build in EC ASL support for KBD/AUX ports
Rather than have Linux report: i8042: PNP: No PS/2 controller found. Probing directly. and go off probing PNP config space, build in EC ASL for the PS/2 keyboard and mouse.
The ASL explicitly passes these resources to the Linux to avoid said probe.
ASL Details: PS/2 keyboard (PNP0303 at 0x60,0x64 irq 1 ) PS/2 mouse (PNP0F13 at 0x60,0x64 irq 12)
Change-Id: I0697fab65915907fbe2b3551182b3a1b0d665ddb Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com Reviewed-on: http://review.coreboot.org/7651 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc mr.nuke.me@gmail.com
See http://review.coreboot.org/7651 for details.
-gerrit