diff options
author | Patrick Rudolph <siro@das-labor.org> | 2017-06-08 11:26:26 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-14 11:25:21 +0000 |
commit | b6e8a0d8f7fb4f2357f8c90758e82425e87acec0 (patch) | |
tree | 8ac6f9cdc2ef1ee7055940ae2ba24c0ea184fa29 | |
parent | f69f27c7e7ffef9665ebcd593930bd579d918944 (diff) | |
download | coreboot-b6e8a0d8f7fb4f2357f8c90758e82425e87acec0.tar.xz |
mb/lenovo/x1_carbon_gen1/cmos: Port USB Always On
Port commit f1395d82: "ec/lenovo/h8: Add USB Always On" to the Thinkpad
x1_carbon_gen1 board as well, as it seems to work fine on all
generations.
See also commit 7ffb329f with Change-Id
I6dcbfaae2a444d9a679ecb64a87dc2a59b8fd281 ("mb/lenovo/*/cmos: Port USB
Always On").
Note that we don't need to call h8_usb_always_on() directly since commit
4f4322dd with Change-Id If812cd1ef8fb1a24d7fadbe834f574b40cbcd56a
("lenovo/h8,thinkpads: Re-do USB Always On").
Change-Id: Ib9070b659b0c9ad5dde4200ec2845c6fa2b78b25
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/29032
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicola Corna <nicola@corna.info>
-rw-r--r-- | src/mainboard/lenovo/x1_carbon_gen1/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x1_carbon_gen1/cmos.layout | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/cmos.default b/src/mainboard/lenovo/x1_carbon_gen1/cmos.default index 3044c6c797..979f132863 100644 --- a/src/mainboard/lenovo/x1_carbon_gen1/cmos.default +++ b/src/mainboard/lenovo/x1_carbon_gen1/cmos.default @@ -13,3 +13,4 @@ fn_ctrl_swap=Disable sticky_fn=Disable trackpoint=Enable backlight=Both +usb_always_on=Disable diff --git a/src/mainboard/lenovo/x1_carbon_gen1/cmos.layout b/src/mainboard/lenovo/x1_carbon_gen1/cmos.layout index ad5a48929f..bb252610c1 100644 --- a/src/mainboard/lenovo/x1_carbon_gen1/cmos.layout +++ b/src/mainboard/lenovo/x1_carbon_gen1/cmos.layout @@ -67,7 +67,7 @@ entries 416 1 e 1 trackpoint 417 1 e 1 fn_ctrl_swap 418 1 e 1 sticky_fn -#419 2 r 0 unused +419 2 e 12 usb_always_on 421 1 e 9 sata_mode 422 2 e 10 backlight @@ -126,6 +126,9 @@ enumerations 11 4 160M 11 5 192M 11 6 224M +12 0 Disable +12 1 AC and battery +12 2 AC only # ----------------------------------------------------------------- checksums |