summaryrefslogtreecommitdiff
path: root/zephyr
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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