summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add ectool command to read snapshot of EC's console outputRandall Spangler2012-08-091-1/+85
* Tidy shared memory moduleRandall Spangler2012-08-093-18/+34
* Enable PLL only briefly during ADC initRandall Spangler2012-08-091-5/+1
* stm32f100: implement low power modeVincent Palatin2012-08-091-0/+5
* Clean up debug outputRandall Spangler2012-08-075-34/+41
* Remove signature-based vboot supportRandall Spangler2012-08-076-421/+3
* Add host events for shutdown due to thermal or batteryRandall Spangler2012-08-073-0/+3
* Enhance port 80 loggingRandall Spangler2012-08-071-11/+37
* Hibernate when in G3 for 24 hoursVic Yang2012-08-071-2/+62
* Periodically set power LEDVic Yang2012-08-071-1/+16
* vboot: fix flash offset for hashVincent Palatin2012-08-061-2/+2
* Add TPSChrome comments on charging codeRong Chang2012-08-061-5/+38
* Change link charging profileRong Chang2012-08-061-43/+64
* Add x86indebug commandRandall Spangler2012-08-031-0/+27
* Fixing lid power behavior -- shutdowns vs rebootsCharlie Mooney2012-08-031-0/+1
* Revert "Set power LED to green when we are trickle charging nearly full"Vic Yang2012-08-032-28/+28
* Notify kernel when charge_full changesVic Yang2012-08-031-0/+9
* Fix 'reboot' console commandVic Yang2012-08-021-5/+5
* Add additional host command debug outputRandall Spangler2012-08-011-5/+39
* Snow has write protect pin (PB4) wired to EC.Louis Yung-Chieh Lo2012-08-011-3/+3
* Fixing bug: Keyboard locks up after 8s pwr pressCharlie Mooney2012-07-311-1/+1
* security: Check for integer overflow in VbExMalloc()Bill Richardson2012-07-311-1/+2
* Fix a bug that a line longer than 80 char kills EC consoleVic Yang2012-07-301-1/+1
* Improve hostcmd commandRandall Spangler2012-07-301-21/+23
* Enhance printf()Randall Spangler2012-07-302-36/+94
* Set TPSCHROME temp range configurationRong Chang2012-07-291-0/+86
* Modify Gaia power message to match x86 power moduleVic Yang2012-07-261-4/+5
* stm32f: Flash write protectVic Yang2012-07-261-1/+7
* Stop keyboard scans from triggering ARM EC resetCharlie Mooney2012-07-261-0/+5
* Change host command params/response pointers to void *Randall Spangler2012-07-2617-114/+58
* Change some FMAP area_offset to be related to the start of flash.Louis Yung-Chieh Lo2012-07-251-3/+10
* Fix order of init hooks so chipset is called before power buttonRandall Spangler2012-07-241-1/+1
* Add RW offset query interface (EC_CMD_FLASH_RW_OFFSET).Louis Yung-Chieh Lo2012-07-241-0/+31
* Calculate the hash only of the actual RW codeRandall Spangler2012-07-242-6/+32
* hash command without args prints current hashRandall Spangler2012-07-241-0/+15
* Refactor flash moduleRandall Spangler2012-07-232-261/+47
* Add console command to inject host commandVic Yang2012-07-231-0/+87
* Implement something close to final lightbar code.Bill Richardson2012-07-233-43/+311
* host_command: Add send_result() to the arg structureSimon Glass2012-07-232-9/+15
* Add console functionalityRandall Spangler2012-07-232-83/+227
* Refactor reboot command to add ap-off and cancel optionsRandall Spangler2012-07-232-10/+25
* Fix unit tests not compiling for linkRandall Spangler2012-07-231-1/+1
* ec: Remove "_A" suffix in FMAP RW firmware areas.Hung-Te Lin2012-07-231-12/+5
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-222-15/+9
* Support up to 24 thermal sensorsRandall Spangler2012-07-221-10/+25
* host_command: Add send_result() to the arg structureSimon Glass2012-07-222-9/+15
* stm32f: Fix some error in flash write protectVic Yang2012-07-211-4/+6
* daisy/snow: enable SUSPEND_L interruptDavid Hendricks2012-07-191-0/+1
* link: update fan policyVincent Palatin2012-07-191-5/+7
* Add interface to charge_state for lightbarRandall Spangler2012-07-191-35/+48