mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
6b808b90a9d7fbb62b89a60b4cd25846574540b6
Whether the bootrom locks the bootloader or not is deteremined by fuses and/or flags in the bootloader's signed header. This CL locks the active bootloader, just case those aren't configured to do so. BUG=chrome-os-partner:55261 BRANCH=none TEST=manual On an unlocked bootloader, I see this after booting: > rw 0x40090100 read 0x40090100 = 0x00000001 With this CL applied, I see this instead: > rw 0x40090100 read 0x40090100 = 0x00000000 Change-Id: I2e1396b7d7e71c8633d97d3cb573e9468eeb51e7 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/364280 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
For an overview of the Embedded Controller firmware, refer to http://www.chromium.org/chromium-os/2014-firmware-summit For instructions on building from source, refer to http://www.chromium.org/chromium-os/ec-development/getting-started-building-ec-images-quickly
Description
Languages
C
64.7%
Lasso
20.7%
ASL
3.6%
JavaScript
3.2%
C#
2.9%
Other
4.6%