summaryrefslogtreecommitdiff
path: root/zephyr/shim
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-05102-10558/+0
* common/i2c: Implement i2cspeed console commandCaveh Jalali2021-09-281-0/+5
* zephyr: Add watchdog reinstall mechanismWealian Liao2021-09-281-0/+7
* zephyr: Change NPCX BBRAM status information to LOG_INFWealian Liao2021-09-281-4/+3
* zephyr: convert fwctrl register to syscon driverYuval Peress2021-09-271-13/+30
* zephyr: drivers: thermistors are device tree nodesAaron Massey2021-09-243-48/+73
* zephyr: shim: implement a generic led_get_brightness_rangeFabio Baltieri2021-09-221-0/+14
* zephyr: fix support for multiple fansMichał Barnaś2021-09-221-4/+4
* zephyr: shell: add alias for kernel threads commandMichał Barnaś2021-09-221-0/+9
* zephyr: shim: define led_color_map from the devicetreeFabio Baltieri2021-09-221-0/+9
* zephyr: shim: atomic_clear_bits should return a valueDenis Brockus2021-09-211-2/+2
* Revert "npcx: correct the image copies indication bits for npcx9"caveh jalali2021-09-211-8/+0
* zephyr: Restructure GPIO interrupt table to save RAMKeith Short2021-09-181-12/+38
* zephyr: minor reorganization of GPIO shimKeith Short2021-09-171-18/+19
* npcx: correct the image copies indication bits for npcx9Jun Lin2021-09-171-0/+8
* zephyr: add support for I2C debuggingKeith Short2021-09-151-0/+10
* zephyr: Add test runner in shimmed taskTomasz Michalec2021-09-151-11/+14
* zephyr: Add default mapping for remote I2C portsKeith Short2021-09-141-2/+6
* zephyr: Automatically detect shared I2C portsKeith Short2021-09-141-4/+42
* zephyr: riscv: Drop gp register from panic dataJack Rosenthal2021-09-141-1/+0
* system: Add CrOS FWID to version outputRob Barnes2021-09-141-0/+5
* zephyr: Cleanup I2C initializationKeith Short2021-09-141-6/+8
* zephyr: I2C cleanupKeith Short2021-09-141-10/+7
* zephyr: Use NOP to wait for the external reset from H1Wealian Liao2021-09-131-6/+15
* zephyr: shim/system: fix APIs of call BBRAM read and writestabilize-14217.B-mainTim Lin2021-09-131-10/+10
* zephyr: shim: set pwm_led data from device treeFabio Baltieri2021-09-103-2/+40
* zephyr: driver: bbram: Migrate to upstream driverYuval Peress2021-09-102-15/+15
* zephyr: fix compilation of kx022 driverMichał Barnaś2021-09-092-2/+2
* zephyr: add missing charger KconfigMichał Barnaś2021-09-081-0/+2
* zephyr: add missing battery KconfigsMichał Barnaś2021-09-081-0/+19
* zephyr: hooks: use k_work_reschedule to schedule deferred tasksJack Rosenthal2021-09-081-1/+1
* zephyr: Replace DT_ENUM_TOKEN with DT_STRING_TOKENJack Rosenthal2021-09-0712-45/+40
* zephyr: console: Use DT bindings to get shell uart dev on 2.7+Jack Rosenthal2021-09-071-24/+15
* zephyr: remove duplicated CONFIG_PLATFORM_EC_BATTERY_REVIVE_DISCONNECTMichał Barnaś2021-09-031-5/+0
* zephyr: add batteries to device treeMichał Barnaś2021-09-033-2/+84
* zephyr: Add test runner task idTomasz Michalec2021-09-023-0/+27
* zephyr: Add Kconfig options for PS8xxx TCPCKeith Short2021-09-021-0/+9
* usbpd: support dynamic PDO selectionEric Yilun Lin2021-09-011-0/+5
* zephyr: test: drivers: add eSPI test using host commandYuval Peress2021-08-312-5/+11
* builtin: Add math.hTom Hughes2021-08-311-1/+1
* charge_manager: board specific callback to get vbus voltageSue Chen2021-08-271-0/+3
* adc: Allow runtime config of adc_channelsCaveh Jalali2021-08-272-0/+10
* zephyr: compile NPCX monitorKeith Short2021-08-267-0/+845
* common: move standard library functions from util.c to another fileMichał Barnaś2021-08-252-356/+0
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-11/+7
* zephyr: drop IS_ZEPHYR_VERSION usages from npcx espi driverJack Rosenthal2021-08-191-25/+0
* zephyr: shim: map correct PLATFORM_EC_* to CONFIG_Denis Brockus2021-08-191-6/+6
* zephyr: Disable console help stringsKeith Short2021-08-182-3/+19
* zephyr: reduce code duplication of console shimKeith Short2021-08-182-33/+39
* zephyr: Add support for CONFIG_KEYBOARD_REFRESH_ROW3Wai-Hong Tam2021-08-181-0/+5