summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfactory-2338.BBrian Norris2021-09-101-0/+1
* CHERRY-PICK: EC: snow: keyboard: fix incorrect index calculation with empty fifoLuigi Semenzato2012-06-071-2/+2
* stm32: de-activate all flash accesses for pstateVincent Palatin2012-06-071-0/+6
* Send success code when rebooting EC using I2C host commandsDavid Hendricks2012-06-041-0/+4
* Add system_is_locked() to prevent sysjump on consumer systemsRandall Spangler2012-06-047-57/+137
* Add EC command to report board versionVadim Bendebury2012-06-042-0/+19
* Detect recovery key combinationVincent Palatin2012-05-313-22/+79
* stm32: assert/de-assert GPIO_PMIC_PWRON_L with keyboard power eventDavid Hendricks2012-05-311-0/+3
* stm32: use level interrupt instead of edgeVincent Palatin2012-05-305-11/+11
* stm32f: update flash write sizeDavid Hendricks2012-05-301-2/+2
* stm32: fix keyboard FIFOVincent Palatin2012-05-302-13/+12
* Add I2C host communicationVincent Palatin2012-05-302-0/+214
* Split communication functions from host toolsVincent Palatin2012-05-306-170/+155
* stm32: try to be more robust against malformed commandsVincent Palatin2012-05-231-6/+21
* stm32: ensure I2C properly behave after sysjumpVincent Palatin2012-05-231-0/+6
* snow: ensure we have proper size in the FMAPVincent Palatin2012-05-231-0/+4
* do not advertise RW-B in FMAP if it doesn't existVincent Palatin2012-05-231-0/+2
* stm32: fix sysjump on stm32f100Vincent Palatin2012-05-231-2/+2
* Add support for printing fixed-point numbersRandall Spangler2012-05-235-17/+41
* stm32mon: complete support for stm32f100Vincent Palatin2012-05-231-4/+42
* Add FMAP even if VBOOT is not activatedv1.0.0Vincent Palatin2012-05-228-10/+26
* Fix regression on linking addressVincent Palatin2012-05-222-2/+2
* Merge "Disable touchscreen when lid is closed and in S3"Gerrit2012-05-227-20/+64
|\
| * Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-217-20/+64
* | Turn on light bar subtly for factoryBill Richardson2012-05-211-70/+30
|/
* Merge "Even more debug command cleanup to save space"Gerrit2012-05-2110-314/+179
|\
| * Even more debug command cleanup to save spaceRandall Spangler2012-05-2110-314/+179
* | Clean up linker scripts; detect out-of-flash problem.Bill Richardson2012-05-219-86/+192
|/
* stm32: de-activate write protect feature until it is validatedVincent Palatin2012-05-212-0/+4
* stm32: add flash driver for stm32f100 SoCVincent Palatin2012-05-212-0/+262
* Merge "More debug command cleanup to save space"Gerrit2012-05-218-186/+111
|\
| * More debug command cleanup to save spaceRandall Spangler2012-05-218-186/+111
* | Add host command to read temperature sensor infoVic Yang2012-05-224-1/+85
|/
* Clean up debug commands to use less spaceRandall Spangler2012-05-218-138/+79
* Add LM4 support for hard resetRandall Spangler2012-05-215-70/+62
* Merge "Fix a bug that 'ectool thermalget' silently fails"Gerrit2012-05-212-5/+10
|\
| * Fix a bug that 'ectool thermalget' silently failsVic Yang2012-05-212-5/+10
* | Merge "Workaround 64-byte limitation on flash write host packet"Gerrit2012-05-211-0/+36
|\ \
| * | Workaround 64-byte limitation on flash write host packetVincent Palatin2012-05-181-0/+36
* | | Merge "Use common host command processing for Daisy I2C"Gerrit2012-05-2113-275/+121
|\ \ \ | |/ / | | / | |/ |/|
| * Use common host command processing for Daisy I2CVincent Palatin2012-05-1813-275/+121
* | Fix flash base in full image ELFVincent Palatin2012-05-191-4/+4
* | Merge "stm32: keep power across sysjump"Gerrit2012-05-183-10/+35
|\ \
| * | stm32: keep power across sysjumpVincent Palatin2012-05-183-10/+35
* | | Merge "Refactor power button state machine"Gerrit2012-05-181-185/+299
|\ \ \ | |/ / |/| |
| * | Refactor power button state machineRandall Spangler2012-05-181-185/+299
| |/
* | Fix partition address when flash base is not zeroVincent Palatin2012-05-181-3/+3
|/
* Add a tiny bit of debugging output.Bill Richardson2012-05-181-2/+5
* Merge "Preserve USB port state when jumping"Gerrit2012-05-171-3/+38
|\
| * Preserve USB port state when jumpingVic Yang2012-05-171-3/+38