mb/lenovo/{x200,t400}: Set SMBUS mux using common SB functions

Change-Id: I1e9a165b722006557557058a14e9f5dac78d4538
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/31189
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Arthur Heymans 2019-01-31 22:53:09 +01:00 committed by Patrick Georgi
parent 7f80c0cf07
commit 32a414f64a
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ void mainboard_romstage_entry(unsigned long bist)
init_iommu();
/* FIXME: make a proper SMBUS mux support. */
outl(inl(DEFAULT_GPIOBASE + 0x38) & ~0x400, DEFAULT_GPIOBASE + 0x38);
set_gpio(42, GPIO_LEVEL_LOW);
cbmem_initted = !cbmem_recovery(s3resume);

View File

@ -118,7 +118,7 @@ void mainboard_romstage_entry(unsigned long bist)
init_iommu();
/* FIXME: make a proper SMBUS mux support. */
outl(inl(DEFAULT_GPIOBASE + 0x38) & ~0x400, DEFAULT_GPIOBASE + 0x38);
set_gpio(42, GPIO_LEVEL_LOW);
cbmem_initted = !cbmem_recovery(s3resume);