diff options
author | Pranay Shoroff <pshoroff@google.com> | 2020-01-13 16:37:12 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-02-05 00:11:16 +0000 |
commit | 8f5432e1003b86e72b14bac60a66daa54bd26630 (patch) | |
tree | 246a2bac03b3d8080766f6acf81cbb4e08501ec6 /Makefile | |
parent | fb253e8ddf5cc882769420ca0ed8f14131c758de (diff) | |
download | vboot-8f5432e1003b86e72b14bac60a66daa54bd26630.tar.gz |
vboot_ui: refactor vendor data code
Refactored wilco-specific functions related to setting
serial numbers to their own file and diagnostic UI feature
BUG=b:138812835
BRANCH=None
TEST=emerge-drallion vboot_reference, flashed drallion and tested vendor
data setting
Related to chromium:1983248, chromium:1926508, chrome-internal:2180149
Change-Id: I02b2a62943ea60af007b6fc084b74e990062f3c3
Signed-off-by: Pranay Shoroff <pshoroff@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1999050
Reviewed-by: Mathew King <mathewk@chromium.org>
Reviewed-by: Joel Kitching <kitching@chromium.org>
Tested-by: Mathew King <mathewk@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -364,7 +364,8 @@ FWLIB_SRCS = \ firmware/lib/vboot_kernel.c \ firmware/lib/vboot_ui.c \ firmware/lib/vboot_ui_common.c \ - firmware/lib/vboot_ui_menu.c + firmware/lib/vboot_ui_menu.c \ + firmware/lib/vboot_ui_wilco.c # Code common to both vboot 2.0 (old structs) and 2.1 (new structs) FWLIB2X_SRCS = \ |