vboot/futility
Hung-Te Lin 21b7225caf futility: update: add new quirk 'no_check_platform'
Some devices may have flashed firmware with different platform name in
their early stage (especially in the first build of leading devices),
so we do want to provide an explicit way (not just --force) to skip
checking platform name.

The change CL:2059621 does not help because the loaded system
firmware looks good.

This is implemented as a quirk so we can enable it using a CBFS quirk
file, making it easier to be deployed by auto update.

BRANCH=None
BUG=None
TEST=make runtests

Change-Id: I888d5848921d31c9b7cba1b96c42d38fda71927e
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2573999
Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
2020-12-09 17:37:53 +00:00
..
cmd_create.c Rewrite algorithm type parsers and make them globally available 2020-04-06 18:54:38 +00:00
cmd_dump_fmap.c Revert "Reland: Clean up implicit fall through." 2020-11-20 01:51:08 +00:00
cmd_dump_kernel_config.c futility: Let each command provide its own help 2015-03-18 23:07:36 +00:00
cmd_gbb_utility.c vboot: fix up some headers, includes, comments, spacing 2019-08-28 07:32:05 +00:00
cmd_load_fmap.c vboot: fix up some more includes 2019-09-23 17:54:12 +00:00
cmd_pcr.c vboot: fix up some more includes 2019-09-23 17:54:12 +00:00
cmd_show.c vboot: move vboot 2.1 functions and structs into host code 2020-02-11 02:04:10 +00:00
cmd_sign.c Revert "Reland: Clean up implicit fall through." 2020-11-20 01:51:08 +00:00
cmd_update.c futility: update: Add '--gbb_flags FLAGS' to override GBB flags 2020-08-29 17:49:21 +00:00
cmd_validate_rec_mrc.c vboot: format hex numbers with %#x instead of 0x%x 2019-10-23 16:28:14 +00:00
cmd_vbutil_firmware.c vboot: move vboot 2.1 functions and structs into host code 2020-02-11 02:04:10 +00:00
cmd_vbutil_kernel.c portability fixes: support building vboot on FreeBSD 2020-09-11 01:29:19 +00:00
cmd_vbutil_key.c vboot: move vboot 2.1 functions and structs into host code 2020-02-11 02:04:10 +00:00
cmd_vbutil_keyblock.c vboot: move vboot 2.1 functions and structs into host code 2020-02-11 02:04:10 +00:00
dump_kernel_config_lib.c portability fixes: support building vboot on FreeBSD 2020-09-11 01:29:19 +00:00
file_type.c vboot: fix up some headers, includes, comments, spacing 2019-08-28 07:32:05 +00:00
file_type.h vboot: fix up some headers, includes, comments, spacing 2019-08-28 07:32:05 +00:00
file_type.inc vboot: remove Boot Descriptor Block (BDB) library and utilities 2019-07-24 06:53:40 +00:00
file_type_bios.c Enable format string warnings for vb2ex_printf() 2020-01-25 05:39:33 +00:00
file_type_bios.h vboot: fix up some headers, includes, comments, spacing 2019-08-28 07:32:05 +00:00
file_type_rwsig.c vboot: move vboot 2.1 functions and structs into host code 2020-02-11 02:04:10 +00:00
file_type_usbpd1.c inclusive: change usage of sanity 2020-08-19 02:09:02 +00:00
futility.c vboot: fix up some headers, includes, comments, spacing 2019-08-28 07:32:05 +00:00
futility.h vboot: remove unnecessary vboot_common.h includes 2019-12-06 21:19:43 +00:00
futility_options.h Rewrite algorithm type parsers and make them globally available 2020-04-06 18:54:38 +00:00
kernel_blob.h vboot: align workbuf to VB2_WORKBUF_ALIGN 2019-11-13 14:45:18 +00:00
misc.c portability fixes: support building vboot on FreeBSD 2020-09-11 01:29:19 +00:00
ryu_root_header.c vboot: fix up some more includes 2019-09-23 17:54:12 +00:00
updater.c futility: update: add new quirk 'no_check_platform' 2020-12-09 17:37:53 +00:00
updater.h futility: update: add new quirk 'no_check_platform' 2020-12-09 17:37:53 +00:00
updater_archive.c futility: Work around clang/GCC problem with libzip headers 2020-08-25 08:07:34 +00:00
updater_quirks.c futility: update: add new quirk 'no_check_platform' 2020-12-09 17:37:53 +00:00
updater_utils.c futility: updater: print flashrom execution logs on read failure 2020-09-26 09:18:33 +00:00
updater_utils.h futility: updater: Add '--servo_port' to select from multiple servods 2020-06-06 02:14:55 +00:00
vb1_helper.c inclusive: change usage of sanity 2020-08-19 02:09:02 +00:00
vb1_helper.h vboot: fix up some headers, includes, comments, spacing 2019-08-28 07:32:05 +00:00
vb2_helper.c Rewrite algorithm type parsers and make them globally available 2020-04-06 18:54:38 +00:00