summaryrefslogtreecommitdiff
path: root/zephyr
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Add a stub for system_is_locked()Simon Glass2020-12-231-0/+11
* zephyr: Add support for battery presenceSimon Glass2020-12-232-5/+43
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+2
* zephyr: Fix missing GPIO header in keyboard_rawSimon Glass2020-12-171-0/+1
* zephyr: Enable isl9241 for VolteerSimon Glass2020-12-172-0/+9
* zmake: change projects to chroot-supported toolchainsJack Rosenthal2020-12-165-5/+5
* zephyr: put project(...) after find_package(Zephyr)Jack Rosenthal2020-12-155-5/+5
* zephyr: clear a few compiler warningsJack Rosenthal2020-12-151-0/+1
* zephyr: fix misspeling in eSPI shimDawid Niedzwiecki2020-12-151-1/+1
* Reland "zephyr: Add battery and smart battery options"Keith Short2020-12-144-0/+79
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-142-8/+7
* Revert "zephyr: Add battery and smart battery options"Eric Yilun Lin2020-12-143-73/+0
* zephyr: Update the I2C tableSimon Glass2020-12-111-7/+2
* zephyr: Add battery and smart battery optionsKeith Short2020-12-113-0/+73
* zephyr: Fix 'edefines' typoSimon Glass2020-12-111-1/+1
* zephyr: Sort file list by config optionKeith Short2020-12-101-10/+17
* zephyr: remove dependency on chip specific code for npcxYuval Peress2020-12-108-83/+50
* zephyr: enable CONFIG_HOSTCMD_ESPIJack Rosenthal2020-12-092-0/+24
* zephyr: fix build for keyboard shimYuval Peress2020-12-056-14/+121
* zephyr: Sort the options a bitSimon Glass2020-12-053-112/+121
* zephyr: add CBI module to zephyr optionsJett Rink2020-12-043-0/+40
* zephyr: Add is-test flag to zmake.yaml files under test/Yuval Peress2020-12-045-0/+5
* zephyr/test/i2c: update to i2c_controller.c nameJett Rink2020-12-031-1/+1
* zephyr: shim in common/chipset.cJack Rosenthal2020-12-021-0/+2
* zephyr: un-break our build from COIL renamesJack Rosenthal2020-12-011-1/+1
* zephyr: fix espi shimYuval Peress2020-12-011-2/+2
* zephyr: shim the port80 moduleJack Rosenthal2020-12-012-0/+8
* zephyr: shim the keyboard scanSimon Glass2020-12-016-1/+141
* zephyr: shim system_jumped_late & system_enter_hibernateWealian Liao2020-12-011-0/+32
* zephyr: shim in power sequencingJack Rosenthal2020-11-204-0/+119
* zephyr: shim some basic eSPI functionalityJack Rosenthal2020-11-206-0/+257
* zephyr: stub system_hibernateJack Rosenthal2020-11-201-0/+8
* zephyr: implement gpio_reset and gpio_set_flagsJack Rosenthal2020-11-201-8/+46
* zephyr: add i2c_ports enumYuval Peress2020-11-206-0/+137
* zephyr: implement system_jumped_to_this_imageJack Rosenthal2020-11-191-0/+5
* zephyr: rename gpio_signal.h so that we have deterministic includesJack Rosenthal2020-11-191-4/+4
* zephyr: add IOEX_ constants to gpio_signal.hJack Rosenthal2020-11-191-1/+18
* zephyr: gpio: declare interrupt handlers in gpio.cJack Rosenthal2020-11-191-1/+10
* zephyr: Include i2c_map.h for I2C enabled boardsYuval Peress2020-11-171-0/+5
* zephyr/tests: add zmake file for crc testJett Rink2020-11-161-0/+9
* Zephyr: Migrate i2c implementation to chip family specific fileYuval Peress2020-11-162-1/+2
* zephyr: fix issue with set_event hanging before tasks startJett Rink2020-11-132-6/+44
* 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