summaryrefslogtreecommitdiff
path: root/board/snow
Commit message (Expand)AuthorAgeFilesLines
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-092-2/+2
* x86: generalize power state machine for all platforms (2/2)Louis Yung-Chieh Lo2014-01-091-4/+9
* Move battery temp ranges to battery_info structRandall Spangler2013-12-031-1/+6
* cleanup: Even more TODO commentsRandall Spangler2013-11-011-5/+3
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* 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-252-4/+4
* cleanup: Consolidate power interruptsRandall Spangler2013-10-211-5/+4
* Correct the EC name in the build.mk comments for some boardsDavid Hendricks2013-10-171-1/+1
* cleanup: Config definesRandall Spangler2013-10-161-0/+1
* cleanup: Don't use [N] = {} when initializing arraysBill Richardson2013-10-101-3/+3
* cleanup: Battery header files and filenamesRandall Spangler2013-10-071-1/+1
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-072-2/+1
* stm32: snow: Fix the charging temperature range.jaehoon kim2013-09-241-2/+2
* stm32: Fix polarity of charger interruptRandall Spangler2013-09-232-2/+2
* Fix task priorities for console and hostcmd tasksRandall Spangler2013-09-141-2/+2
* Refactor PWM moduleVic Yang2013-08-272-0/+16
* Put knowledge of task-config dependency in config.hRandall Spangler2013-08-081-2/+0
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-072-0/+17
* snow: Remove remnants of partial SPI supportRandall Spangler2013-08-052-15/+0
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-2/+4
* Clean up more config optionsRandall Spangler2013-07-241-1/+0
* Clean up and document UART config optionsRandall Spangler2013-07-241-3/+0
* Collect board X specific files into build.mk common-$(BOARD_X)Rong Chang2013-07-241-1/+0
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-241-0/+11
* Clean up and document more config optionsRandall Spangler2013-07-242-5/+1
* Clean up debug config optionsRandall Spangler2013-07-231-3/+0
* Clean up and document PMU config optionsRandall Spangler2013-07-232-3/+0
* Clean up and document battery config optionsRandall Spangler2013-07-231-1/+1
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-0/+1
* pit: Clean up timer init codeRandall Spangler2013-06-261-0/+1
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-241-0/+1
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-3/+3
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-1/+1
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-302-0/+6
* 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-242-1/+3
* Remove _OFF from GPIO register macrosRandall Spangler2013-04-161-10/+10
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-151-1/+1
* Exclude chipset task from test binariesVic Yang2013-04-112-1/+3
* Remove unneeded USB_CHARGE_PORT_COUNTRandall Spangler2013-04-101-2/+0
* Only includes necessary tasks for test binariesVic Yang2013-04-101-9/+11
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-081-3/+0
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-081-29/+0
* Clean up board configurationRandall Spangler2013-04-052-8/+6
* Move board hard reset code into tpschrome driverRandall Spangler2013-04-052-18/+1
* Add common implementation for daisy/snow extpower_is_presentRandall Spangler2013-04-032-33/+1
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-3/+0