summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Write current fan speed to LPC mapped value space.Vic Yang2012-02-272-0/+2
* Only deassert RCINn in S0Randall Spangler2012-02-271-1/+1
* x86power module is not present on bds boardRandall Spangler2012-02-271-1/+0
* Merge "Revert "Only deassert RCINn in S0""Dave Tu2012-02-271-1/+1
|\
| * Revert "Only deassert RCINn in S0"Dave Tu2012-02-271-1/+1
* | Merge "Only deassert RCINn in S0"Randall Spangler2012-02-271-1/+1
|\ \ | |/
| * Only deassert RCINn in S0Randall Spangler2012-02-241-1/+1
* | stm32l: fix ACOK signalVincent Palatin2012-02-232-2/+2
|/
* stm32l: add keyboard configuration for ADV and Daisy boardsVincent Palatin2012-02-216-0/+40
* Merge "Add keyboard_scan for STM32"Gerrit2012-02-183-2/+24
|\
| * Add keyboard_scan for STM32David Hendricks2012-02-173-2/+24
* | Temperature polling and temporal correctionVic Yang2012-02-186-19/+54
|/
* stm32l: add support for ADV boardVincent Palatin2012-02-164-0/+116
* stm32l: de-duplicate stubs used for all STM32L based boardsVincent Palatin2012-02-162-64/+0
* stm32l: implement gpio_set_alternate_functionVincent Palatin2012-02-162-12/+3
* stm32l: add a simple power sequencing for Daisy boardVincent Palatin2012-02-162-3/+7
* Make i8042 independent of host <--> KBC bus.David Hendricks2012-02-154-1/+9
* stm32l: fix Daisy GPIO declarationVincent Palatin2012-02-152-3/+3
* stm32l: set pin mux for USART1Vincent Palatin2012-02-152-0/+14
* Merge "stm32l: Add skeleton for Daisy board"Gerrit2012-02-144-0/+141
|\
| * stm32l: Add skeleton for Daisy boardVincent Palatin2012-02-144-0/+141
* | Add 'lightsaber' command to test the blinky lights.Bill Richardson2012-02-132-0/+4
|/
* Fix discovery and bds builds, which don't have temp sensor or peciRandall Spangler2012-02-133-8/+11
* Add basic smart battery driverRong Chang2012-02-101-0/+11
* Add PECI module and CPU temperature monitoringRandall Spangler2012-02-102-10/+15
* Print repeated port 80 writes, for coreboot/uboot debuggingRandall Spangler2012-02-091-0/+5
* Merge "Add tmp006 object temperature calculation"chrome-bot2012-02-082-5/+5
|\
| * Add tmp006 object temperature calculationVic Yang2012-02-082-5/+5
* | stm32l: use USART1 as consoleVincent Palatin2012-02-081-1/+1
* | Initial bq24725 charger driver importRong Chang2012-02-073-0/+95
|/
* Add board configuration flags in board.hRong Chang2012-02-061-0/+3
* Refactor temperature sensor code and add support of Link I2C temp sensor.Vic Yang2012-02-046-0/+85
* stm32l: basic GPIO supportVincent Palatin2012-02-032-10/+18
* stm32l: add watchdog supportVincent Palatin2012-02-022-0/+7
* Fix a typo that cause compilation fail on BDSVic Yang2012-02-021-1/+1
* Fix a bug that ADC input is not correctly configured.Vic Yang2012-02-021-1/+1
* Merge "Refactor ADC code and add Link charger current ADC support"chrome-bot2012-02-014-0/+57
|\
| * Refactor ADC code and add Link charger current ADC supportVic Yang2012-02-024-0/+57
* | stm32l: add UART driverVincent Palatin2012-01-312-0/+14
|/
* Change COMx port to COM1Randall Spangler2012-01-302-0/+4
* stm32l: initialize clocksVincent Palatin2012-01-301-0/+3
* add the skeleton for STM32L chip and discovery boardVincent Palatin2012-01-264-0/+97
* Fix missing GPIO interruptsRandall Spangler2012-01-261-2/+3
* Define non-present interrupt handlers as nullRandall Spangler2012-01-251-0/+7
* Add modularity to the buildVincent Palatin2012-01-244-4/+4
* Use correct ADC channel for charger current on linkRandall Spangler2012-01-232-2/+2
* Add (disabled) support for compiling code for RAM.Randall Spangler2012-01-231-0/+4
* USB Charging controlVic Yang2012-01-192-0/+6
* Handle all GPIO IRQs. Interrupts no longer enabled by default.Randall Spangler2012-01-172-0/+9
* Add x86 power state machineRandall Spangler2012-01-175-17/+88