summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle battery charged alarmstabilize-4068.0.BVic Yang2013-04-291-10/+14
* Add cscope.out to .gitignoreVic Yang2013-04-291-0/+1
* Clean up gaia_power debug messagesRandall Spangler2013-04-291-15/+14
* Don't enable charger interrupt if charger task is disabledRandall Spangler2013-04-292-9/+8
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-297-25/+36
* Fix charging state descriptionsRandall Spangler2013-04-291-0/+2
* spring: Enable both VFET2 and VFET4 for videoVic Yang2013-04-292-0/+3
* Make test-list a per-board parameterVic Yang2013-04-293-5/+19
* Remove mock filesVic Yang2013-04-291-26/+0
* Fix kb_scan test when CONFIG_LID_SWITCH is not definedVic Yang2013-04-291-0/+6
* Fill in I2C test parametersVic Yang2013-04-291-2/+18
* Add 'clobber' target to Makefile to clean everything.Bill Richardson2013-04-261-0/+4
* Add 'TAGS' target to MakefileBill Richardson2013-04-261-0/+10
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-269-148/+232
* Rename i2c_commands.c to i2c_common.cRandall Spangler2013-04-262-1/+1
* Allow disabling PMU charger task, and do so on pitRandall Spangler2013-04-267-2/+11
* Move PMU charger irq handler to charger moduleRandall Spangler2013-04-263-10/+15
* Increase UART output buffer on STM32LRandall Spangler2013-04-261-0/+3
* Add pit support to flash_ecRandall Spangler2013-04-261-1/+1
* spring: Show yellow LED when not fully chargedVic Yang2013-04-261-0/+2
* Add new TPS65090 charge state REINIT and BAD_CONDVic Yang2013-04-262-20/+25
* stm32: do not enable interrupts on I2C1Vincent Palatin2013-04-261-2/+0
* Split out power button code from switch.cRandall Spangler2013-04-2513-175/+261
* Create board directory for Slippy.Bill Richardson2013-04-244-0/+444
* Temporarily enable all FETs at chipset poweronRandall Spangler2013-04-241-0/+15
* Fix typo in power_led.cRandall Spangler2013-04-241-1/+1
* Move LPC constants of out board.c and into chipset where they belongBill Richardson2013-04-243-29/+30
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-2426-48/+48
* Specify the LM4 GPIOs to use for UART1Bill Richardson2013-04-243-4/+11
* Add test for keyboard disabling when lid closedVic Yang2013-04-241-0/+28
* Move common chipset console commands to chipset.cRandall Spangler2013-04-244-39/+48
* spring: Improve battery LED stabilityVic Yang2013-04-241-49/+140
* Unify lid switch processingRandall Spangler2013-04-2410-24/+31
* Allow keyboard_scan_config to be customized per-boardBill Richardson2013-04-244-19/+33
* Allow building without battery chargingBill Richardson2013-04-242-1/+6
* Add LP5562 functions to control engine execution stateVic Yang2013-04-232-0/+32
* Unify lid switch GPIO nameVic Yang2013-04-233-4/+4
* Software flow control in consoleVic Yang2013-04-231-2/+17
* Increase EC low-battery threshold to 14% to match kernelBill Richardson2013-04-232-2/+2
* Active-low Link GPIOs end with _L, not n.Randall Spangler2013-04-226-174/+174
* Turn on 3.3V rail earlier in power sequence for pitRandall Spangler2013-04-221-6/+22
* Add more flash testVic Yang2013-04-212-12/+104
* Add shared memory testVic Yang2013-04-212-16/+56
* Support power button LED on pitstabilize-4035.0.BRandall Spangler2013-04-192-11/+33
* Move temp sensor struct into board.cRandall Spangler2013-04-193-53/+42
* Add peripheral stress testVic Yang2013-04-193-0/+159
* Saving the main stack pointer at the entry of exception_panic.Daisuke Nojiri2013-04-182-54/+30
* Add flash write protect testVic Yang2013-04-174-13/+133
* Move STM32 timer regs struct to registers.hRandall Spangler2013-04-172-30/+31
* Remove 'hello' testVic Yang2013-04-173-33/+1