summaryrefslogtreecommitdiff
path: root/zephyr
Commit message (Expand)AuthorAgeFilesLines
* zephyr: add shim for extpowerJack Rosenthal2020-11-102-0/+12
* 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-094-14/+19
* zephyr: add option to shim power buttonJack Rosenthal2020-11-092-0/+10
* zephyr: add stub host events implementationJack Rosenthal2020-11-092-0/+8
* Add chip-specific shim along with i2c moduleYuval Peress2020-11-0810-4/+173
* zephyr: shim the lid switchJack Rosenthal2020-11-072-0/+9
* 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-072-0/+18
* zephyr: Allow keyboard_8042 to build with zephyrSimon Glass2020-11-063-0/+32
* zephyr: Provide parse_bool()Simon Glass2020-11-061-0/+21
* zephyr: Build queue moduleSimon Glass2020-11-061-1/+1
* zephyr: Use spaces to line up the source filesSimon Glass2020-11-061-3/+3
* zephyr: add zmake.yaml filesJett Rink2020-11-062-0/+18
* zephyr: shim in hooks and deferredJack Rosenthal2020-11-058-0/+355
* zephyr: add task shimJett Rink2020-11-058-0/+493
* zephyr: Sort shimmed modulesSimon Glass2020-11-051-1/+1
* zephyr/test/base32: specify board in makelistJett Rink2020-11-051-0/+1
* 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
* test: support building base32 as a Zephyr testPaul Fagerburg2020-10-282-0/+13
* 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-216-1/+182
* zephyr: shim in base32.cPaul Fagerburg2020-10-141-0/+1
* zephyr: use printk instead of shell_Jett Rink2020-10-121-12/+8
* zephyr: add strtoi shim functionJett Rink2020-10-123-1/+15
* zephyr: detect the module location in a 2.3/2.4 compatible mannerJack Rosenthal2020-10-121-1/+9
* Fix incomplete rename (deprecated_atomic_clear -> deprecated_atomic_clear_bits)Jack Rosenthal2020-10-061-2/+2
* zephyr: shim in the timer moduleJack Rosenthal2020-10-015-0/+81
* zephyr: shim in util.cJack Rosenthal2020-10-011-0/+3
* 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
* config: add CONFIG_ZEPHYRJack Rosenthal2020-10-011-1/+15
* zephyr: add base files for Zephyr moduleJack Rosenthal2020-10-014-0/+56
* zephyr: add compatible assert.h headerJack Rosenthal2020-09-251-0/+15