diff options
author | Patrick Rudolph <siro@das-labor.org> | 2017-05-28 14:11:13 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2017-06-03 10:12:14 +0200 |
commit | 3de6d38642492b30d48b49d97f969881a863a664 (patch) | |
tree | 2a58d45a0d370169ce07fa8ef7ba567d8cdf0a6c /src/mainboard/lenovo/t530 | |
parent | 8cb70914cab728ea01f5200d9d90dcb444d14f26 (diff) |
mb/lenovo/*/cmos: Remove unused option and checksum fix
Fix for all Sandy-Bridge and Ivy-Bridge devices.
Remove unused option "hyper_threading".
Increase CMOS checksum range to cover all user adjustable settings.
Change-Id: I02f7af13d9c82d7f531d4b49b3bc0e5a20c14b55
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/19955
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/lenovo/t530')
-rw-r--r-- | src/mainboard/lenovo/t530/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t530/cmos.layout | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/mainboard/lenovo/t530/cmos.default b/src/mainboard/lenovo/t530/cmos.default index 526a6d6423..92dc2e1555 100644 --- a/src/mainboard/lenovo/t530/cmos.default +++ b/src/mainboard/lenovo/t530/cmos.default @@ -13,6 +13,5 @@ sata_mode=AHCI fn_ctrl_swap=Disable sticky_fn=Disable trackpoint=Enable -hyper_threading=Enable backlight=Both hybrid_graphics_mode=Integrated Only diff --git a/src/mainboard/lenovo/t530/cmos.layout b/src/mainboard/lenovo/t530/cmos.layout index d6d671cff1..cdcc896f12 100644 --- a/src/mainboard/lenovo/t530/cmos.layout +++ b/src/mainboard/lenovo/t530/cmos.layout @@ -72,8 +72,7 @@ entries 422 2 e 10 backlight # coreboot config options: cpu -424 1 e 2 hyper_threading -#425 7 r 0 unused +#424 8 r 0 unused # coreboot config options: northbridge 432 3 e 11 gfx_uma_size @@ -142,4 +141,4 @@ enumerations # ----------------------------------------------------------------- checksums -checksum 392 415 984 +checksum 392 447 984 |