Skip to content

Commit

Permalink
src/mainboard/intel/minnowmax/Kconfig: enable S3 suspend WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Lewiński <[email protected]>
  • Loading branch information
filipleple committed Aug 28, 2024
1 parent fe4b7ff commit d118135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mainboard/intel/minnowmax/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ config BOARD_SPECIFIC_OPTIONS
select ENABLE_BUILTIN_COM1
select HAVE_SPD_IN_CBFS
select HAVE_ACPI_TABLES
select HAVE_ACPI_RESUME
select HAVE_OPTION_TABLE
select INTEL_GMA_HAVE_VBT
select HAVE_CF9_RESET_PREPARE

config MAINBOARD_DIR
string
Expand Down
2 changes: 2 additions & 0 deletions src/soc/intel/baytrail/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ifeq ($(CONFIG_CBFS_VERIFICATION),y)
bootblock-$(CONFIG_TXE_SECURE_BOOT) += bootblock/microcode_asm.S
endif
bootblock-y += bootblock/bootblock.c
bootblock-y += pmutil.c

romstage-y += iosf.c
romstage-y += memmap.c
Expand All @@ -23,6 +24,7 @@ romstage-y += txei.c

postcar-y += iosf.c
postcar-y += memmap.c
postcar-y += pmutil.c

ramstage-y += acpi.c
ramstage-y += chip.c
Expand Down

0 comments on commit d118135

Please sign in to comment.