- ed1f112 Move workbuf and kernel allocations up to libcrdy by Nicholas Bishop · 3 years, 1 month ago
- 68027c6 Enable raw pointer checks in Miri by Nicholas Bishop · 3 years, 1 month ago
- 332d56f vboot: Move read/write code into the Disk impl by Nicholas Bishop · 3 years, 1 month ago
- cc32022 vboot: Add tests for VbExDiskRead/Write by Nicholas Bishop · 3 years, 1 month ago
- 1d80720 vboot: Remove impl of DiskIo for Disk struct by Nicholas Bishop · 3 years, 1 month ago
- 1524e8a Use NonZeroU64 for disk block size by Nicholas Bishop · 3 years, 1 month ago
- c70617d vboot: Improve vboot fwlib logging by Nicholas Bishop · 3 years, 1 month ago
- d7c2ef4 vboot: Update comment for choosing C target by Nicholas Bishop · 3 years, 1 month ago
- 39e94c7 vboot: Implement the stream read API by Nicholas Bishop · 3 years, 2 months ago
- 1ccefb7 Move vboot-return-code-string generation to xtask by Nicholas Bishop · 3 years, 2 months ago
- 37a5826 vboot: Cleanups in bindgen and build.rs by Nicholas Bishop · 3 years, 2 months ago
- e46db29 Update copyright headers to match the latest preferred style by Nicholas Bishop · 3 years, 2 months ago
- e7aed1c vboot: Use upstream vb2api_inject_kernel_subkey by Nicholas Bishop · 3 years, 2 months ago
- 7080f09 vboot: Rerun build.rs if the vboot submodule changes by Nicholas Bishop · 3 years, 2 months ago
- 8116e0e vboot: Clean up bridge library by Nicholas Bishop · 3 years, 2 months ago
- a0d66a3 vboot: Simplify vboot_fw linking by Nicholas Bishop · 3 years, 2 months ago
- 159a52c vboot: Relax some more dependency version requirements by Nicholas Bishop · 3 years, 2 months ago
- 1ad963d vboot: Avoid pulling in clap as a build-dependency by Nicholas Bishop · 3 years, 2 months ago
- a2a3486 Use vboot dev keys for testing by Nicholas Bishop · 3 years, 2 months ago
- 6e65c95 vboot: Respect the compiler set in CC by Nicholas Bishop · 3 years, 2 months ago
- d9ca6c0 vboot: Drop build dependency on camino by Nicholas Bishop · 3 years, 2 months ago
- 7de7748 xtask: Run tests with miri by Patrick Thompson · 3 years, 2 months ago
- 346fe1f vboot: Upgrade to uguid 1.0 by Nicholas Bishop · 3 years, 2 months ago
- 03c3a10 vboot: Fix snprintf tests by Nicholas Bishop · 3 years, 2 months ago
- 80ecb2f Relax log dependency to any 0.4 version by Nicholas Bishop · 3 years, 2 months ago
- ce261f6 Update vboot bridge to latest by Nicholas Bishop · 3 years, 3 months ago
- 6746393 Update vboot_reference submodule to latest by Nicholas Bishop · 3 years, 3 months ago
- 4a1aefa vboot: Build fwlib using vboot_reference's Makefile by Nicholas Bishop · 3 years, 4 months ago
- b3241b0 vboot: Refactor target code in build script by Nicholas Bishop · 3 years, 4 months ago
- 73126b5 vboot: Add stub for strcpy by Nicholas Bishop · 3 years, 4 months ago
- 7032a13 vboot: Add new entry point by Nicholas Bishop · 3 years, 4 months ago
- 5f62b1e vboot: Reduce dependence on vboot_reference internals by Nicholas Bishop · 3 years, 4 months ago
- bfd79f0 vboot: Implement snprintf by Nicholas Bishop · 3 years, 4 months ago
- 256c890 vboot: Add cty dependency to provide C type aliases by Nicholas Bishop · 3 years, 4 months ago
- 4c34df6 vboot: Update clippy lints by Nicholas Bishop · 3 years, 4 months ago
- e4419cb vboot: Use VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE for workbuf size by Nicholas Bishop · 3 years, 4 months ago
- 98c4433 vboot: Add dependency on uguid by Nicholas Bishop · 3 years, 4 months ago
- 675e92d vboot: Move linux module to libcrdy by Nicholas Bishop · 3 years, 4 months ago
- 7777a08 vboot: Move PE code to libcrdy by Nicholas Bishop · 3 years, 4 months ago
- cf0c952 vboot: Simplify kernel buffer size checks by Nicholas Bishop · 3 years, 4 months ago
- 51c7b91 vboot: Fix return code parsing with clang 14 by Nicholas Bishop · 3 years, 4 months ago
- fed7f37 vboot: Add stub libc headers by Nicholas Bishop · 3 years, 4 months ago
- a21d927 Upgrade all deps by Nicholas Bishop · 3 years, 5 months ago
- 9c5f2c0 Update vboot_reference to a more recent commit by Nicholas Bishop · 3 years, 5 months ago
- f558609 xtask: Port gen.py to Rust by Nicholas Bishop · 3 years, 5 months ago
- 4e6adc6 Upgrade dependencies by Nicholas Bishop · 3 years, 5 months ago
- 2ba4ab4 Add license header to all source files by Nicholas Bishop · 3 years, 5 months ago
- a8fab19 xtask/vboot: Update test_load_kernel for reven by Nicholas Bishop · 3 years, 5 months ago
- 82edb97 Set license field in each package by Nicholas Bishop · 3 years, 5 months ago
- fb9cf53 vboot: Fix vb2ex_printf host output by Nicholas Bishop · 3 years, 6 months ago
- 4b521d4 vboot: Enable logging in test_load_kernel by Nicholas Bishop · 3 years, 6 months ago
- cfac96a vboot: Add comment about the origin of test_data/disk.bin by Nicholas Bishop · 3 years, 6 months ago
- b937289 Update all deps to latest version by Nicholas Bishop · 3 years, 6 months ago
- a3441c0 Update all deps by Nicholas Bishop · 3 years, 9 months ago
- 8d125b2 Update all packages to 2021 edition by Nicholas Bishop · 3 years, 10 months ago
- 328aaa4 Fix formatting and new lints by Nicholas Bishop · 3 years, 10 months ago
- 6e6d906 vboot: remove an unused field by Nicholas Bishop · 4 years ago
- 2e2b702 Use cargo workspaces by Nicholas Bishop · 4 years, 2 months ago
- 22591ab vboot: move malloc.rs to third_party by Nicholas Bishop · 4 years, 3 months ago
- 26388b7 vboot: make vboot_sys private by Nicholas Bishop · 4 years, 3 months ago
- 29cfdcf vboot: implement writing to disk by Nicholas Bishop · 4 years, 3 months ago
- 157a07c vboot: refactor some PE code and add test by Nicholas Bishop · 4 years, 3 months ago
- 9c5d26b vboot: improve PE docstrings by Nicholas Bishop · 4 years, 3 months ago
- e5c2c68 vboot: refactor and test PE compat section by Nicholas Bishop · 4 years, 3 months ago
- 48f1f0b Move PE code to vboot by Nicholas Bishop · 4 years, 3 months ago
- be95acf vboot: fix unwanted rebuilds by Nicholas Bishop · 4 years, 3 months ago
- e6e8204 vboot: update deps by Nicholas Bishop · 4 years, 3 months ago
- 60e0f8d vboot: ensure kernel buffer is big enough to boot by Nicholas Bishop · 4 years, 3 months ago
- 871e1f1 vboot: rename LinuxError -> BootParamsError by Nicholas Bishop · 4 years, 3 months ago
- d90e1b9 vboot: simplify u32_to_usize by Nicholas Bishop · 4 years, 3 months ago
- 68b21cd vboot: add more docstrings by Nicholas Bishop · 4 years, 3 months ago
- 75b2eb1 Move BootParams cast to vboot by Nicholas Bishop · 4 years, 3 months ago
- d68e106 Move kernel structs from crdyboot to vboot by Nicholas Bishop · 4 years, 3 months ago
- 2b9cef7 vboot: bump kernel buffer size by Nicholas Bishop · 4 years, 3 months ago
- 0bd20d3 vboot: fix and turn on the ptr_as_ptr lint by Nicholas Bishop · 4 years, 3 months ago
- 1c1281c Enable some clippy cast lints by Nicholas Bishop · 4 years, 3 months ago
- 80ec745 vboot: resolve a TODO by Nicholas Bishop · 4 years, 3 months ago
- 09dda5e vboot: resolve a TODO by Nicholas Bishop · 4 years, 3 months ago
- 6d7c9c0 vboot: rename return_code -> ReturnCode by Nicholas Bishop · 4 years, 3 months ago
- 50a87ee vboot: split load_kernel into two functions by Nicholas Bishop · 4 years, 3 months ago
- 608ccb1 vboot: improve validation of pubkey size by Nicholas Bishop · 4 years, 3 months ago
- 6521bcd vboot: fix some unwraps by Nicholas Bishop · 4 years, 3 months ago
- 5cfcefc vboot: clean up and comment the C code by Nicholas Bishop · 4 years, 3 months ago
- 8b9f83e vboot: format the C code by Nicholas Bishop · 4 years, 3 months ago
- fba8776 vboot: improve load_kernel errors by Nicholas Bishop · 4 years, 3 months ago
- 3c4af56 vboot: add comments by Nicholas Bishop · 4 years, 3 months ago
- 962235c vboot: remove no-longer-needed hack by Nicholas Bishop · 4 years, 3 months ago
- 63b6003 vboot: minor load_kernel cleanups by Nicholas Bishop · 4 years, 3 months ago
- b30950f vboot: clean up malloc and add a docstring by Nicholas Bishop · 4 years, 3 months ago
- be6380c vboot: improve malloc error text by Nicholas Bishop · 4 years, 3 months ago
- be9f51c vboot: add return_code to string conversion by Nicholas Bishop · 4 years, 3 months ago
- 9a2880b vboot: remove unused bindgen things by Nicholas Bishop · 4 years, 3 months ago
- 2c0e224 vboot: add more docstrings and enforce by Nicholas Bishop · 4 years, 3 months ago
- c688890 vboot: update crate description by Nicholas Bishop · 4 years, 3 months ago
- 50acd06 Update deps by Nicholas Bishop · 4 years, 3 months ago
- 146eb99 Drop unused dependencies by Nicholas Bishop · 4 years, 3 months ago
- 2d9048d vboot: remove unused code by Nicholas Bishop · 4 years, 3 months ago
- 92a1cb0 vboot: use vboot_reference to load and verify the kernel by Nicholas Bishop · 4 years, 3 months ago
- 1d8f68b vboot: move struct_from_bytes to lib.rs by Nicholas Bishop · 4 years, 3 months ago
- fbf2922 vboot: switch num-bigint-dig to author repo by Nicholas Bishop · 4 years, 3 months ago