common.mk: update from platform2

  - 102a6341dde2881fe913563cb4fab995153958b6 common-mk: common.mk: add note about copybara automation by Mike Frysinger <vapier@chromium.org>

GitOrigin-RevId: 102a6341dde2881fe913563cb4fab995153958b6
Change-Id: I66f3471adadc1da70a4fce1f52f5908392f5660d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/sis-updater/+/6473537
Auto-Submit: Copybara Service <copybara-worker-blackhole@google.com>
Tested-by: Copybara Service <copybara-worker-blackhole@google.com>
Commit-Queue: Copybara Service <copybara-worker-blackhole@google.com>
Bot-Commit: Copybara Service <copybara-worker-blackhole@google.com>
1 file changed
tree: 25760627cfe3ddb8f0af4f2aff88757f7b74fdd4
  1. conf/
  2. src/
  3. .gitignore
  4. common.mk
  5. LICENSE
  6. Makefile
  7. OWNERS
  8. README.md
  9. unblocked_terms.txt
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.