summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-snow-2695.BBrian Norris2021-09-101-0/+1
* gaia: Lid should be open for power button press to take effectDavid Hendricks2015-09-161-2/+12
* stm32: Swallow special keys instead of passing them to APSimon Glass2012-10-291-5/+10
* Don't forward keys in case of warm reboot sequence matchSameer Nanda2012-10-291-1/+3
* stm32: fix race condition enabling keyboard interruptVincent Palatin2012-10-291-39/+46
* Revert "Revert "stm32: Implement keyboard debouncing""Simon Glass2012-10-291-51/+180
* Revert "Don't forward keys in case of warm reboot sequence match"Simon Glass2012-10-291-4/+1
* Revert "Revert "stm32: Implement keyscan configuration command""Simon Glass2012-10-292-0/+238
* Revert "Revert "stm32: Reduce keyboard scan period from 10ms to 3ms""Simon Glass2012-10-291-1/+1
* Revert "Revert "stm32: Update keyboard_scan to use run-time configuration""Simon Glass2012-10-291-41/+75
* Revert "Revert "stm32: Drop key scan masks""Simon Glass2012-10-291-21/+0
* Revert "Revert "Define key scan parameters and get/set command""Simon Glass2012-10-291-0/+49
* Revert "stm32: fix race condition enabling keyboard interrupt"Simon Glass2012-10-291-43/+33
* Don't forward keys in case of warm reboot sequence matchSameer Nanda2012-10-101-1/+4
* snow: i2c: Reset i2c if we get a timeout in slave modeDoug Anderson2012-10-101-1/+9
* Clean up reboot host commandRandall Spangler2012-10-103-8/+9
* stm32: fix race condition enabling keyboard interruptVincent Palatin2012-10-101-33/+43
* Revert "Define key scan parameters and get/set command"Vincent Palatin2012-10-101-49/+0
* Revert "stm32: Drop key scan masks"Vincent Palatin2012-10-101-0/+21
* Revert "stm32: Update keyboard_scan to use run-time configuration"Vincent Palatin2012-10-101-75/+41
* Revert "stm32: Reduce keyboard scan period from 10ms to 3ms"Vincent Palatin2012-10-101-1/+1
* Revert "stm32: Implement keyscan configuration command"Vincent Palatin2012-10-102-238/+0
* Revert "stm32: Implement keyboard debouncing"Vincent Palatin2012-10-101-180/+51
* stm32: Implement keyboard debouncingSimon Glass2012-10-051-51/+180
* stm32: Implement keyscan configuration commandSimon Glass2012-10-052-0/+238
* stm32: Reduce keyboard scan period from 10ms to 3msSimon Glass2012-10-051-1/+1
* stm32: Update keyboard_scan to use run-time configurationSimon Glass2012-10-051-41/+75
* stm32: Drop key scan masksSimon Glass2012-10-051-21/+0
* Define key scan parameters and get/set commandSimon Glass2012-10-051-0/+49
* EC recalculates RW code hash after all sysjumpsRandall Spangler2012-09-201-5/+9
* Fixed a bug of sysjump: shutdown but reboot (firmware-snow-2695.B).Louis Yung-Chieh Lo2012-09-191-5/+14
* Snow: Retry accesses to PMU before hard resetCharlie Mooney2012-09-182-29/+43
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-09-173-42/+94
* fix signedness issue in deep sleep delayVincent Palatin2012-09-131-1/+1
* Add capability to auto-hash correct size for EC-RO or EC-RWRandall Spangler2012-09-123-49/+102
* Fix not setting in_progress flag when starting hash computationRandall Spangler2012-09-121-1/+1
* gaia_power: Report power on reasonSimon Glass2012-09-101-5/+6
* snow: Clear state of charge calculation window on state changeRong Chang2012-09-101-4/+19
* snow: Check state of charge using moving averageRong Chang2012-09-101-1/+38
* Switch to variable-size stacksRandall Spangler2012-09-1025-188/+260
* Allocate stacks separately from task context structsRandall Spangler2012-09-101-42/+63
* Track current task directly instead of computing from stack pointerRandall Spangler2012-09-103-53/+15
* Track amount of stack used for each EC taskRandall Spangler2012-09-102-5/+31
* snow: Stop discharging when temperature lower than 0CRong Chang2012-09-101-1/+1
* snow: make pmu charge ranges inclusiveDavid Hendricks2012-09-081-2/+2
* snow: re-configure I2C arbitration pins at AP off/on to fix leakageDavid Hendricks2012-09-071-15/+38
* Snow: Always reset i2c when it's initiallizedCharlie Mooney2012-09-061-63/+25
* make build_info fixed-lengthDavid Hendricks2012-09-061-2/+5
* Revert "Save panic data across reboots, and add panicinfo command"David Hendricks2012-09-063-94/+42
* snow: i2c: Reset i2c busses at bootup to unwedge themDavid Hendricks2012-09-051-4/+149