summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Interface extensions for serial flashJes B. Klinke2023-03-172-17/+114
* NPCX9: Enable SHA256 acceleratorDaisuke Nojiri2023-03-171-0/+3
* chip/stm32: Enable asynchronous write-only SPI transactionsJes B. Klinke2023-03-161-5/+29
* Replace CONFIG_DMA with CONFIG_DMA_CROS in EC codebasePatryk Duda2023-03-014-4/+4
* chip/stm32: ADC fixesJes B. Klinke2023-02-212-29/+20
* chip/stm32: Sample time off-by-oneJes B. Klinke2023-02-183-10/+15
* chip/stm32: Add warnings in stm32l4 files also used by L5Jes B. Klinke2023-02-172-0/+4
* chip/stm32: ADC status register "write 1 to clear"Jes B. Klinke2023-02-171-2/+9
* chip/stm32: Extend ADC support to L5xx familyJes B. Klinke2023-02-174-6/+12
* chip/stm32: Fix for opting out of flash supportJes B. Klinke2023-02-081-1/+4
* chip/stm32/clock-stm32l4: Fixed clock cmd documentationJes B. Klinke2023-02-051-2/+2
* chip/stm32/dfu_bootmanager_main: Add memory barrierJes B. Klinke2023-02-051-0/+5
* ec: Use chromite isort configJeremy Bettis2023-02-034-0/+4
* chip/stm32: Modification to DFU for STM32L5Jes B. Klinke2023-01-253-18/+53
* chip/stm32: Correction to EXTI register declarations for STM32L5Jes B. Klinke2023-01-243-13/+60
* mchp: Remove undefined behavior in espi msvw handlersDustin L. Howett2023-01-231-6/+4
* chip/stm32: Fix copy/paste errorJes B. Klinke2023-01-181-2/+2
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-0412-58/+60
* npcx9: SHA256: Fix the code definition of enum ncl_statusJun Lin2022-12-191-3/+3
* chip/stm32: Add register declarations for OctoSPIJes B. Klinke2022-12-091-0/+291
* chips/stm32/usb_spi: Allow boards to handle non-standard SPI bussesJes B. Klinke2022-12-092-1/+27
* chips/stm32/usb_spi: Forwarding to multiple spi devicesJes B. Klinke2022-12-092-8/+30
* ec: Support logging system boot time infoRajesh Kumar2022-12-073-2/+17
* Revert "ec: Support logging system boot time info"Piotr Pawliczek2022-12-033-17/+2
* ec: Support logging system boot time infoRajesh Kumar2022-12-023-2/+17
* board: Sort header filesJeremy Bettis2022-12-011-1/+3
* chip: Sort header filesJeremy Bettis2022-11-29140-321/+313
* ec: IWYU Add missing includesJeremy Bettis2022-11-243-1/+5
* npcx9: fix SHA256 ROM API table addressJun Lin2022-11-211-1/+1
* chip/ish: fix system shutdown in D0i3Li Feng2022-11-154-40/+166
* tree: Remove CONFIG_STM_HWTIMER32Tom Hughes2022-11-111-3/+1
* tree: Remove stm32/hwtimer.cTom Hughes2022-11-102-483/+13
* npcx: avoid invalid VW signal indexBoris Mittelberg2022-11-101-0/+3
* chip/mchp: Fix clang compilation errorTom Hughes2022-11-071-1/+6
* chip/mchp/lfw: Discard ARM.* sectionsfactory-brya-15231.B-mainTom Hughes2022-11-042-0/+16
* chip/ish: implement full config in pm_initLi Feng2022-11-042-2/+52
* chip/mchp/lfw: Specify region for paddingTom Hughes2022-10-312-2/+2
* npcx: flash: FLASH_BANK_SIZE shouldn't depend on FLASH_ERASE_SIZEJun Lin2022-10-281-1/+5
* gpio: npcx: fix incorrect report from gpio_get_flags_by_maskJun Lin2022-10-241-4/+6
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-192-0/+2
* it83xx: espi: reset pltrst# virtual wire signal during espi resetDino Li2022-10-172-0/+5
* tree: Remove chip/mec1322 and referencesTom Hughes2022-10-1728-5315/+0
* chip/mchp: Fix return typeTom Hughes2022-10-141-1/+1
* include/compiler.h: Add generic macro for disabling compiler warningsTom Hughes2022-10-131-7/+3
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-123-12/+0
* chip/stm32: Remove self-assignmentTom Hughes2022-10-121-2/+2
* ish: add HOSTCMD task checkLi Feng2022-10-081-1/+2
* ec: Don't declare forward decls as weakJeremy Bettis2022-10-072-2/+9
* mt_scp: Add support for mt8186 decoderYunfei Dong2022-09-305-0/+58
* mt8195/mt_scp: enable av1 decoder driverXiaoyong Lu2022-09-301-1/+1