coreboot-kgpe-d16/src
Damien Zammit 40788c6a4e lenovo/t60: Enable dock serial port when undocked and redocked
When the system is started with dock, the serial port works.
As soon as the laptop is undocked and redocked, the serial port
no longer works.  See below superiotool dump snippet:

Upon bootup: SIO @ 0x2e
LDN 0x03 (COM1)
idx 30 60 61 70 71 74 75 f0
val 01 03 f8 04 03 04 04 02

Redocked:    SIO @ 0x2e
LDN 0x03 (COM1)
idx 30 60 61 70 71 74 75 f0
val 00 03 f8 04 03 04 04 02

Since the function dock_connect is executed every time the
dock is reconnected, starting without a dock and then attaching
it to a dock is now also fixed.

Change-Id: Ibd97589a8c743673a55e382a5db2ba62656c595e
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: http://review.coreboot.org/5761
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2014-05-17 21:27:11 +02:00
..
arch build: break compiler flags out of $(CC) 2014-05-17 21:14:52 +02:00
console console: Fix UART selection prompt 2014-04-30 23:47:28 +02:00
cpu build: separate CPPFLAGS from CFLAGS 2014-05-17 21:14:29 +02:00
device Introduce stage-specific architecture for coreboot 2014-05-06 20:23:31 +02:00
drivers build: separate CPPFLAGS from CFLAGS 2014-05-17 21:14:29 +02:00
ec chromeec: add function to reboot on unexpected image 2014-05-13 21:01:52 +02:00
include intel: Drop obsolete comments on MTRR usage 2014-05-14 07:30:20 +02:00
lib baytrail: snapshot power state in romstage 2014-05-13 16:11:04 +02:00
mainboard lenovo/t60: Enable dock serial port when undocked and redocked 2014-05-17 21:27:11 +02:00
northbridge build: separate CPPFLAGS from CFLAGS 2014-05-17 21:14:29 +02:00
soc build: separate CPPFLAGS from CFLAGS 2014-05-17 21:14:29 +02:00
southbridge build: separate CPPFLAGS from CFLAGS 2014-05-17 21:14:29 +02:00
superio src/*: Remove the last remnants of struct keyboard 2014-05-13 12:14:34 +02:00
vendorcode build: kill one indirection 2014-05-17 21:14:41 +02:00
Kconfig build: make scan-build work again 2014-05-17 21:15:14 +02:00