summaryrefslogtreecommitdiff
path: root/zephyr
Commit message (Expand)AuthorAgeFilesLines
* zephyr: forward cros_crc8 to zephyrs crc8 implJett Rink2020-11-135-0/+71
* zephyr/test/base32: change test to depend on lessJett Rink2020-11-122-2/+16
* zephyr/test/hooks: change test to depend on lessJett Rink2020-11-122-6/+18
* Revert "zephyr: forward cros_crc8 to zephyrs crc8 impl"Jett Rink2020-11-115-71/+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/kconfig: put KB protocol because KB optionJett Rink2020-11-111-0/+4
* 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-115-0/+71
* 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