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>
This commit is contained in:
parent
785dee005b
commit
c9c954f681
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue