summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* console/cbmem_console: Rename cbmem_dump_consoleRaul E Rangel2022-01-131-1/+1
* include/device/pci_ids.h: add PCI IDs for AMD Family 17h Model A0h SoCFelix Held2022-01-121-0/+16
* soc/intel/alderlake: Update the ADL-P SKU parameters for VR domainsCurtis Chen2022-01-101-0/+1
* console: Make get_log_level a public functionSubrata Banik2022-01-031-0/+2
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* include/types.h: #include <limits.h>Angel Pons2021-12-261-0/+1
* device: Make pciexp_get_ltr_max_latencies a public functionTim Wawrzynczak2021-12-221-0/+2
* rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOPRaul E Rangel2021-12-152-1/+8
* drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN betterFelix Held2021-12-151-1/+2
* lib: Add __fls() (Find Last Set)Jianjun Wang2021-12-131-0/+3
* lib: Fix log2_ceil() for 0xffffffffYu-Ping Wu2021-12-081-2/+2
* cbfs: Remove deprecated APIsJulius Werner2021-12-061-11/+1
* acpi: Add #define for Mutex "no timeout" valueTim Wawrzynczak2021-12-061-0/+2
* drivers/net/r8168: Add support for Realtek RT8125Alan Huang2021-12-031-0/+2
* acpi: Convert ACPI_DEVICE_SLEEP_* values to an enumTim Wawrzynczak2021-11-301-8/+9
* commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/Jakub Czapiga2021-11-301-1/+1
* include/cpu/x86/mp.h: Remove indirect includeArthur Heymans2021-11-301-1/+0
* cbfs: Add unverified_area APIsJulius Werner2021-11-301-0/+47
* src/cpu,soc/amd/common/block/cpu: Add preload_microcodeRaul E Rangel2021-11-291-0/+1
* acpi,Makefile: Add preload_acpi_dsdtRaul E Rangel2021-11-291-0/+1
* soc/intel/common: Include Alder Lake-N device IDsUsha P2021-11-292-0/+8
* pci_mmio_cfg: Rename pcicfg to pci_map_busJianjun Wang2021-11-291-10/+16
* device/pci_device.c: Scan only one device for PCIeJianjun Wang2021-11-292-0/+9
* dptf: Add support for one more temperature sensorTim Wawrzynczak2021-11-261-1/+2
* soc/intel/elkhartlake: Update SA DIDs TableRick Lee2021-11-251-0/+2
* drivers/genesyslogic/gl9750: Add driver for Genesys Logic GL9750Ben Chuang2021-11-231-1/+2
* ec/google/chromeec: Add PLD to EC conn in ACPI tableWon Chung2021-11-221-0/+4
* cbfs: Add helper functions to look up size and type of a fileJulius Werner2021-11-172-23/+72
* src/lib/prog_loaders: Add preload_ramstageRaul E Rangel2021-11-161-0/+7
* lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preloadRaul E Rangel2021-11-161-1/+0
* device/pci_rom: Add vga_oprom_preloadRaul E Rangel2021-11-151-0/+1
* Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"Hsuan-ting Chen2021-11-151-0/+1
* Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubsKyösti Mälkki2021-11-132-1/+12
* soc/intel/common/block/pcie: Add ADL-P CPU PCIe Device IDsTracy Wu2021-11-121-0/+4
* device/azalia_device: Drop unused function parameterAngel Pons2021-11-111-1/+1
* device/azalia_device: Adapt and export `codec_init()`Angel Pons2021-11-111-0/+1
* device/azalia_device: Export `codecs_init()`Angel Pons2021-11-111-0/+1
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-113-12/+74
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-6/+6
* pci_mmio_cfg: Always use pci_s_* functionsNico Huber2021-11-091-47/+12
* pci_mmio_cfg: Gather everything MMCONF (ECAM) relatedNico Huber2021-11-091-16/+16
* pci_mmio_cfg: Move guard around pci_s_* functions to x86Nico Huber2021-11-091-2/+2
* lib/thread: Switch to using types.hRaul E Rangel2021-11-081-1/+1
* lib/cbfs: Add cbfs_preload()Raul E Rangel2021-11-041-0/+15
* SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons2021-11-041-0/+11
* device/azalia_device.h: Rewrite verb macrosAngel Pons2021-11-041-18/+19
* device/azalia_device.h: Guard macro parametersAngel Pons2021-11-041-1/+1
* cpu/amd/mtrr: Remove topmem global variablesArthur Heymans2021-11-031-4/+10
* cpu/amd/mtrr/amd_mtrr.c: Remove unused functionsArthur Heymans2021-11-031-1/+0
* lib/list: Add list_appendRaul E Rangel2021-11-031-0/+2