Sign in
chromium
/
chromiumos
/
platform
/
crdyboot
/
HEAD
71be84d
crdyboot: Add tests for find_stateful_partition_handle
by Nicholas Bishop
· 16 hours ago
main
97f71f5
crdyboot: Use Uefi::find_esp_partition_handle
by Nicholas Bishop
· 16 hours ago
b2e17fc
libcrdy: Add Uefi::find_esp_partition_handle
by Nicholas Bishop
· 16 hours ago
12d7bce
crdyboot: Use Uefi::find_partition_info_handles
by Nicholas Bishop
· 16 hours ago
0bc8d86
libcrdy: Add Uefi::find_partition_info_handles
by Nicholas Bishop
· 16 hours ago
7bb86ed
crdyboot: Add tests for is_stateful_partition
by Nicholas Bishop
· 34 hours ago
de39ddb
crdyboot: Use Uefi::partition_info_for_handle
by Nicholas Bishop
· 17 hours ago
b765b93
libcrdy: Add partition_info_for_handle
by Nicholas Bishop
· 34 hours ago
b70a0a4
crdyboot: Thread `&dyn Uefi` param through some disk functions
by Nicholas Bishop
· 16 hours ago
ee38996
crdyboot: Impl Eq/PartialEq for GptDiskError
by Nicholas Bishop
· 17 hours ago
746ad5e
crdyboot: Add tests for is_sibling_partition
by Nicholas Bishop
· 2 days ago
d22aa52
crdyboot: Add tests for find_parent_disk
by Nicholas Bishop
· 2 days ago
9b8222e
crdyboot: Add tests for is_parent_disk
by Nicholas Bishop
· 2 days ago
28119c0
crdyboot: Update device_path_for_handle
by Nicholas Bishop
· 2 days ago
352bb3a
libcrdy: Add device_path_for_handle
by Nicholas Bishop
· 2 days ago
8951536
crdyboot: Thread `&dyn Uefi` param through some disk code
by Nicholas Bishop
· 2 days ago
13bb3da
crdyboot: Fix name of device_paths_for_handle
by Nicholas Bishop
· 2 days ago
a6564f7
crdyboot: Make get_update_table care less about errors
by Nicholas Bishop
· 3 days ago
5f6eec3
crdyboot: Fix MAX_UPDATE_CAPSULES check
by Nicholas Bishop
· 4 days ago
49ee38a
crdyboot: Test malformed variable data in get_update_table
by Nicholas Bishop
· 4 days ago
f51cc42
crdyboot: Add success unit test for get_update_table
by Nicholas Bishop
· 4 days ago
4d4b22c
crdyboot: Make update info var data in tests reusable
by Nicholas Bishop
· 4 days ago
66a8f12
crdyboot: Add some unit tests for get_update_table
by Nicholas Bishop
· 4 days ago
9e12a04
crdyboot: Pass a `&dyn Uefi` to get_update_table
by Nicholas Bishop
· 4 days ago
84f0330
crdyboot: Pass an iterator to get_update_table
by Nicholas Bishop
· 4 days ago
bc5e27b
crdyboot: Add delete_variable_no_error
by Nicholas Bishop
· 4 days ago
b220ad0
crdyboot: Add test for current_time function
by Nicholas Bishop
· 4 days ago
4def524
crdyboot: Add dev-dep on libcrdy with the test_util feature
by Nicholas Bishop
· 4 days ago
2e759a7
libcrdy: Add Uefi trait
by Nicholas Bishop
· 4 days ago
d9d5348
libcrdy: Enable alloc crate
by Nicholas Bishop
· 4 days ago
d8db2a7
libcrdy: Alter the condition for enabling no_std
by Nicholas Bishop
· 4 days ago
48bd190
libcrdy: Add mockall as an optional dep
by Nicholas Bishop
· 4 days ago
b301038
Move mockall to a workspace dep
by Nicholas Bishop
· 4 days ago
32598e3
crdyboot: Add feature flag to gate flexor support
by Nikhil Gumidelli
· 5 days ago
c36d692
crdyboot: Change initial kernel buffer allocation type
by Nicholas Bishop
· 5 days ago
77b31c9
crdyboot: Add test for UpdateInfo::set_time_attempted
by Nicholas Bishop
· 7 days ago
78a6f8a
crdyboot: Pass time in as an arg to set_time_attempted
by Nicholas Bishop
· 7 days ago
19bc91e
crdyboot: Add current_time function
by Nicholas Bishop
· 7 days ago
91b4865
crdyboot: Rename update_time_attempted to set_time_attempted
by Nicholas Bishop
· 7 days ago
53c29ad
crdyboot: Split up large test for update info
by Nicholas Bishop
· 7 days ago
85c5443
Update ahash to 0.8.11
by Nicholas Bishop
· 8 days ago
cfd0c04
Add mib_to_byte util
by Nicholas Bishop
· 8 days ago
c162db8
crdyboot: Increase the kernel relocation buffer size
by Nicholas Bishop
· 8 days ago
3dc303f
crdyboot: Add test for UpdateInfo::name
by Nicholas Bishop
· 8 days ago
e9077e2
crdyboot: Add test for UpdateInfo construction error
by Nicholas Bishop
· 8 days ago
0e20116
crdyboot: Add test for time_to_bytes
by Nicholas Bishop
· 8 days ago
3f1e73d
enroller: Drop shim_verbose feature
by Nicholas Bishop
· 2 weeks ago
cefa0ce
docs: Drop shim.md
by Nicholas Bishop
· 2 weeks ago
dfae912
crdyshim: Drop args from efi_main
by Nicholas Bishop
· 2 weeks ago
80f770c
crdyshim: Drop BootServices param from open_boot_file_system
by Nicholas Bishop
· 2 weeks ago
56d25ac
crdyshim: Drop RuntimeServices param from SBAT revocations
by Nicholas Bishop
· 2 weeks ago
9a2593c
uefi_test_tool: Drop BootServices param from launch_crdyshim
by Nicholas Bishop
· 2 weeks ago
d8d2aea
enroller: Drop args from efi_main
by Nicholas Bishop
· 2 weeks ago
d801604
crdyboot: Drop BootServices param from get_vbpubk_from_image
by Nicholas Bishop
· 2 weeks ago
b575113
libcrdy: Drop BootServices param from tpm::extend_pcr_and_log
by Nicholas Bishop
· 2 weeks ago
d2d558f
libcrdy: Drop BootServices param from nx::update_mem_attrs
by Nicholas Bishop
· 2 weeks ago
345e167
libcrdy: Drop SystemTable param from NextStage::launch
by Nicholas Bishop
· 2 weeks ago
ec865ec
libcrdy: Use raw system table pointer for the entry point function
by Nicholas Bishop
· 2 weeks ago
4b75db9
libcrdy: Drop unused SystemTable param from ScopedPageAllocation
by Nicholas Bishop
· 2 weeks ago
9dcd6c5
libcrdy: Use new boot module in ScopedPageAllocation
by Nicholas Bishop
· 2 weeks ago
d27084b
crdyboot: Drop SystemTable param from firmware module
by Nicholas Bishop
· 2 weeks ago
0c74c59
crdyboot: Remove unsafe code from load_capsules module
by Nicholas Bishop
· 2 weeks ago
1423775
crdyboot: Drop BootServices param from disk module
by Nicholas Bishop
· 2 weeks ago
ed8e37a
crdyboot: Drop BootServices param from disk module internals
by Nicholas Bishop
· 2 weeks ago
69d2b48
crdyboot: Drop RuntimeServices param from update_info module
by Nicholas Bishop
· 2 weeks ago
098ef81
crdyboot: Drop RuntimeServices param from maybe_copy_sbat_revocations
by Nicholas Bishop
· 2 weeks ago
79c632d
crdyboot: Drop RuntimeServices param from self_revocation_check
by Nicholas Bishop
· 2 weeks ago
d61fe45
libcrdy: Drop BootServices param from set_log_level
by Nicholas Bishop
· 2 weeks ago
78e2450
crdyboot: Update to uefi-0.31
by Andre Braga
· 3 weeks ago
f305b31
crdyboot: Conditionally copy SBAT revocations to a runtime UEFI var
by Nicholas Bishop
· 3 weeks ago
8c659ce
crdyboot: Bump version to 1.0.3
by Nicholas Bishop
· 3 weeks ago
8592d80
crdyboot: Update changelog for 1.0.2
by Nicholas Bishop
· 3 weeks ago
4913085
crdyboot: Add a feature flag to enable firmware updates
by Nicholas Bishop
· 4 weeks ago
firmware-R129-16001.B
release-R129-16002.B
21b38dd
crdyboot: Move allow_firmware_updates into the firmware module
by Nicholas Bishop
· 4 weeks ago
c738b84
crdyboot: Move firmware update error handling into the firmware module
by Nicholas Bishop
· 4 weeks ago
1db1fea
crdyboot: Call update_capsule
by Nicholas Bishop
· 4 weeks ago
076f6b6
crdyboot: Don't apply firmware updates if there are none
by Nicholas Bishop
· 4 weeks ago
c23c2fc
crdyboot: Drop a TODO and duplicate update capsule path logging
by Nicholas Bishop
· 4 weeks ago
b52d884
crdyboot: Reset system at the end of update_firmware
by Nicholas Bishop
· 4 weeks ago
587e679
crdyboot: Add get_capsule_block_descriptors
by Nicholas Bishop
· 4 weeks ago
5f8da1d
crdyboot: Add get_capsule_refs
by Nicholas Bishop
· 4 weeks ago
a069d97
crdyboot: Make UpdateInfo fields private
by Nicholas Bishop
· 4 weeks ago
dfb9609
crdyboot: Move get_update_table/set_update_statuses to update_info
by Nicholas Bishop
· 4 weeks ago
7991050
crdyboot: Add firmware::update_info module
by Nicholas Bishop
· 4 weeks ago
a9b004e
crdyboot: Add firmware::load_capsules module
by Nicholas Bishop
· 5 weeks ago
3d34f03
crdyboot: Add UpdateInfo::file_path
by Nicholas Bishop
· 5 weeks ago
ec67377
crdyboot: Get media ID in open_stateful_partition
by Nicholas Bishop
· 6 weeks ago
0c7bbe8
crdyboot: Update ext4-view dep
by Ted Brandston
· 5 weeks ago
bcb1f2c
crdyboot: Derive Debug for GptDiskError
by Nicholas Bishop
· 5 weeks ago
3cc3d05
crdyboot: Move extern crate alloc to main.rs
by Nicholas Bishop
· 5 weeks ago
fdd2aad
crdyboot: Rework UpdateInfo to own its data
by Nicholas Bishop
· 6 weeks ago
e9b69e8
crdyboot: Add UpdateInfo::HEADER_SIZE_IN_BYTES
by Nicholas Bishop
· 6 weeks ago
e721d73
xtask: Increase VM SSH timeout
by Nicholas Bishop
· 6 weeks ago
e0fb7eb
crdyboot: Add FirmwareError enum
by Nicholas Bishop
· 6 weeks ago
50ca288
crdyboot: Make UpdateInfo time update errors non-fatal
by Nicholas Bishop
· 6 weeks ago
8365ff8
crdyboot: Make firmware var deletion errors non-fatal
by Nicholas Bishop
· 6 weeks ago
febe490
crdyboot: Improve UpdateInfo::to_bytes allocation
by Nicholas Bishop
· 6 weeks ago
f15906f
crdyboot: Add test for UpdateInfo
by Nicholas Bishop
· 6 weeks ago
665e67c
crdyboot: Add ext4-view
by Andre Braga
· 6 weeks ago
dbb2301
vboot: Replace an `as` cast
by Nicholas Bishop
· 6 weeks ago
Next »