summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ec/acpi/ec.c Link EC code in bootblock & verstageArthur Heymans2019-10-121-1/+3
* mb/biostar/am1ml: Use ite's common functionsElyes HAOUAS2019-10-121-52/+30
* mb/roda/rk886ex: Use pnp_write_config functionElyes HAOUAS2019-10-121-30/+23
* mb/getac/p470: Use pnp_write_config functionElyes HAOUAS2019-10-121-41/+34
* mb/{razer,purism}: Don't select NO_POSTNico Huber2019-10-113-3/+10
* sb/intel/i82801gx: Move CIR init to a common placeArthur Heymans2019-10-1120-302/+76
* vendorcode/eltan/Kconfig: Hide the Kconfig options when lacking supportArthur Heymans2019-10-112-0/+6
* vendorcode/siemens: Remove sourcing non existing Kconfig filesArthur Heymans2019-10-111-2/+0
* mb/google/hatch: Add new touchscreen option for KohakuTim Wawrzynczak2019-10-111-0/+16
* mb/google/octopus/variants/fleex: Update GPIOs to fix EMRJohn Su2019-10-101-4/+0
* nb/intel/pineview/Kconfig: Remove romcc leftoverArthur Heymans2019-10-101-4/+0
* soc/intel: sgx: get rid of UEFI-style usage of global variableMichael Niewöhner2019-10-105-59/+19
* mb/{ibase/mb899,kontron/986lcd-m}: Use pnp_write_hwm5_index functionElyes HAOUAS2019-10-102-68/+52
* soc/qualcomm: Remove default ops to generate bootblock.binArthur Heymans2019-10-092-8/+0
* soc/mediatek/mt8183: Change argument type of mt_set_emiYu-Ping Wu2019-10-093-9/+10
* soc/mediatek/mt8183: Run DRAM full calibrationHuayang Duan2019-10-094-6/+184
* soc/mediatek/mt8183: Use cached calibration result for faster bootupHuayang Duan2019-10-0914-195/+410
* soc/mediatek/mt8183: Add the shared 'dramc_param' moduleYu-Ping Wu2019-10-093-0/+137
* soc/mediatek/mt8183: Simplify usage of dramc_engine2_endYu-Ping Wu2019-10-091-10/+7
* sb/intel/bd82x6x: Remove setting up lpc decode ranges in ramstageArthur Heymans2019-10-091-19/+1
* mb/google/drallion: Enable UART console for arcada_cml and sarien_cmlBernardo Perez Priego2019-10-091-1/+3
* mb/google/hatch: Remove pen device for dratini/dragonairWisley Chen2019-10-091-11/+0
* mb/[google/intel/lenovo]/*: fix posix shell bug with SPD filesGreg V2019-10-0913-13/+13
* ec/google/chromeec: fix format security warningGreg V2019-10-091-1/+1
* drivers/spi: ignore -Wvla on clang tooGreg V2019-10-091-1/+1
* acpi_table_header: Replace hard-coded length via sizeof(acpi_fadt_t)Himanshu Sahdev2019-10-095-5/+5
* mb/google/hatch: Set FPS as wake sourceShelley Chen2019-10-095-5/+9
* SMBIOS (Type 17): Add HBM device type and DIE form factor valueElyes HAOUAS2019-10-091-0/+3
* SMBIOS: (Type 9) Add PCI Express Gen 4 valuesElyes HAOUAS2019-10-091-1/+7
* superio/it8772f: use pnp_ops.h for pnp register accessFelix Held2019-10-082-39/+17
* superio/winbond/w83627*: use hwm5_conf.h for HWM setupFelix Held2019-10-082-8/+8
* intel/dcp847ske: use functions from hwm5_conf.h for HWM setupFelix Held2019-10-081-6/+2
* superio/it8772f: use HWM access functionality from hwm5_conf.hFelix Held2019-10-081-35/+26
* superio/hwm5_conf: factor out HWM access from ITE env_ctrlFelix Held2019-10-082-71/+109
* asus/f2a85m_pro: Fix superio type in devicetreeKyösti Mälkki2019-10-081-1/+1
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-0833-41/+31
* device/root_device: Consolidate common _scan_bus() functionsNico Huber2019-10-086-26/+14
* arch/x86: Don't allow separate verstage to boot from romcc bootblockArthur Heymans2019-10-081-5/+0
* arch/x86: Add a choice for selecting normal/fallback cbfs prefixArthur Heymans2019-10-081-2/+19
* device/dram/ddr4: Check spd_bytes_total and spd_bytes_used valuesElyes HAOUAS2019-10-081-2/+16
* mb/lenovo/t60: Switch to override treePeter Lemenkov2019-10-085-257/+135
* mb/lenovo/{t60,z61t}: Convert to variant boardPeter Lemenkov2019-10-0834-1627/+28
* device/mmio.h: Add more bit field helpersHung-Te Lin2019-10-081-1/+7
* mb/google/drallion: Add detect pin for Wacom touchscreenFrank Wu2019-10-081-0/+2
* mb/google/kohaku: Assign GPP_A19 as reset_gpio of stylusSeunghwan Kim2019-10-082-7/+5
* mb/google/hatch: Preserve MRC training data across FW updateShelley Chen2019-10-071-1/+1
* mb/google/octopus/variants/fleex: Adjust I2C0 CLK to meet specJohn Su2019-10-071-0/+2
* src: Capitalize Super I/OElyes HAOUAS2019-10-075-8/+8
* device: Rename scan_static_bus() -> enable_static_devices()Nico Huber2019-10-075-9/+9
* sb/intel/nm10: Fix enabling HPETArthur Heymans2019-10-062-2/+8