summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_api_init.c
Commit message (Expand)AuthorAgeFilesLines
* fastboot: Add fastboot related flags to nvstorageFurquan Shaikh2015-05-291-0/+1
* Provide a way to disable counting failed bootsPatrick Georgi2015-05-281-0/+2
* nvstorage: Add new flag VBNV_DEV_BOOT_FASTBOOT_FULL_CAPFurquan Shaikh2015-05-161-0/+1
* vboot: Add flag to indicate VbInit is run before option rom loadingfactory-whirlwind-6509.BDuncan Laurie2014-11-211-6/+11
* vboot: Support SLOW_EC_UPDATE with OPROM_MATTERSDuncan Laurie2014-10-171-1/+12
* Use the TPM to back up some of the nvram fieldsBill Richardson2014-06-051-3/+34
* vboot: use recovery button as dev mode switch confirmationstabilize-5339.BLuigi Semenzato2014-01-191-0/+2
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-8/+13
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-13/+8
* Implementation of Region APISimon Glass2013-08-281-8/+13
* VbInit(): printout gbb flags as wellfactory-pit-4471.BAaron Durbin2013-07-261-1/+2
* rollback_index: Remove recovery_mode parameter to SetupTPM.Shawn Nematbakhsh2013-07-231-1/+3
* Clarify comment in VbInit()Randall Spangler2013-04-101-1/+2
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* Get rid of some crufty macros.Gabe Black2013-03-191-2/+0
* Reformat to kernel styleRandall Spangler2013-01-311-251/+300
* Add recovery_subcode field to nvstorage and crossystemBill Richardson2012-12-171-1/+3
* Add more recovery_reason codesBill Richardson2012-11-261-1/+1
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-201-0/+1
* Add VB_INIT_FLAG_SW_WP_ENABLED to VbInit() input flags.Bill Richardson2012-08-281-0/+2
* Add clear TPM owner requestRandall Spangler2012-08-151-0/+9
* vboot: add flag to indicate that the EC is slow to programBill Richardson2012-08-071-1/+3
* Partial EC software sync implementationRandall Spangler2012-07-161-0/+3
* Ensure that the VGA is enabled/disabled as needed.Bill Richardson2012-07-111-2/+20
* Set/clear developer mode flag in VbInit outputChe-Liang Chiou2012-07-021-1/+2
* Add bits to request and acknowledge Option ROM loading.Bill Richardson2012-06-271-0/+2
* Add GBB flags to enable dev mode by defaultRandall Spangler2012-06-141-1/+3
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-081-21/+34
* Honor both fake_dev and virtual dev switchBill Richardson2012-05-251-9/+10
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-181-30/+87
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-181-5/+5
* Add VB_INIT_OUT_ENABLE_ALTERNATE_OS flagBill Richardson2011-11-161-0/+16
* Add flag to GBB to allow loading PCI Option ROMsBill Richardson2011-11-111-1/+6
* Return more meaningful error codes from vboot entry pointsRandall Spangler2011-07-251-2/+2
* Add vboot support for RO-normal code path.Randall Spangler2011-07-141-0/+2
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-081-25/+22
* Vboot wrapper initial implementationRandall Spangler2011-07-081-0/+133