summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Check for recovery key sequence at initRandall Spangler2012-02-141-1/+4
* Add 8-bit I2C read/write functions.Bill Richardson2012-02-131-0/+10
* Fix discovery and bds builds, which don't have temp sensor or peciRandall Spangler2012-02-132-2/+4
* Add basic smart battery driverRong Chang2012-02-102-2/+233
* Add PECI module and CPU temperature monitoringRandall Spangler2012-02-101-0/+28
* Send scan code to host when power button is pressed/released.Louis Yung-Chieh Lo2012-02-102-0/+9
* Merge "Add tmp006 object temperature calculation"chrome-bot2012-02-081-2/+5
|\
| * Add tmp006 object temperature calculationVic Yang2012-02-081-2/+5
* | Merge "Initial bq24725 charger driver import"chrome-bot2012-02-071-0/+44
|\ \
| * | Initial bq24725 charger driver importRong Chang2012-02-071-0/+44
| |/
* | Handle up/down arrow keys for UART console.Vic Yang2012-02-071-0/+1
|/
* Merge "Additional compilation fix-ups for non-LM4 targets"chrome-bot2012-02-061-3/+0
|\
| * Additional compilation fix-ups for non-LM4 targetsDavid Hendricks2012-02-061-3/+0
* | Merge "Add UART1 receive support (UART to x86 console)"Randall Spangler2012-02-062-1/+4
|\ \ | |/ |/|
| * Add UART1 receive support (UART to x86 console)Randall Spangler2012-02-062-1/+4
* | Add forward declarations in ADC and temp_sensor headersDavid Hendricks2012-02-062-0/+6
|/
* Refactor temperature sensor code and add support of Link I2C temp sensor.Vic Yang2012-02-043-4/+68
* Merge "Fix the missing IRQ problem."Louis Yung-Chieh Lo2012-02-022-0/+26
|\
| * Fix the missing IRQ problem.Louis Yung-Chieh Lo2012-02-022-0/+26
* | Fix a bug that ADC input is not correctly configured.Vic Yang2012-02-021-0/+1
|/
* Merge "Refactor ADC code and add Link charger current ADC support"chrome-bot2012-02-011-17/+14
|\
| * Refactor ADC code and add Link charger current ADC supportVic Yang2012-02-021-17/+14
* | stm32l: add UART driverVincent Palatin2012-01-311-0/+6
|/
* expand properly the IRQ number for IRQ declaration macroVincent Palatin2012-01-301-1/+1
* Eat terminal escape sequencesRandall Spangler2012-01-271-0/+1
* Split reset cause and image copy code.Vincent Palatin2012-01-261-0/+3
* Split UART codeVincent Palatin2012-01-261-0/+60
* Move SoC-independant headers to another directoryVincent Palatin2012-01-261-0/+21
* Split the timer code between OS code and hardware dependant code.Vincent Palatin2012-01-251-0/+43
* Go back to SoC independant IRQ vectors declarationVincent Palatin2012-01-251-6/+5
* Initial mutex implementationVincent Palatin2012-01-252-0/+16
* register console commands at compile-timeVincent Palatin2012-01-241-11/+6
* USB Charging controlVic Yang2012-01-191-0/+34
* Handle all GPIO IRQs. Interrupts no longer enabled by default.Randall Spangler2012-01-171-3/+3
* Add x86 power state machineRandall Spangler2012-01-171-1/+5
* GPIO interrupts are disabled by defaultRandall Spangler2012-01-131-0/+8
* Move board-specific GPIO lists to board-specific filesRandall Spangler2012-01-121-67/+34
* Configure all GPIOsRandall Spangler2012-01-121-0/+2
* Tidy GPIO configuration and board-specific configs for modules.Randall Spangler2012-01-121-3/+6
* Add constants for all GPIOs.Randall Spangler2012-01-111-8/+62
* Add JTAG moduleRandall Spangler2012-01-111-0/+16
* Add GPIO get/set commandsRandall Spangler2012-01-111-3/+5
* Split power button code into its own fileRandall Spangler2012-01-102-6/+31
* Clean up labels and TODOsRandall Spangler2012-01-101-2/+2
* Add EC host command to control fan speed.Vic Yang2011-12-272-0/+34
* Add host command to read temperature sensor valueVic Yang2011-12-222-0/+31
* Use #defined constants for IRQ namesRandall Spangler2011-12-191-3/+4
* Add IRQ constants, and task functions to enable/disable/trigger IRQs.Randall Spangler2011-12-121-6/+20
* Clean up UART codeRandall Spangler2011-12-122-0/+15
* Support flash checksum command for re-transmit.Louis Yung-Chieh Lo2011-12-122-0/+28