summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_api_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* Add GBB flag to disable PD software syncstabilize-6146.Brelease-R38-6158.BDuncan Laurie2014-08-121-4/+6
* Call software sync a second time for PD, if necessaryRandall Spangler2014-08-011-1/+9
* Change VbExEc functions to take a devidx parameterstabilize-6092.Bstabilize-6082.BRandall Spangler2014-07-191-15/+15
* Fix jumping EC from RO to RW if disable-jump was called on previous bootRandall Spangler2014-02-111-12/+27
* vboot: use recovery button as dev mode switch confirmationstabilize-5339.BLuigi Semenzato2014-01-191-6/+54
* VbBootRecovery: Make second check for 'remove' devices if none foundstabilize-springlte-5116.46.Bstabilize-5116.88.Bstabilize-5116.53.Bstabilize-5116.115.Bstabilize-5116.113.Brelease-R33-5116.Bfirmware-winky-5216.1.Bfirmware-clapper-5218.Bfactory-monroe-5140.Bfactory-beltino-5140.14.BShawn Nematbakhsh2013-12-161-2/+15
* Disable EC jump after RW image startsstabilize-5085.BDaisuke Nojiri2013-12-061-2/+11
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-6/+27
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-27/+6
* Implementation of Region APISimon Glass2013-08-281-6/+27
* Enable vboot for sandbox and improve debugging/format stringsSimon Glass2013-08-241-2/+2
* Fix incorrect format stringsstabilize-falco-4537.91.Bstabilize-4537.147.Bstabilize-4537.118.Brelease-R30-4537.BVadim Bendebury2013-08-101-1/+1
* rollback_index: Add recovery parameter to RollbackKernelLock.stabilize-4443.BShawn Nematbakhsh2013-07-221-1/+1
* Correct debug message typoVadim Bendebury2013-06-241-1/+1
* Add GBB flags for disabling software sync and defaulting to legacy bootfactory-spring-4262.Bfactory-skate-4262.459.BRandall Spangler2013-06-121-2/+19
* EC software sync no longer checks for shutdown requestedRandall Spangler2013-06-121-34/+0
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* fwlib: fix errors with -Wmissing-prototypesAaron Durbin2013-02-261-0/+1
* Software sync checks for shutdown-requested in all code pathsRandall Spangler2013-02-121-0/+12
* Add more vboot_api_kernel testsstabilize-bluetooth-smartRandall Spangler2013-02-061-26/+7
* EC software sync uses precomputed hash if availableRandall Spangler2013-02-061-19/+79
* Reformat to kernel styleRandall Spangler2013-02-041-719/+901
* Add more recovery_reason codesBill Richardson2012-11-261-9/+9
* vboot_reference: Fix keyboard input lag at confirm screen.Shawn Nematbakhsh2012-10-301-1/+3
* vboot_api_kernel: Print warning in Ctrl-U when dev_boot_usb is not enabled.Hung-Te Lin2012-10-031-0/+3
* vboot_api_kernel: Print warning in TONORM when GBB flags force DEV.Hung-Te Lin2012-09-271-0/+9
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-201-1/+18
* Replace %L with %ll in format strings.Gabe Black2012-09-091-1/+1
* Check keyboard more often in recovery modeSimon Glass2012-09-071-7/+8
* Esc at DEV screen no longer triggers TONORMRandall Spangler2012-09-061-2/+1
* Fix handling of enter and space in developer screens.Randall Spangler2012-08-161-60/+12
* Get kernel size/load address from vboot headersVadim Bendebury2012-08-141-0/+9
* firmware: Add TONORM_CONFIRM screen.Hung-Te Lin2012-08-131-0/+2
* vboot: add flag to indicate that the EC is slow to programBill Richardson2012-08-071-7/+9
* TONORM screen should display at Dev screen, not Recovery screen.Bill Richardson2012-08-021-62/+89
* Flush keyboard at start of screens which take keyboard inputRandall Spangler2012-08-011-1/+51
* Revert "Enter key at DEV screen no longer transition to TONORM screen"Randall Spangler2012-08-011-6/+7
* Enter key at DEV screen no longer transition to TONORM screenRandall Spangler2012-07-311-7/+6
* Shut down after EC software sync if lid is closedRandall Spangler2012-07-261-11/+15
* Add more specific recovery reasons for EC software sync.Randall Spangler2012-07-261-7/+10
* Handle reboots required to protect/unprotect RW firmwareRandall Spangler2012-07-251-13/+25
* EC software sync now updates RW firmware if necessary.Randall Spangler2012-07-251-28/+81
* Call VbExEcGetExpectedRW() with the correct parameters.Bill Richardson2012-07-241-2/+6
* VbExEcGetExpectedRW() should take a const **Randall Spangler2012-07-231-1/+23
* Partial EC software sync implementationRandall Spangler2012-07-161-0/+104
* Remove VbExTrustEC() from vboot, so it can go into BIOS.Bill Richardson2012-06-181-7/+0
* Add GBB flags to enable dev mode by defaultRandall Spangler2012-06-141-0/+4
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-081-5/+74
* Add Ctrl-Enter as an additional key to trigger dev USB boot.Tom Wai-Hong Tam2012-02-141-0/+2
* Oops. Must still distinguish "no disks" from "no valid disks".Bill Richardson2012-01-271-1/+0