Attention is currently required from: Kevin Keijzer, Bill XIE, Angel Pons, Alexander Couzens, Patrick Rudolph. Hello build bot (Jenkins), Bill XIE, Nico Huber, Angel Pons, Arthur Heymans, Alexander Couzens, Patrick Rudolph, Kevin Keijzer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/51123
to look at the new patch set (#5).
Change subject: mb/lenovo/x200: Fix boot-time docking state ......................................................................
mb/lenovo/x200: Fix boot-time docking state
The X200 would undock itself when waking up from S3, requiring a physical reconnection before the dock would work again.
Similar to CB:39708, this reintroduces h8_mb_init() for the X200. A hook function h8_mb_init() will be called at the end of h8_enable(), in place of the ancient h8_mainboard_init_dock() removed in CB:36093.
This should fix the regression the X201 and T410 also suffered from for the X200.
Change-Id: Icb6dd145e56b90e0e04133810c5e9ac7b641ad68 Signed-off-by: Kevin Keijzer kevin@quietlife.nl --- M src/mainboard/lenovo/x200/mainboard.c M src/mainboard/lenovo/x200/variants/x200/dock.c 2 files changed, 3 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/51123/5