Age | Commit message (Expand) | Author |
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 |
2021-08-02 | helpers: Add GENMASK macro | Yu-Ping Wu |
2021-07-31 | arch/x86/acpi: Add code for KEY_MICMUTE and KEY_KBDILLUMTOGGLE | Scott Chao |
2021-07-27 | include/acpi/acpi.h: add comment about raw data in generic error status | Felix Held |
2021-07-26 | arch/x86,lib/thread: Enable thread support in romstage | Raul E Rangel |
2021-07-26 | lib/thread,lib/hardwaremain: Lazy initialize threads | Raul E Rangel |
2021-07-26 | lib/thread,arch/x86: Move thread stacks into C bss | Raul E Rangel |
2021-07-24 | include/cpu: Remove one space from bitfield macro definition | Subrata Banik |
2021-07-24 | include/cpu: Use tab instead of space | Subrata Banik |
2021-07-20 | lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize | Raul E Rangel |
2021-07-20 | soc/intel/alderlake: Add support for I2C6 and I2C7 | Varshit B Pandya |
2021-07-19 | lib/prog_loaders: Add payload_preload | Raul E Rangel |
2021-07-18 | lib/thread: Move thread_run and thread_run_until outside of #if guard | Raul E Rangel |
2021-07-18 | lib/hardwaremain: Drop boot_state_current_{block,unblock}() | Raul E Rangel |
2021-07-18 | lib/thread: Make thread_run not block the current state | Raul E Rangel |
2021-07-18 | lib/thread: Add thread_handle | Raul E Rangel |
2021-07-18 | lib/thread: Add mutex | Raul E Rangel |
2021-07-18 | lib/thread: Rename thread_cooperate and thread_prevent_coop | Raul E Rangel |
2021-07-18 | lib/thread: Allow nesting thread_cooperate and thread_prevent_coop | Raul E Rangel |
2021-07-18 | lib/thread: Add thread_yield helper method | Raul E Rangel |
2021-07-17 | soc/amd/common/block/graphics: add GPU PCI ID for Barcelo | Felix Held |
2021-07-17 | cpu/intel: Add dedicated file to grow Intel CPUIDs | Subrata Banik |
2021-07-16 | include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR | Felix Held |
2021-07-15 | drivers: spi_flash: Add Fast Read Dual I/O support | Julius Werner |
2021-07-14 | src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPC | Martin Roth |
2021-07-14 | thread: Add missing static inline | Raul E Rangel |
2021-07-14 | include/cpu/amd/msr: add and use MC_CTL_MASK macro | Felix Held |
2021-07-14 | include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr | Felix Held |
2021-07-14 | include/cpu/x86/msr: add mca_clear_status function | Felix Held |
2021-07-14 | soc/intel/alderlake: Add GFx Device ID 0x46a6 | Maulik V Vaghela |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-14 | include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISC | Felix Held |
2021-07-12 | include/cpu/x86/msr: fix MCG_CTL_P definition | Felix Held |
2021-07-12 | include/cpu/x86/msr: add mca_get_bank_count function | Felix Held |
2021-07-12 | acpi: Add function to simplify If (CondRefOf (..)) sequences | Tim Wawrzynczak |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2021-07-01 | device: Clean up resource utility function signatures | Kyösti Mälkki |
2021-07-01 | SMBIOS: Drop now-unnecessary unions | Angel Pons |
2021-07-01 | SMBIOS: Introduce `smbios_full_table_len` function | Angel Pons |
2021-07-01 | SMBIOS: Introduce `smbios_carve_table` function | Angel Pons |