sb/intel/lynxpoint: Factor out RCBA Function Disable

Comments stating that this was mainboard-specific were very wrong.

Change-Id: I7026ca9c7dabd01b4a0c0549b697e006d5f75eb8
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43096
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Angel Pons
2020-07-03 12:49:05 +02:00
parent 55d148ca37
commit b4f9833028
8 changed files with 2 additions and 17 deletions

View File

@@ -103,6 +103,8 @@ int early_pch_init(const void *gpio_map,
/* Mainboard RCBA settings */
pch_config_rcba(rcba_config);
RCBA32_OR(FD, PCH_DISABLE_ALWAYS);
wake_from_s3 = southbridge_detect_s3_resume();
elog_boot_notify(wake_from_s3);