summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ish: remove lock; prefix from inline ASMstabilize-atlas-11177.BJett Rink2019-01-093-5/+19
* ish/uart: fix wrong register address access in uart_tx_start()Hu, Hebo2019-01-091-1/+1
* ish: remove unused codeJett Rink2019-01-072-45/+2
* ISH: HID: enable HID subsystemHyungwoo Yang2019-01-021-0/+3
* ISH: HECI: enable HECIHyungwoo Yang2019-01-022-0/+3
* ISH: IPC: enable IPC for HECIHyungwoo Yang2019-01-022-1/+4
* ISH: HID: implement HID subsystemHyungwoo Yang2018-12-293-0/+531
* ISH: HECI: implement HECI layerHyungwoo Yang2018-12-296-0/+1418
* ISH: IPC: implement generic IPC layerHyungwoo Yang2018-12-295-0/+1009
* core/minute-ia: fix atomicsHyungwoo Yang2018-12-291-16/+13
* core/minute-ia: enable cacheKyoung Kim2018-12-201-0/+9
* board/atlas_ish: remove CONFIG_ISH_30 flag in atlas_ish boardShine Liu2018-12-201-1/+0
* chip/ish: replace CONFIG_ISH_xx flags with CHIP_FAMILY and CHIP_VARIANTShine Liu2018-12-204-19/+17
* board/atlas_ish: add CHIP_FAMILY and CHIP_VARIANT to atlas_ishShine Liu2018-12-201-0/+2
* core/minute-ia: default_fp_ctx[] should be staticRushikesh S Kadam2018-12-201-1/+1
* core/minute-ia: Reset Task-switched flag during initRushikesh S Kadam2018-12-181-0/+4
* core/minute-ia: Add missing #ifdef CONFIG_FPURushikesh S Kadam2018-12-181-0/+2
* chip/ish: change host command ready from 8 to 3Shine Liu2018-12-131-1/+1
* ISH3.0: Scaling timer from 12MHz to 1MHzSadashiva Rao Pv2018-12-133-4/+56
* core/minute-ia: Setup GDTRushikesh S Kadam2018-12-111-0/+29
* ISH-i2c: support 1MHz, clock stretch, restartKyoung Kim2018-12-043-84/+158
* ISH: add IRQ to vector entry for doorbell clearHyungwoo Yang2018-11-211-0/+1
* ISH: remove sending MNG_HC_FW_READYHyungwoo Yang2018-11-211-9/+0
* atlas_ish: remove HostCommand task related.Kyoung Kim2018-11-211-3/+1
* ISH: IPC: send HC FW ready notification to hostHyungwoo Yang2018-11-212-0/+4
* IPC/HECI: IPC/HECI uses lpc console channelKyoung Kim2018-11-211-1/+5
* ish-ipc: remove IPC/Host command related flagKyoung Kim2018-11-211-1/+1
* ish gpio: GPIO functionalityli feng2018-11-152-3/+120
* core/minute-ia: fixes toolchain incompatibiltyKyoung Kim2018-11-131-1/+1
* ish gpio: added GPIO interrupt to IOAPICli feng2018-11-133-1/+12
* core/minute-ia: Add FLASH memory configurationPatrick Georgi2018-11-051-0/+4
* ISH: Fix FPU flagKyoung Kim2018-10-301-1/+1
* ISH: add FPU context save/restoreKyoung Kim2018-10-251-1/+10
* atlas_ish: initial board files for atlas_ishli feng2018-10-255-0/+162
* atlas_ish: implement __shared_mem_bufCaveh Jalali2018-10-251-0/+11
* core/minute-ia: default to coreboot toolchainCaveh Jalali2018-10-251-1/+2
* core/minute-ia: update linker script for coreboot toolchainCaveh Jalali2018-10-251-5/+7
* core/minute-ia: fix code for coreboot toolchainCaveh Jalali2018-10-252-9/+2
* core/minute-ia: clean up atomicsCaveh Jalali2018-10-253-82/+65
* core/minute-ia/panic: noreturn function should not returnli feng2018-10-251-0/+3
* common/led_onoff_states.c: fix indentationPatrick Georgi2018-10-201-1/+1
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-1919-56/+72
* board/meep: Add magnetometer configKarthikeyan Ramasubramanian2018-10-192-1/+31
* driver/mag_lis2mdl: Add LIS2MDL magnetometer moduleKarthikeyan Ramasubramanian2018-10-194-0/+181
* driver/sensorhub_lsm6dsm: Add sensor hub support in LSM6DSM moduleKarthikeyan Ramasubramanian2018-10-195-0/+467
* include/motion_sense: Add a parent motion sensor fieldKarthikeyan Ramasubramanian2018-10-191-0/+6
* driver/accelgryo_lsm6dsm: Export accelgyro_config_fifo helper functionKarthikeyan Ramasubramanian2018-10-192-8/+9
* Ampton: implement the LED function to follow BipJames_Chao2018-10-193-1/+78
* chip/stm32/usb_hw: include stdint.h and stddef.hPatrick Georgi2018-10-191-0/+3
* Keyboard: switch column and row of scancode tableDaisuke Nojiri2018-10-195-68/+63