summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-062-2/+1
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+0
* ec/google/wilco: Add ACPI _BIX method for batteryDuncan Laurie2019-03-281-3/+13
* ec/google/wilco: Add a romstage init function to send progress codeDuncan Laurie2019-03-284-0/+51
* Revert "UPSTREAM: ec/google/wilco: Enable software sync for VBOOT"Duncan Laurie2019-03-211-1/+0
* ec/google/wilco: Add function to indicate if EC uses signed FWDuncan Laurie2019-03-213-0/+21
* ec/google/wilco: Enable software sync for VBOOTDuncan Laurie2019-03-181-0/+1
* ec/google/wilco: Fix handling of commands that do not respondDuncan Laurie2019-03-181-6/+6
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* ec/google/wilco: Clear S0ix support bit at bootDuncan Laurie2019-03-153-0/+15
* ec/google/wilco: coalesce tent mode to tablet modeJett Rink2019-03-151-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0813-28/+28
* ec/lenovo/h8: Implement ACPI methods to set battery thresholdsAlexey Kharlamov2019-03-065-0/+427
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-042-0/+2
* Fix indirect include for endianessKyösti Mälkki2019-03-041-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* ec/google/chromeec: fix the error status passingYH Lin2019-02-271-2/+2
* ec/google/chromeec: Clarify return value of google_chromeec_commandDaisuke Nojiri2019-02-261-0/+6
* ec/google/wilco: Fix ACPI power status eventsDuncan Laurie2019-02-253-11/+7
* ec/lenovo/h8/Kconfig: increase ps2 kbd timeout from 3000 to 5000msMichael Bacarella2019-02-111-1/+1
* mb/google/kahlee: Use GPIO_10 for EC_SYNC_IRQEdward Hill2019-02-111-0/+11
* ec/google/wilco: Add virtual button supportDuncan Laurie2019-02-054-0/+116
* ec/google/wilco: Add ACPI device for event interfaceDuncan Laurie2019-02-042-17/+29
* ec/google/wilco: Add S0ix support handlersDuncan Laurie2019-02-042-0/+19
* ec/google/chromeec: Add boardid.c to verstageYou-Cheng Syu2019-01-301-0/+1
* ec/google/wilco: Turn on wake up from lidLijian Zhao2019-01-243-0/+34
* ec/kontron: Add support for Kontron kempldNico Huber2019-01-248-0/+605
* ec/chromeec: fix LPC read/write for MEC devicesMatt DeVillier2018-12-281-2/+6
* lenovo/h8,thinkpads: Re-do USB Always OnNathaniel Roach2018-12-064-50/+39
* ec/google/wilco: Turn camera power onDuncan Laurie2018-12-042-0/+10
* ec/google/wilco: Guard DTPF with ifdefDuncan Laurie2018-12-043-4/+4
* ec/google/wilco/acpi: Add DPTF supportDuncan Laurie2018-12-044-0/+159
* ec/google/wilco/acpi: Fix issues and clean upDuncan Laurie2018-12-042-6/+14
* ec/google/wilco: Fix extended event handlingDuncan Laurie2018-12-042-10/+20
* ec/google/wilco: Enable WiFi radioDuncan Laurie2018-12-043-0/+26
* ec/google/wilco: Enable COM1 ACPI deviceDuncan Laurie2018-12-041-1/+1
* cpu/intel/model_206{5,a}x: Rework acpi/cpu.aslArthur Heymans2018-11-301-5/+2
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-2/+0
* ec/google/chromeec: add support for retrieving OEM nameWisley Chen2018-11-163-2/+14
* google/chromeec/acpi/ec: Add support for Device DPTF Profile NumberKarthikeyan Ramasubramanian2018-11-151-0/+16
* ec/google/chromeec/acpi: Rename EC_ENABLE_TABLET_EVENT configKarthikeyan Ramasubramanian2018-11-151-1/+1
* ec/google/chromeec: Configure EC_SYNC_IRQ as level triggeredFurquan Shaikh2018-11-121-1/+1
* chromeec: Disable battery remaining capacity workaroundDaisuke Nojiri2018-11-061-4/+4
* ec/google/wilco: Add wake pin configurationDuncan Laurie2018-11-021-0/+3
* ec/google/wilco: Unmute audio on initDuncan Laurie2018-10-312-0/+10
* ec/google/wilco: Add ACPI SuperIO devicesDuncan Laurie2018-10-311-0/+117
* ec/google/wilco: Add ACPI EC event handlersDuncan Laurie2018-10-312-0/+127
* ec/google/wilco: Add ACPI battery and AC objectsDuncan Laurie2018-10-313-0/+391
* ec/google/wilco: Add ACPI EC infrastructureDuncan Laurie2018-10-315-0/+381
* ec/google/wilco: Add a bootblock function for early initDuncan Laurie2018-10-313-0/+82