summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Temporarily remove image RW.B due to code size.Vic Yang2012-02-163-1/+14
* stm32l: add support for ADV boardVincent Palatin2012-02-165-1/+121
* stm32l: de-duplicate stubs used for all STM32L based boardsVincent Palatin2012-02-165-64/+47
* stm32l: implement gpio_set_alternate_functionVincent Palatin2012-02-164-12/+51
* stm32l: add a simple power sequencing for Daisy boardVincent Palatin2012-02-164-3/+152
* Make i8042 independent of host <--> KBC bus.David Hendricks2012-02-157-4/+37
* Merge "Change TMP006 temperature calculation to use FP."Gerrit2012-02-153-51/+46
|\
| * Change TMP006 temperature calculation to use FP.Vic Yang2012-02-153-51/+46
* | build private files if presentVincent Palatin2012-02-161-1/+3
* | Merge "stm32l: add external interrupt support for GPIOs"Gerrit2012-02-152-1/+87
|\ \
| * | stm32l: add external interrupt support for GPIOsVincent Palatin2012-02-152-1/+87
* | | Merge "stm32l: fix Daisy GPIO declaration"Gerrit2012-02-152-3/+3
|\ \ \ | |/ /
| * | stm32l: fix Daisy GPIO declarationVincent Palatin2012-02-152-3/+3
| |/
* | Merge "Reduce LPC command parameters to 128 bytes; add LPC memory-mapped space"Gerrit2012-02-154-12/+25
|\ \ | |/ |/|
| * Reduce LPC command parameters to 128 bytes; add LPC memory-mapped spaceRandall Spangler2012-02-154-12/+25
* | Merge "stm32l: set pin mux for USART1"Gerrit2012-02-152-0/+14
|\ \
| * | stm32l: set pin mux for USART1Vincent Palatin2012-02-152-0/+14
| |/
* | Sqrt function for Cortex-MVic Yang2012-02-162-1/+25
* | FPU controlVic Yang2012-02-167-0/+83
|/
* Merge "stm32l: Add skeleton for Daisy board"Gerrit2012-02-144-0/+141
|\
| * stm32l: Add skeleton for Daisy boardVincent Palatin2012-02-144-0/+141
* | Merge "Refactor power button module to support lid events"Gerrit2012-02-141-89/+110
|\ \
| * | Refactor power button module to support lid eventsRandall Spangler2012-02-141-89/+110
* | | ec: Add "private/" to .gitignore.Dave Parker2012-02-141-0/+1
|/ /
* | Check for recovery key sequence at initRandall Spangler2012-02-143-69/+145
* | Make port 80 output less scrollyRandall Spangler2012-02-141-7/+16
* | Change temperature sensor debug command behaviourVic Yang2012-02-141-4/+5
* | Add 'lightsaber' command to test the blinky lights.Bill Richardson2012-02-136-0/+82
* | Add 8-bit I2C read/write functions.Bill Richardson2012-02-132-0/+65
* | Tiny code cleanup in i2c.cBill Richardson2012-02-131-3/+3
|/
* Fix discovery and bds builds, which don't have temp sensor or peciRandall Spangler2012-02-139-20/+18
* Merge "Make strtoi() do the right thing for base==16"Bill Richardson2012-02-101-2/+2
|\
| * Make strtoi() do the right thing for base==16Bill Richardson2012-02-101-2/+2
* | Add basic smart battery driverRong Chang2012-02-108-85/+508
|/
* Must wait on I2C controller before checking statusBill Richardson2012-02-101-1/+1
* Add PECI module and CPU temperature monitoringRandall Spangler2012-02-108-16/+184
* Send scan code to host when power button is pressed/released.Louis Yung-Chieh Lo2012-02-105-11/+64
* Merge development work from private blizzard.git repo.Dave Parker2012-02-09151-2/+15995
|\
| * Print repeated port 80 writes, for coreboot/uboot debuggingRandall Spangler2012-02-092-0/+8
| * Merge "Add tmp006 object temperature calculation"chrome-bot2012-02-084-8/+121
| |\
| | * Add tmp006 object temperature calculationVic Yang2012-02-084-8/+121
| * | stm32l: use USART1 as consoleVincent Palatin2012-02-082-2/+2
| * | Fix charger init crashRong Chang2012-02-071-12/+59
| * | Merge "Initial bq24725 charger driver import"chrome-bot2012-02-079-16/+398
| |\ \
| | * | Initial bq24725 charger driver importRong Chang2012-02-079-16/+398
| | |/
| * | More complete x86 power moduleRandall Spangler2012-02-072-43/+104
| * | Turn on when power button pressedRandall Spangler2012-02-071-22/+17
| * | Merge "Fix power button being held down for 8 sec"Randall Spangler2012-02-071-14/+11
| |\ \
| | * | Fix power button being held down for 8 secRandall Spangler2012-02-071-14/+11
| * | | Handle up/down arrow keys for UART console.Vic Yang2012-02-074-57/+197
| | |/ | |/|