summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-19197-197/+197
* ish: snowball linker cleanupDenis Brockus2019-06-185-33/+50
* Revert "g: consolidate USB console transfer codes to usb-stream"Namyoon Woo2019-06-183-90/+12
* g: system: move print statements to CC_SYSTEMMary Ruthven2019-06-181-19/+18
* 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
* chip/mt_scp: Add dummy read in D-cache invalidation functionsNicolas Boichat2019-06-141-5/+8
* chip/mt_scp: Fix clock selection register values for ULPOSC_1/2Nicolas Boichat2019-06-141-4/+4
* g: minor fix in putting a character into usb_console tx queueNamyoon Woo2019-06-141-21/+19
* ish: cleanup ISH specific CONFIG_ definitions and usageDenis Brockus2019-06-143-110/+66
* g: consolidate USB console transfer codes to usb-streamNamyoon Woo2019-06-143-13/+91
* g: use GLOBALSEC_REGION5 for flash log access controlVadim Bendebury2019-06-131-5/+5
* g: reduce a mem copy in usb upstream transferNamyoon Woo2019-06-122-17/+98
* core:RISC-V / chip:IT83202Dino Li2019-06-1111-122/+299
* ish: add missing include to power_mgt.hJack Rosenthal2019-06-111-0/+1
* g: enforce order of enabling RO/RW sectionsVadim Bendebury2019-06-071-8/+14
* 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
* g: add rx_handled into USB_STREAM_CONFIGNamyoon Woo2019-06-062-10/+15
* 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
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-06-051-5/+5
* g: keep track of frequent update attacks separately for RO and RWVadim Bendebury2019-06-041-9/+61
* ish: remove unused ish_dma_page codeJack Rosenthal2019-06-032-40/+3
* Makefile: Replace flag -DX with -DX= to be supported by IS_ENABLED().Yilun Lin2019-06-032-2/+2
* ish: remove unnecessary task switch for UARTJett Rink2019-05-301-4/+2
* PECI: Move non-chipset specific PECI code to common folderVijay Hiremath2019-05-281-225/+21
* g: improve trng error handlingVadim Bendebury2019-05-241-1/+69
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-05-241-2/+13
* nvmem: do not run when crypto is disabledVadim Bendebury2019-05-242-0/+9
* ish: refactor statistic collection and commandJack Rosenthal2019-05-221-59/+45
* cr50: Change G2F cert CN to "CrOS"Louis Collard2019-05-212-8/+19
* ish: fix printf format for idlestats commandJack Rosenthal2019-05-181-11/+11
* g: do not destroy manufacturing space by flasheraseVadim Bendebury2019-05-172-5/+11
* common: chip_save_reset_flags takes uint32_tJack Rosenthal2019-05-174-4/+4
* 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
* host: Fix test breakageRaul E Rangel2019-05-141-0/+2
* 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