summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PMIC_PWROK is active-high on pitRandall Spangler2013-04-165-24/+38
* Correct GPIOs to match Pit EVT schematicsRandall Spangler2013-04-161-4/+4
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-1610-69/+69
* Allow either libftdi or libftdi1 at compile time.Todd Broch2013-04-162-2/+17
* flash_ec: add support for flashing with Toad cableVincent Palatin2013-04-161-12/+48
* Put timer_dos test behind console commandstabilize-4008.0.BVic Yang2013-04-151-8/+28
* Fix timer_calib testVic Yang2013-04-152-27/+38
* Fix flash testsVic Yang2013-04-1510-280/+205
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-159-118/+138
* Fix test compilation error for linkVic Yang2013-04-135-3/+27
* Add debounce test to kb_deghost and change name to kb_scanVic Yang2013-04-137-319/+251
* Remove unused mock setting for kb_deghost testVic Yang2013-04-131-5/+1
* Add a test for testing common utilitiesVic Yang2013-04-133-1/+102
* Remove unused GPIO macrosRandall Spangler2013-04-121-25/+1
* Clean up alternate functions on STM32LRandall Spangler2013-04-121-21/+9
* Daisy doesn't use STM32F100Randall Spangler2013-04-121-1/+1
* Allow GPIO alternate function 0Randall Spangler2013-04-115-6/+17
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-115-25/+13
* Strip out old LPC command protocolRandall Spangler2013-04-115-113/+33
* Fix kb_deghost testVic Yang2013-04-115-4/+150
* Fix mutex testVic Yang2013-04-112-21/+32
* Exclude chipset task from test binariesVic Yang2013-04-1111-6/+16
* Fix pingpong testVic Yang2013-04-112-13/+40
* Clean up USB external power moduleRandall Spangler2013-04-106-218/+269
* Remove unneeded USB_CHARGE_PORT_COUNTRandall Spangler2013-04-104-8/+0
* Move REG16 and REG32 macros to common.hRandall Spangler2013-04-104-151/+150