sb/intel/i82371eb: Move wakeup code to romstage
This code is needed in romstage, not ramstage. Change-Id: Ic38c3c50fb135fba582864a242348ec29cec2991 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40965 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
40a3888128
commit
336d9a2148
|
@ -24,8 +24,8 @@ ramstage-y += usb.c
|
||||||
ramstage-y += smbus.c
|
ramstage-y += smbus.c
|
||||||
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
|
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
|
||||||
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.c
|
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.c
|
||||||
ramstage-$(CONFIG_HAVE_ACPI_RESUME) += wakeup.c
|
|
||||||
|
|
||||||
|
romstage-$(CONFIG_HAVE_ACPI_RESUME) += wakeup.c
|
||||||
romstage-y += early_pm.c
|
romstage-y += early_pm.c
|
||||||
romstage-y += early_smbus.c
|
romstage-y += early_smbus.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue