Bill XIE has posted comments on this change. ( https://review.coreboot.org/22842 )
Change subject: mb/hp: Add CMOS support for all HP Elitebook models ......................................................................
Patch Set 1:
diff --git a/src/ec/hp/kbc1126/Kconfig b/src/ec/hp/kbc1126/Kconfig index edd4202813..ccb7636d47 100644 --- a/src/ec/hp/kbc1126/Kconfig +++ b/src/ec/hp/kbc1126/Kconfig @@ -42,7 +42,7 @@ config KBC1126_FW1 config KBC1126_FW1_OFFSET string depends on KBC1126_FIRMWARE - default "0xffffe800" + default "0xfffee800"
config KBC1126_FW2 string "KBC1126 filename #2 path and filename" @@ -56,6 +56,6 @@ config KBC1126_FW2 config KBC1126_FW2_OFFSET string depends on KBC1126_FIRMWARE - default "0xfffee000" + default "0xfffde000"
endif