summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-snow-2695.90.BBrian Norris2021-09-101-0/+1
* fix signedness issue in deep sleep delayVincent Palatin2012-09-131-1/+1
* Add capability to auto-hash correct size for EC-RO or EC-RWRandall Spangler2012-09-123-49/+102
* Fix not setting in_progress flag when starting hash computationRandall Spangler2012-09-121-1/+1
* gaia_power: Report power on reasonSimon Glass2012-09-101-5/+6
* snow: Clear state of charge calculation window on state changeRong Chang2012-09-101-4/+19
* snow: Check state of charge using moving averageRong Chang2012-09-101-1/+38
* Switch to variable-size stacksRandall Spangler2012-09-1025-188/+260
* Allocate stacks separately from task context structsRandall Spangler2012-09-101-42/+63
* Track current task directly instead of computing from stack pointerRandall Spangler2012-09-103-53/+15
* Track amount of stack used for each EC taskRandall Spangler2012-09-102-5/+31
* snow: Stop discharging when temperature lower than 0CRong Chang2012-09-101-1/+1
* snow: make pmu charge ranges inclusiveDavid Hendricks2012-09-081-2/+2
* snow: re-configure I2C arbitration pins at AP off/on to fix leakageDavid Hendricks2012-09-071-15/+38
* Snow: Always reset i2c when it's initiallizedCharlie Mooney2012-09-061-63/+25
* make build_info fixed-lengthDavid Hendricks2012-09-061-2/+5
* Revert "Save panic data across reboots, and add panicinfo command"David Hendricks2012-09-063-94/+42
* snow: i2c: Reset i2c busses at bootup to unwedge themDavid Hendricks2012-09-051-4/+149
* stm32l: Add stub for gpio_set_flags()David Hendricks2012-09-051-0/+9
* daisy: add GPIO_I2C_* pins to board header and GPIO tableDavid Hendricks2012-09-052-1/+12
* Change UART interrupt to priority 2Simon Glass2012-09-051-1/+1
* comm-i2c.c upgrades to protocol v2.Louis Yung-Chieh Lo2012-09-052-51/+78
* make pmu register dump more verboseDavid Hendricks2012-09-051-4/+7
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-09-053-42/+94
* Use new panic stack on all platformsRandall Spangler2012-09-056-28/+11
* Place panic data and stack at end of RAMRandall Spangler2012-09-052-65/+154
* Minor fix for gcc 4.7 build problem for chromeos-base/ec-utils.Han Shen2012-09-051-1/+1
* snow: Don't turn on SPI clockDoug Anderson2012-09-051-3/+0
* Snow:Recover from stray pulses on i2c battery lineCharlie Mooney2012-09-051-6/+18
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-055-0/+107
* stm32: Squeeze fakewp backup register for VbNvContextChe-Liang Chiou2012-09-051-8/+28
* Snow: Add checking for more i2c error casesCharlie Mooney2012-09-051-9/+31
* Fix stack overflow in hostcmd commandRandall Spangler2012-09-051-5/+21
* Snow: WP_RO should be 0x10000 (including pstate).Louis Yung-Chieh Lo2012-09-055-5/+12
* Snow: Dont hang when trying to pmic-reset boardCharlie Mooney2012-09-042-4/+12
* snow: Change charging temperature rangeRong Chang2012-08-311-2/+2
* Snow must assert ENTERING_RW GPIO when jumping between imagesRandall Spangler2012-08-305-4/+4
* snow: re-factor i2c initDavid Hendricks2012-08-303-15/+43
* Minimum write size for Snow is 2 bytes, not 64 bytes.Bill Richardson2012-08-301-1/+1
* i2c: Enable arbitration GPIOs only when activeSimon Glass2012-08-292-4/+9
* Make AC status feature optional at compile timeSimon Glass2012-08-294-3/+25
* flash: Only erase flash block that contain dataSimon Glass2012-08-295-9/+49
* move pmu_init_registers() from pmu_init() to chipset pre-init hookDavid Hendricks2012-08-291-4/+1
* gaia: notify chipset pre-init hook before turning on APDavid Hendricks2012-08-291-5/+9
* add a new hook for pre-chipset startupDavid Hendricks2012-08-294-0/+9
* gaia: update ap_suspended usageDavid Hendricks2012-08-291-7/+5
* snow: toggle pull-up on PA7 (SUSPEND_L) on power on/offDavid Hendricks2012-08-291-1/+20
* snow: configure USART Rx as an input with pull resistorDavid Hendricks2012-08-292-6/+11
* Add GEC lock mechanism.Louis Yung-Chieh Lo2012-08-2911-4/+782
* stm32: don't go to stop mode in suspendVincent Palatin2012-08-291-2/+0