summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* include/sar.h: Use C99 flexible arraysElyes Haouas2023-07-301-4/+4
* acpi.c: Add functions to create GTDTArthur Heymans2023-07-231-1/+8
* acpi/acpi.c: Split of ACPI table generation into separate filesArthur Heymans2023-07-211-0/+3
* acpi: Add GTDT structsArthur Heymans2023-07-201-0/+97
* include/cpu/amd/msr: introduce and use PSTATE_MSR_COUNTFelix Held2023-07-181-0/+1
* memory_info: Bump to 64 DIMMsPatrick Rudolph2023-07-181-1/+1
* Center bootsplash on bigger framebuffersNico Huber2023-07-171-1/+2
* ec/google/chromeec: Split wait-loop for DP and HPD flagsKapil Porwal2023-07-151-0/+9
* soc/intel/adl: Add Raptor Lake-HX definitionsTim Crawford2023-07-141-0/+12
* acpi: Reserve hardware IDs for custom Intel GMBus I2C driverCoolStar2023-07-131-0/+2
* soc/intel: Replace number in RPL-S ESPI PCI IDs by chipset nameMichał Żygowski2023-07-121-3/+3
* soc/intel: Fix W790 chipset nameMichał Żygowski2023-07-121-1/+1
* treewide: Drop the suffixes from ADL and RPL CPUID macros and stringsMichał Żygowski2023-07-121-11/+11
* soc/intel/alderlake: Add support for Raptor Lake S CPUsMax Fritz2023-07-122-0/+13
* arch/x86: Ensure LAPIC mode for exception handlerKyösti Mälkki2023-07-051-0/+12
* cpu/x86: Reduce scope of MTRR functions used locallyKyösti Mälkki2023-07-031-3/+1
* soc/intel/meteorlake: Add QS(C0) stepping CPU IDMusse Abdullahi2023-06-291-0/+1
* acpi: Add SPCR tableArthur Heymans2023-06-281-0/+7
* soc/intel/jasperlake: Add per-SKU power limitsChia-Ling Hou2023-06-231-0/+1
* arch/x86,lib: Migrate SMBIOS implementation to common codeBenjamin Doron2023-06-221-0/+26
* acpi/acpi.c: Change signature of write_acpi_tablesArthur Heymans2023-06-181-1/+1
* lib/fw_config: Make fw_config_is_provisioned() always availableJakub Czapiga2023-06-171-6/+10
* acpi/acpi.h: Remove global acpi_fill_ivrs_ioapic()Arthur Heymans2023-06-141-1/+0
* acpi/acpi.c: Reduce scope of functions used locallyArthur Heymans2023-06-121-8/+0
* acpi: Add struct for SPCR tableArthur Heymans2023-06-091-0/+30
* soc/amd/common/block/cpu/noncar: add get_usable_physical_address_bits()Felix Held2023-06-072-0/+5
* cpu/x86/smm: Drop fxsave/fxrstor logicArthur Heymans2023-06-041-2/+0
* lib: Support localized text of memory_training_desc in ux_locales.cHsuan Ting Chen2023-06-041-0/+18
* device/pci_rom: Add simple pci_rom_free()Grzegorz Bernacki2023-06-021-0/+6
* soc/amd/common/block/cpu: Refactor ucode allocationGrzegorz Bernacki2023-06-021-0/+3
* include/cpu/x86: Simplify en/dis cache functionsHimanshu Sahdev2023-06-021-8/+2
* include/cpu/x86: Skip `wbinvd` on CPUs with cache self-snooping (SS)Subrata Banik2023-06-011-1/+14
* cpu/x86/cache: Call wbinvd only once CR0.CD is setJeremy Compostella2023-06-011-1/+0
* cpu/x86/mp_init: Use clflush to write SIPI data back to RAMJeremy Compostella2023-05-311-0/+2
* acpi/acpigen: rename and clarify bus/IO/MMIO resource producer functionsFelix Held2023-05-301-3/+3
* acpi/acpigen: add acpigen_resource_mmio to generate MMIO resourceFelix Held2023-05-261-0/+1
* treewide: Remove 'extern' from functions declarationElyes Haouas2023-05-264-22/+22
* drivers/soundwire/cs42l42: Support CS42L42 SoundWire deviceKapil Porwal2023-05-251-0/+3
* drivers/soundwire/max98363: Support MAX98363 SoundWire deviceKapil Porwal2023-05-251-0/+1
* soc/intel/common: Add RPP-S PCI IDsJeremy Soller2023-05-231-0/+68
* console: Add format-checking __printf() to die()Nico Huber2023-05-171-1/+1
* acpigen: Add printf-like function for debug stringCliff Huang2023-05-161-6/+1
* acpi/acpigen: add acpigen_resource_io to generate I/O resourceFelix Held2023-05-111-0/+1
* acpi/acpigen: add acpigen_resource_bus_number to generate bus numberFelix Held2023-05-111-0/+2
* drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addressesJonathon Hall2023-05-081-10/+11
* acpi/acpigen: add acpigen_write_BBN to generate base bus number methodFelix Held2023-05-081-0/+1
* acpigen: Add a runtime method to override exposed _Sx sleep statesArthur Heymans2023-05-011-0/+4
* ACPI: Make FADT entries for RTC/CMOS architecturalKyösti Mälkki2023-04-291-0/+3
* vga: Change the arguments of vga_write_text to support extended ASCIIHsuan Ting Chen2023-04-281-1/+2
* arch/x86/ioapic: Promote ioapic_get_sci_pin()Kyösti Mälkki2023-04-261-2/+0