- 5b1e2e7 vboot: standardize legacy boot and altfw terminology by Joel Kitching · 1 year, 4 months ago
- c768a70 vboot: merge vboot_api_stub_init.c into vboot2 namespace by Joel Kitching · 1 year, 4 months ago
- b139517 vboot: collect auxfw/EC-related stubs in vboot2 namespace by Joel Kitching · 1 year, 4 months ago
- 37ae620 vboot: collect UI-related stubs in vboot2 namespace by Joel Kitching · 1 year, 4 months ago
- 223d69b vboot: add weak __attribute__ tag to stub functions by Joel Kitching · 1 year, 4 months ago
- 3b4b439 vboot: deprecate and remove legacy UI code by Joel Kitching · 1 year, 7 months ago
- f573cf6 vboot: Introduce alternate boot functionality by Joel Kitching · 1 year, 10 months ago
- 053592b inclusive: change usage of sanity by Daisuke Nojiri · 1 year, 9 months ago
- 28eeded vboot: move TPM callbacks to vboot2 namespace by Joel Kitching · 1 year, 11 months ago
- 452aef2 vboot: add missing assert.h include by David Benjamin · 1 year, 11 months ago
- 7ca9fb4 vboot: fix two return values in vboot_api_stub.c by Joel Kitching · 2 years ago
- 72d4c9d vboot: move timer and beep functions to vboot2 namespace by Joel Kitching · 2 years, 1 month ago
- ff2a2f2 vboot: reshuffle legacy UI files by Joel Kitching · 2 years, 2 months ago
- 8c03950 vboot: Rename VB_AUX_FW_* to VB2_AUXFW_* by Yu-Ping Wu · 2 years, 1 month ago factory-drallion-13080.B
- 02f45f5 vboot: stop using StrnAppend and Uint64ToString by Joel Kitching · 2 years, 2 months ago
- 3ab093d vboot: rename VbExGetSwitches to vb2ex_physical_presence_pressed by Joel Kitching · 2 years, 3 months ago stabilize-volteer-12931.B
- e22ceb9 vboot: remove secdata TPM backend code by Joel Kitching · 2 years, 6 months ago
- 0290303 vboot_reference: add owners for Tlcl by Andrey Pronin · 3 years ago
- a4f3615 vboot: remove VbExOverrideGptEntryPriority by Joel Kitching · 2 years, 6 months ago
- adb4183 vboot/secdata: rewrite rollback_index and centralize reads/writes by Joel Kitching · 2 years, 8 months ago
- 19ff28b ec_sync: Remove vb2ex_get_expected_image() callback by Tim Wawrzynczak · 2 years, 7 months ago
- 35edb57 vboot: simplify ec_sync code to only handle one device by Joel Kitching · 2 years, 7 months ago
- 123bd5f vboot: remove VbExEcEnteringMode and friends by Joel Kitching · 2 years, 8 months ago
- c58b499 vboot: remove extraneous SHA256_HASH_SIZE constant by Joel Kitching · 2 years, 8 months ago
- 3c47745 vboot: format hex numbers with %#x instead of 0x%x by Joel Kitching · 2 years, 8 months ago
- ffd42a8 vboot: fix up some more includes by Joel Kitching · 2 years, 9 months ago
- 83b4473 Makefile: Enable linker garbage collection by Julius Werner · 2 years, 9 months ago
- 9908a9a vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWN by Joel Kitching · 2 years, 10 months ago
- cf49e7b vboot: replace VBERROR_SUCCESS with VB2_SUCCESS by Joel Kitching · 2 years, 10 months ago
- e6700f4 vboot: update vboot2 functions to use new vb2_error_t by Joel Kitching · 2 years, 10 months ago
- 90671fa vboot: rename VbError_t typedef to vb2_error_t by Joel Kitching · 2 years, 10 months ago
- 9c90611 vboot/tpm: fix return type inconsistencies by Joel Kitching · 2 years, 10 months ago
- 1db2f38 vboot: join vboot1 and vboot2 errors into same enum by Joel Kitching · 2 years, 10 months ago
- e050a2c vboot: deprecate VbExError function by Joel Kitching · 2 years, 10 months ago
- b2ba31f vboot: remove vboot1-style VbExDebug function by Joel Kitching · 2 years, 11 months ago
- 52fa8c1 Makefile: Enable more warnings for host utilities / tests by Julius Werner · 3 years, 1 month ago
- 45e420b firmware: add time unit conversion defines by Matt Delco · 3 years, 3 months ago
- 3bfaab1 vboot: changes to allow RW_LEGACY hash verification by Matt Delco · 3 years, 3 months ago
- 9e53b92 vboot_display: Add full_info parameter to VbExDisplayDebugInfo() by Julius Werner · 3 years, 3 months ago factory-atlas-11907.11.B factory-atlas-11907.B
- 9d6dc0d vboot: Add ui for setting vendor data in VPD by Mathew King · 3 years, 3 months ago firmware-atlas-11827.12.B
- 89a5177 Add support for booting into alternative boot loaders by Simon Glass · 4 years, 1 month ago
- 9ad8a41 vboot: bulk fix tabs and spacing inconsistency by Joel Kitching · 3 years, 10 months ago
- 41c585e tpm_lite: stub: retry in case of TPM comm error by Andrey Pronin · 4 years ago release-R68-10718.B stabilize-10718.111.B stabilize-10718.69.B stabilize-10718.71.B stabilize-10718.88.B
- 1c98ae4 tpm_lite: Set O_CLOEXEC when opening TPM device. by Mattias Nissler · 4 years ago stabilize-10682.B
- 163b412 tpm_lite: Implement ReadPubek command. by Mattias Nissler · 4 years, 6 months ago
- 9cc0e31 firmware: remove unused vboot1 APIs by Randall Spangler · 4 years, 3 months ago
- 98616d7 firmware: Prune down old region API by Randall Spangler · 4 years, 5 months ago
- 8c4b828 detachables: Skip "Enable Developer Mode" in DEV mode by Shelley Chen · 4 years, 10 months ago
- 2c85972 define callback APIs for auxiliary firmware update. by Caveh Jalali · 5 years ago
- fa0f483 detachables: Define VbExDisplayMenu() by Shelley Chen · 5 years ago stabilize-9428.B stabilize-9430.B
- 97a8aa9 poppy: define VbExDisplayGetDimension() by Shelley Chen · 5 years ago
- 5c4c467 poppy: add highlight param to VbExDisplayText() by Shelley Chen · 5 years ago
- 3409e60 firmware: Adding VbExDisplayText function by Shelley Chen · 5 years ago
- 2101589 firmware: replace VBDEBUG(()) macro with VB2_DEBUG() by Randall Spangler · 5 years ago
- 6a2f9c5 tpm_lite_stub: clean up debug printouts in VbExTpmSendReceive by Andrey Pronin · 6 years ago
- 559a110 vboot: use malloc and free directly by Randall Spangler · 6 years ago
- 664096b vboot: use standard memcmp, memcpy, memset by Randall Spangler · 6 years ago
- fb26715 Fix indentation in firmware and host libs by Randall Spangler · 6 years ago
- 1589f94 Fix coverity warnings in firmware by Randall Spangler · 6 years ago
- aee6bd6 Support doing battery cut-off in firmware stage. by Hung-Te Lin · 6 years ago
- 58cb8c5 Port to musl: musl doesn't have execinfo.h. by Doug Evans · 7 years ago
- 7e0728d vboot: Change VbExEc implementations to support RO update by Mary Ruthven · 6 years ago
- b491bc8 vboot_api_kernel: Add new EcVbootDone API by Shawn Nematbakhsh · 7 years ago
- 9354379 Pass locale to VbExDisplayScreen by Daisuke Nojiri · 7 years ago
- 637ff03 vboot_reference: fix unittest when building with clang. by Yunlian Jiang · 7 years ago
- 7a1c0d1 cgpt: Add a callback to allow override of GPT entry priority by Furquan Shaikh · 7 years ago
- 91852e7 futility: workaround for broken toolchain in static builds by Bill Richardson · 7 years ago
- 5dc75d1 vboot: new streaming APIs by Dan Ehrenberg · 8 years ago
- 487a54b vboot: Notify EC of current boot mode by Sheng-Liang Song · 8 years ago
- e778ada Change VbExEc functions to take a devidx parameter by Randall Spangler · 8 years ago stabilize-6082.B stabilize-6092.B
- 5e8f1db lib: Add VbExDisplaySetDimension. by Hung-Te Lin · 8 years ago
- a53a0b0 vboot: use recovery button as dev mode switch confirmation by Luigi Semenzato · 8 years ago stabilize-5339.B
- 8912169 Disable EC jump after RW image starts by Daisuke Nojiri · 9 years ago stabilize-5085.B
- 2500185 Add memory leak checking by Simon Glass · 9 years ago
- 527ba81 Implementation of Region API by Simon Glass · 9 years ago stabilize-4636.B
- 8fa13ad Revert "Implementation of Region API" by Yoshiki Iguchi · 9 years ago
- 1d3c804 Implementation of Region API by Simon Glass · 9 years ago
- 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 9 years ago
- ac8805e Get rid of some crufty macros. by Gabe Black · 9 years ago
- 77f55ca Get rid of the now unused biosincludes.h headers. by Gabe Black · 9 years ago stabilize-3881.0.B
- 9394326 Split off modules required for VbInit() and VbSelectFirmware() by Randall Spangler · 9 years ago
- 7c55708 Reformat to kernel style by Randall Spangler · 9 years ago
- 5ca4ea0 EC software sync uses precomputed hash if available by Randall Spangler · 9 years ago
- dd7a774 tlcl: move open retry into Tlcl by Kees Cook · 9 years ago
- 00cc728 Tlcl: allow OS failures to bubble up to caller by Kees Cook · 9 years ago stabilize2
- a2326ee Add CTRL-L in dev screen to support a "legacy boot option" by Stefan Reinauer · 10 years ago
- 029ae65 VbExEcGetExpectedRW() should take a const ** by Randall Spangler · 10 years ago
- b1aa7ae Change VbExEcGetExpectedRW so that vboot picks an ec image instead of U-Boot. by Gabe Black · 10 years ago
- 053b7b6 Stub out new vboot APIs for EC software sync by Randall Spangler · 10 years ago
- 592567e Remove VbExTrustEC() from vboot, so it can go into BIOS. by Bill Richardson · 10 years ago
- f472919 Require -Wall -Werror for everything. by Bill Richardson · 10 years ago
- 037dba2 Fix audio loop for long-delay keyboard reads. by Bill Richardson · 10 years ago
- c259045 Add a few comments and warnings when building incorrectly by Simon Glass · 11 years ago
- 66264b5 Move Memset from vboot_reference to vbexport/u-boot by Stefan Reinauer · 11 years ago
- 4313fba VbExBeep() now returns VbError_t instead of void by Bill Richardson · 11 years ago
- b1c85a8 Decompress images in vboot wrapper, not in BIOS. by Bill Richardson · 11 years ago
- 1b1998d Vboot wrapper initial implementation 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