summaryrefslogtreecommitdiffstats
path: root/src/ec
Commit message (Expand)AuthorAgeFilesLines
* include: Make stdbool.h a separate fileJulius Werner2019-11-181-2/+1
* ec/hp/kbc1126: Include early_init.c in bootblockArthur Heymans2019-11-181-0/+1
* nb/intel/i945: Initialize console in bootblockArthur Heymans2019-11-151-0/+1
* ec/lenovo/h8: Make dock init in ramstage fully mainboard-specificBill XIE2019-11-123-10/+1
* ELOG: Avoid some preprocessor useKyösti Mälkki2019-11-091-5/+5
* ELOG: Introduce elog_gsmi variantsKyösti Mälkki2019-11-091-2/+2
* include: Remove EC_EVENT_* from elog.hYu-Ping Wu2019-11-041-2/+2
* ec/google/chromeec: Add EC driver support for software syncTim Wawrzynczak2019-10-312-20/+432
* ec/google/chromeec: Clean up ec.[ch]Tim Wawrzynczak2019-10-292-284/+301
* ec/{compal,google,quanta}: Drop wrong _ADR objectsElyes HAOUAS2019-10-253-3/+0
* src/ec/quanta: Drop wrong _ADR objectsElyes HAOUAS2019-10-242-2/+0
* (acpi) superio.asl: Drop wrong _ADR objectsElyes HAOUAS2019-10-241-3/+0
* ec/google/chromeec/acpi: Drop wrong _ADR objectElyes HAOUAS2019-10-241-4/+0
* ec/acpi/ec.c Link EC code in bootblock & verstageArthur Heymans2019-10-121-1/+3
* 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