aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/Kconfig.name
diff options
context:
space:
mode:
authorJustin TerAvest <teravest@chromium.org>2018-07-31 12:14:33 -0600
committerAaron Durbin <adurbin@chromium.org>2018-07-31 19:16:39 +0000
commitc9c954f681ca6485524821862c1c99d105fb2898 (patch)
tree767be48ead4679fafebf622c52af6d4e95cd0d53 /src/mainboard/google/octopus/Kconfig.name
parent785dee005b8bcf783732b3418e6d3ca609ce9f9c (diff)
mb/google/octopus: Enable EC SW sync for fleex
This never got enabled for fleex; we should enable this to make it easier to have updated EC firmware. With this commit, here's the relevant console messages: sync_one_ec: devidx=0 select_rw=4 update_ec: Updating RW(active)... Trying to locate 'ecrw' in CBFS update_ec: image len = 137580 EFS: EC is verifying updated image... send_packet: CrosEC result code 1 EFS: EC doesn't support EFS_VERIFY command vboot_hash_image: No valid hash (status=0 size=0). Compute one... print_hash: RW(active) hash: 35ba735cf97dd990f6f7f0895264382aa20beb4e7ba57270b0a7b24686e26afd Trying to locate 'ecrw.hash' in CBFS sync_one_ec: jumping to EC-RW send_packet: CrosEC result code 12 EC returned from reboot after 27753us BUG=b:112038021 TEST=Successful boot after EC update via sync Change-Id: I2dc97c8e2b07f3bdef0d723789cc12c23b32c135 Signed-off-by: Justin TerAvest <teravest@chromium.org> Reviewed-on: https://review.coreboot.org/27753 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/octopus/Kconfig.name')
-rw-r--r--src/mainboard/google/octopus/Kconfig.name1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/Kconfig.name b/src/mainboard/google/octopus/Kconfig.name
index 05a5d0fd67..cd39816233 100644
--- a/src/mainboard/google/octopus/Kconfig.name
+++ b/src/mainboard/google/octopus/Kconfig.name
@@ -27,7 +27,6 @@ config BOARD_GOOGLE_FLEEX
bool "-> Fleex"
select BASEBOARD_OCTOPUS_LAPTOP
select BOARD_GOOGLE_BASEBOARD_OCTOPUS
- select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC if CHROMEOS
select NHLT_DA7219 if INCLUDE_NHLT_BLOBS
config BOARD_GOOGLE_BOBBA