summaryrefslogtreecommitdiff
path: root/chip/host
Commit message (Expand)AuthorAgeFilesLines
* test: store persistence files in RAMVincent Palatin2018-01-311-14/+22
* chip/host: uart: Run uart_monitor_stdin() before task schedulingShawn Nematbakhsh2018-01-101-0/+12
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-072-0/+4
* chip/host/config_chip: Fix TASK_STACK_SIZE of the host board.Che-yu Wu2017-08-081-0/+3
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+5
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-2/+2
* fix memory size calculations in host/test modeVadim Bendebury2016-12-281-6/+6
* usb pd: Resend request after receiving a WAIT in response to a requestSam Hurst2016-12-021-3/+30
* NvMem: Added NV Memory module to ec/common/Scott2016-05-261-1/+1
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-21/+3
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* cleanup: Put chip-specific configs in config_chip.hBill Richardson2015-09-211-0/+8
* host: mock i2c_xferGwendal Grignou2015-09-162-107/+14
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-162-3/+3
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-7/+7
* tasks: Remove most task_start_called() calls.Aseda Aboagye2015-08-011-4/+1
* cleanup: fix all the header guardsBill Richardson2015-06-182-5/+5
* common: Add i2c 32bit read/writeGwendal Grignou2015-06-171-0/+30
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-0/+3
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-271-1/+1
* Queue: Add policies to queuesAnton Staaf2015-05-261-1/+1
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-152-18/+2
* Fix type mismatch on extern declarationsVincent Palatin2015-05-151-1/+1
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-122-9/+9
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-2/+3
* pd: Modify BIST mode according to ECR#PD2.0.1.0.004Scott2015-04-091-0/+5
* pd: Massage initialization at task start.Todd Broch2015-02-251-1/+2
* pd: check for collisions before transmittingAlec Berg2014-12-171-1/+9
* math: use CONFIG_FPU when using float.Gwendal Grignou2014-11-091-0/+2
* Fix incorrect valid and writable flash flagsVic Yang2014-10-151-0/+26
* Add back unit test for usb_pd"Vic Yang2014-10-042-0/+290
* Queue: Add functionality needed by new USART stream driverAnton Staaf2014-09-181-8/+4
* EC: Add smbus interface read & write APIsSheng-Liang Song2014-08-291-0/+21
* Revert "Add back unit test for usb_pd"Vic Yang2014-08-152-290/+0
* Add back unit test for usb_pdVic Yang2014-08-132-0/+290
* Revert "Add unit test for usb_pd"Alec Berg2014-08-112-290/+0
* Add unit test for usb_pdVic Yang2014-08-102-0/+290
* watchdog: Give more leeway to the independent watchdogDoug Anderson2014-06-231-2/+2
* Remove old TODO comment in emulator UART moduleVic (Chun-Ju) Yang2014-01-091-4/+1
* emulator: Fix a bug that jump tag is overwrittenVic (Chun-Ju) Yang2014-01-081-5/+0
* Process emulator UART events in interrupt contextVic (Chun-Ju) Yang2014-01-061-11/+16
* Add interrupt support for emulatorVic Yang2014-01-061-1/+1
* extract common core codeVincent Palatin2013-12-051-0/+5
* gpio: Make GPIO_INT_BOTH explicitly RISING|FALLINGRandall Spangler2013-11-231-4/+2
* cleanup: Still more TODO commentsRandall Spangler2013-11-021-5/+8
* cleanup: Rename and move header filesRandall Spangler2013-10-231-0/+17
* Enforce a minimum number of clocks between keyboard scansRandall Spangler2013-10-142-1/+15