summaryrefslogtreecommitdiff
path: root/common/build.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Power and battery LED control for Peppy.Dave Parker2013-06-241-0/+1
* Add charger/battery support for PeppyDave Parker2013-06-241-0/+1
* Power and battery LED control for Falco.Dave Parker2013-06-211-0/+1
* Actually USE the falco battery for falco.Bill Richardson2013-06-181-1/+1
* Falco: Add support for bq24738 charger (and guess at battery).Bill Richardson2013-06-131-0/+2
* Initial support for Slippy batteryBill Richardson2013-06-071-0/+1
* Add support for TI's Smart Battery Charger BQ24707ABill Richardson2013-06-071-1/+2
* Separate battery selection from charging logicBill Richardson2013-06-071-1/+2
* Enable flash unit test on emulatorVic Yang2013-06-031-1/+2
* Put test utility macros in headerVic Yang2013-05-081-0/+1
* Split the USB port power control into smart and dumb versions.Bill Richardson2013-05-011-1/+2
* spring: Implement battery cut-off commandVic Yang2013-05-011-0/+1
* Split x86_power.c into Ivybridge and Haswell variantsBill Richardson2013-04-301-1/+2
* Rename i2c_commands.c to i2c_common.cRandall Spangler2013-04-261-1/+1
* Allow disabling PMU charger task, and do so on pitRandall Spangler2013-04-261-1/+2
* Split out power button code from switch.cRandall Spangler2013-04-251-0/+1
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-7/+7
* Move common chipset console commands to chipset.cRandall Spangler2013-04-241-0/+1
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-111-1/+1
* Rename usb_charging.c to extpower_usb.c and move to common/Randall Spangler2013-04-091-0/+1
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-031-0/+1
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-021-0/+1
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-291-2/+1
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-291-1/+1
* Merge i8042.c into keyboard_8042.cRandall Spangler2013-03-291-1/+1
* Merge lm4 and stm32 implementations of keyboard_scanRandall Spangler2013-03-291-3/+1
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-1/+5
* Move battery LED code on spring to commonRandall Spangler2013-03-201-1/+1
* Move I2C arbitration to its own fileRandall Spangler2013-03-201-0/+1
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-191-2/+2
* Move external power detect for link to its own fileChromeOS Developer2013-03-191-0/+1
* Rename power_led.c to onewire_led.cRandall Spangler2013-03-141-2/+2
* spring: Add LP5562 driverVic Yang2013-01-211-0/+1
* spring: add basic TSU6721 driverVincent Palatin2012-12-131-0/+1
* Switch temp sensor polling to use hooks instead of taskRandall Spangler2012-11-011-1/+1
* stm32: Implement keyscan test infrastructureSimon Glass2012-10-311-0/+1
* Rename POWERSTATE task to CHARGERRandall Spangler2012-10-291-1/+1
* Clean up thermal modulesRandall Spangler2012-10-261-2/+2
* Clean up pwm moduleRandall Spangler2012-10-251-1/+0
* Clean up vboot hash supportRandall Spangler2012-10-251-20/+1
* Use CONFIG_TASK_VBOOTHASH instead of CONFIG_VBOOTRandall Spangler2012-10-231-6/+6
* link: Re-enable USB ports on resumeRandall Spangler2012-09-261-1/+1
* Support battery cut-off mechanism for factory.Louis Yung-Chieh Lo2012-08-281-0/+1
* Remove signature-based vboot supportRandall Spangler2012-08-071-15/+2
* Move flash commands into flash_common.cRandall Spangler2012-07-181-1/+1
* Add I2C read/write host commandVic Yang2012-07-121-0/+1
* Rename battery pack file and limit trickle charging currentRong Chang2012-07-121-1/+1
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-071-2/+2
* Stub smart battery read/write functionsVic Yang2012-06-271-1/+1
* TPSChrome charging loopRong Chang2012-06-261-1/+1