aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-11-25ACPI: Use common code for MADT LAPIC NMIsKyösti Mälkki
2022-11-24device/mdio: Provide helper functions for read and writeWerner Zeh
2022-11-24src/device + util/sconfig: Introduce new device 'mdio'Mario Scheithauer
2022-11-23cpu/intel/car: Define post codesMartin Roth
2022-11-22src/include: Remove unnecessary space after castsElyes Haouas
2022-11-22include/spd.h: Fix comment module type informationElyes Haouas
2022-11-21include/memlayout.h: update comment about VBOOT2 work buffer sizeFelix Held
2022-11-20device/pciexp: add pcie_find_dsn()Jonathan Zhang
2022-11-20acpi: Add initial support for CEDTJonathan Zhang
2022-11-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-18soc/intel/meteorlake: Add Meteor Lake MCH device IDSridhar Siricilla
2022-11-17arch/x86/smbios: Add SMBIOS Type 39Jonathan Zhang
2022-11-17soc/intel: Add node_num to dimm_info struct + adjust dimm_info_fillDavid Milosevic
2022-11-17mb/emulation/qemu-q35: Split smm_close() and smm_lock()Kyösti Mälkki
2022-11-16cpu/x86/smm: Use common SMM_ASEG regionKyösti Mälkki
2022-11-15soc/intel: Add Meteor Lake IGD device id 0x7d45Ravi Sarawadi
2022-11-14cpu/cpu.h: Remove unused functions prototypesArthur Heymans
2022-11-13inc/dev: Add definitions for Link Capability and Slot CapabilityTim Chu
2022-11-12include/cpu/msr.h: transform into an unionArthur Heymans
2022-11-10ACPI: Add acpi_create_madt_ioapic_from_hw()Kyösti Mälkki
2022-11-10src/include/smbios: Add definition for smbios type 4 and type 9Tim Chu
2022-11-10cpu/x86/lapic.h: Fix CONFIG_X2APIC_RUNTIMEArthur Heymans
2022-11-09device/xhci: Factor out `struct xhci_usb_info`Robert Zieba
2022-11-09device/xhci: Factor out common PORTSC codeRobert Zieba
2022-11-09cpu/*: Drop PARALLEL_MP leftoversArthur Heymans
2022-11-08vboot: Add VBOOT_CBFS_INTEGRATION supportJakub Czapiga
2022-11-07lib: Add LPDDR5x DRAM typeSubrata Banik
2022-11-04lib/coreboot_table: Rename lb_fill_pcieArthur Heymans
2022-11-04lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans
2022-11-04include/device/pci_def.h: Add some PCIe DPC/AER definitionsTim Chu
2022-11-03treewide: Add 'IWYU pragma: export' commentElyes Haouas
2022-11-03include/acpi/acpi_crat.h: Add missing <stdint.h>Elyes Haouas
2022-11-02acpigen: export acpigen_write_field_nameMichael Niewöhner
2022-11-02device/mmio: add clr/setbitsXp macrosMichael Niewöhner
2022-10-29acpigen: Always inline helper functionsJakub Czapiga
2022-10-25soc/intel/alderlake: Add Raptor Lake device IDsLawrence Chang
2022-10-25console: Add an SoC-specific post-code callMartin Roth
2022-10-22smbios.h: Add High Bandwidth Memory Generation 3Elyes Haouas
2022-10-21arch/x86/include: Split msr access into separate fileMartin Roth
2022-10-20Revert "drivers/intel/dptf: Add multiple fan support under dptf"Sumeet Pawnikar
2022-10-20arch/x86: Only use .bss from car.ld when running XIPArthur Heymans
2022-10-12device: Drop unused ADL-N UFS PCI Device IDSubrata Banik
2022-10-11mb/google/brya/nivviks: Enable ISH driver and firmware nameMeera Ravindranath
2022-10-06smbios: Add API to generate SMBIOS type 28 Temperature ProbeErik van den Bogaert
2022-10-06include/device/device_util.c: add predicates for pci devicesFabio Aiuto
2022-10-06soc/intel/cmn/gfx: Add missing CML-U IGD device IDsMichał Żygowski
2022-09-30smbios: Add API to generate SMBIOS type 43 TPM DeviceMichał Żygowski
2022-09-29include/device/path.h: use functions for enabled cpu selectionFabio Aiuto
2022-09-28include/reg_script.h: Remove trailing semicolonElyes Haouas
2022-09-28include/memrange.h: Remove trailing semicolonElyes Haouas
2022-09-27acpi/acpi_pm.c: refactor acpi_pm_state_for_* functionsFabio Aiuto
2022-09-24include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.hFelix Held
2022-09-16drivers/smbus: add smbus console driverHusni Faiz
2022-09-16soc/intel/cnl: Add Cometlake-H/S Q0 (10+2) CPU IDJeremy Soller
2022-09-16Revert "drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driver"Subrata Banik
2022-09-15soc/amd: Do SMM relocation via MSRArthur Heymans
2022-09-14timer: Change timer util functions to 64-bitRob Barnes
2022-09-12device: Clear lane error statusWilson Chou
2022-09-08acpi/acpigen_dptf: Increase DPTF_MAX_FAN_PERF_STATES to 20Dtrain Hsu
2022-09-08soc/intel/common/smbus: Add missing ID for GLKSean Rhodes
2022-09-08soc/intel/commmon/fast_spi: Add missing ID for GLKSean Rhodes
2022-09-07lib/xxhash.c: Add new hash functionsFred Reitberger
2022-09-06src: remove force-included header rules.h from individual filesMartin Roth
2022-09-04drivers/intel/dptf: Add multiple fan support under dptfSumeet Pawnikar
2022-09-04pciexp_device: Propagate above-4G flag to all hotplug devicesNico Huber
2022-09-04allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWNNico Huber
2022-09-04device/i2c_bus: Add routines to read and write multiple bytesWerner Zeh
2022-09-02cbfs/vboot: Adapt to new vb2_digest APIJulius Werner
2022-08-25device/dram: Add function to convert freq to MT/s for (LP)DDR5Matt DeVillier
2022-08-17pciexp_device: Introduce pciexp_find_ext_vendor_cap()Nico Huber
2022-08-17pciexp_device: Join pciexp_find_(next_)extended_cap() APIsNico Huber
2022-08-13timer: Switch mono_time to uint64_tRob Barnes
2022-08-13payloads/tianocore: Rename TianoCore to edk2Sean Rhodes
2022-08-12Fix Alder Lake and Raptor Lake Device ID'sMaximilian Brune
2022-08-12Add missing ADL-S device identificationMaximilian Brune
2022-08-11include: Add SPDX identifiers to files missing themMartin Roth
2022-08-07pci_device: Add a function to find PCI capability ID recursivelyBill XIE
2022-08-01include: Add SPDX-License-Identifiers to files missing themMartin Roth
2022-07-18arch/x86: Add X2APIC_LATE_WORKAROUNDSubrata Banik
2022-07-17include/device/device.h: Remove unneeded blank line after '{'Elyes HAOUAS
2022-07-16include/acpi: Add macros & definitions for resources types and flagsEran Mitrani
2022-07-14lib/program_loaders.c: Mark run_ramstage with __noreturnArthur Heymans
2022-07-07soc/intel/common/graphics: Add another Meteor Lake device IDWonkyu Kim
2022-06-28soc/intel: Add Raptor Lake device IDszhixingma
2022-06-26device: Drop LOG_MEM/IO_RESOURCEKyösti Mälkki
2022-06-26resource: Add helpers for memory resourcesKyösti Mälkki
2022-06-26device: Add fixed_io_range_flags() and helpersKyösti Mälkki
2022-06-26device: Add fixed_mem_range_flags() and helpersKyösti Mälkki
2022-06-22soc/intel: Add Meteor Lake SA device IDSubrata Banik
2022-06-22cpu/intel/microcode: Have API to re-load microcode patchSubrata Banik
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-06-20include/smbios.h: Update misc_slot_type and smbios_onboard_device_typeElyes HAOUAS
2022-06-17soc/intel/alderlake/report_platform.c: Add ADL-S identificationMichał Żygowski
2022-06-09soc/amd/sabrina/acpi: Correct VID decoding on SabrinaFred Reitberger
2022-06-07arch/x86: Add a common romstage entryArthur Heymans
2022-06-07Replace some ENV_ROMSTAGE with ENV_RAMINITKyösti Mälkki
2022-06-03drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driverSubrata Banik
2022-06-02cpu/x86/mp_init.c: Prolong delay on synchronous APIArthur Heymans
2022-06-02cpu/x86/mp.h: Implement a pre-SSE2 mfenceArthur Heymans
2022-06-01mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEGArthur Heymans