summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_api_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make VbTryLoadKernel() go to recovery when no valid disks are foundBill Richardson2012-01-251-2/+7
* Be aggressive in saving locale to nvram.Bill Richardson2012-01-241-1/+4
* Acknowledge Ctrl+U fasterVincent Palatin2012-01-181-12/+18
* Clean up return codes for better interaction with U-Boot.Bill Richardson2012-01-171-1/+1
* ONLY pressing the recovery button okays booting from USBBill Richardson2011-11-281-1/+1
* Pressing the recovery button okays booting from USBBill Richardson2011-11-161-2/+4
* Add VB_INIT_OUT_ENABLE_ALTERNATE_OS flagBill Richardson2011-11-161-7/+0
* Fix typo, add one VBDEBUG.Bill Richardson2011-11-141-0/+1
* Sanity-check output of VbExDiskGetInfo()Bill Richardson2011-11-141-0/+9
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-101-1/+2
* Refactor dev-mode delay handling into a separate file.Bill Richardson2011-10-051-93/+11
* Make startup delay and noises simpler to change.Bill Richardson2011-09-261-26/+97