summaryrefslogtreecommitdiff
path: root/zephyr/shim
Commit message (Expand)AuthorAgeFilesLines
* Revert "zephyr: forward cros_crc8 to zephyrs crc8 impl"Jett Rink2020-11-112-22/+0
* zephyr: bounds check remaining gpio shim functionsJett Rink2020-11-111-0/+6
* zephyr: add strtoull function for 64-bit inputJett Rink2020-11-111-0/+50
* zephyr/gpio: add bound checks to all gpio functionsJett Rink2020-11-111-0/+12
* zephyr/util: reorder header filesJett Rink2020-11-111-3/+6
* zephyr: forward cros_crc8 to zephyrs crc8 implJett Rink2020-11-112-0/+22
* zephyr: Redefine assert safelySimon Glass2020-11-091-0/+1
* zephyr: correct shimmed task prioritiesJett Rink2020-11-091-2/+3
* cleanup: follow header include styleJett Rink2020-11-094-8/+11
* zephyr: move from SYS_INIT to mainJett Rink2020-11-093-13/+13
* Add chip-specific shim along with i2c moduleYuval Peress2020-11-088-3/+161
* zephyr: gpio: shim gpio_{en,dis}able_interruptJack Rosenthal2020-11-071-0/+56
* zephyr: move shimmed_tasks.h include to config.hJack Rosenthal2020-11-071-5/+0
* zephyr: Don't output a newline in cputs() unless requestedSimon Glass2020-11-071-1/+1
* zephyr: Enable the '8042' commandSimon Glass2020-11-071-0/+5
* zephyr: Allow keyboard_8042 to build with zephyrSimon Glass2020-11-061-0/+5
* zephyr: Provide parse_bool()Simon Glass2020-11-061-0/+21
* zephyr: shim in hooks and deferredJack Rosenthal2020-11-053-0/+184
* zephyr: add task shimJett Rink2020-11-054-0/+240
* cleanup: fix pgio -> gpio typoJett Rink2020-11-051-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-5/+0
* Zephyr: add sleep_maskYuval Peress2020-10-301-0/+3
* zephyr: use gpio_pin_set_raw directlyJett Rink2020-10-301-9/+1
* zephyr: fix build breakageJack Rosenthal2020-10-281-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-28/+4
* Only shim system.c if the cros_ec is usedYuval Peress2020-10-261-1/+1
* zephyr: include config.h before ec_commands.hPaul Fagerburg2020-10-261-0/+1
* zephyr: add gpio interrupts to shimJett Rink2020-10-231-2/+78
* cleanup: update comment formattingJett Rink2020-10-231-6/+11
* Add shim for system.c (implementing jump data functions)Yuval Peress2020-10-222-0/+219
* zephyr: add initial gpio shimJett Rink2020-10-215-1/+181
* zephyr: use printk instead of shell_Jett Rink2020-10-121-12/+8
* zephyr: add strtoi shim functionJett Rink2020-10-122-0/+15
* Fix incomplete rename (deprecated_atomic_clear -> deprecated_atomic_clear_bits)Jack Rosenthal2020-10-061-2/+2
* zephyr: shim in the timer moduleJack Rosenthal2020-10-013-0/+52
* zephyr: provide compatible config_chip.h and board.h filesJack Rosenthal2020-10-012-0/+33
* zephyr: shim in the zephyr shell as the EC consoleJack Rosenthal2020-10-013-1/+148
* zephyr: implement atomic.hJack Rosenthal2020-10-011-0/+45
* zephyr: add base files for Zephyr moduleJack Rosenthal2020-10-011-0/+5
* zephyr: add compatible assert.h headerJack Rosenthal2020-09-251-0/+15