summaryrefslogtreecommitdiff
path: root/zephyr/shim/src
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-0542-5408/+0
* zephyr: Add watchdog reinstall mechanismWealian Liao2021-09-281-0/+7
* zephyr: drivers: thermistors are device tree nodesAaron Massey2021-09-242-28/+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: Restructure GPIO interrupt table to save RAMKeith Short2021-09-181-12/+38
* zephyr: minor reorganization of GPIO shimKeith Short2021-09-171-18/+19
* 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
* 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-102-0/+38
* zephyr: fix compilation of kx022 driverMichał Barnaś2021-09-092-2/+2
* 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-077-39/+35
* zephyr: console: Use DT bindings to get shell uart dev on 2.7+Jack Rosenthal2021-09-071-24/+15
* zephyr: add batteries to device treeMichał Barnaś2021-09-032-0/+71
* zephyr: Add test runner task idTomasz Michalec2021-09-021-0/+16
* zephyr: test: drivers: add eSPI test using host commandYuval Peress2021-08-312-5/+11
* adc: Allow runtime config of adc_channelsCaveh Jalali2021-08-271-0/+5
* 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: Disable console help stringsKeith Short2021-08-181-1/+8
* zephyr: reduce code duplication of console shimKeith Short2021-08-181-12/+9
* zephyr: provide unified method to get sku id and board versionMichał Barnaś2021-08-183-0/+100
* zephyr: add support for switchcap in device treeMichał Barnaś2021-08-163-0/+102
* zephyr: shim: cleanup comments and code in console.cDenis Brockus2021-08-121-5/+8
* zephyr: Fix keyscan_configWealian Liao2021-08-121-2/+2
* zephyr: cleanup Zephyr v2.5 ifdefsJack Rosenthal2021-08-112-18/+0
* zephyr: shim: zephyr_print option to use printkDenis Brockus2021-08-111-1/+9
* zephyr: Create devicetree node for keyscanKeith Short2021-08-102-0/+35
* zephyr: shim: reimplement hooks using iterablesFabio Baltieri2021-08-101-12/+14
* zephyr: shim: reimplement mkbp_event using iterablesFabio Baltieri2021-08-101-18/+3
* zephyr: shim: reimplement host commands using iterablesFabio Baltieri2021-08-101-24/+3
* zephyr: shim/src: task: add in_interrupt_context routineTim Lin2021-08-051-0/+5
* zephyr: Move BBRAM access functions to common system.cWealian Liao2021-08-042-26/+68
* zephyr: i2c: protect physical portDino Li2021-07-221-0/+17
* zephyr: Remove NPCX dependency from shim/src/espi.cYuval Peress2021-07-221-6/+5
* zephyr: fix uart output flushDawid Niedzwiecki2021-07-151-0/+6
* cbi: Introduce CONFIG_CBI_GPIOPhilip Chen2021-07-141-0/+1
* zephyr: implement panic register print for riscvJack Rosenthal2021-07-131-1/+27
* zephyr: shim: implement a stub signal_is_gpioFabio Baltieri2021-07-131-0/+5
* zephyr: switch to using shell_*, not printkDawid Niedzwiecki2021-07-091-10/+102
* zephyr: shim: Support reading tri-state GPIOPhilip Chen2021-07-092-0/+75