summaryrefslogtreecommitdiff
path: root/zephyr/shim
Commit message (Expand)AuthorAgeFilesLines
* zephyr: create fakes for the shimmed tasksKeith Short2022-09-261-1/+29
* test: system_hibernate() pathsAaron Massey2022-09-231-1/+1
* ec: Shim PLATFORM_EC_CPS8100Derek Huang2022-09-211-0/+5
* Zephyr: Remove default anx7483 board setDiana Z2022-09-201-7/+6
* Zephyr: Add shim support for PS8818Diana Z2022-09-202-0/+23
* Zephyr: Add AMD FP6 mux driver to shimDiana Z2022-09-202-1/+24
* test: fix warningsYuval Peress2022-09-201-0/+1
* zephyr: rework temperature sensorsDawid Niedzwiecki2022-09-203-134/+261
* zephyr: Kconfig: Add data reset configLi Feng2022-09-201-0/+5
* zephyr: add initial shim for lsm6dsm sensoramber.chen2022-09-193-0/+65
* zephyr: battery shim fix misspellingZick Wei2022-09-161-1/+1
* zephyr/console: Add console buffer logging backendstabilize-15120.B-mainRob Barnes2022-09-152-0/+58
* zephyr/console: Return number of bytes consumed by console bufferRob Barnes2022-09-152-4/+7
* zephyr/panic: Capture extra cortex-m registersRob Barnes2022-09-151-9/+31
* zephyr: shim: Move BB retimer controls to separate fileTomasz Michalec2022-09-133-27/+43
* zephyr: Check if BB retimers are configured properlyTomasz Michalec2022-09-132-8/+73
* zephyr: Support alternative usb_mux_chain config in DTSTomasz Michalec2022-09-132-6/+74
* zephyr: usb_mux: Update shim to use struct usb_mux_chainTomasz Michalec2022-09-1310-247/+312
* zephyr: gpio: npcx: Add `gpiodbg` command for power investigationMulin Chao2022-09-132-0/+190
* Update license boilerplate text in source code filesMike Frysinger2022-09-12184-184/+184
* zephyr: Add new vboot efs2 tests for cr50 errorsJeremy Bettis2022-09-121-0/+26
* zephyr: Remove duplicate kernel.h includeAaron Massey2022-09-129-9/+0
* zephyr/test: add krabby board testTing Shen2022-09-122-0/+2
* zephyr: Make more space in mock_jump_dataJeremy Bettis2022-09-092-4/+5
* config: rename HOSTCMD_ESPI_* to HOST_INTERFACE_ESPI_*Michał Barnaś2022-09-092-15/+17
* zephyr: Remove boolean operatorJeremy Bettis2022-09-091-3/+3
* zephyr: shim: use DT_FOREACH_CHILD_STATUS_OKAY_SEP where applicableFabio Baltieri2022-09-095-22/+15
* zephyr: shim: adc rename ADC initializer macroFabio Baltieri2022-09-091-3/+3
* zephyr: Replace deprecated zephyr.h with kernel.hAaron Massey2022-09-0820-20/+20
* Zephyr: Add AOZ1380 to PPC devicetreeDiana Z2022-09-082-1/+15
* zephyr: Change definition of host cmd macroJeremy Bettis2022-09-071-6/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-016-10/+10
* Zephyr: Add alternative charger to the device treeDiana Z2022-09-012-0/+41
* zephyr: Add test coverage to get_chipset_stateAl Semjonovs2022-09-012-1/+3
* temp-sensor-rt9490: migrate to common thermistor codeTing Shen2022-09-011-12/+5
* test: Add basic tests exercising the panic output APIYuval Peress2022-08-312-3/+9
* zephyr: Use DT_STRING_UPPER_TOKEN_BY_IDXTristan Honscheid2022-08-291-4/+2
* zephyr: shim: led: Add led pwm period checksMadhurima Paruchuri2022-08-291-1/+19
* RT9490 : Use ADC thermistor on RT9490jeffrey2022-08-291-0/+31
* zephyr: move mux nodes onto i2c busesDawid Niedzwiecki2022-08-266-56/+48
* test: add tests for the i2c_portmap and check argument numberlschyi2022-08-251-0/+4
* port80: Add a config to avoid logging port80 codesAndrew McRae2022-08-251-0/+5
* Zephyr test: Add EC_CMD_PD_CONTROL testDiana Z2022-08-241-1/+1
* zephyr: test: Generate TCPC configuration from DTSTomasz Michalec2022-08-233-1/+53
* gpio: Use alternative if gpio_pin_get_config not supportedAndrew McRae2022-08-231-2/+8
* npcx: fan: Introduce CONFIG_FAN_BYPASS_SLOW_RESPONSE for slow response fanDevin Lu2022-08-231-0/+5
* Revert "zephyr: ap_pwrseq: Handle low battery charge"Peter Marheine2022-08-221-31/+0
* zephyr: Check return codes in espiJeremy Bettis2022-08-221-42/+143
* zephyr: Kconfig: Add strict debouncerwen zhang2022-08-221-0/+5
* ec: Add test for console buffer commandsJeremy Bettis2022-08-191-1/+4