summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_struct.h
Commit message (Expand)AuthorAgeFilesLines
* vboot: convert several vboot1 flags to vboot2Joel Kitching2020-01-221-6/+8
* vboot: Deprecate VBSD_EC_EFSYu-Ping Wu2020-01-091-2/+3
* vboot: Deprecate VBSD_EC_SLOW_UPDATEYu-Ping Wu2020-01-091-2/+3
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-171-0/+7
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-101-97/+0
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-231-71/+4
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-24/+24
* vboot: remove timers from VbSelectAndLoadKernel and crossystemJoel Kitching2019-10-231-3/+3
* vboot: remove some more junk from vboot_struct.hJoel Kitching2019-10-211-19/+2
* vboot: mark some more vboot1 VBSD flags as deprecatedJoel Kitching2019-10-211-17/+23
* vboot: deprecate legacy vboot1 FWB_TRIED flagJoel Kitching2019-10-201-2/+3
* vboot: remove more Alt OS codeJoel Kitching2019-08-281-4/+0
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-0/+1
* vboot: remove VbPublicKey structJoel Kitching2019-07-101-16/+10
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-2/+4
* vboot: deprecate Alt OS codeJoel Kitching2019-05-141-2/+2
* vboot: mark VBSD_HONOR_VIRT_DEV_SWITCH as deprecatedfactory-sarien-12033.BJoel Kitching2019-04-011-1/+1
* vboot: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-261-1/+2
* add extern C markers to installed headersMike Frysinger2018-09-041-0/+8
* vboot_reference: sync flags with eve-campfire branchTing Shen2018-08-141-0/+4
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-071-0/+2
* firmware: Remove deprecated SW_WP_ENABLED flagRandall Spangler2018-03-041-2/+5
* Support EC early firmware selectionDaisuke Nojiri2017-09-081-0/+2
* vboot: Add multiboot kernel typeDuncan Laurie2017-05-081-1/+3
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-121-1/+4
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-031-90/+2
* Provide a way to disable counting failed bootsPatrick Georgi2015-05-281-0/+2
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-1/+9
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-231-4/+51
* vboot: Support SLOW_EC_UPDATE with OPROM_MATTERSDuncan Laurie2014-10-171-0/+4
* vboot2: add a flag to indicate firmware was selected by vboot2Daisuke Nojiri2014-06-261-11/+13
* vboot: use recovery button as dev mode switch confirmationstabilize-5339.BLuigi Semenzato2014-01-191-0/+2
* Massive refactoring of external header files.Bill Richardson2013-04-021-2/+1
* Get rid of some crufty macros.Gabe Black2013-03-191-8/+4
* Remove dead ECPreamble codeRandall Spangler2013-01-251-46/+0
* Reformat header files to kernel styleRandall Spangler2013-01-251-220/+331
* Add VB_INIT_FLAG_SW_WP_ENABLED to VbInit() input flags.Bill Richardson2012-08-281-0/+2
* vboot: add flag to indicate that the EC is slow to programBill Richardson2012-08-071-0/+2
* Crossystem should return at-boot switch positions from VbSharedDataRandall Spangler2012-08-061-1/+7
* Partial EC software sync implementationRandall Spangler2012-07-161-1/+3
* Ensure that the VGA is enabled/disabled as needed.Bill Richardson2012-07-111-2/+0
* Add bits to request and acknowledge Option ROM loading.Bill Richardson2012-06-271-0/+2
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-081-0/+2
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-041-0/+39
* Omit body load address checkChe-Liang Chiou2012-04-241-0/+2
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-101-0/+1
* Add tests for utility.h and sysincludes.h macrosRandall Spangler2011-08-241-1/+2
* Cleanup and preparation for inside-wrapper TPM refactoring.Randall Spangler2011-07-221-1/+5
* Add vboot support for RO-normal code path.Randall Spangler2011-07-141-1/+7
* Add support for flags in the firmware preamble.Randall Spangler2011-07-131-7/+38