Gitiles
Code Review
Sign In
review.coreboot.org
/
vboot
/
d75eb7f77a3a7449e2577523a8a648ff0f3ccad2
/
firmware
7b50512
vboot: allow firmware to signal a wipeout request
by Vadim Bendebury
· 8 years ago
36bc591
vb21: Rename struct vb2_guid to struct vb2_id
by Bill Richardson
· 8 years ago
0f21441
vb21: Replace the key GUID with a sha1sum instead
by Bill Richardson
· 8 years ago
9c647ef
cleanup: Fix some typos in comments
by Bill Richardson
· 8 years ago
4e4c196
futility: Add create command to make keypairs from RSA files
by Bill Richardson
· 8 years ago
b7d1f03
kernel flags: Pass back kernel premable flags in kparams
by Furquan Shaikh
· 8 years ago
80e779d
kernel flags: Add flags field to kernel preamble.
by Furquan Shaikh
· 8 years ago
187f069
vboot2: Add more precise recovery reasons to firmware verification
by Julius Werner
· 8 years ago
stabilize-6783.B
2b0dc16
Add LINUX_FS_GUID to list of GUIDs.
by Furquan Shaikh
· 8 years ago
dc8ec10
vboot1: Add vboot2 recovery reason strings and subcode to TAB display
by Julius Werner
· 8 years ago
864fae2
Check the correct length of the GPT header signature
by Bill Richardson
· 8 years ago
factory-auron-6772.B
stabilize-6771.B
b550fb1
vboot2: Fail vb2_secdata_(get|set) when secdata was not initialized
by Julius Werner
· 8 years ago
21aedee
vboot2: Add sd->fw_version_secdata field to communicate to crossystem
by Julius Werner
· 8 years ago
62d482e
add vb2api_get_pcr_digest
by Daisuke Nojiri
· 8 years ago
06eb78c
Rename Makefile's fwlib2 target to fwlib20.
by Bill Richardson
· 8 years ago
40890c5
vboot2: Add stub implementation for vb2ex_printf()
by Bill Richardson
· 8 years ago
73e5eb3
vboot2: fix alignment issues on 32-bit architectures
by Bill Richardson
· 8 years ago
f620c0d
cgptlib: Add functions to cgptlib API
by Furquan Shaikh
· 8 years ago
f1f53b3
vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz image
by Shelley Chen
· 8 years ago
32138f9
vboot2: Split NV storage field defintions into their own header
by Randall Spangler
· 8 years ago
f10e909
vboot2: Introduce vb2ex_hwcrypto API
by Julius Werner
· 8 years ago
stabilize-6662.B
stabilize-6670.B
stabilize-storm-6683.B
f47eccf
nand: Allow smaller disks for booting a kernel
by Dan Ehrenberg
· 8 years ago
factory-samus-6658.B
f3f7fca
nand: vboot support for small GPTs
by Dan Ehrenberg
· 8 years ago
5d652cd
vboot: Handle GBB_FLAG_DISABLE_LID_SHUTDOWN
by Shawn Nematbakhsh
· 8 years ago
stabilize-6592.B
3f4d8d0
vboot: Plumb the two disk sizes and external GPT param through
by Dan Ehrenberg
· 9 years ago
3200401
cgpt: Support non-standard (smaller) entries table
by Nam T. Nguyen
· 8 years ago
32a999d
vboot: Move IsEntryUnused to gpt_misc
by Dan Ehrenberg
· 9 years ago
b3d38f5
vboot: GPT interface cleanup
by Dan Ehrenberg
· 8 years ago
308d254
vboot2: Get rid of extra '2' at end of new struct names
by Randall Spangler
· 9 years ago
6f1b82a
vboot2: Move old struct handling to lib20/
by Randall Spangler
· 9 years ago
fe27149
vboot2: Add official API header file
by Randall Spangler
· 9 years ago
108d991
vboot2: Move knowledge of vboot 2.1 data structures inside lib21/
by Randall Spangler
· 9 years ago
7aef90c
vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()
by ChromeOS Developer
· 9 years ago
a5b69b0
vboot2: Move files which use new vboot 2.1 structs to their own directories
by Randall Spangler
· 9 years ago
42a8500
vboot2: Add host lib function to create a vb2-style firmware preamble
by Randall Spangler
· 9 years ago
9328bbf
vboot2: Add host lib function to create a vb2-style keyblock
by Randall Spangler
· 9 years ago
91852e7
futility: workaround for broken toolchain in static builds
by Bill Richardson
· 9 years ago
c644a8c
vboot2: Add host library functions for signing to new struct format
by Randall Spangler
· 9 years ago
fb9a216
vboot2: Add host lib support for bare hash keys
by Randall Spangler
· 9 years ago
59c2920
vboot2: Add host library functions to read/write new-format key objects
by Randall Spangler
· 9 years ago
02e11b3
vboot2: Add host library functions to read/write files and objects
by Randall Spangler
· 9 years ago
8577b53
vboot: Remove FTS code
by Nam T. Nguyen
· 9 years ago
2596c65
vboot: Add flag to indicate VbInit is run before option rom loading
by Duncan Laurie
· 9 years ago
factory-whirlwind-6509.B
5766056
vboot: Add GBB flag to disable shutdown when lid is closed
by Duncan Laurie
· 9 years ago
79a9e0e
Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"
by Julius Werner
· 9 years ago
factory-ryu-6486.1.B
factory-ryu-6486.B
stabilize-6480.B
5040a94
vboot: Plumb the two disk sizes and 'gpt on device' param through
by Dan Ehrenberg
· 9 years ago
efa37b8
vboot2: Add api-level functions to use new data structures
by Randall Spangler
· 9 years ago
7c1eee0
vboot2: Split vb2_guid into its own header file
by Randall Spangler
· 9 years ago
ab89959
vboot: cgpt: Treat drive_path as the GPT storage
by Nam T. Nguyen
· 9 years ago
a524a3a
vboot: cgpt: fix my_lba of the secondary GPT
by Dan Ehrenberg
· 9 years ago
837b408
vboot2: load keyblock and preamble from new-style structs
by Randall Spangler
· 9 years ago
6ee52d9
vboot: cgpt: Support writing GPT structs to NOR flash
by Nam T. Nguyen
· 9 years ago
43e0a9e
vboot2: Add code and tests for verifying vb2_fw_preamble2
by Randall Spangler
· 9 years ago
fe21172
vboot2: Change preamble to contain a list of signatures
by Randall Spangler
· 9 years ago
factory-auron-6459.B
release-R40-6457.B
a063a43
vboot2: pass const work buffers, and clarify min_offset output
by Randall Spangler
· 9 years ago
ad105ed
vboot2: add code to verify vb2_keyblock2
by Randall Spangler
· 9 years ago
b885c3b
vboot2: add support for verify data / digest using new signature struct
by Randall Spangler
· 9 years ago
c0ce70b
vboot2: add support for new vb2_signature2 struct
by Randall Spangler
· 9 years ago
6300a64
vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structs
by Randall Spangler
· 9 years ago
6b5b8f6
vboot2: use common header size fields
by Randall Spangler
· 9 years ago
f97d387
mocked_tpm: Add back missing paren
by Duncan Laurie
· 9 years ago
stabilize-6436.B
941e25f
vb2: parse dev mode in phase1
by Aaron Durbin
· 9 years ago
6f7f5df
vboot2: un-nest data structures
by Randall Spangler
· 9 years ago
cc7cddb
vboot2: Add GUIDs for VB2_SIG_NONE signature types
by Randall Spangler
· 9 years ago
5ce8325
vboot: cgpt: Check for NULL entry array.
by Nam T. Nguyen
· 9 years ago
f4f395e
Extend HWID digest into PCR1 (GBB v1.2 only)
by Bill Richardson
· 9 years ago
d274a2e
vboot2: Add vb2_unpack_key2() and unit tests
by Randall Spangler
· 9 years ago
factory-rambi-6420.B
f6cfb97
vboot2: Add verification for common vb2 struct header
by Randall Spangler
· 9 years ago
7c2beb0
cgpt: Separate out certain GPT manipluation functions
by Dan Ehrenberg
· 9 years ago
foo-test
stabilize-6415.B
f18038b
vboot2: Move and rename functions
by Randall Spangler
· 9 years ago
c8c2f02
vboot2: use enum signature algorithm
by Randall Spangler
· 9 years ago
4eef812
vboot2: use enum hash algorithm
by Randall Spangler
· 9 years ago
stabilize-6412.B
9e39efd
vboot2: Log recovery reason and subcode to console
by Julius Werner
· 9 years ago
21f100c
vboot2: new data structures
by Randall Spangler
· 9 years ago
b035e37
vboot2: Fix broken compatiblity check for gbb header 1.1
by Randall Spangler
· 9 years ago
9504754
vboot2: move verify digest to 2common
by Randall Spangler
· 9 years ago
6df3e33
Add hwid digest field to GBB header
by Bill Richardson
· 9 years ago
6d03b52
vboot2: move vb2_safe_memcmp() from rsa to common
by Randall Spangler
· 9 years ago
731f8e8
vboot: Support SLOW_EC_UPDATE with OPROM_MATTERS
by Duncan Laurie
· 9 years ago
435c74f
vboot2: move firmware hash tags to their own header file
by Randall Spangler
· 9 years ago
f2f8804
vboot2: Split crypto algorithms into their own header file
by Randall Spangler
· 9 years ago
4184e62
Use VbExStream APIs to read the kernel partition
by Randall Spangler
· 9 years ago
5dc75d1
vboot: new streaming APIs
by Dan Ehrenberg
· 9 years ago
782300d
vboot2: Add previously tried slot and result to NV storage
by Randall Spangler
· 9 years ago
d300ca8
vboot2: Fix saving the slot we tried back to nv storage
by Randall Spangler
· 9 years ago
162f788
vboot_kernel: Validate GPT header before using
by Duncan Laurie
· 9 years ago
c6fa98d
vboot2: Fix potential null pointer dereference
by Randall Spangler
· 9 years ago
487a54b
vboot: Notify EC of current boot mode
by Sheng-Liang Song
· 9 years ago
88458d9
vboot_reference: Rename *_SECTOR to *_SECTORS
by Nam T. Nguyen
· 9 years ago
a2d72f7
vboot: cgpt: Refer to partition entries by entries_lba.
by Nam T. Nguyen
· 9 years ago
277dc52
Add GBB flag to disable PD software sync
by Duncan Laurie
· 9 years ago
release-R38-6158.B
stabilize-6146.B
6014c04
Call software sync a second time for PD, if necessary
by Randall Spangler
· 9 years ago
e778ada
Change VbExEc functions to take a devidx parameter
by Randall Spangler
· 9 years ago
stabilize-6082.B
stabilize-6092.B
e155044
futility: deprecate eficompress and efidecompress
by Bill Richardson
· 9 years ago
18e0370
Clean up exported Mtd* functions
by Bill Richardson
· 9 years ago
7829902
Split libvboot_host.a into external and local libraries.
by Bill Richardson
· 9 years ago
9e1da78
Add nvstorage / crossystem support for new vboot2 fields
by Randall Spangler
· 9 years ago
d11086c
vboot2: add a flag to indicate firmware was selected by vboot2
by Daisuke Nojiri
· 9 years ago
c9e039c
Remove nonexistant functions from tlcl.h
by Bill Richardson
· 9 years ago
8de992c
vboot2: fix overloaded NV bit
by Randall Spangler
· 9 years ago
Next »