aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-03 12:49:05 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-08 22:18:56 +0000
commitb4f98330284263dff463cc3b0c667e78a1d9dee1 (patch)
tree22da47d2389ba0b252365fde65eb1291dfb4de5b /src/mainboard/lenovo
parent55d148ca3766a63fe0217fcbf119c63c3646b96e (diff)
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>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r--src/mainboard/lenovo/t440p/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t440p/romstage.c b/src/mainboard/lenovo/t440p/romstage.c
index ea1193fd5e..845bde8d20 100644
--- a/src/mainboard/lenovo/t440p/romstage.c
+++ b/src/mainboard/lenovo/t440p/romstage.c
@@ -21,8 +21,6 @@ static const struct rcba_config_instruction rcba_config[] = {
RCBA_SET_REG_16(D22IR, DIR_ROUTE(PIRQA, PIRQB, PIRQC, PIRQD)),
RCBA_SET_REG_16(D20IR, DIR_ROUTE(PIRQA, PIRQB, PIRQC, PIRQD)),
- RCBA_RMW_REG_32(FD, ~0, PCH_DISABLE_ALWAYS),
-
RCBA_END_CONFIG,
};