Age | Commit message (Expand) | Author |
2020-11-22 | drivers/i2c/hid: Use ACPI device name if provided by config | Matt DeVillier |
2020-11-22 | drivers/i2c/generic: Only write DDN field if description not empty | Matt DeVillier |
2020-11-22 | drivers/i2c: Add a driver for Semtech SX9324 | Eric Lai |
2020-11-22 | drivers/intel/fsp1_1: Add function to report FSP-T output | Frans Hendriks |
2020-11-22 | src/drivers/intel/fsp1_1/cache_as_ram.S: Clear _bss area only | Frans Hendriks |
2020-11-20 | intel/fsp2_0: Add soc_validate_fsp_version for FSP version check | Johnny Lin |
2020-11-20 | drivers/intel/fsp1_1/cache_as_ram.S: Use _car_stack area for stack | Frans Hendriks |
2020-11-20 | vc/google/chromeos/sar: Make "SAR not found" log a debug message | Maulik V Vaghela |
2020-11-19 | src/drivers/i2c/rx6110sa: Omit _HID temporarily | Werner Zeh |
2020-11-17 | src: Add missing 'include <console/console.h>' | Elyes HAOUAS |
2020-11-16 | src/drivers/intel: Correct Kconfig option in Makefile | Martin Roth |
2020-11-16 | drivers/i2c/tpm: Remove ifdef of non-existant Kconfig option | Martin Roth |
2020-11-16 | src: Update some incorrect config options in comments | Martin Roth |
2020-11-16 | drivers/i2c/dw: Check for TX_ABORT in transfer | Kangheui Won |
2020-11-13 | mrc_cache: Move code for triggering memory training into mrc_cache | Shelley Chen |
2020-11-12 | drivers/i2c/rx6110sa: Delete unused defines | Werner Zeh |
2020-11-12 | drivers/i2c/rx6110sa: Add basic ACPI support | Werner Zeh |
2020-11-10 | drivers/wifi: Check device is of type PCI before checking vendor ID | Furquan Shaikh |
2020-11-09 | drivers/usb/acpi: Add support for privacy_gpio | Ricardo Ribalda |
2020-11-09 | driver/usb/acpi: Add power resources for devices on USB ports | Karthikeyan Ramasubramanian |
2020-11-09 | drivers/intel/gma: Add Kconfig option for vbt data size | Srinidhi N Kaushik |
2020-11-09 | acpi: Call acpi_fill_ssdt() only for enabled devices | Karthikeyan Ramasubramanian |
2020-11-02 | soc/intel/common: Create common Intel FSP reset code block | Subrata Banik |
2020-11-02 | drivers/intel/fsp2_0: Add function to report FSP-T output | Arthur Heymans |
2020-11-02 | drivers/wifi/generic: Use is_dev_enabled() instead of dev->enabled | Furquan Shaikh |
2020-11-02 | wifi: Drop PCI IDs for JfP and HrP | Furquan Shaikh |
2020-11-02 | drivers/wifi/generic: Add support for CNVi dummy device ops | Furquan Shaikh |
2020-11-02 | drivers/wifi/generic: Split wifi_generic_fill_ssdt into two functions | Furquan Shaikh |
2020-11-02 | drivers/wifi/generic: Move ACPI functions to a separate file | Furquan Shaikh |
2020-11-02 | drivers/wifi/generic: Move SMBIOS functions to a separate file | Furquan Shaikh |
2020-11-02 | drivers/wifi/generic: Use acpigen_write_ADR_pci_device | Furquan Shaikh |
2020-10-30 | soc/intel/xeon_sp: Move read_msr_ppin() to common util.c | Marc Jones |
2020-10-30 | drivers/soundwire/alc711: Add Realtek ALC711 soundwire device | Anil Kumar |
2020-10-28 | drivers/mrc_cache: Fix size comparison in mrc_cache update | Tim Wawrzynczak |
2020-10-26 | src/drivers/ipmi: Add function to get BMC revision | Tim Chu |
2020-10-26 | src: Include <arch/io.h> when appropriate | Elyes HAOUAS |
2020-10-22 | drivers/smmstore: Implement SMMSTORE version 2 | Patrick Rudolph |
2020-10-21 | drivers/intel/gma: Increase vbt_data size | Srinidhi N Kaushik |
2020-10-20 | mrc_cache: Remove unnecessary data checksum calculation | Shelley Chen |
2020-10-20 | mrc_cache: Add tpm_hash_index field to cache_region struct | Shelley Chen |
2020-10-20 | security/vboot: Make mrc_cache hash functions generic | Shelley Chen |
2020-10-20 | mrc_cache: Move mrc_cache_*_hash functions into mrc_cache driver | Shelley Chen |
2020-10-20 | mrc_cache: Add config MRC_SAVE_HASH_IN_TPM | Shelley Chen |
2020-10-19 | security/vboot: Rename mem_init.h to mrc_cache_hash_tpm.h | Shelley Chen |
2020-10-19 | drivers/i2c/gpiomux: Add chip driver for multiplexed I2C bus | Karthikeyan Ramasubramanian |
2020-10-19 | drivers/i2c: Add chip driver for GPIO based I2C multiplexer | Karthikeyan Ramasubramanian |
2020-10-19 | drivers/intel/usb4: Add driver for USB4 retimer device | Duncan Laurie |
2020-10-19 | drivers/camera: Add config CHROMEOS_CAMERA | Yu-Ping Wu |
2020-10-13 | drivers: snsn65dsi86: Fix link rate parsing | Julius Werner |
2020-10-13 | drivers/wifi/generic: Do not generate SAR tables for non-Intel WiFi | Furquan Shaikh |
2020-10-13 | drivers/wifi/generic: Limit scope of ACPI-related functions to generic.c | Furquan Shaikh |
2020-10-13 | drivers/{intel/wifi,wifi/generic}: Drop separate Intel WiFi driver | Furquan Shaikh |
2020-10-13 | wifi: Move addition of CBFS SAR file to wifi/generic/Makefile.inc | Furquan Shaikh |
2020-10-13 | drivers/{wifi/generic,intel/wifi}: Drop dependency on HAVE_ACPI_TABLES | Furquan Shaikh |
2020-10-13 | drivers/wifi/generic: Add support for generating SMBIOS data | Furquan Shaikh |
2020-10-13 | src: Rename EM100Pro-specific SPI console Kconfig option | Angel Pons |
2020-10-11 | drivers/i2c/nct7802y: Configure remote diodes and local sensor | Maxim Polyakov |
2020-10-11 | drivers/wifi: Drop maxsleep parameter from chip config | Furquan Shaikh |
2020-10-11 | drivers/wifi/generic: Log WiFi wake source to event log | Furquan Shaikh |
2020-10-11 | drivers/intel/wifi: Use newly added pci_dev_is_wake_source | Furquan Shaikh |
2020-10-09 | sc7180: Remove the delay to force hpd detection and always disable HPD | Vinod Polimera |
2020-10-09 | mrc_cache: Change mrc_cache_load_current to return size of entry | Shelley Chen |
2020-10-07 | drivers/intel/wifi: Drop call to pci_dev_init | Furquan Shaikh |
2020-10-07 | drivers/wifi/generic: Use pci_dev_* operations for device ops | Furquan Shaikh |
2020-10-06 | drivers/ipmi/ocp/ipmi_ocp.c: Clean up includes | Marc Jones |
2020-10-02 | mrc_cache: Update mrc_cache data in romstage | Shelley Chen |
2020-10-02 | drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config | Shelley Chen |
2020-10-02 | drivers/intel/fsp2_0: use FSP to allocate APEI BERT memory region | Jonathan Zhang |
2020-10-01 | drivers: sn65dsi86: Retry link training up to 10 times | Julius Werner |
2020-09-30 | drivers/pc80/rtc: Fix linking verstage (and use `all` target) | Nico Huber |
2020-09-28 | drivers/spi: Check return value for error handling | John Zhao |
2020-09-21 | drivers/intel/fsp2_0: Add CONFIG_FSP_STATUS_GLOBAL_RESET | Subrata Banik |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-21 | drivers/intel/mipi_camera: Avoid resource leak | John Zhao |
2020-09-18 | drivers/genesyslogic/gl9755: Add driver for Genesys Logic GL9755 | Ben Chuang |
2020-09-16 | drivers/intel/mipi_camera: Add compatible field for NVM | Pandya, Varshit B |
2020-09-16 | drivers/spi/tpm: Improve error checking | Caveh Jalali |
2020-09-16 | drivers/aspeed/common: Reduce severity of `EDID not found` log message | Angel Pons |
2020-09-14 | drivers/elog: Remove ELOG_PRERAM config | Shelley Chen |
2020-09-12 | include/console/uart: make index parameter unsigned | Felix Held |
2020-09-10 | sc7180: Add support for sn65dsi86 bridge | Vinod Polimera |
2020-09-09 | drivers/ipmi: Add CONFIG_IPMI_KCS_TIMEOUT_MS for IPMI KCS timeout value | Johnny Lin |
2020-09-09 | drivers/aspeed/common: Support disabled P2A bridge | Patrick Rudolph |
2020-09-07 | drivers/mrc_cache: Reduce severity of `region not found` log message | Angel Pons |
2020-09-06 | soc/intel/apl: Add panel power and backlight configuration | Nico Huber |
2020-08-31 | {intel/gma,include/device}: Delete unused 'drm_dp_helper.h' file | Elyes HAOUAS |
2020-08-24 | mrc_cache: Move mrc_cache_stash_data to end of file | Shelley Chen |
2020-08-24 | mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms | Shelley Chen |
2020-08-22 | drivers/spi/tpm: Add helper to get cr50 firmware version | Karthikeyan Ramasubramanian |
2020-08-20 | drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systems | Jes Klinke |
2020-08-18 | src: Remove unused 'include <delay.h>' | Elyes HAOUAS |
2020-08-18 | src: Remove unused 'include <lib.h>' | Elyes HAOUAS |
2020-08-18 | src: Remove unuse '<timestamp.h> | Elyes HAOUAS |
2020-08-18 | src: Remove unused '<option.h>' | Elyes HAOUAS |
2020-08-17 | src: Use PCI_BASE_ADDRESS_* macros instead of magic numbers | Elyes HAOUAS |
2020-08-17 | drivers/intel/fsp2_0/hand_off_block: Remove dead decrement | Elyes HAOUAS |
2020-08-17 | drivers/usb: Replace return value -10 with variable | John Zhao |
2020-08-13 | drivers/intel/fsp2_0: don't select FSP_USES_CB_STACK on FSP 2.0 platform | Felix Held |
2020-08-13 | drivers/intel/fsp2_0: Fill EFI_CPU_PHYSICAL_LOCATION structure information | Subrata Banik |
2020-08-06 | drivers/intel/fsp2_0: Do AP re-init after FSP-S if USE_INTEL_FSP_MP_INIT enable | Subrata Banik |