summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-17 17:16:11 +0100
committerAlexander Couzens <lynxis@fe80.eu>2020-01-26 03:16:46 +0000
commit6f28157fca9fa851eccadd8018c89e34fd279b74 (patch)
tree53ee53c5a8073049ff25a8e4a458f50924e99df6 /src
parent4f65b87cf44f8351485621e1adbff916a70e008f (diff)
downloadcoreboot-6f28157fca9fa851eccadd8018c89e34fd279b74.tar.gz
coreboot-6f28157fca9fa851eccadd8018c89e34fd279b74.tar.bz2
coreboot-6f28157fca9fa851eccadd8018c89e34fd279b74.zip
mb/lenovo/x201: Remove dGPU PMH7 bits
The bits cleared by this 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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36911 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/lenovo/x201/romstage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c
index 7bab9576bca4..aec63dbfc9be 100644
--- a/src/mainboard/lenovo/x201/romstage.c
+++ b/src/mainboard/lenovo/x201/romstage.c
@@ -54,9 +54,6 @@ static void set_fsb_frequency(void)
void mainboard_pre_raminit(void)
{
- outb(0x50, 0x15ec);
- outb(inb(0x15ee) & 0x70, 0x15ee);
-
set_fsb_frequency();
}