{ec,mb}/starlabs: Drop remnants of EC mirror flag
Commit 50b7976bb2 ("ec/starlabs/merlin: Remove ITE mirror
functionality") removed the mirror_flag param from the EC code, but
some remnants were left behind in the platform and mainboard code.
Drop these unused bits.
TEST=build/boot starlabs/starlite_adl
Change-Id: I6eb8c9a6ef8f92e2d92081b8451cef8d7246ff7e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85870
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
29fa5fe6e0
commit
6da56eeeab
9 changed files with 0 additions and 12 deletions
|
|
@ -20,6 +20,5 @@
|
|||
#define ECRAM_MAX_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_FAN_MODE dead_code_t(uint8_t)
|
||||
#define ECRAM_FAST_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_MIRROR_FLAG 0x04
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -23,6 +23,5 @@
|
|||
#define ECRAM_KBL_BRIGHTNESS 0x36
|
||||
#define ECRAM_FN_LOCK_STATE 0x70
|
||||
#define ECRAM_FAST_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_MIRROR_FLAG 0x05
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,6 +20,5 @@
|
|||
#define ECRAM_MAX_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_FAN_MODE dead_code_t(uint8_t)
|
||||
#define ECRAM_FAST_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_MIRROR_FLAG 0x04
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -23,6 +23,5 @@
|
|||
#define ECRAM_MAX_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_FAN_MODE dead_code_t(uint8_t)
|
||||
#define ECRAM_FAST_CHARGE 0x18
|
||||
#define ECRAM_MIRROR_FLAG dead_code_t(uint8_t)
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,6 +20,5 @@
|
|||
#define ECRAM_FN_CTRL_REVERSE 0x43
|
||||
#define ECRAM_MAX_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_FAST_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_MIRROR_FLAG 0x04
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,6 +20,5 @@
|
|||
#define ECRAM_MAX_CHARGE 0x1a
|
||||
#define ECRAM_FAN_MODE 0x1b
|
||||
#define ECRAM_FAST_CHARGE dead_code_t(uint8_t)
|
||||
#define ECRAM_MIRROR_FLAG 0x05
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -11,5 +11,3 @@ me_state=Disable
|
|||
# Devices
|
||||
wireless=Enable
|
||||
webcam=Enable
|
||||
# EC
|
||||
mirror_flag=Disable
|
||||
|
|
|
|||
|
|
@ -13,5 +13,3 @@ wireless=Enable
|
|||
webcam=Enable
|
||||
camera=Enable
|
||||
microphone=Enable
|
||||
# EC
|
||||
mirror_flag=Disable
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@ entries
|
|||
|
||||
# coreboot config options: EC
|
||||
600 2 e 6 max_charge
|
||||
608 1 e 1 mirror_flag
|
||||
6616 4 h 0 mirror_flag_counter
|
||||
|
||||
# coreboot config options: check sums
|
||||
984 16 h 0 check_sum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue