Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vboot_reference
/
c88331f18b846ee3fb5d2f2a624c5ecb3e724de3
c88331f
resign_firmwarefd: replace mosys by "dump_fmap -p"
by Hung-Te Lin
· 13 years ago
b9cc955
resign_firmwarefd: don't change preamble flag by default.
by Hung-Te Lin
· 13 years ago
8bb2f10
Revert "Move bitmaps for shipping products into a separate directory."
by Roy Hashimoto
· 13 years ago
5d65c0c
Revert "Generate base images at 1366 x 768 using Imagemagick."
by Roy Hashimoto
· 13 years ago
8a5fb38
Generate base images at 1366 x 768 using Imagemagick.
by Bill Richardson
· 13 years ago
d52b3df
Move bitmaps for shipping products into a separate directory.
by Bill Richardson
· 13 years ago
77c0243
Add a -f option to dump_fmap to emit flashrom's layout format.
by Bill Richardson
· 13 years ago
8eead8e
Clean up calling LoadFirmware() from VbSelectFirmware()
by Randall Spangler
· 13 years ago
d856073
Allow CougarPoint as a valid GPIO controller.
by Bill Richardson
· 13 years ago
010c8a0
Fix missing call to VbNvTeardown()
by Randall Spangler
· 13 years ago
4d3b127
Vboot support for GBB flag to reduce boot time warning screen
by Randall Spangler
· 13 years ago
cb32003
Add flags field to GBB
by Randall Spangler
· 13 years ago
9927512
If trying firmware B and found invalid kernel, just reboot
by Randall Spangler
· 13 years ago
57e91f7
Move VbNvContext setup/teardown to vboot wrapper funcs
by Randall Spangler
· 13 years ago
ff3f000
Make crossystem kern_nv field read-only.
by Randall Spangler
· 13 years ago
68626a6
Fix vboot_reference-firmware compilation error when building for coreboot.
by Vadim Bendebury
· 13 years ago
dfb0175
Refactor LoadFirmware() and LoadKernel() to return VbError_t
by Randall Spangler
· 13 years ago
1cf77cd
Return more meaningful error codes from vboot entry points
by Randall Spangler
· 13 years ago
22e7bb2
Refactor TPM calls into vboot wrapper
by Randall Spangler
· 13 years ago
e11860e
Fix missing inttypes define on ARM
by Randall Spangler
· 13 years ago
64b2ba4
Revert "Refactor TPM calls into vboot wrapper"
by Elly Jones
· 13 years ago
4bc713d
Refactor TPM calls into vboot wrapper
by Randall Spangler
· 13 years ago
8e17e5f
resign_firmwarefd.sh: support new "flag" (for hinting two-stop FW)
by Hung-Te Lin
· 13 years ago
ad03a43
Cleanup and preparation for inside-wrapper TPM refactoring.
by Randall Spangler
· 13 years ago
1c9577b
Implement different strategy for soft-reset workaround on Kaen prototypes.
by Luigi Semenzato
· 13 years ago
cba0e83
Fix script to use new key=value style /bin/verity arguments
by Gaurav Shah
· 13 years ago
ac6d560
Fix "tpmc help" description of pplock
by Gaurav Shah
· 13 years ago
36dccdb
Add check to validate VbSharedData magic
by Nick Sanders
· 13 years ago
04b7978
CHROMIUM: fix incorrect crossystem recovery_reason
by Che-Liang Chiou
· 13 years ago
4312770
Change description of dev_boot_usb
by Randall Spangler
· 13 years ago
ad33485
Clear the recovery request after each boot attempt which is allowed to fail
by Randall Spangler
· 13 years ago
43101b4
Add indication to developer that dev_boot_usb is disabled
by Randall Spangler
· 13 years ago
a185b8d
Report mainfw_act based on VbSharedData
by Randall Spangler
· 13 years ago
8409b37
Add typecast to fix compiling in MSVC
by Randall Spangler
· 13 years ago
7994d07
crossystem: arm: use proper gpio references
by Olof Johansson
· 13 years ago
7d1c22b
Fix compiler error
by Che-Liang Chiou
· 13 years ago
8bf0d5f
Add vboot support for RO-normal code path.
by Randall Spangler
· 13 years ago
3a6e2f1
arm: convert to new device tree usage
by Olof Johansson
· 13 years ago
a712e01
Add support for flags in the firmware preamble.
by Randall Spangler
· 13 years ago
d70241f
Introduce arm fdt support in crossystem utility
by Rong Chang
· 13 years ago
64ca788
Add support for merged normal+dev firmware
by Randall Spangler
· 13 years ago
daa807c
Add support for dev_boot_usb flag
by Randall Spangler
· 13 years ago
9619112
Vboot wrapper - add recovery reason, refactor timing
by Randall Spangler
· 13 years ago
1b1998d
Vboot wrapper initial implementation
by Randall Spangler
· 13 years ago
e49e8af
Port vboot_reference to use new wrapper API utility functions
by Randall Spangler
· 13 years ago
4ae77c5
Fix compiler warning in vboot_reference
by Randall Spangler
· 13 years ago
bebe53c
Add string utility functions.
by Randall Spangler
· 13 years ago
93cf15e
Introduce GUID type for Chrome OS read/write firmware.
by Gabe Black
· 13 years ago
ebb1eda
Reduce race conditions in TPM initialization.
by Luigi Semenzato
· 13 years ago
cfd841d
Revert "Verified boot wrapper - replace utility functions"
by Randall Spangler
· 13 years ago
f8c6549
Verified boot wrapper - replace utility functions
by Randall Spangler
· 13 years ago
a7a879e
make_dev_ssd: support new %U parameter
by Hung-Te Lin
· 13 years ago
c3b877d
make_dev_ssd: fix ARM device names
by Hung-Te Lin
· 13 years ago
fbb52df
crossystem: fix VbSharedDataHeader size
by Hung-Te Lin
· 13 years ago
a7b9481
Revert "Verified boot wrapper - replace utility functions"
by mukesh agrawal
· 13 years ago
1c1a883
Fix ARM build for vboot_reference crossystem lib
by Randall Spangler
· 13 years ago
bd81b3a
Verified boot wrapper - replace utility functions
by Randall Spangler
· 13 years ago
32a6526
Verified boot wrapper - add stub implementations for host
by Randall Spangler
· 13 years ago
7adcc60
Vboot wrapper API - crossystem and header files
by Randall Spangler
· 13 years ago
c76136c
Produce better error message when TPM device cannot be opened.
by Luigi Semenzato
· 13 years ago
a45ee21
Vboot wrapper API
by Randall Spangler
· 13 years ago
7604a7d
make: remove typo quote marks
by Che-Liang Chiou
· 13 years ago
74359b7
make: temporarily hard-coded compiler flags for firmware builds
by Che-Liang Chiou
· 13 years ago
f155ab3
Add vbutil_what_keys utility to figure out how a disk image is signed.
by Bill Richardson
· 13 years ago
8fbdc10
Firmware generate script for boot scenarios.
by Rajesh Chenna
· 13 years ago
9a2c3b2
Add -p option to dump_fmap to make output prettier.
by Bill Richardson
· 13 years ago
53306d9
Fix compilation failure of mocked_tlcl.c
by Kazuhiro Inaba
· 13 years ago
3cac6e7
kernel command line test: add optional regular expression parameter support
by Gaurav Shah
· 13 years ago
ad3e3ac
Expand dev_debug_vboot to cover both x86 and arm platforms.
by Vadim Bendebury
· 13 years ago
6bd03d4
Update the install kernel on the recovery image with the right vblock
by Gaurav Shah
· 13 years ago
7b90cf3
Tolerate lack of TPM reset in common cases.
by Luigi Semenzato
· 14 years ago
a781234
Allow ARM uuid find
by Nick Sanders
· 13 years ago
cbc86f7
Fixed compiler warning in v-boot reference.
by Doug Anderson
· 13 years ago
a7b612a
enhance pack_firmware_image
by Che-Liang Chiou
· 14 years ago
27b0dce
Add a biosincludes.h header file for x86 (i386).
by Gabe Black
· 14 years ago
78b0517
crossystem: arm: fix incorrect mainfw_act output
by Che-Liang Chiou
· 14 years ago
a3ec5c4
Ensure ARM crossystem gpio readings match u-boot.
by Vadim Bendebury
· 14 years ago
8ba3d79
Add locale_string decoder into BmpBlock.
by Bill Richardson
· 14 years ago
c3fb9a2
load_firmware_test accepts boot flag input
by Che-Liang Chiou
· 14 years ago
c90e7e8
Fix indentation; no code change.
by Randall Spangler
· 14 years ago
9dc90d3
Add /sbin and /usr/sbin to the search path
by Gaurav Shah
· 14 years ago
7ecb39d
Check whether key block and preamble fit in padding.
by Randall Spangler
· 14 years ago
ae87b92
Add --minversion option to vbutil_kernel to check for rollback.
by Randall Spangler
· 14 years ago
4dd0303
Fix build break
by Randall Spangler
· 14 years ago
9243e61
Add more specific recovery reasons for RW firmware invalid
by Randall Spangler
· 14 years ago
4395b69
Address compiler warnings (errors) for gcc-4.6
by Bill Richardson
· 14 years ago
54e9582
Change GBB bmpblock to version 1.1, supporting direct HWID rendering.
by Bill Richardson
· 14 years ago
c357408
Introduce arm support in crossystem.
by Vadim Bendebury
· 14 years ago
1fb8315
create_new_keys.sh uses key versions file
by Randall Spangler
· 14 years ago
eab1fdd
Add script to convert a recovery image to a factory-usable SSD image
by Gaurav Shah
· 14 years ago
f3822e4
Fix missing break in switch statement.
by Luigi Semenzato
· 14 years ago
c1d8dc8
make_dev_ssd: more sanity checks
by Hung-Te Lin
· 14 years ago
573d4f6
Build EFI compression utilities on host
by Bill Richardson
· 14 years ago
8511f78
Add option to use mocked TPM driver
by Che-Liang Chiou
· 14 years ago
d5de032
Update firmware section names
by Che-Liang Chiou
· 14 years ago
94a1a2c
Add option to bitmap_viewer to save all snapshots at once.
by Bill Richardson
· 14 years ago
b2975e4
Adding bitmaps that can't be generated by ImageMagick
by Bill Richardson
· 14 years ago
207825b
Alphabetize crossystem variables
by Randall Spangler
· 14 years ago
f313ae4
Process case of corrupted firmware explicitly.
by Vadim Bendebury
· 14 years ago
85b5c88
Fix stupid typo in informational message.
by Bill Richardson
· 14 years ago
Next »