Age | Commit message (Expand) | Author |
2021-12-08 | lib: Fix log2_ceil() for 0xffffffff | Yu-Ping Wu |
2021-12-06 | cbfs: Remove deprecated APIs | Julius Werner |
2021-12-06 | acpi: Add #define for Mutex "no timeout" value | Tim Wawrzynczak |
2021-12-03 | drivers/net/r8168: Add support for Realtek RT8125 | Alan Huang |
2021-11-30 | acpi: Convert ACPI_DEVICE_SLEEP_* values to an enum | Tim Wawrzynczak |
2021-11-30 | commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ | Jakub Czapiga |
2021-11-30 | include/cpu/x86/mp.h: Remove indirect include | Arthur Heymans |
2021-11-30 | cbfs: Add unverified_area APIs | Julius Werner |
2021-11-29 | src/cpu,soc/amd/common/block/cpu: Add preload_microcode | Raul E Rangel |
2021-11-29 | acpi,Makefile: Add preload_acpi_dsdt | Raul E Rangel |
2021-11-29 | soc/intel/common: Include Alder Lake-N device IDs | Usha P |
2021-11-29 | pci_mmio_cfg: Rename pcicfg to pci_map_bus | Jianjun Wang |
2021-11-29 | device/pci_device.c: Scan only one device for PCIe | Jianjun Wang |
2021-11-26 | dptf: Add support for one more temperature sensor | Tim Wawrzynczak |
2021-11-25 | soc/intel/elkhartlake: Update SA DIDs Table | Rick Lee |
2021-11-23 | drivers/genesyslogic/gl9750: Add driver for Genesys Logic GL9750 | Ben Chuang |
2021-11-22 | ec/google/chromeec: Add PLD to EC conn in ACPI table | Won Chung |
2021-11-17 | cbfs: Add helper functions to look up size and type of a file | Julius Werner |
2021-11-16 | src/lib/prog_loaders: Add preload_ramstage | Raul E Rangel |
2021-11-16 | lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload | Raul E Rangel |
2021-11-15 | device/pci_rom: Add vga_oprom_preload | Raul E Rangel |
2021-11-15 | Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" | Hsuan-ting Chen |
2021-11-13 | Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubs | Kyösti Mälkki |
2021-11-12 | soc/intel/common/block/pcie: Add ADL-P CPU PCIe Device IDs | Tracy Wu |
2021-11-11 | device/azalia_device: Drop unused function parameter | Angel Pons |
2021-11-11 | device/azalia_device: Adapt and export `codec_init()` | Angel Pons |
2021-11-11 | device/azalia_device: Export `codecs_init()` | Angel Pons |
2021-11-11 | arch/x86: Refactor the SMBIOS type 17 write function | Subrata Banik |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-11-09 | pci_mmio_cfg: Always use pci_s_* functions | Nico Huber |
2021-11-09 | pci_mmio_cfg: Gather everything MMCONF (ECAM) related | Nico Huber |
2021-11-09 | pci_mmio_cfg: Move guard around pci_s_* functions to x86 | Nico Huber |
2021-11-08 | lib/thread: Switch to using types.h | Raul E Rangel |
2021-11-04 | lib/cbfs: Add cbfs_preload() | Raul E Rangel |
2021-11-04 | SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries | Angel Pons |
2021-11-04 | device/azalia_device.h: Rewrite verb macros | Angel Pons |
2021-11-04 | device/azalia_device.h: Guard macro parameters | Angel Pons |
2021-11-03 | cpu/amd/mtrr: Remove topmem global variables | Arthur Heymans |
2021-11-03 | cpu/amd/mtrr/amd_mtrr.c: Remove unused functions | Arthur Heymans |
2021-11-03 | lib/list: Add list_append | Raul E Rangel |
2021-11-03 | device/include: Fix potential build error | Alan Huang |
2021-11-02 | include/device/pci_ids,soc/amd/common/block/lpc: drop duplicate PCI IDs | Felix Held |
2021-11-02 | google/trogdor: Add backlight support for Parade ps8640 | xuxinxiong |
2021-11-02 | lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() | Subrata Banik |
2021-10-30 | soc/intel/common: Add DDR5 and LPDDR5 into the SMBIOS table | Subrata Banik |
2021-10-29 | lib/cbfs: Enable cbfs_cache for x86 | Raul E Rangel |
2021-10-26 | src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function | Felix Held |
2021-10-26 | include/device/pci_ids: move AMD device IDs below AMD vendor ID | Felix Held |
2021-10-26 | include/device/pci_ids: fix typo in PCI_DEVICE_ID_AMD_FE_GATE_700D | Felix Held |
2021-10-22 | include/device: ensure valid link/bus is passed to mp_cpu_bus_init | Felix Held |
2021-10-22 | cpu/x86/mp_init: use cb_err as status return type in remaining functions | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as mp_init_with_smm return type | Felix Held |
2021-10-21 | include/memory_info.h: Increase DIMM_INFO_TOTAL number from 8 to 16 | Tim Chu |
2021-10-21 | arch/x86/smbios: Add support for wake-up type in smbios type 1 | Tim Chu |
2021-10-21 | acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table | Michael Niewöhner |
2021-10-19 | cpu/intel/speedstep: Constify `get_cst_entries()` | Angel Pons |
2021-10-19 | acpi/acpigen: Constify CST functions' pointers | Angel Pons |
2021-10-18 | ACPI: Have common acpi_fill_mcfg() | Kyösti Mälkki |
2021-10-18 | arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread | Raul E Rangel |
2021-10-18 | cpu/x86/lapic: Drop xapic_write_atomic() | Kyösti Mälkki |
2021-10-15 | Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" | Hsuan-ting Chen |
2021-10-15 | arch/x86/smbios: Add generation of type 20 table | Matt DeVillier |
2021-10-13 | soc/amd/cezanne,soc/intel/common: rework CPPC table generation | Michael Niewöhner |
2021-10-08 | acpi: add macros for MSR and `unsupported` register resource types | Michael Niewöhner |
2021-10-06 | include/device: Generic interface for USB-C mux operations | Derek Huang |
2021-10-05 | arch/x86,cpu/x86: Introduce new method for accessing cpu_info | Raul E Rangel |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-10-01 | acpi/acpigen_dptf: Add TPCH participant for dptf | Sumeet Pawnikar |
2021-10-01 | drivers/gic: Remove unnecessary code | Julius Werner |
2021-09-30 | soc/intel/alderlake: Add CPU ID 0x906a4 | Meera Ravindranath |
2021-09-29 | soc/intel/alderlake: Add GFx Device ID 0x46c3 | Selma Bensaid |
2021-09-24 | device: Drop unused function `dev_find_matching_device_on_bus` | Furquan Shaikh |
2021-09-20 | device: Add helper macros for device pointers using alias names | Furquan Shaikh |
2021-09-20 | device/mmio: Make buffer_to_fifo32() take a const buffer | Julius Werner |
2021-09-17 | console: Remove asmlinkage from console_init | Raul E Rangel |
2021-09-16 | vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main | Hsuan Ting Chen |
2021-09-13 | SMBIOS: Allow skipping default SMBIOS generation | Angel Pons |
2021-09-13 | arch/x86/smbios: Add support for large memory capacity in type 16 | Jingle Hsu |
2021-09-11 | mipi: Make panel init callback work directly on DSI transaction types | Julius Werner |
2021-09-10 | elog: move MAX_EVENT_SIZE to commonlib/bsd/include | Ricardo Quesada |
2021-09-10 | acpigen: Add ability to auto-generate _DSM Function 0 | Tim Wawrzynczak |
2021-09-09 | wifi: Update deny list entry size to uint16_t | Sugnan Prabhu S |
2021-09-06 | device/device.h: Drop unused function declaration | Angel Pons |
2021-09-02 | wifi: Add support for DSM methods for intel wifi card | Sugnan Prabhu S |
2021-09-02 | wifi: Add support for wifi time average SAR config | Sugnan Prabhu S |
2021-09-02 | wifi: Add support for per-platform antenna gain | Sugnan Prabhu S |
2021-09-02 | wifi: Add support for new revisions of SAR table entries | Sugnan Prabhu S |
2021-09-02 | drivers/mipi: Make orientation a property of the mainboard, not panel | Julius Werner |
2021-08-26 | device/mipi: Move to drivers/mipi | Julius Werner |
2021-08-24 | soc/intel: Add TGL-H CPUID | Jeremy Soller |
2021-08-23 | include/bcd: move bcd code to commonlib/bsd/include | Ricardo Quesada |
2021-08-20 | soc/intel/adl: Update PCI ID for ADL-M SKU | Sumeet Pawnikar |
2021-08-19 | soc/intel/common: Add TGL-H PCI IDs | Jeremy Soller |
2021-08-18 | device: Move MIPI panel library from mainboard/google/kukui into common | Julius Werner |
2021-08-16 | soc/intel/common/block/cpu: Introduce CAR_HAS_L3_PROTECTED_WAYS Kconfig | Subrata Banik |
2021-08-15 | soc/intel/common: Calculate and configure SF Mask 2 | Subrata Banik |
2021-08-06 | arch/x86/acpi: rename KEY_KBDILLUMTOGGLE to KEY_KBD_BKLIGHT_TOGGLE | Scott Chao |
2021-08-05 | Move ELOG defines/struct to commonib/bsd/elog.h | Ricardo Quesada |
2021-08-05 | soc/intel/alderlake: Add GFx Device ID 0x46aa | Bora Guvendik |
2021-08-04 | Move post_codes.h to commonlib/console/ | Ricardo Quesada |