Gitiles
Code Review
Sign In
review.coreboot.org
/
vboot
/
e8dfacf141844ec1c2c78ecc98d85b3698bf946c
/
firmware
/
lib
/
include
f4f395e
Extend HWID digest into PCR1 (GBB v1.2 only)
by Bill Richardson
· 8 years ago
7c2beb0
cgpt: Separate out certain GPT manipluation functions
by Dan Ehrenberg
· 8 years ago
foo-test
stabilize-6415.B
e778ada
Change VbExEc functions to take a devidx parameter
by Randall Spangler
· 8 years ago
stabilize-6082.B
stabilize-6092.B
e155044
futility: deprecate eficompress and efidecompress
by Bill Richardson
· 8 years ago
18e0370
Clean up exported Mtd* functions
by Bill Richardson
· 8 years ago
b64f097
Use the TPM to back up some of the nvram fields
by Bill Richardson
· 8 years ago
a53a0b0
vboot: use recovery button as dev mode switch confirmation
by Luigi Semenzato
· 9 years ago
stabilize-5339.B
527ba81
Implementation of Region API
by Simon Glass
· 9 years ago
stabilize-4636.B
8fa13ad
Revert "Implementation of Region API"
by Yoshiki Iguchi
· 9 years ago
1d3c804
Implementation of Region API
by Simon Glass
· 9 years ago
05f5944
fix build error when DEBUG is enabled
by Mike Frysinger
· 9 years ago
472d93c
rollback_index: Remove recovery_mode parameter to SetupTPM.
by Shawn Nematbakhsh
· 9 years ago
964144b
rollback_index: Add recovery parameter to RollbackKernelLock.
by Shawn Nematbakhsh
· 9 years ago
stabilize-4443.B
534723a
Integrate the flash key-value store code into cgpt.
by Albert Chaulk
· 9 years ago
stabilize-4255.B
0c3ba24
Massive refactoring of external header files.
by Bill Richardson
· 9 years ago
ac8805e
Get rid of some crufty macros.
by Gabe Black
· 9 years ago
9d7d0cb
vboot_display: fix -Wwrite-strings compiler errors
by Aaron Durbin
· 9 years ago
612797e
fwlib: fix errors with -Wmissing-prototypes
by Aaron Durbin
· 9 years ago
fe510c0
Add more display tests
by Randall Spangler
· 10 years ago
7f43669
Add more vboot_api_kernel tests
by Randall Spangler
· 10 years ago
stabilize-bluetooth-smart
5a4e9fa
Add display tests
by Randall Spangler
· 10 years ago
68f54d4
Reformat files to kernel style
by Randall Spangler
· 10 years ago
786a5dc
Start adding display tests
by Randall Spangler
· 10 years ago
0f87249
Remove unused vbutil_ec
by Randall Spangler
· 10 years ago
17f8d34
Rename files and defines to simplify makefile.
by Randall Spangler
· 10 years ago
29e8807
Add clear TPM owner request
by Randall Spangler
· 10 years ago
ec8df16
Support virtual dev-switch (keyboard-based dev-mode)
by Bill Richardson
· 10 years ago
b75d8ad
Use virtual dev-mode switch when told to.
by Bill Richardson
· 10 years ago
factory-2338.B
feac077
Add checksum to TPM RollbackSpace regions for FW and kernel.
by Bill Richardson
· 10 years ago
ec15b1f
Protect ARRAY_SIZE macro from being #defined twice
by Bill Richardson
· 10 years ago
2448d3b
Create vbutil_ec tool for signing EC firmware.
by Bill Richardson
· 10 years ago
037dba2
Fix audio loop for long-delay keyboard reads.
by Bill Richardson
· 11 years ago
0600e41
new signature for optional easter egg.
by Bill Richardson
· 11 years ago
5b96f81
Some easter eggs may need a refresh.
by Bill Richardson
· 11 years ago
94d7034
Enable (and test) custom dev-mode sounds
by Bill Richardson
· 11 years ago
253a58e
Refactor dev-mode delay handling into a separate file.
by Bill Richardson
· 11 years ago
25a3dbc
Make startup delay and noises simpler to change.
by Bill Richardson
· 11 years ago
518d4f3
Stub out easter egg, in case BIOS wants to implement one.
by Bill Richardson
· 11 years ago
cb3313e
Partial unit tests for rollback_index
by Randall Spangler
· 11 years ago
1f5d53f
Add tests for vboot_reference stateful_util.c
by Randall Spangler
· 11 years ago
0a9977e
bmpblock v1.2 - render HWID inside vboot_reference
by Bill Richardson
· 11 years ago
822eca6
Put VbDisplay* functions into their own file.
by Bill Richardson
· 11 years ago
22e7bb2
Refactor TPM calls into vboot wrapper
by Randall Spangler
· 11 years ago
64b2ba4
Revert "Refactor TPM calls into vboot wrapper"
by Elly Jones
· 11 years ago
4bc713d
Refactor TPM calls into vboot wrapper
by Randall Spangler
· 11 years ago
ad03a43
Cleanup and preparation for inside-wrapper TPM refactoring.
by Randall Spangler
· 11 years ago
a712e01
Add support for flags in the firmware preamble.
by Randall Spangler
· 11 years ago
1b1998d
Vboot wrapper initial implementation
by Randall Spangler
· 11 years ago
e49e8af
Port vboot_reference to use new wrapper API utility functions
by Randall Spangler
· 11 years ago
c357408
Introduce arm support in crossystem.
by Vadim Bendebury
· 11 years ago
5ac39bf
Add TPM version checking
by Randall Spangler
· 11 years ago
b64faaa
Update PCR state with the state of the firmware keyblock flags too.
by Gaurav Shah
· 11 years ago
95c4031
This is necessary to pass additional information about whether firmware A or B is being run. This change also passes the GBB directly into LoadFirmware() and LoadKernel().
by Randall Spangler
· 11 years ago
f7bdfbb
Expose vboot_struct.h to u-boot
by Che-Liang Chiou
· 12 years ago
1fe1607
TBR: reviewed in person with semenzato
by Randall Spangler
· 12 years ago
138acfe
Fix KeyBlockVerify() to take an explicit param for whether to use hash only.
by Randall Spangler
· 12 years ago
bb5d9f1
Remove kernel backup space
by Randall Spangler
· 12 years ago
6668028
Change rollback interface so kernel/firmware version numbers are
by Randall Spangler
· 12 years ago
4abede3
Add structs for TPM NV simplification. Now uses only 2 NV spaces, one for firmware and one for kernel.
by Randall Spangler
· 12 years ago
87c13d8
Added size param to VerifyData()
by Randall Spangler
· 12 years ago
3e1081f
Add lots of debugging to TPM library.
by Randall Spangler
· 12 years ago
39f6611
Add tpm lite to vboot reference
by Randall Spangler
· 12 years ago
7a786b7
added reboot return codes to load kernel and firmware
by Randall Spangler
· 12 years ago
416f681
This test sets the TPM to a each of a large amount of "interesting" initial states, and runs the firmware code at user level.
by Luigi Semenzato
· 12 years ago
5e9c0b9
Never set bGlobalLock in recovery/dev mode. Don't try to fix bad kernel space.
by Luigi Semenzato
· 12 years ago
2b9ddae
New rollback_index API.
by Luigi Semenzato
· 12 years ago
3ecaf77
Make vboot_reference build in MSVC command line environment.
by vbendeb
· 12 years ago
d6aad3a
Ignore TPM return codes in recovery mode
by Randall Spangler
· 12 years ago
b9d60a5
Even more integration fixes.
by Randall Spangler
· 12 years ago
81d0996
Assorted integration fixes.
by Randall Spangler
· 12 years ago
beb5bae
Fixes to compiler warnings in MSVC
by Randall Spangler
· 12 years ago
620c38c
Remove unused files, and tidy the directory structure of the remaining ones.
by Randall Spangler
· 12 years ago