sb/intel/i82801dx: Improve LPC device early init

Make the implementation more similar to i82801gx, enabling
ACPI PM and GPIO register spaces already in bootblock.

Change-Id: I41ad8622801dbbadafdc37359d521eed42256e63
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69671
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Kyösti Mälkki
2022-11-14 10:05:06 +02:00
parent 806b2cd42b
commit 8e679f72e9
7 changed files with 47 additions and 69 deletions

View File

@@ -8,10 +8,9 @@
void mainboard_romstage_entry(void)
{
/* Perform some early chipset initialization required
* before RAM initialization can work
*/
/* FIXME: Keep until flashed bootblock has these. */
i82801dx_early_init();
i82801dx_lpc_setup();
sdram_initialize();