summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add kbd command to print/set keyboard enable statusRandall Spangler2012-06-151-5/+31
* Split console output into its own moduleRandall Spangler2012-06-133-109/+117
* Add option to adjust delay for indiviual temperature sensorVic Yang2012-06-081-4/+5
* Refactor the i8042 module to be thread-safe.Louis Yung-Chieh Lo2012-06-073-58/+142
* Fix printing hex numbersRandall Spangler2012-06-071-2/+2
* console: Support delete as well as backspaceSimon Glass2012-06-071-2/+2
* Stay in G3 when power appliedRandall Spangler2012-06-071-7/+4
* Misc keyboard module cleanupRandall Spangler2012-06-072-6/+8
* Put correct RO_FRID, RW_FWID_A, RW_FWID_B entries in FMAPBill Richardson2012-06-071-6/+14
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-074-180/+288
* Flash host command functions should be staticRandall Spangler2012-06-061-9/+9
* Fix setting PROCHOT levelRandall Spangler2012-06-061-2/+2
* Add powerinfo command to display CPU stateBill Richardson2012-06-061-0/+11
* Unify the watchdog API over stm32 and lm4Simon Glass2012-06-051-1/+1
* Release keyboard recovery button on next power-onRandall Spangler2012-06-041-3/+3
* Send success code when rebooting EC using I2C host commandsDavid Hendricks2012-06-011-0/+4
* Add host command to switch LCD backlight and WLAN/BluetoothVic Yang2012-06-011-0/+17
* Assorted keyboard module cleanupRandall Spangler2012-05-312-11/+16
* Fix a typo in thermal engine temperature settingVic Yang2012-05-311-1/+1
* PMU tps65090 driverRong Chang2012-05-312-0/+168
* Add stm32 I2C master driverRong Chang2012-05-311-2/+2
* Detect recovery key combinationVincent Palatin2012-05-311-0/+14
* Merge "stm32: assert/de-assert GPIO_PMIC_PWRON_L with keyboard power event"Gerrit2012-05-301-0/+3
|\
| * stm32: assert/de-assert GPIO_PMIC_PWRON_L with keyboard power eventDavid Hendricks2012-05-291-0/+3
* | Add basic SPI support to linkRandall Spangler2012-05-301-0/+1
* | Merge "Add host command to simulate key press"Gerrit2012-05-291-0/+15
|\ \
| * | Add host command to simulate key pressVic Yang2012-05-291-0/+15
| |/
* | Merge "Add a way to set indiviual sensitivity factor for each TMP006 sensor"Gerrit2012-05-291-1/+2
|\ \ | |/ |/|
| * Add a way to set indiviual sensitivity factor for each TMP006 sensorVic Yang2012-05-281-1/+2
* | Fix temperature comparison issue in discharging stateRong Chang2012-05-281-6/+8
|/
* Make ectool correctly report when keyboard backlight is offVic Yang2012-05-261-0/+1
* Add system_is_locked() to prevent sysjump on consumer systemsRandall Spangler2012-05-252-31/+77
* Better help for console commandsRandall Spangler2012-05-2519-211/+329
* Cleanup - includes go in include dirRandall Spangler2012-05-253-205/+0
* Merge "Keyboard scan must stop driving columns when power button is pressed."Gerrit2012-05-232-8/+8
|\
| * Keyboard scan must stop driving columns when power button is pressed.Louis Yung-Chieh Lo2012-05-242-8/+8
* | Merge "Handle multiple pending lightbar events."Gerrit2012-05-231-29/+44
|\ \ | |/ |/|
| * Handle multiple pending lightbar events.Bill Richardson2012-05-221-29/+44
* | Add EC command to report board versionVadim Bendebury2012-05-221-0/+13
|/
* Add LPC command to handle vboot stuff.Bill Richardson2012-05-221-0/+44
* Merge "do not advertise RW-B in FMAP if it doesn't exist"Gerrit2012-05-221-0/+2
|\
| * do not advertise RW-B in FMAP if it doesn't existVincent Palatin2012-05-221-0/+2
* | Merge "Notify lightbar task when CPU enters/leaves S5"Gerrit2012-05-221-1/+16
|\ \
| * | Notify lightbar task when CPU enters/leaves S5Bill Richardson2012-05-221-1/+16
| |/
* | Add support for printing fixed-point numbersRandall Spangler2012-05-222-3/+23
|/
* Add FMAP even if VBOOT is not activatedv1.0.0Vincent Palatin2012-05-222-2/+6
* Fix regression on linking addressVincent Palatin2012-05-221-1/+1
* Merge "Disable touchscreen when lid is closed and in S3"Gerrit2012-05-222-20/+44
|\
| * Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-212-20/+44
* | Turn on light bar subtly for factoryBill Richardson2012-05-211-70/+30
|/