summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/espi.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: Remove duplicate kernel.h includeAaron Massey2022-09-121-1/+0
* config: rename HOSTCMD_ESPI_* to HOST_INTERFACE_ESPI_*Michał Barnaś2022-09-091-1/+2
* zephyr: Replace deprecated zephyr.h with kernel.hAaron Massey2022-09-081-1/+1
* zephyr: Check return codes in espiJeremy Bettis2022-08-221-42/+143
* ap_pwrseq: Use common ESPI init and callbackAndrew McRae2022-07-131-10/+17
* zephyr/shim/src/espi.c: Format with clang-formatJack Rosenthal2022-07-011-3/+4
* espi: Use VW PLTRST# instead of ESPI bus reset for reset hookAndrew McRae2022-06-241-24/+48
* treewide: Convert ESPI_DEFAULT_SCI_WIDTH_US to default VWIRE pulse widthTim Wawrzynczak2022-05-111-3/+3
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-6/+6
* treewide: Move SCI pulse width to a CONFIG/Kconfig optionTim Wawrzynczak2022-04-211-2/+2
* zephyr: ap_pwrseq: Optionally skip shim virtual wire supportAndrew McRae2022-04-131-0/+37
* Revert "zephyr: shim: convert HOOK_INIT to SYS_INIT"Keith Short2022-04-011-5/+3
* zephyr: shim: convert HOOK_INIT to SYS_INITKeith Short2022-03-291-3/+5
* zephyr: Convert HOOK_CHIPSET calls to AP power callbacksAndrew McRae2022-03-151-1/+7
* zephyr: Fix GPIO includes for shim driversKeith Short2022-02-251-1/+1
* zephyr: Use GPIO nodelabel for EC_PCH_WAKE_ODLAndrew McRae2022-02-081-1/+2
* zephyr: Use SYS_INIT to setup espiJeremy Bettis2022-01-121-1/+4
* zephyr: use a chosen device for eSPI shimPeter Marheine2021-12-031-7/+3
* zephyr: espi: move common function to src/espi.cDino Li2021-11-221-0/+42
* Zephyr: Increase default eSPI configDiana Z2021-10-141-2/+2
* zephyr: test: drivers: add eSPI test using host commandYuval Peress2021-08-311-5/+5
* zephyr: Remove NPCX dependency from shim/src/espi.cYuval Peress2021-07-221-6/+5
* zephyr: use DEVICE_DT_GET for various shim modulesFabio Baltieri2021-06-281-4/+4
* COIL: espi: replace VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_...Caveh Jalali2021-06-041-22/+22
* zephyr: espi: Reorder to avoid forward declarationsSimon Glass2021-04-221-83/+80
* zephyr: Fix compiler warning on kohakuKeith Short2021-04-091-5/+2
* zephyr: shim keyboard_8042 functionJunLin2021-02-031-0/+77
* zephyr: Add support for EC_CMD_GET_PROTOCOL_INFO in eSPISimon Glass2021-01-231-0/+18
* zephyr: Add support for CHIPSET_RESET_HOOKSimon Glass2021-01-221-0/+23
* zephyr: kohaku: bring up eSPIJack Rosenthal2021-01-161-1/+2
* zephyr: add ACPI handlerWealian Liao2020-12-311-0/+50
* zephyr: add host command handlerWealian Liao2020-12-311-0/+56
* zephyr: shim lpc_update_host_event_status() & lpc_get_memmap_range()Wealian Liao2020-12-311-6/+128
* zephyr: clear a few compiler warningsJack Rosenthal2020-12-151-0/+1
* zephyr: fix misspeling in eSPI shimDawid Niedzwiecki2020-12-151-1/+1
* zephyr: enable CONFIG_HOSTCMD_ESPIJack Rosenthal2020-12-091-0/+15
* zephyr: fix espi shimYuval Peress2020-12-011-2/+2
* zephyr: shim some basic eSPI functionalityJack Rosenthal2020-11-201-0/+207