Gitiles
Code Review
Sign In
review.coreboot.org
/
vboot
/
bf6263d52994937033b397833be836d081b61958
/
firmware
/
lib
/
vboot_common.c
664096b
vboot: use standard memcmp, memcpy, memset
by Randall Spangler
· 6 years ago
1589f94
Fix coverity warnings in firmware
by Randall Spangler
· 6 years ago
98263a1
vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0
by Randall Spangler
· 6 years ago
7c3ae42
vboot: Convert vboot1 SHA calls to use vboot2
by Randall Spangler
· 6 years ago
80e779d
kernel flags: Add flags field to kernel preamble.
by Furquan Shaikh
· 7 years ago
f1f53b3
vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz image
by Shelley Chen
· 7 years ago
4c3b4ea
Workaround for failing tests when DEBUG=1
by Bill Richardson
· 8 years ago
981cb2a
Enable vboot for sandbox and improve debugging/format strings
by Simon Glass
· 9 years ago
0c3ba24
Massive refactoring of external header files.
by Bill Richardson
· 9 years ago
9394326
Split off modules required for VbInit() and VbSelectFirmware()
by Randall Spangler
· 9 years ago
68f54d4
Reformat files to kernel style
by Randall Spangler
· 9 years ago
0f87249
Remove unused vbutil_ec
by Randall Spangler
· 9 years ago
fe356f9
Fix potential memory leak in KeyBlockVerify()
by Bill Richardson
· 10 years ago
2448d3b
Create vbutil_ec tool for signing EC firmware.
by Bill Richardson
· 10 years ago
a712e01
Add support for flags in the firmware preamble.
by Randall Spangler
· 11 years ago
e49e8af
Port vboot_reference to use new wrapper API utility functions
by Randall Spangler
· 11 years ago
cfd841d
Revert "Verified boot wrapper - replace utility functions"
by Randall Spangler
· 11 years ago
f8c6549
Verified boot wrapper - replace utility functions
by Randall Spangler
· 11 years ago
a7b9481
Revert "Verified boot wrapper - replace utility functions"
by mukesh agrawal
· 11 years ago
bd81b3a
Verified boot wrapper - replace utility functions
by Randall Spangler
· 11 years ago
8ae94c2
Fix preamble range checks
by Randall Spangler
· 11 years ago
0.12.362.B
cecdcbf
Add additional checks for size greater than header size.
by Randall Spangler
· 11 years ago
ac7c2d9
Fix not checking hashed data size
by Randall Spangler
· 11 years ago
d583a30
Use uint64_t and avoid down casting as much as possible.
by Gaurav Shah
· 11 years ago
f4ba19d
Add VbSharedData field parsing
by Randall Spangler
· 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
47b593d
Add additional sanity checks to RSA verification code.
by Gaurav Shah
· 12 years ago
138acfe
Fix KeyBlockVerify() to take an explicit param for whether to use hash only.
by Randall Spangler
· 12 years ago
4f36ef3
Changes to allow user-signed kernels to be generated.
by Bill Richardson
· 12 years ago
87c13d8
Added size param to VerifyData()
by Randall Spangler
· 12 years ago
2a80e8a
Make sure advertised signature data size is sane.
by Gaurav Shah
· 12 years ago
e2ec984
Add VBDEBUG macro for debug output.
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
[Renamed from vboot_firmware/lib/vboot_common.c]
a55e5ca
Refactor LoadFirmware() to avoid global variables, which don't work when running out of ROM
by Randall Spangler
· 12 years ago
39ed88e
Implemented pipelined hash calculation in LoadFirmware()
by Randall Spangler
· 12 years ago
83c88cf
More cleanup
by Randall Spangler
· 12 years ago
729b872
Clean up of key block functions
by Randall Spangler
· 12 years ago
d183644
Major refactoring of structures, with unit tests. This matches the doc I sent out earlier.
by Randall Spangler
· 12 years ago