summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_audio.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-2/+2
* firmware: add time unit conversion definesMatt Delco2019-03-201-7/+4
* firmware: simplify audioRandall Spangler2018-01-051-278/+32
* detachables: Implement disable dev mode for enterpriseShelley Chen2017-11-161-0/+7
* detachables: Set fw screen timeout to 30 secs upon button pressShelley Chen2017-07-311-3/+9
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-23/+25
* vboot: use malloc and free directlyRandall Spangler2016-11-061-2/+2
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-3/+3
* Increase MAX_CUSTOM_DELAY to 5 minutesAlexandru M Stan2016-01-261-6/+6
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-2/+1
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-1/+2
* Implementation of Region APISimon Glass2013-08-281-2/+1
* Enable vboot for sandbox and improve debugging/format stringsSimon Glass2013-08-241-5/+2
* Fix incorrect format stringsstabilize-falco-4537.91.Bstabilize-4537.147.Bstabilize-4537.118.Brelease-R30-4537.BVadim Bendebury2013-08-101-6/+7
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* Reformat to kernel styleRandall Spangler2013-01-311-219/+244
* Replace %L with %ll in format strings.Gabe Black2012-09-091-1/+1
* Short-circuit looping for audio in Sandbox U-Boot buildsTaylor Hutt2012-08-241-0/+4
* Remove debug messages from VbAudioLooping() - too noisy.Bill Richardson2012-01-221-9/+0
* Fix audio loop for long-delay keyboard reads.Bill Richardson2012-01-191-64/+73
* Address security concerns for vboot_audio.cBill Richardson2011-11-141-2/+25
* Enable (and test) custom dev-mode soundsBill Richardson2011-10-051-42/+140
* Refactor dev-mode delay handling into a separate file.Bill Richardson2011-10-051-0/+151