aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-02-07console: Add compile-time fast path when only CBMEM console is usedJulius Werner
2022-02-07console: Add loglevel prefix to interactive consolesJulius Werner
2022-02-07cpu/x86/mp_init.c: Rename num_concurrent_stacksArthur Heymans
2022-02-07cpu/x86/smm: Improve smm stack setupArthur Heymans
2022-02-05cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki
2022-02-05cpu/x86/lapic: Fix choice X2APIC_ONLYKyösti Mälkki
2022-02-05cpu/x86/lapic: Add lapic_send_ipi_self,others()Kyösti Mälkki
2022-02-05cpu/x86/lapic: Unify some parameterKyösti Mälkki
2022-02-05cpu/x86/lapic: Support switching to X2APIC modeKyösti Mälkki
2022-02-05cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if availableKyösti Mälkki
2022-02-03cpu/x86/smm: Retype variablesArthur Heymans
2022-02-01cpu/x86/smm: Add SMM_LEGACY_ASEGKyösti Mälkki
2022-01-31soc/intel/alderlake: Add Alder Lake P IGD device IDsKane Chen
2022-01-25soc/intel/common: Include Alder Lake-N device IDsUsha P
2022-01-24device: constify pciexp_find_extended_cap()Tim Wawrzynczak
2022-01-23lib/cbmem_console: Add cbmemc_copy_in functionRaul E Rangel
2022-01-21timestamp: Allow timestamp_add to accept a negative numberBora Guvendik
2022-01-20efi_datatype: Add typedef for EFI_PHYSICAL_ADDRESSAnil Kumar
2022-01-19src: Remove unused <stdbool>Elyes HAOUAS
2022-01-18soc/intel/common: Add Alder Lake N eMMC device IDKrishna Prasad Bhat
2022-01-18src/include/acpi: Move CPPC_PACKAGE_NAME macro definitionSridhar Siricilla
2022-01-17pci_ids.h: Make Denverton IDs consistent with other Intel SoCsJeff Daly
2022-01-17console/cbmem: Add cbmem_dump_consoleRaul E Rangel
2022-01-13console/cbmem_console: Rename cbmem_dump_consoleRaul E Rangel
2022-01-12include/device/pci_ids.h: add PCI IDs for AMD Family 17h Model A0h SoCFelix Held
2022-01-10soc/intel/alderlake: Update the ADL-P SKU parameters for VR domainsCurtis Chen
2022-01-03console: Make get_log_level a public functionSubrata Banik
2022-01-01src: Drop duplicated includesElyes HAOUAS
2021-12-26include/types.h: #include <limits.h>Angel Pons
2021-12-22device: Make pciexp_get_ltr_max_latencies a public functionTim Wawrzynczak
2021-12-15rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOPRaul E Rangel
2021-12-15drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN betterFelix Held
2021-12-13lib: Add __fls() (Find Last Set)Jianjun Wang
2021-12-08lib: Fix log2_ceil() for 0xffffffffYu-Ping Wu
2021-12-06cbfs: Remove deprecated APIsJulius Werner
2021-12-06acpi: Add #define for Mutex "no timeout" valueTim Wawrzynczak
2021-12-03drivers/net/r8168: Add support for Realtek RT8125Alan Huang
2021-11-30acpi: Convert ACPI_DEVICE_SLEEP_* values to an enumTim Wawrzynczak
2021-11-30commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/Jakub Czapiga
2021-11-30include/cpu/x86/mp.h: Remove indirect includeArthur Heymans
2021-11-30cbfs: Add unverified_area APIsJulius Werner
2021-11-29src/cpu,soc/amd/common/block/cpu: Add preload_microcodeRaul E Rangel
2021-11-29acpi,Makefile: Add preload_acpi_dsdtRaul E Rangel
2021-11-29soc/intel/common: Include Alder Lake-N device IDsUsha P
2021-11-29pci_mmio_cfg: Rename pcicfg to pci_map_busJianjun Wang
2021-11-29device/pci_device.c: Scan only one device for PCIeJianjun Wang
2021-11-26dptf: Add support for one more temperature sensorTim Wawrzynczak
2021-11-25soc/intel/elkhartlake: Update SA DIDs TableRick Lee
2021-11-23drivers/genesyslogic/gl9750: Add driver for Genesys Logic GL9750Ben Chuang
2021-11-22ec/google/chromeec: Add PLD to EC conn in ACPI tableWon Chung
2021-11-17cbfs: Add helper functions to look up size and type of a fileJulius Werner
2021-11-16src/lib/prog_loaders: Add preload_ramstageRaul E Rangel
2021-11-16lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preloadRaul E Rangel
2021-11-15device/pci_rom: Add vga_oprom_preloadRaul E Rangel
2021-11-15Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"Hsuan-ting Chen
2021-11-13Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubsKyösti Mälkki
2021-11-12soc/intel/common/block/pcie: Add ADL-P CPU PCIe Device IDsTracy Wu
2021-11-11device/azalia_device: Drop unused function parameterAngel Pons
2021-11-11device/azalia_device: Adapt and export `codec_init()`Angel Pons
2021-11-11device/azalia_device: Export `codecs_init()`Angel Pons
2021-11-11arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik
2021-11-10Rename ECAM-specific MMCONF KconfigsShelley Chen
2021-11-09pci_mmio_cfg: Always use pci_s_* functionsNico Huber
2021-11-09pci_mmio_cfg: Gather everything MMCONF (ECAM) relatedNico Huber
2021-11-09pci_mmio_cfg: Move guard around pci_s_* functions to x86Nico Huber
2021-11-08lib/thread: Switch to using types.hRaul E Rangel
2021-11-04lib/cbfs: Add cbfs_preload()Raul E Rangel
2021-11-04SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons
2021-11-04device/azalia_device.h: Rewrite verb macrosAngel Pons
2021-11-04device/azalia_device.h: Guard macro parametersAngel Pons
2021-11-03cpu/amd/mtrr: Remove topmem global variablesArthur Heymans
2021-11-03cpu/amd/mtrr/amd_mtrr.c: Remove unused functionsArthur Heymans
2021-11-03lib/list: Add list_appendRaul E Rangel
2021-11-03device/include: Fix potential build errorAlan Huang
2021-11-02include/device/pci_ids,soc/amd/common/block/lpc: drop duplicate PCI IDsFelix Held
2021-11-02google/trogdor: Add backlight support for Parade ps8640xuxinxiong
2021-11-02lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width()Subrata Banik
2021-10-30soc/intel/common: Add DDR5 and LPDDR5 into the SMBIOS tableSubrata Banik
2021-10-29lib/cbfs: Enable cbfs_cache for x86Raul E Rangel
2021-10-26src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper functionFelix Held
2021-10-26include/device/pci_ids: move AMD device IDs below AMD vendor IDFelix Held
2021-10-26include/device/pci_ids: fix typo in PCI_DEVICE_ID_AMD_FE_GATE_700DFelix Held
2021-10-22include/device: ensure valid link/bus is passed to mp_cpu_bus_initFelix Held
2021-10-22cpu/x86/mp_init: use cb_err as status return type in remaining functionsFelix Held
2021-10-21cpu/x86/mp_init: use cb_err as mp_init_with_smm return typeFelix Held
2021-10-21include/memory_info.h: Increase DIMM_INFO_TOTAL number from 8 to 16Tim Chu
2021-10-21arch/x86/smbios: Add support for wake-up type in smbios type 1Tim Chu
2021-10-21acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC tableMichael Niewöhner
2021-10-19cpu/intel/speedstep: Constify `get_cst_entries()`Angel Pons
2021-10-19acpi/acpigen: Constify CST functions' pointersAngel Pons
2021-10-18ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki
2021-10-18arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel
2021-10-18cpu/x86/lapic: Drop xapic_write_atomic()Kyösti Mälkki
2021-10-15Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"Hsuan-ting Chen
2021-10-15arch/x86/smbios: Add generation of type 20 tableMatt DeVillier
2021-10-13soc/amd/cezanne,soc/intel/common: rework CPPC table generationMichael Niewöhner
2021-10-08acpi: add macros for MSR and `unsupported` register resource typesMichael Niewöhner
2021-10-06include/device: Generic interface for USB-C mux operationsDerek Huang
2021-10-05arch/x86,cpu/x86: Introduce new method for accessing cpu_infoRaul E Rangel
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth