summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Fix and enable SPI for pitRandall Spangler2013-05-072-13/+22
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-075-0/+101
* Define slippy GPIOs, make power sequencing task do nothing.Bill Richardson2013-05-022-104/+94
* Slippy uses dumb USB ports, not smart ones.Bill Richardson2013-05-021-2/+2
* Remove Link peripherals from Slippy boardBill Richardson2013-05-022-84/+31
* Disable the charger task for Slippy bringupBill Richardson2013-05-022-8/+4
* Support power button on slippy, make it compile again.Bill Richardson2013-05-021-0/+1
* Fix I2C port configuration on pitRandall Spangler2013-05-021-8/+4
* Split the USB port power control into smart and dumb versions.Bill Richardson2013-05-012-2/+2
* Disable i2c for mccroskey. It's busted, but we don't care.Bill Richardson2013-05-011-1/+0
* spring: Implement battery cut-off commandVic Yang2013-05-011-1/+1
* Re-enable charging task on pitRandall Spangler2013-05-011-1/+1
* Split x86_power.c into Ivybridge and Haswell variantsBill Richardson2013-04-302-2/+2
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-308-0/+25
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-262-2/+3
* Allow disabling PMU charger task, and do so on pitRandall Spangler2013-04-265-1/+7
* Split out power button code from switch.cRandall Spangler2013-04-252-1/+3
* Create board directory for Slippy.Bill Richardson2013-04-244-0/+444
* Move LPC constants of out board.c and into chipset where they belongBill Richardson2013-04-241-29/+0
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-245-6/+6
* Specify the LM4 GPIOs to use for UART1Bill Richardson2013-04-242-0/+6
* Unify lid switch processingRandall Spangler2013-04-248-4/+12
* Allow keyboard_scan_config to be customized per-boardBill Richardson2013-04-242-0/+16
* Unify lid switch GPIO nameVic Yang2013-04-232-2/+2
* Increase EC low-battery threshold to 14% to match kernelBill Richardson2013-04-231-1/+1
* Active-low Link GPIOs end with _L, not n.Randall Spangler2013-04-222-129/+129
* Support power button LED on pitstabilize-4035.0.BRandall Spangler2013-04-191-0/+1
* Move temp sensor struct into board.cRandall Spangler2013-04-193-53/+42
* PMIC_PWROK is active-high on pitRandall Spangler2013-04-162-2/+2
* Correct GPIOs to match Pit EVT schematicsRandall Spangler2013-04-161-4/+4
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-164-27/+27
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-154-10/+9
* Fix test compilation error for linkVic Yang2013-04-131-0/+2
* Clean up alternate functions on STM32LRandall Spangler2013-04-121-21/+9
* Exclude chipset task from test binariesVic Yang2013-04-1110-5/+15
* Clean up USB external power moduleRandall Spangler2013-04-102-68/+1
* Remove unneeded USB_CHARGE_PORT_COUNTRandall Spangler2013-04-104-8/+0
* Only includes necessary tasks for test binariesVic Yang2013-04-107-53/+65
* Rename usb_charging.c to extpower_usb.c and move to common/Randall Spangler2013-04-093-678/+3
* Add pit boardRandall Spangler2013-04-094-0/+349
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-084-39/+3
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-082-30/+0
* Clean up board configurationRandall Spangler2013-04-0512-88/+45
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-054-39/+5
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-034-66/+2
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-034-12/+0
* Clean up board.c filesRandall Spangler2013-04-034-38/+9
* spring: Add host command to limit external power currentVic Yang2013-04-021-2/+37
* spring: Retry when over current detectedVic Yang2013-04-021-2/+11
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-022-4/+3