summaryrefslogtreecommitdiff
path: root/chip/ish
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ish/ish5: remove watchdog disable during D0ixHu, Hebo2019-05-093-26/+3
* ish: remove erroneous REG32 in ish_fwsts.hJack Rosenthal2019-05-071-1/+1
* ish: preserve panic data across resetJack Rosenthal2019-05-041-0/+5
* ish: ensure all CONFIGs are undef'ed in include/config.hJack Rosenthal2019-05-045-64/+55
* ish/heci: print protocol for discarded msgsJett Rink2019-05-031-1/+1
* ish: make sure last_deadline always validHyungwoo Yang2019-05-031-0/+9
* ish/ish5: fix some HPET issues.Hu, Hebo2019-05-022-14/+11
* ish: refactor IPC usage of REG macros into registers.hJack Rosenthal2019-05-024-78/+60
* ish: move REG32 macros for interrupt control into header filesJack Rosenthal2019-05-013-39/+43
* ish: cleanup of UART-related functionalityJack Rosenthal2019-04-262-196/+164
* ish: fix s/w generated interrupt requestHyungwoo Yang2019-04-261-1/+2
* ish: refactor bit-mask constants to use BIT macroJack Rosenthal2019-04-245-97/+92
* minute-ia: hard reset if we panic while handling a panicJack Rosenthal2019-04-241-13/+9
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-242-2/+2
* mkbp: take timestamp closer to hardware interruptJett Rink2019-04-245-14/+56
* ish/ish5: add console in use timeout mechanism in low power managmentstabilize-12121.BHu, Hebo2019-04-233-9/+62
* ish: fix extra timer interruptHyungwoo Yang2019-04-201-0/+10
* ish/ish5: fix high frequent wakeup issue in low power modeHu, Hebo2019-04-203-0/+27