mb/dell/optiplex_9010: Use new fixed BAR accessors
Change-Id: I4d949d252ca24ebd4e4ed9c7dd17ede3810a8bfd Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51884 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
1d4044ae88
commit
528b471f94
|
@ -34,7 +34,7 @@ void bootblock_mainboard_early_init(void)
|
|||
*/
|
||||
pci_write_config32(HOST_BRIDGE, MCHBAR, CONFIG_FIXED_MCHBAR_MMIO_BASE | 1);
|
||||
pci_write_config32(HOST_BRIDGE, MCHBAR + 4, 0);
|
||||
MCHBAR16(SSKPD_HI) = 0;
|
||||
mchbar_write16(SSKPD_HI, 0);
|
||||
|
||||
sch5545_early_init(0x2e);
|
||||
/* Bare EC and SIO GPIO initialization which allows to enable serial port */
|
||||
|
|
Loading…
Reference in New Issue