summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-parrot-2685.BBrian Norris2021-09-101-0/+1
* Set TPSCHROME temp range configurationRong Chang2012-07-293-22/+178
* The jtag_buf_en was not set.Louis Yung-Chieh Lo2012-07-261-1/+2
* stm32: Add kbpress commandVic Yang2012-07-261-0/+37
* Modify Gaia power message to match x86 power moduleVic Yang2012-07-261-4/+5
* stm32f: Flash write protectVic Yang2012-07-264-33/+311
* Stop keyboard scans from triggering ARM EC resetCharlie Mooney2012-07-262-1/+28
* Change host command params/response pointers to void *Randall Spangler2012-07-2621-126/+69
* Change some FMAP area_offset to be related to the start of flash.Louis Yung-Chieh Lo2012-07-251-3/+10
* Don't protect firmware now if protect-ro-at-boot is not setRandall Spangler2012-07-251-2/+6
* don't crash when receiving ACPI query on legacy channelVincent Palatin2012-07-251-0/+24
* Add upstart script to collect temperature statistics.Luigi Semenzato2012-07-251-0/+33
* Change the path check of --image in util/flash_ec.Louis Yung-Chieh Lo2012-07-241-1/+1
* Fix order of init hooks so chipset is called before power buttonRandall Spangler2012-07-244-3/+13
* Add RW offset query interface (EC_CMD_FLASH_RW_OFFSET).Louis Yung-Chieh Lo2012-07-242-0/+57
* Set correct name for new TMP006 sensorsVic Yang2012-07-241-24/+24
* Add "all" command for sensor temperatures and sensor info.Luigi Semenzato2012-07-241-12/+57
* Calculate the hash only of the actual RW codeRandall Spangler2012-07-243-7/+44
* hash command without args prints current hashRandall Spangler2012-07-241-0/+15
* Revert "Revert "i2c: Support command version numbers""Simon Glass2012-07-243-15/+57
* Revert "Revert "i2c: Move host command processing into a function""Simon Glass2012-07-231-13/+18
* Refactor flash moduleRandall Spangler2012-07-238-341/+376
* Add console command to inject host commandVic Yang2012-07-231-0/+87
* Implement something close to final lightbar code.Bill Richardson2012-07-234-43/+323
* host_command: Add send_result() to the arg structureSimon Glass2012-07-237-55/+71
* bitrot: disable VBOOT_SIG for BDS. It's broken.Bill Richardson2012-07-231-1/+1
* Add console functionalityRandall Spangler2012-07-233-83/+228
* Refactor reboot command to add ap-off and cancel optionsRandall Spangler2012-07-236-26/+62
* Fix unit tests not compiling for linkRandall Spangler2012-07-232-3/+8
* 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-227-72/+57
* Revert "i2c: Move host command processing into a function"Randall Spangler2012-07-221-18/+13
* Revert "i2c: Support command version numbers"Randall Spangler2012-07-223-57/+15
* Clean up ectoolRandall Spangler2012-07-222-37/+28
* Support up to 24 thermal sensorsRandall Spangler2012-07-226-61/+110
* i2c: Support command version numbersSimon Glass2012-07-223-15/+57
* i2c: Move host command processing into a functionSimon Glass2012-07-221-13/+18
* host_command: Add send_result() to the arg structureSimon Glass2012-07-227-57/+72
* stm32f: Fix some error in flash write protectVic Yang2012-07-213-9/+63
* Prevent parallel make from failingVic Yang2012-07-201-7/+5
* daisy/snow: enable SUSPEND_L interruptDavid Hendricks2012-07-191-0/+1
* link: update fan policyVincent Palatin2012-07-191-5/+7
* stm32f: Support hard resetVic Yang2012-07-191-6/+33
* stm32f: Add hibernate supportVic Yang2012-07-191-0/+74
* Add interface to charge_state for lightbarRandall Spangler2012-07-192-35/+58
* stm32: Support backup registers and preseving reset flagsVic Yang2012-07-192-10/+59
* Disable keyboard backlight on suspend entryDuncan Laurie2012-07-191-0/+1
* Add host command to exit force idle charge stateVic Yang2012-07-183-3/+41
* Add new TMP006 sensorsVic Yang2012-07-182-3/+47
* Send hook notification on GAIA power eventVic Yang2012-07-181-0/+10