summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add x86shutdown console commandRandall Spangler2012-06-291-50/+94
* Include board and config headers in common.hRandall Spangler2012-06-291-0/+9
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-292-11/+21
* Fix a bug in battery temperature cut offVic Yang2012-06-281-1/+2
* Revert "dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()"davidjames2012-06-282-22/+11
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-282-11/+22
* Use __packed instead of __attribute__((packed))Randall Spangler2012-06-284-55/+66
* dma: Adjust prepare_channel() to use a channel pointerSimon Glass2012-06-281-15/+16
* dma: Export dma_get_channel()Simon Glass2012-06-282-11/+13
* Add time_since32() to return microseconds since a start timeSimon Glass2012-06-281-0/+17
* Add flash_link_ro command to openocdRandall Spangler2012-06-281-0/+4
* i2c: Tidy up common code for i2c masterSimon Glass2012-06-281-48/+37
* stm32: Use SPI ports for i2c arbitrationSimon Glass2012-06-284-17/+6
* Do not trickle charge when battery ask for no currentVic Yang2012-06-281-1/+2
* Fix a bug of temperature unit mismatchVic Yang2012-06-271-2/+2
* Add an option flag to intentionally shift binary codeVic Yang2012-06-271-0/+4
* Stub smart battery read/write functionsVic Yang2012-06-274-14/+46
* Add a test of keyboard debouncingVic Yang2012-06-273-1/+132
* Add a test of keyboard typematicVic Yang2012-06-273-1/+97
* Add a test of i8042 scancode setVic Yang2012-06-274-2/+64
* stm32: fix race condition in I2C responseVincent Palatin2012-06-261-20/+25
* stm32: fix I2C waveforms and statesVincent Palatin2012-06-261-7/+17
* stm32mon: set flash_size to 128KB for chip ID 0x420David Hendricks2012-06-261-1/+1
* tpschrome: skip bad I2C readVincent Palatin2012-06-262-5/+7
* TPSChrome charging loopRong Chang2012-06-266-110/+370
* flash-stm32f100: Fix unaligned castSimon Glass2012-06-261-6/+2
* Power on AP every EC reboot.Randall Spangler2012-06-261-57/+61
* Only check for boot key on the first boot after keyboard resetRandall Spangler2012-06-261-1/+2
* Refactor boot key detectionRandall Spangler2012-06-265-101/+143
* Only one RW image is now the defaultRandall Spangler2012-06-2613-30/+58
* Strip out vboot signature code and stay in RO for linkRandall Spangler2012-06-269-223/+265
* fix panic serial codeVincent Palatin2012-06-251-2/+1
* Add hash supportRandall Spangler2012-06-257-4/+478
* Shut off keyboard backlight at chipset shutdownRandall Spangler2012-06-251-26/+26
* Remove proto1 workaroundsRandall Spangler2012-06-255-68/+16
* Align .data section in flashVincent Palatin2012-06-251-0/+1
* Add a test of checking keyboard de-ghostingVic Yang2012-06-254-1/+205
* Fix unit test compilation errorVic Yang2012-06-251-0/+7
* Add a test of checking power button handlingVic Yang2012-06-257-0/+436
* Thermal engine unit testVic Yang2012-06-257-1/+388
* Add 'fanduty' command both EC console and ectool.Bill Richardson2012-06-226-21/+71
* link: update VR settingsVincent Palatin2012-06-221-2/+2
* stm32: don't try to use the AP I2C connection when the CPU is runningVincent Palatin2012-06-223-1/+15
* IR357x core/gfx regulator supportVincent Palatin2012-06-223-0/+193
* stm32: drive the keyboard power LEDVincent Palatin2012-06-227-8/+90
* Revise EEPROM init and write routinesRandall Spangler2012-06-222-22/+53
* Disable thermal thresholds for TMP006 sensor near CPUVic Yang2012-06-223-2/+9
* snow: Enable command help and task profilingSimon Glass2012-06-221-0/+3
* Add a dedicated panic() functionSimon Glass2012-06-222-0/+13
* snow: Turn on CONFIG_ASSERT_HELPSimon Glass2012-06-221-0/+1