summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-link-2348.BBrian Norris2021-09-101-0/+1
* usleep() chains to udelay() if called before task_start()Randall Spangler2012-06-073-6/+26
* Stay in G3 when power appliedRandall Spangler2012-06-072-8/+10
* Fix temperature comparison issue in discharging stateRong Chang2012-06-071-6/+8
* Add option to adjust delay for indiviual temperature sensorVic Yang2012-06-073-14/+18
* Fix disabling columns when power button is pressedRandall Spangler2012-06-061-31/+23
* Add I2C host communicationVincent Palatin2012-06-062-0/+214
* Split communication functions from host toolsVincent Palatin2012-06-066-170/+155
* Enable brown-out resetRandall Spangler2012-06-062-0/+4
* Fix I2C port frequency calculationRandall Spangler2012-05-241-6/+38
* Merge "Add a way to pass in define flag when 'make'"Gerrit2012-05-241-1/+1
|\
| * Add a way to pass in define flag when 'make'Vic Yang2012-05-241-1/+1
* | Update backlight in lid open/close funcsRandall Spangler2012-05-241-4/+6
* | Merge "Keyboard scan must stop driving columns when power button is pressed."Gerrit2012-05-237-16/+58
|\ \
| * | Keyboard scan must stop driving columns when power button is pressed.Louis Yung-Chieh Lo2012-05-247-16/+58
| |/
* | Merge "Handle multiple pending lightbar events."Gerrit2012-05-231-29/+44
|\ \ | |/ |/|
| * Handle multiple pending lightbar events.Bill Richardson2012-05-221-29/+44
* | Merge "stm32: try to be more robust against malformed commands"Gerrit2012-05-221-6/+21
|\ \
| * | stm32: try to be more robust against malformed commandsVincent Palatin2012-05-231-6/+21
| |/
* | Merge "Add EC command to report board version"Gerrit2012-05-222-0/+19
|\ \ | |/ |/|
| * Add EC command to report board versionVadim Bendebury2012-05-222-0/+19
* | Merge "stm32: ensure I2C properly behave after sysjump"Gerrit2012-05-221-0/+6
|\ \
| * | stm32: ensure I2C properly behave after sysjumpVincent Palatin2012-05-221-0/+6
* | | Merge "snow: ensure we have proper size in the FMAP"Gerrit2012-05-221-0/+4
|\ \ \ | |/ / | | / | |/ |/|
| * snow: ensure we have proper size in the FMAPVincent Palatin2012-05-221-0/+4
* | Add LPC command to handle vboot stuff.Bill Richardson2012-05-224-5/+155
|/
* Merge "do not advertise RW-B in FMAP if it doesn't exist"Gerrit2012-05-221-0/+2
|\
| * do not advertise RW-B in FMAP if it doesn't existVincent Palatin2012-05-221-0/+2
* | Merge "Notify lightbar task when CPU enters/leaves S5"Gerrit2012-05-221-1/+16
|\ \
| * | Notify lightbar task when CPU enters/leaves S5Bill Richardson2012-05-221-1/+16
* | | Merge "Add support for printing fixed-point numbers"Gerrit2012-05-225-17/+41
|\ \ \ | |_|/ |/| |
| * | Add support for printing fixed-point numbersRandall Spangler2012-05-225-17/+41
* | | stm32: fix sysjump on stm32f100Vincent Palatin2012-05-221-2/+2
| |/ |/|
* | stm32mon: complete support for stm32f100Vincent Palatin2012-05-221-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
|\