summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add CONFIG_CONFIGURE_BOARD_LATE for late board initSimon Glass2012-08-271-0/+3
* Reset pmic registers to known safe values on bootCharlie Mooney2012-08-272-0/+71
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-251-15/+14
* Fix return size error in lightbar host commands.Bill Richardson2012-08-241-2/+2
* stm32: fix AP auto power onVincent Palatin2012-08-241-3/+3
* Fix poweron state machine in the ECPuneet Kumar2012-08-241-52/+50
* Allow hashing an empty RW imageRandall Spangler2012-08-241-16/+10
* flash: Only erase flash block that contain dataSimon Glass2012-08-231-0/+17
* Blink charger LED on charging errorRong Chang2012-08-232-7/+136
* Check TPSCHROME VACG when power button is pressedRong Chang2012-08-221-5/+20
* gaia: Assert PMIC_PWRON_L only if XPSHOLD is lowDavid Hendricks2012-08-221-2/+7
* Add "lightbar demo" mode for executive bikesheddingBill Richardson2012-08-202-21/+101
* Fix a bug that battery info is not updated when AC not connectedVic Yang2012-08-181-3/+3
* flash: Indicate that erase operation is in progressSimon Glass2012-08-171-0/+5
* Snow: WP_RO should be 0x10000 (including pstate).Louis Yung-Chieh Lo2012-08-172-5/+5
* Display debug message before shutting down to protect the battery.Bill Richardson2012-08-161-0/+1
* stm32: don't go to stop mode in suspendVincent Palatin2012-08-161-2/+0
* host_command: Add host_send_response() to send responsesSimon Glass2012-08-162-3/+8
* daisy: Modify charging flow to comply charging specificationRong Chang2012-08-163-79/+173
* Include 0xea byte as the last byte in RO/RW imagesRandall Spangler2012-08-141-6/+6
* Handle IRQ from TPS65090, pass AC status to APSimon Que2012-08-143-46/+57
* Initialize temperature reading buffer to sane valuesVic Yang2012-08-132-5/+43
* port80: Track and export last post code in previous bootDuncan Laurie2012-08-131-2/+31
* Clean up EC hibernate logicRandall Spangler2012-08-132-10/+12
* link: update IR3570A settingsVincent Palatin2012-08-091-5/+5
* 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