Gitiles
Code Review
Sign In
review.coreboot.org
/
vboot
/
931728a003a417bcb29cc1c203ce36d23feee9e8
/
firmware
931728a
Address security concerns for vboot_audio.c
by Bill Richardson
· 12 years ago
01bf572
Sanity-check output of VbExDiskGetInfo()
by Bill Richardson
· 12 years ago
c8e4ff7
Add flag to GBB to allow loading PCI Option ROMs
by Bill Richardson
· 12 years ago
fa9d778
Dev-mode only boots official kernels by default
by Bill Richardson
· 12 years ago
fbc4b7d
Fix the tree for tangent
by Stefan Reinauer
· 12 years ago
b7d2f1e
vboot_reference: clean up CFLAGS and enable unrolled loops
by Stefan Reinauer
· 12 years ago
66264b5
Move Memset from vboot_reference to vbexport/u-boot
by Stefan Reinauer
· 12 years ago
01f276b
vboot_reference: Fix typo in firmware Makefile
by Stefan Reinauer
· 12 years ago
0600e41
new signature for optional easter egg.
by Bill Richardson
· 12 years ago
5b96f81
Some easter eggs may need a refresh.
by Bill Richardson
· 12 years ago
89c1a3b
Fix potential NULL pointer dereference in vboot_kernel.c
by Stefan Reinauer
· 12 years ago
94d7034
Enable (and test) custom dev-mode sounds
by Bill Richardson
· 12 years ago
253a58e
Refactor dev-mode delay handling into a separate file.
by Bill Richardson
· 12 years ago
f2ad05f
Add more debugging info to BIOS screens.
by Bill Richardson
· 12 years ago
25a3dbc
Make startup delay and noises simpler to change.
by Bill Richardson
· 12 years ago
4313fba
VbExBeep() now returns VbError_t instead of void
by Bill Richardson
· 12 years ago
ec35beb
Make BIOS screens warn when GBB.flags is nonzero.
by Bill Richardson
· 12 years ago
518d4f3
Stub out easter egg, in case BIOS wants to implement one.
by Bill Richardson
· 12 years ago
c55f0f6
Up/Down keys should change locale in BIOS screens.
by Bill Richardson
· 12 years ago
3235751
Change debug messages to use 1-based GPT partition numbers.
by Bill Richardson
· 12 years ago
5de6b40
Display sha1sums in BIOS debug info
by Bill Richardson
· 12 years ago
factory-980.B
test-982.B
6c6babc
Add tests for vboot_firmware.c
by Randall Spangler
· 12 years ago
9c9606b
Add tests for rsa_utility.c
by Randall Spangler
· 12 years ago
fec4759
gbb_utility: add --flags parameter.
by Hung-Te Lin
· 12 years ago
46d37cf
Remaining unit tests for rollback_index.c
by Randall Spangler
· 12 years ago
cb3313e
Partial unit tests for rollback_index
by Randall Spangler
· 12 years ago
f02bbb4
Add tests for utility.h and sysincludes.h macros
by Randall Spangler
· 12 years ago
1f5d53f
Add tests for vboot_reference stateful_util.c
by Randall Spangler
· 12 years ago
0a9977e
bmpblock v1.2 - render HWID inside vboot_reference
by Bill Richardson
· 12 years ago
a3454fc
Add unit tests for utility.c
by Randall Spangler
· 12 years ago
2e02263
Cleanup: DEFAULT.yaml should include locale_names section.
by Bill Richardson
· 12 years ago
822eca6
Put VbDisplay* functions into their own file.
by Bill Richardson
· 12 years ago
b1c85a8
Decompress images in vboot wrapper, not in BIOS.
by Bill Richardson
· 12 years ago
8eead8e
Clean up calling LoadFirmware() from VbSelectFirmware()
by Randall Spangler
· 12 years ago
010c8a0
Fix missing call to VbNvTeardown()
by Randall Spangler
· 12 years ago
4d3b127
Vboot support for GBB flag to reduce boot time warning screen
by Randall Spangler
· 12 years ago
cb32003
Add flags field to GBB
by Randall Spangler
· 12 years ago
9927512
If trying firmware B and found invalid kernel, just reboot
by Randall Spangler
· 12 years ago
57e91f7
Move VbNvContext setup/teardown to vboot wrapper funcs
by Randall Spangler
· 12 years ago
68626a6
Fix vboot_reference-firmware compilation error when building for coreboot.
by Vadim Bendebury
· 12 years ago
dfb0175
Refactor LoadFirmware() and LoadKernel() to return VbError_t
by Randall Spangler
· 12 years ago
1cf77cd
Return more meaningful error codes from vboot entry points
by Randall Spangler
· 12 years ago
22e7bb2
Refactor TPM calls into vboot wrapper
by Randall Spangler
· 12 years ago
e11860e
Fix missing inttypes define on ARM
by Randall Spangler
· 12 years ago
64b2ba4
Revert "Refactor TPM calls into vboot wrapper"
by Elly Jones
· 12 years ago
4bc713d
Refactor TPM calls into vboot wrapper
by Randall Spangler
· 12 years ago
ad03a43
Cleanup and preparation for inside-wrapper TPM refactoring.
by Randall Spangler
· 12 years ago
1c9577b
Implement different strategy for soft-reset workaround on Kaen prototypes.
by Luigi Semenzato
· 12 years ago
ad33485
Clear the recovery request after each boot attempt which is allowed to fail
by Randall Spangler
· 12 years ago
43101b4
Add indication to developer that dev_boot_usb is disabled
by Randall Spangler
· 12 years ago
8409b37
Add typecast to fix compiling in MSVC
by Randall Spangler
· 12 years ago
7d1c22b
Fix compiler error
by Che-Liang Chiou
· 12 years ago
8bf0d5f
Add vboot support for RO-normal code path.
by Randall Spangler
· 12 years ago
a712e01
Add support for flags in the firmware preamble.
by Randall Spangler
· 12 years ago
64ca788
Add support for merged normal+dev firmware
by Randall Spangler
· 12 years ago
daa807c
Add support for dev_boot_usb flag
by Randall Spangler
· 12 years ago
9619112
Vboot wrapper - add recovery reason, refactor timing
by Randall Spangler
· 12 years ago
1b1998d
Vboot wrapper initial implementation
by Randall Spangler
· 12 years ago
e49e8af
Port vboot_reference to use new wrapper API utility functions
by Randall Spangler
· 12 years ago
bebe53c
Add string utility functions.
by Randall Spangler
· 12 years ago
93cf15e
Introduce GUID type for Chrome OS read/write firmware.
by Gabe Black
· 12 years ago
ebb1eda
Reduce race conditions in TPM initialization.
by Luigi Semenzato
· 12 years ago
cfd841d
Revert "Verified boot wrapper - replace utility functions"
by Randall Spangler
· 12 years ago
f8c6549
Verified boot wrapper - replace utility functions
by Randall Spangler
· 12 years ago
a7b9481
Revert "Verified boot wrapper - replace utility functions"
by mukesh agrawal
· 12 years ago
bd81b3a
Verified boot wrapper - replace utility functions
by Randall Spangler
· 12 years ago
32a6526
Verified boot wrapper - add stub implementations for host
by Randall Spangler
· 12 years ago
7adcc60
Vboot wrapper API - crossystem and header files
by Randall Spangler
· 12 years ago
c76136c
Produce better error message when TPM device cannot be opened.
by Luigi Semenzato
· 12 years ago
a45ee21
Vboot wrapper API
by Randall Spangler
· 12 years ago
53306d9
Fix compilation failure of mocked_tlcl.c
by Kazuhiro Inaba
· 12 years ago
7b90cf3
Tolerate lack of TPM reset in common cases.
by Luigi Semenzato
· 12 years ago
0.13.587.B
27b0dce
Add a biosincludes.h header file for x86 (i386).
by Gabe Black
· 12 years ago
8ba3d79
Add locale_string decoder into BmpBlock.
by Bill Richardson
· 12 years ago
c90e7e8
Fix indentation; no code change.
by Randall Spangler
· 12 years ago
4dd0303
Fix build break
by Randall Spangler
· 12 years ago
9243e61
Add more specific recovery reasons for RW firmware invalid
by Randall Spangler
· 12 years ago
4395b69
Address compiler warnings (errors) for gcc-4.6
by Bill Richardson
· 12 years ago
54e9582
Change GBB bmpblock to version 1.1, supporting direct HWID rendering.
by Bill Richardson
· 12 years ago
c357408
Introduce arm support in crossystem.
by Vadim Bendebury
· 12 years ago
8511f78
Add option to use mocked TPM driver
by Che-Liang Chiou
· 12 years ago
700fc49
Do not advance kernel version in TPM if we are in firmware B trying a new firmware
by Randall Spangler
· 12 years ago
3514e50
Fix vboot_reference-firmware linking error
by Gaurav Shah
· 12 years ago
e7f5c90
Make SHA256 and SHA512 handle >UINT32_MAX data correctly (now with fix for ARM compilation)
by Gaurav Shah
· 12 years ago
8ae94c2
Fix preamble range checks
by Randall Spangler
· 12 years ago
0.12.362.B
b55193e
Revert "Make SHA256_update and SHA512_update if the passed in length is greater than UINT32_MAX"
by David James
· 12 years ago
a01a62b
Make SHA256_update and SHA512_update if the passed in length is greater than UINT32_MAX
by Gaurav Shah
· 12 years ago
cecdcbf
Add additional checks for size greater than header size.
by Randall Spangler
· 12 years ago
ac7c2d9
Fix not checking hashed data size
by Randall Spangler
· 12 years ago
d583a30
Use uint64_t and avoid down casting as much as possible.
by Gaurav Shah
· 12 years ago
da94282
Add a blank screen value into screen index.
by Tom Wai-Hong Tam
· 12 years ago
7141571
Print LoadKernel() debug data from VbSharedData
by Randall Spangler
· 12 years ago
cabe6b3
Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfy
by Randall Spangler
· 12 years ago
17c7126
Add VbSharedData debug output to LoadKernel()
by Randall Spangler
· 12 years ago
5ac39bf
Add TPM version checking
by Randall Spangler
· 12 years ago
f4ba19d
Add VbSharedData field parsing
by Randall Spangler
· 12 years ago
83c3714
Perform a full self test before one-time initialization.
by Luigi Semenzato
· 12 years ago
ad6824b
Added timing data to VbSharedData.
by Randall Spangler
· 12 years ago
06fbb16
Move ContinueSelfTest to a later point to save time.
by Luigi Semenzato
· 12 years ago
050785c
Bump tlcl_structures.h.
by Luigi Semenzato
· 12 years ago
Next »