summaryrefslogtreecommitdiff
path: root/chip/ish
Commit message (Expand)AuthorAgeFilesLines
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-263-4/+6
* i2c: don't scan i2c addresses less than 0x08Jett Rink2019-07-251-3/+2
* ish: fix snowball structure linker placementDenis Brockus2019-07-223-30/+20
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-10/+8
* arcada: ensure i2c transmit fifo is emptyLeifu Zhao2019-07-141-2/+3
* ish: fix aon task not auto rebuild issue in increment buildHu, Hebo2019-07-122-13/+37
* ish: cleanup i2c constantsJett Rink2019-07-092-21/+26
* Revert "ish: enter ISH ROM during reset prep"Jack Rosenthal2019-07-091-1/+1
* ish: fix osscaisonally not load issue when doing shutdown & rebootHu, Hebo2019-07-081-0/+10
* ish: enter ISH ROM during reset prepJack Rosenthal2019-07-041-1/+1
* ish: arm T1 in __hw_clock_event_clearJack Rosenthal2019-06-271-3/+6
* ish5: fast 32-bit division in scale_us2ticksJack Rosenthal2019-06-271-1/+18
* ish: commit persistent data during d3 entryJack Rosenthal2019-06-275-32/+14
* ISH: fix UART output errorHyungwoo Yang2019-06-251-1/+1
* ish: Use 64-bit hardware timerJack Rosenthal2019-06-242-118/+27
* ish: fixed wrongly entered D0ix states in some timesHu, Hebo2019-06-212-7/+43
* ish: power management temp code is really neededDenis Brockus2019-06-202-14/+2
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-202-9/+9
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* minute-ia: load eip value from top of stackJack Rosenthal2019-06-191-0/+4
* ish: snowball linker cleanupDenis Brockus2019-06-185-33/+50
* ish: remove conditional compilation where possibleDenis Brockus2019-06-177-44/+31
* ish: make PMU reset prep isr go thru system_resetJack Rosenthal2019-06-141-7/+2
* ish: change log_pm_stat to accept uint32_tJack Rosenthal2019-06-141-1/+1
* ish: remove vestigial line in build fileJett Rink2019-06-141-5/+3
* ish: cleanup ISH specific CONFIG_ definitions and usageDenis Brockus2019-06-143-110/+66
* ish: add missing include to power_mgt.hJack Rosenthal2019-06-111-0/+1
* ish: max-retries mechanism for watchdog timerJack Rosenthal2019-06-062-1/+42
* ish: use magic number to verify persistent dataJack Rosenthal2019-06-069-55/+138
* ish: fix to follow HECI specHyungwoo Yang2019-06-061-39/+71
* ish: don't specify any on-board testsJack Rosenthal2019-06-051-0/+3
* ish: reload watchdog after lower power exitJett Rink2019-06-051-7/+17
* ish: remove unused ish_dma_page codeJack Rosenthal2019-06-032-40/+3
* ish: remove unnecessary task switch for UARTJett Rink2019-05-301-4/+2
* ish: refactor statistic collection and commandJack Rosenthal2019-05-221-59/+45
* ish: fix printf format for idlestats commandJack Rosenthal2019-05-181-11/+11
* common: chip_save_reset_flags takes uint32_tJack Rosenthal2019-05-171-1/+1
* ish: fix reading current interrupt vectorHyungwoo Yang2019-05-161-1/+2
* ish: save and restore reset flags across resetJack Rosenthal2019-05-162-8/+28
* ish: move panic data into AON ROMJack Rosenthal2019-05-161-4/+7
* ish: increase AON ROM size by 256 bytesJack Rosenthal2019-05-163-5/+9
* ish: fix GPIO interrupt enabling and statusHyungwoo Yang2019-05-141-0/+5
* ish: set firmware status to running during pre-initJack Rosenthal2019-05-141-0/+3
* ish: add more explanations comments for reset flow in aontaskJett Rink2019-05-141-3/+29
* ish: fix lapic table readJett Rink2019-05-141-1/+1
* ish: update firmware statusHyungwoo Yang2019-05-142-0/+5
* ish: fix bugs in fwst check functionsHyungwoo Yang2019-05-141-2/+2
* ish/ish5: fixed both-edge triggered gpio configuration blocking D0ix issueHu, Hebo2019-05-122-42/+97
* ish: combine watchdog expiration and panic handlerJack Rosenthal2019-05-091-27/+0