summaryrefslogtreecommitdiff
path: root/zephyr/app
Commit message (Expand)AuthorAgeFilesLines
* zephyr: it8xxx2: Add the baseboard of it82202ax and it82202ax-512Tim Lin2023-04-241-1/+1
* zephyr: Eliminate pointer from SYS_INIT functionsKeith Short2023-04-171-1/+1
* ap_pwrseq: Adapt power interface components to AP Power Sequence driverstabilize-15395.B-mainBernardo Perez Priego2023-03-241-1/+1
* microchip_xec: remove CROS_EC_RW_SIZE configurationDino Li2023-02-131-3/+1
* it8xxx2: remove CROS_EC_RO_SIZE and CROS_EC_RW_SIZE configurationsDino Li2023-02-131-9/+2
* zephyr/app/ec/chip/arm: Add memory layout definitionsPatryk Duda2023-02-111-0/+32
* Kconfig: configure image size with binman's propertyDino Li2023-02-111-0/+2
* power/mt8186: support mt8188 power sequenceEric Yilun Lin2023-02-101-0/+6
* Zephyr: mchp: Fix "flash" Memory region size in build displaymartin yan2023-02-011-3/+0
* zephyr/app/ec/ec_app_main: Rename `console_allow_sleep` functionRobert Zieba2023-01-311-4/+4
* zephyr/app/ec/ec_app_main: Fix timer handle allocationRobert Zieba2023-01-311-1/+1
* zephyr/app/ec/ec_app_main: Add support for disabling sleep from bootRobert Zieba2023-01-271-0/+18
* zephyr: Remove CONFIG_PLATFORM_EC_WATCHDOGMark Hasemeyer2022-12-011-1/+1
* zephyr: Override LOG_PRINTK default to disabledAaron Massey2022-11-301-0/+8
* Revert "zephyr: Remove CONFIG_PLATFORM_EC_WATCHDOG"Keith Short2022-11-241-1/+1
* zephyr: Remove CONFIG_PLATFORM_EC_WATCHDOGMark Hasemeyer2022-11-231-1/+1
* zephyr: Sort header filesJeremy Bettis2022-11-213-9/+11
* zephyr/shell: enable convenience features by defaultPeter Marheine2022-11-091-0/+18
* Zephyr: Set default eSPI log level to errorDiana Z2022-09-161-0/+5
* Update license boilerplate text in source code filesMike Frysinger2022-09-1215-15/+15
* zephyr: Remove duplicate kernel.h includeAaron Massey2022-09-121-1/+0
* zephyr: Replace deprecated zephyr.h with kernel.hAaron Massey2022-09-081-1/+1
* zephyr: shim: add all missing include/ prefixesFabio Baltieri2022-08-041-2/+2
* zephyr: Delete CONFIG_PLATFORM_EC_MPUKeith Short2022-08-012-0/+8
* it8xxx2: disable eSPI inputs when in G3Peter Marheine2022-07-295-0/+70
* zephyr/app/ec/ec_app_main.c: Format with clang-formatJack Rosenthal2022-06-281-1/+1
* zephyr: Add controlled EC_CBI_WPDavid Huang2022-06-201-0/+9
* zephyr: mchp: Support 512KB SPI image generationmartin yan2022-06-091-6/+9
* Zephyr: fix SOC Kconfig typoJosh Tsai2022-06-081-1/+1
* zephyr: shim: add single charge task supportFabio Baltieri2022-06-031-1/+1
* zephyr: override HOOK task priority in EC APP's default KconfigJun Lin2022-06-022-9/+8
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-092-5/+5
* zephyr: Move system pre-init earlierAndrew McRae2022-05-051-2/+0
* zephyr: tasks: run HOSTCMD in main threadFabio Baltieri2022-04-211-7/+10
* zephyr: set sysworkq priority explicitly from the task listFabio Baltieri2022-04-192-2/+3
* zephyr: shimmed_task: define shimmed tasks priority separatelyFabio Baltieri2022-04-191-1/+1
* zephyr: mchp: Add zephyr Kconfig and CMakeListsmartin yan2022-04-062-0/+73
* Revert "zephyr: convert HOOK_INIT into SYS_INIT"Keith Short2022-04-011-0/+5
* Revert "zephyr: Fix the override of the system workqueue"Keith Short2022-04-011-0/+8
* zephyr: Fix the override of the system workqueueKeith Short2022-03-311-8/+0
* zephyr: increase the number of preemptive threadsKeith Short2022-03-311-1/+1
* zephyr: convert HOOK_INIT into SYS_INITKeith Short2022-03-291-5/+0
* power: Add base code for Meteorlake power sequencingVijay Hiremath2022-03-151-0/+6
* zephyr: Decouple task start in AP power sequenceAndrew McRae2022-03-111-0/+4
* zephyr: npcx: add support for npcx9m7fJun Lin2022-03-031-0/+5
* zephyr: split legacy and shimmed codes into librariesKeith Short2022-02-251-1/+1
* zephyr: it8xxx2: use 768KB space from flashDino Li2022-02-221-6/+6
* zephyr: ec: Enable stack sentinelWai-Hong Tam2022-02-081-1/+2
* zephyr: npcx: Fix code RAM size checkWealian Liao2022-02-082-7/+0
* zephyr: fix the console/shell task priorityKeith Short2022-01-272-15/+6