summaryrefslogtreecommitdiff
path: root/board/snow
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up board.c filesRandall Spangler2013-04-032-24/+8
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-291-1/+1
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-272-1/+3
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-221-3/+1
* Add keyboard_raw interfaceRandall Spangler2013-03-221-9/+9
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-202-9/+0
* Move gaia event handler declarations to gaia_power.hRandall Spangler2013-03-201-11/+1
* Move I2C arbitration to its own fileRandall Spangler2013-03-202-97/+1
* Use common declaration of keyboard_scan_interrupt()Randall Spangler2013-03-192-14/+17
* Rename board_get_ac() to extpower_is_present()Randall Spangler2013-03-191-1/+2
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-193-16/+16
* 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
* stm32: Add option to select timer for hardware clockVic Yang2012-12-121-0/+4
* stm32: Implement keyscan test infrastructureSimon Glass2012-10-311-1/+1
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-301-1/+0
* Add tick taskRandall Spangler2012-10-301-0/+1
* Use CONFIG_TASK_VBOOTHASH instead of CONFIG_VBOOTRandall Spangler2012-10-231-3/+0
* Hook functions no longer return valuesRandall Spangler2012-10-231-8/+3
* tpschrome: AC detection is board specific.Vincent Palatin2012-09-201-0/+33
* spi: Rewrite driver for new protocol, better performanceSimon Glass2012-09-171-1/+14