summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* ec/google/chromeec: fix format security warningGreg V2019-10-091-1/+1
* ec/google/chromec: Default EC_GOOGLE_CHROMEEC_LPC to disabledMartin Roth2019-10-031-1/+1
* ec/kontron/kempld: Add fall-through comments where appropriateNico Huber2019-09-301-0/+2
* 3rdparty/chromeec: Update to latest masterElyes HAOUAS2019-09-161-0/+4
* ec/acpi: Replace __PRE_RAM__ useKyösti Mälkki2019-09-141-15/+6
* ec/kontron/kempld: Select DRIVERS_UART_8250IONico Huber2019-09-021-0/+1
* vboot: remove fastboot supportJoel Kitching2019-09-021-5/+3
* ec/google/chromeec: Add config option for eSPIMartin Roth2019-08-301-0/+11
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-263-3/+3
* google/chromeos: Support AP watchdog flag from Chrome ECYou-Cheng Syu2019-08-232-12/+28
* ec/google/chromeec: Update ec_commands.hYou-Cheng Syu2019-08-233-804/+1617
* ec/lenovo/h8: Add option to set F1-F12 as primary functionIru Cai2019-08-212-0/+18
* chromeec: Depend on events_copy_b to identify the wake sourceRavi Chandra Sadineni2019-08-211-22/+7
* src/ec: Drop __PRE_RAM__ and __SMM__ guardsKyösti Mälkki2019-08-209-32/+1
* lenovo/pmh7: Remove use of __PRE_RAM__ and __SMM__Kyösti Mälkki2019-08-201-5/+1
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-206-27/+0
* ec/google/chromeec: Use MAYBE_STATICKyösti Mälkki2019-08-191-16/+2
* ec/google/wilco: Hide wilco symbols when unusedElyes HAOUAS2019-07-251-0/+4
* ec/google/chromeec: Pass reference of object to BBST() methodDuncan Laurie2019-07-181-3/+3
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-092-2/+2
* src/ec: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-228-8/+0
* ec/kontron/kempld/kempld_i2c.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-3/+2
* ec/google/chromeec/ec_lpc: Remove unneeded 'else'Elyes HAOUAS2019-06-211-4/+2
* ec/google/wilco: Read back from EC RAM after S0ix entryDuncan Laurie2019-06-131-0/+6
* ec/google/wilco: Add UCSI supportDuncan Laurie2019-06-075-4/+320
* ec/lenovo/h8: Fix method name in ACPI codeEvgeny Zinoviev2019-06-031-1/+1
* src/{ec,vendorcode}: Add missing 'include <types.h>Elyes HAOUAS2019-05-293-0/+3
* ec/google/wilco: Fix radio control commandDuncan Laurie2019-05-242-2/+10
* ec/google/wilco: set diagnostic LEDs on boot failureKeith Short2019-05-222-11/+46
* ec/google/wilco: Add support for KB_ERR_CODE to Wilco ECKeith Short2019-05-203-1/+29
* src/ec/lenovo/h8/acpi: Serialize Control MethodElyes HAOUAS2019-05-131-1/+1
* ec/lenovo/h8: Add VBOOT board supportPatrick Rudolph2019-05-083-0/+69
* ec/lenovo/h8: Add function to query sense statePatrick Rudolph2019-05-083-0/+66
* ec/google/wilco: Support board_id with EC provided IDDuncan Laurie2019-04-184-3/+54
* ec/google/wilco: Send "logo displayed" progress codeDuncan Laurie2019-04-181-0/+7
* 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