summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reenable EC console 'fanduty' command, for testing.Bill Richardson2012-06-222-1/+4
* Make ASSERT() report assertion failuresSimon Glass2012-06-224-1/+40
* snow: change flash size to 128KBDavid Hendricks2012-06-211-1/+1
* Calibrate TMP006 temperature sensorVic Yang2012-06-211-2/+2
* Enable checking for divide by 0 and alignment faultsSimon Glass2012-06-214-1/+21
* Add reboot-at-shutdown flagRandall Spangler2012-06-206-92/+132
* snow: Turn on CONFIG_PANIC_HELPSimon Glass2012-06-201-0/+3
* Enable snow I2C host auto detectionRong Chang2012-06-202-1/+41
* Enable snow battery chargingRong Chang2012-06-201-0/+7
* lm4: Stub chip-related functions in keyboard moduleVic Yang2012-06-204-95/+181
* Fix deep discharging poweroff functionRong Chang2012-06-201-8/+2
* Support KBC I8042_TEST_KB_PORT (0xab) command.Louis Yung-Chieh Lo2012-06-191-0/+4
* Add an option to report panic fault informationSimon Glass2012-06-193-0/+173
* Set GPIO_ENTERING_RW before jumping between images.release-R21-2465.BRandall Spangler2012-06-191-0/+9
* stm32: configure OSC pins as GPIOVincent Palatin2012-06-193-7/+10
* Implement x86 force shutdownRong Chang2012-06-191-2/+14
* Enable daisy I2C host auto detectionRong Chang2012-06-192-1/+46
* helper script to flash EC on boardsVincent Palatin2012-06-181-0/+140
* Optimize performance of flash reads/writesRandall Spangler2012-06-184-20/+18
* lm4f: update JTAG scripts for openOCD 0.5.0Vincent Palatin2012-06-182-3/+11
* Set daisy and snow PB6 PB7 GPIO pinmux to I2CRong Chang2012-06-184-17/+33
* If port 80 buffer isn't full, only print partial contentsRandall Spangler2012-06-181-12/+27
* Add a test of checking timer value when system jumpVic Yang2012-06-153-1/+48
* Add an option to report panics in a new stackSimon Glass2012-06-152-1/+15
* stm32: Add an early warning of watchdog firingSimon Glass2012-06-153-1/+58
* Move watchdog_trace() into the generic watchdog fileSimon Glass2012-06-154-44/+94
* Add kbd command to print/set keyboard enable statusRandall Spangler2012-06-151-5/+31
* Move System Control Block registers to core headerVincent Palatin2012-06-153-3/+4
* Modify Makefile to allow insertion of mock modulesVic Yang2012-06-141-8/+9
* Extend CPU temperature delay to 2 secondsVic Yang2012-06-131-1/+1
* Split console output into its own moduleRandall Spangler2012-06-133-109/+117