summaryrefslogtreecommitdiff
path: root/zephyr/shim/src
Commit message (Expand)AuthorAgeFilesLines
* console: Optionally drop output from ISRsstabilize-15317.B-mainAndrew McRae2023-01-171-3/+9
* flash: allow zero num_banks_desc in flash_info requestTing Shen2023-01-161-3/+0
* shim/bc12_rt9490: fix compatibleDino Li2023-01-121-2/+2
* shim/src/flash: Add functions for providing flash sectors infoPatryk Duda2023-01-111-0/+182
* voltorb: add two properties in LED policy led-colors nodeSiyu Qin2023-01-051-0/+18
* cbi: Check CBI WP latch as well as GSC EEPROM WPAndrew McRae2023-01-041-0/+5
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-1/+1
* zephyr: named-gpios: remove DT_PATH usagesFabio Baltieri2023-01-031-4/+4
* zephyr: shim: shim SHA256 API to adapot HW accelerator driverJun Lin2022-12-292-0/+140
* shim/src/gpio: Add save/restore GPIO controller port configure functionJosh-Tsai2022-12-281-0/+40
* zephyr: ec-console: remove DT_PATH usagesFabio Baltieri2022-12-231-5/+10
* zephyr: gpio_id: replace DT_PATH with the node pathFabio Baltieri2022-12-231-4/+4
* zephyr: named-i2c-ports: remove DT_PATH usagesFabio Baltieri2022-12-231-3/+3
* rex: fan: Add fan_init method to check if fan is present from CBIMadhurima Paruchuri2022-12-211-2/+2
* zephyr: bbram: unify bbram access macrosFabio Baltieri2022-12-211-29/+21
* panic: Publish EC_HOST_EVENT_PANIC on panicRob Barnes2022-12-201-0/+4
* zephyr: adc: add a dedicated NAMED_ADC_CHANNELS optionFabio Baltieri2022-12-192-7/+1
* zephyr: add more watchdog pre-warning messageRuibin Chang2022-12-081-1/+8
* battery: Send manufacturer access by the SMB block protocoljohnwc_yeh2022-12-081-0/+1
* ec: Support logging system boot time infoRajesh Kumar2022-12-071-0/+7
* system: Implement system safe modeRob Barnes2022-12-063-1/+92
* zephyr: move usbc interrupt handler to shimJason Yuan2022-12-051-0/+18
* Revert "ec: Support logging system boot time info"Piotr Pawliczek2022-12-031-7/+0
* ec: Support logging system boot time infoRajesh Kumar2022-12-021-0/+7
* ap_pwrseq: support blocking power-on if insufficient powerPeter Marheine2022-12-021-0/+28
* zephyr: Remove CONFIG_PLATFORM_EC_WATCHDOGMark Hasemeyer2022-12-011-1/+1
* zephyr: usb_muxes, bb_retimer: fix kconfig dependenciesFabio Baltieri2022-11-302-16/+0
* console: Don't call console_buf_notify_chars from isrRob Barnes2022-11-301-1/+1
* zephyr: rt9490: drop the compiler guardsFabio Baltieri2022-11-291-4/+0
* zephyr: Make Renesas RAA489000 TCPC chip available for Device TreeAdam Mills2022-11-251-0/+3
* zephyr: rt9490: merge charger and bc12 dt nodesTing Shen2022-11-241-1/+1
* 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: leds: use INST macros for finding the device nodesFabio Baltieri2022-11-224-16/+24
* zephyr: kblight, displight, fan: update pwm api to use pwm_set_pulse_dtFabio Baltieri2022-11-221-2/+2
* zephyr: leds: move led value in the pwm led bindingFabio Baltieri2022-11-221-3/+3
* zephyr: Manually reorder includesJeremy Bettis2022-11-216-56/+56
* zephyr: leds: move led value in the gpio led bindingFabio Baltieri2022-11-211-1/+1
* zephyr: led_driver: add separate config for gpio and pwmFabio Baltieri2022-11-215-16/+10
* zephyr: switchcap: rename binding, clean up codeFabio Baltieri2022-11-183-37/+18
* system: Ensure space for panic and jump dataRob Barnes2022-11-171-1/+1
* zephyr: keyboard: split dt based keymap to its own configFabio Baltieri2022-11-162-3/+3
* zephyr: bindings: rename cros-keyscan to cros-ec,keyscanFabio Baltieri2022-11-161-2/+2
* test: add tests for battery_fuel_gaugeYuval Peress2022-11-161-1/+1
* zephyr/shim: Sort header filesJeremy Bettis2022-11-1648-134/+158
* test: system shimYuval Peress2022-11-141-1/+1
* test: cover missing accessors and init in gpio shimYuval Peress2022-11-141-2/+6
* gpio: optimize the gpio_set_flags_by_mask loopYuval Peress2022-11-141-5/+10
* zephyr: move periodic temp read hook to shim layerDawid Niedzwiecki2022-11-141-18/+49
* zephyr: tests: add pct2075 emulatorDawid Niedzwiecki2022-11-141-0/+2