summaryrefslogtreecommitdiff
path: root/board/spring/board.h
Commit message (Expand)AuthorAgeFilesLines
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-091-1/+2
* cleanup: TODO comments in extpower_springRandall Spangler2013-10-311-0/+2
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-8/+0
* cleanup: Re-enable keyboard console channel for ARM boardsRandall Spangler2013-10-251-3/+0
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-251-3/+3
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-071-1/+0
* stm32: Fix polarity of charger interruptRandall Spangler2013-09-231-1/+1
* Rename extpower_usb to extpower_springVic Yang2013-08-281-1/+1
* Refactor PWM moduleVic Yang2013-08-271-0/+9
* Put knowledge of task-config dependency in config.hRandall Spangler2013-08-081-2/+0
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-0/+7
* Revert "spring: always enable the PP3300_WWAN rail"Vincent Palatin2013-08-011-1/+0
* Clean up more config optionsRandall Spangler2013-07-241-1/+0
* Clean up and document UART config optionsRandall Spangler2013-07-241-3/+1
* Collect board X specific files into build.mk common-$(BOARD_X)Rong Chang2013-07-241-1/+0
* Clean up and document more config optionsRandall Spangler2013-07-241-1/+0
* Clean up debug config optionsRandall Spangler2013-07-231-3/+0
* Clean up and document PMU config optionsRandall Spangler2013-07-231-1/+0
* Clean up and document battery config optionsRandall Spangler2013-07-231-1/+1
* Rename files in common/ to be more consistentRandall Spangler2013-07-081-2/+2
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-241-0/+1
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-1/+1
* Add console command to force enable consoleVic Yang2013-05-151-0/+1
* spring: Implement battery cut-off commandVic Yang2013-05-011-1/+1
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-301-0/+1
* Allow disabling PMU charger task, and do so on pitRandall Spangler2013-04-261-0/+1
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-1/+1
* Unify lid switch processingRandall Spangler2013-04-241-0/+1
* Exclude chipset task from test binariesVic Yang2013-04-111-0/+2
* Clean up USB external power moduleRandall Spangler2013-04-101-25/+0
* Rename usb_charging.c to extpower_usb.c and move to common/Randall Spangler2013-04-091-0/+1
* Clean up board configurationRandall Spangler2013-04-051-30/+13
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-051-3/+4
* Clean up board.c filesRandall Spangler2013-04-031-6/+0
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-0/+1
* spring: Enable low power mode.Todd Broch2013-03-261-2/+2
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-221-4/+2
* spring: keep AP off when battery level is too lowVic Yang2013-03-201-0/+3
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-201-3/+0
* spring: More stable battery LED controlstabilize-3881.0.BVic Yang2013-03-191-3/+0
* Use common declaration of keyboard_scan_interrupt()Randall Spangler2013-03-191-2/+0
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-191-5/+4
* stm32: list keyboard output ports on a per-board basisDavid Hendricks2013-03-131-0/+1
* stm32: Move KB_INPUTS to board.hDavid Hendricks2013-03-111-1/+2
* Rename CODEC_INT to ID_MUX.Jeremy Thorpe2013-03-071-1/+1
* spring: Handle dead battery and booting with low power chargerVic Yang2013-02-201-0/+3
* spring: Add host command to read power infoVic Yang2013-02-191-0/+6
* spring: always enable the PP3300_WWAN railVincent Palatin2013-02-131-0/+3
* spring: Control battery LEDVic Yang2013-02-051-2/+8
* spring: Add LP5562 driverVic Yang2013-01-211-0/+3