summaryrefslogtreecommitdiff
path: root/zephyr/shim
Commit message (Expand)AuthorAgeFilesLines
* zephyr: npcx: clock: add clock turbo/normal functionsJun Lin2021-03-111-0/+32
* zephyr: include shim/chip/npcx directory for all npcx chipsJack Rosenthal2021-03-111-1/+1
* zephyr: disable i2cscan and i2cxfer commandsKeith Short2021-03-101-0/+7
* zephyr: add Kconfig for hcdebug console command.Keith Short2021-03-101-0/+5
* zephyr: Add Kconfig options for flashinfo and flashwpKeith Short2021-03-101-3/+11
* zephyr: add Kconfig for accel_spoof commandKeith Short2021-03-101-0/+10
* zephyr: npcx: add read & write reset flag functionWealian Liao2021-03-101-3/+65
* zephyr: add bbram system callWealian Liao2021-03-101-2/+2
* zephyr: add defer cancelingWealian Liao2021-03-101-7/+14
* zephyr: add shim fanDawid Niedzwiecki2021-03-082-0/+381
* zephyr: adc: add error check for adc_read()Yuval Peress2021-03-051-2/+5
* zephyr: Add chargen command supportFabio Baltieri2021-03-041-0/+5
* zephyr: console_buffer: define uart_buffer_fullFabio Baltieri2021-03-041-0/+6
* zephyr: fix AP power cycling on sysjumpYuval Peress2021-03-031-2/+1
* zephyr: Fix version commandYuval Peress2021-03-031-3/+7
* zephyr: console: add missing include for shell_uart.hFabio Baltieri2021-03-021-0/+1
* zephyr: efs2: Enable EFS2 for volteerYuval Peress2021-02-261-0/+6
* zephyr: console: add functions to enable/disable the shellYuval Peress2021-02-261-0/+25
* zephyr: implement uart functions getc and clear_inputYuval Peress2021-02-261-0/+26
* zephyr: efs2: Compute the __image_size for efs2 in the linkerYuval Peress2021-02-261-2/+0
* zephyr: add Vivaldi keyboard supportFabio Baltieri2021-02-251-0/+5
* zephyr: enable md & rw console commandWealian Liao2021-02-251-0/+15
* zephyr: add shim thermal supportDawid Niedzwiecki2021-02-233-1/+80
* zephyr: add PD console command supportFabio Baltieri2021-02-231-0/+5
* zephyr: flag CONFIG_STACK_SIZE as ECOS specificFabio Baltieri2021-02-231-0/+1
* zephyr: npcx: add system reset driverWealian Liao2021-02-221-3/+17
* zephyr: change the hook task priorityWealian Liao2021-02-221-3/+3
* zephyr: add watchdogWealian Liao2021-02-223-1/+98
* zephyr: Drop duplicate IS_BIT_SET()Simon Glass2021-02-191-0/+3
* zephyr: Fix uart_console_read_buffer_init() return valueSimon Glass2021-02-191-0/+2
* zephyr: migrate arch_panic_set_reason to use __override_protoYuval Peress2021-02-182-5/+6
* zephyr: enable sysjump console commandstabilize-13799.B-mainYuval Peress2021-02-181-0/+5
* zephyr: implement cortex-m's interrupt_disable()Yuval Peress2021-02-181-9/+0
* zephyr: initialize the system codeYuval Peress2021-02-181-0/+4
* zephyr: cortex-m: Add software panic supportYuval Peress2021-02-175-1/+89
* zephyr: add support for disabling console channelsKeith Short2021-02-171-0/+16
* zephyr: add a unimplemented GPIOs mechanismJack Rosenthal2021-02-172-11/+11
* zephyr: add shim temperature sensorsDawid Niedzwiecki2021-02-174-0/+98
* zephyr: config_chip: undefine few more ECOS specific optionsFabio Baltieri2021-02-161-0/+11
* zephyr: Add support for CONFIG_MPUSimon Glass2021-02-134-0/+114
* zephyr: Add support for CONFIG_FPUSimon Glass2021-02-131-0/+56
* zephyr: Fix the CONFIG_CPU_PROCHOT_ACTIVE_LOW optionKeith Short2021-02-131-1/+2
* zephyr: enable CONFIG_EXTERNAL_STORAGEYuval Peress2021-02-121-1/+1
* zephyr: add npcx-specific system functions for external storage.Yuval Peress2021-02-123-0/+201
* zephyr: add stub implementation of clock_turboYuval Peress2021-02-123-0/+22
* zephyr: Add locking to shimmed flash.cYuval Peress2021-02-121-3/+72
* zephyr: add CONFIG_USB_BCD_DEVKeith Short2021-02-121-0/+5
* zephyr: clean up CONFIG_ZEPHYR thingJack Rosenthal2021-02-111-2/+0
* zephyr: move CHROMIUM_EC definition to CMakeListsJack Rosenthal2021-02-111-1/+0
* zephyr: implement console read/snapshot host commandsJack Rosenthal2021-02-114-0/+118