build bot (Jenkins) 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 2: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-checkpatch/19719/ : SUCCESS
https://qa.coreboot.org/job/coreboot-gerrit/64959/ : SUCCESS
--
To view, visit https://review.coreboot.org/22842
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I0a50a25798fd31b7acccf9872c50dac2718ce895
Gerrit-Change-Number: 22842
Gerrit-PatchSet: 2
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>
Gerrit-Reviewer: Bill XIE <persmule(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 23 Dec 2017 14:27:56 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Iru Cai has uploaded this change for review. ( https://review.coreboot.org/22978
Change subject: ec/hp/kbc1126: change the default offset of the blobs
......................................................................
ec/hp/kbc1126: change the default offset of the blobs
Using Kconfig options USE_OPTION_TABLE, BOOTBLOCK_NORMAL makes the
bootblock to 4200 bytes, so the offsets of these blobs need to be put
at a lower address.
Change-Id: I8754e43ff318a03447633f7a9a8326d315328607
Signed-off-by: Iru Cai <mytbk920423(a)gmail.com>
---
M src/ec/hp/kbc1126/Kconfig
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/22978/1
diff --git a/src/ec/hp/kbc1126/Kconfig b/src/ec/hp/kbc1126/Kconfig
index edd4202..4ed7dd5 100644
--- a/src/ec/hp/kbc1126/Kconfig
+++ b/src/ec/hp/kbc1126/Kconfig
@@ -42,7 +42,7 @@
config KBC1126_FW1_OFFSET
string
depends on KBC1126_FIRMWARE
- default "0xffffe800"
+ default "0xffff8000"
config KBC1126_FW2
string "KBC1126 filename #2 path and filename"
@@ -56,6 +56,6 @@
config KBC1126_FW2_OFFSET
string
depends on KBC1126_FIRMWARE
- default "0xfffee000"
+ default "0xfffe0000"
endif
--
To view, visit https://review.coreboot.org/22978
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8754e43ff318a03447633f7a9a8326d315328607
Gerrit-Change-Number: 22978
Gerrit-PatchSet: 1
Gerrit-Owner: Iru Cai <mytbk920423(a)gmail.com>