sis-updater: rename LoggingSettings.log_file

It will be renamed to log_file_path.

BUG=chromium:1094927
TEST=cros_run_unit_tests --board=fizz --packages sis-updater

Change-Id: I2330e7351ca7ed3e14770fcab86f00cf1fe1b82c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/sis-updater/+/2409370
Commit-Queue: Qijiang Fan <fqj@google.com>
Tested-by: Grace Cham <hscham@chromium.org>
Reviewed-by: Qijiang Fan <fqj@google.com>
Reviewed-by: Joe Tessler <jrt@chromium.org>
1 file changed
tree: bc2348a4d6692d35c2a9b5cc3e7d8d5cfc5faad9
  1. conf/
  2. src/
  3. .gitignore
  4. common.mk
  5. LICENSE
  6. Makefile
  7. OWNERS
  8. README.md
README.md

SiS Firmware Updater

Description

The code was proviced by SiS and modified by Google. Modifications include:

  • Cleaning the code according to Google C++ coding style. Eliminating compiling errors.
  • Adding a feature that the updater can take the device name from input parameters. Blinded search is only required when input device name is invalid.
  • Adding a feature that the updater will compare FW version before actual update. If the FW versions on device and in Chrome OS are same, the updater will terminate.
  • Adding a input flag specifying whether the device is in recovery mode (FW update fails last time). The flag value is determined by VID from udev rule.

Requirements

On Linux, should run as root.

Build

At the root of the repository: make.

Under Chrome OS development enviroment: emerge-${BOARD} sis-updater.

How to use

Just run ./sis-updater.