Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36911 )
Change subject: mb/lenovo/x201: Remove unnecessary PMH7 bits ......................................................................
mb/lenovo/x201: Remove unnecessary PMH7 bits
The bits cleared by this mostly have to do with dGPU power, which this board lacks.
TESTED: x201 still boots.
Change-Id: I441743f76afc7bbbee930a1c8116035e85d94e52 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/lenovo/x201/romstage.c 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/36911/1
diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c index c8e8afb..58e34c8 100644 --- a/src/mainboard/lenovo/x201/romstage.c +++ b/src/mainboard/lenovo/x201/romstage.c @@ -55,9 +55,6 @@
void mainboard_pre_raminit(void) { - outb(0x50, 0x15ec); - outb(inb(0x15ee) & 0x70, 0x15ee); - set_fsb_frequency(); }