summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-stout-2817.BBrian Norris2021-09-101-0/+1
* stm32f: remove gpio_set_alternate_function()David Hendricks2012-08-281-37/+0
* Copy host command params out of LPC space during checksummingRandall Spangler2012-08-282-11/+23
* gaia: Add a warm reboot functionSameer Nanda2012-08-283-0/+55
* Snow: Adding in EC ability to hard reset pmicCharlie Mooney2012-08-285-44/+118
* snow: toggle pull-up on PA7 (SUSPEND_L) on power on/offDavid Hendricks2012-08-281-1/+20
* stm32f: Preserve flash write protect info across sysjumpVic Yang2012-08-281-1/+32
* Support battery cut-off mechanism for factory.Louis Yung-Chieh Lo2012-08-285-0/+77
* snow: Change TPSCHROME fastcharge timeout to 6 hoursRong Chang2012-08-283-11/+92
* Ignore TPSCHROME NTC reading in T40 rangeRong Chang2012-08-281-0/+10
* Disable SPI module on linkRandall Spangler2012-08-271-1/+0
* stm32f: Fix a bug that PROTECT_ALL_NOW is set incorrectlyVic Yang2012-08-271-1/+1
* i2c: Enable arbitration GPIOs only when activeSimon Glass2012-08-272-4/+9
* Make AC status feature optional at compile timeSimon Glass2012-08-274-3/+24
* Add CONFIG_CONFIGURE_BOARD_LATE for late board initSimon Glass2012-08-272-0/+8
* Allow GPIOs to be set up laterSimon Glass2012-08-274-1/+7
* Reset pmic registers to known safe values on bootCharlie Mooney2012-08-273-0/+77
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-256-35/+39
* stm32: simplify hard resetVincent Palatin2012-08-241-102/+23
* 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
* gpio: Fix initting pulldownsDoug Anderson2012-08-242-4/+6
* Fix poweron state machine in the ECPuneet Kumar2012-08-242-53/+51
* Allow hashing an empty RW imageRandall Spangler2012-08-241-16/+10
* Snow: Increase timeout for i2c stop bit sendingCharlie Mooney2012-08-231-7/+31
* flash: Only erase flash block that contain dataSimon Glass2012-08-235-9/+49
* stm32: fix missed event on MSB hardware timerVincent Palatin2012-08-231-10/+23
* Blink charger LED on charging errorRong Chang2012-08-233-7/+161
* Snow: Fixing invalid i2c error codesCharlie Mooney2012-08-231-2/+2
* Snow: i2c arbitration cleanup (suspend)Charlie Mooney2012-08-231-9/+5
* Check TPSCHROME VACG when power button is pressedRong Chang2012-08-221-5/+20
* Minimum write size for Snow is 2 bytes, not 64 bytes.Bill Richardson2012-08-221-1/+1
* gaia: Assert PMIC_PWRON_L only if XPSHOLD is lowDavid Hendricks2012-08-221-2/+7
* snow: configure USART Rx as an input with pull resistorDavid Hendricks2012-08-212-6/+11
* Add "lightbar demo" mode for executive bikesheddingBill Richardson2012-08-207-29/+131
* Fix flash_overwrite unit testVic Yang2012-08-194-171/+52
* Fix a bug that battery info is not updated when AC not connectedVic Yang2012-08-181-3/+3
* snow/stm32: re-configure power LED on the fly (input vs. pwm)David Hendricks2012-08-174-12/+82
* stm32f: split GPIO config logic into its own functionDavid Hendricks2012-08-171-55/+69
* Replacing usleep with interrupt friendly udelayCharlie Mooney2012-08-172-2/+2
* 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-175-5/+12
* stm32: i2c: Implement in-progress commandsSimon Glass2012-08-162-1/+132
* Display debug message before shutting down to protect the battery.Bill Richardson2012-08-161-0/+1
* stm32: activate stop modeVincent Palatin2012-08-161-1/+1
* stm32: don't go to stop mode in suspendVincent Palatin2012-08-161-2/+0
* Add new EC_RES_IN_PROGRESS result codeSimon Glass2012-08-162-0/+5
* host_command: Add host_send_response() to send responsesSimon Glass2012-08-163-3/+18
* Snow: Possible problems with i2c error handlingCharlie Mooney2012-08-162-8/+18
* daisy: Modify charging flow to comply charging specificationRong Chang2012-08-165-82/+180