aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-07-05arch/x86: Ensure LAPIC mode for exception handlerKyösti Mälkki
2023-07-03cpu/x86: Reduce scope of MTRR functions used locallyKyösti Mälkki
2023-06-29soc/intel/meteorlake: Add QS(C0) stepping CPU IDMusse Abdullahi
2023-06-28acpi: Add SPCR tableArthur Heymans
2023-06-23soc/intel/jasperlake: Add per-SKU power limitsChia-Ling Hou
2023-06-22arch/x86,lib: Migrate SMBIOS implementation to common codeBenjamin Doron
2023-06-18acpi/acpi.c: Change signature of write_acpi_tablesArthur Heymans
2023-06-17lib/fw_config: Make fw_config_is_provisioned() always availableJakub Czapiga
2023-06-14acpi/acpi.h: Remove global acpi_fill_ivrs_ioapic()Arthur Heymans
2023-06-12acpi/acpi.c: Reduce scope of functions used locallyArthur Heymans
2023-06-09acpi: Add struct for SPCR tableArthur Heymans
2023-06-07soc/amd/common/block/cpu/noncar: add get_usable_physical_address_bits()Felix Held
2023-06-04cpu/x86/smm: Drop fxsave/fxrstor logicArthur Heymans
2023-06-04lib: Support localized text of memory_training_desc in ux_locales.cHsuan Ting Chen
2023-06-02device/pci_rom: Add simple pci_rom_free()Grzegorz Bernacki
2023-06-02soc/amd/common/block/cpu: Refactor ucode allocationGrzegorz Bernacki
2023-06-02include/cpu/x86: Simplify en/dis cache functionsHimanshu Sahdev
2023-06-01include/cpu/x86: Skip `wbinvd` on CPUs with cache self-snooping (SS)Subrata Banik
2023-06-01cpu/x86/cache: Call wbinvd only once CR0.CD is setJeremy Compostella
2023-05-31cpu/x86/mp_init: Use clflush to write SIPI data back to RAMJeremy Compostella
2023-05-30acpi/acpigen: rename and clarify bus/IO/MMIO resource producer functionsFelix Held
2023-05-26acpi/acpigen: add acpigen_resource_mmio to generate MMIO resourceFelix Held
2023-05-26treewide: Remove 'extern' from functions declarationElyes Haouas
2023-05-25drivers/soundwire/cs42l42: Support CS42L42 SoundWire deviceKapil Porwal
2023-05-25drivers/soundwire/max98363: Support MAX98363 SoundWire deviceKapil Porwal
2023-05-23soc/intel/common: Add RPP-S PCI IDsJeremy Soller
2023-05-17console: Add format-checking __printf() to die()Nico Huber
2023-05-16acpigen: Add printf-like function for debug stringCliff Huang
2023-05-11acpi/acpigen: add acpigen_resource_io to generate I/O resourceFelix Held
2023-05-11acpi/acpigen: add acpigen_resource_bus_number to generate bus numberFelix Held
2023-05-08drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addressesJonathon Hall
2023-05-08acpi/acpigen: add acpigen_write_BBN to generate base bus number methodFelix Held
2023-05-01acpigen: Add a runtime method to override exposed _Sx sleep statesArthur Heymans
2023-04-29ACPI: Make FADT entries for RTC/CMOS architecturalKyösti Mälkki
2023-04-28vga: Change the arguments of vga_write_text to support extended ASCIIHsuan Ting Chen
2023-04-26arch/x86/ioapic: Promote ioapic_get_sci_pin()Kyösti Mälkki
2023-04-26soc/intel: Introduce ioapic_get_sci_pin()Kyösti Mälkki
2023-04-26ACPI: Add acpigen_write_PTC()Kyösti Mälkki
2023-04-26acpi/acpi.c: Reduce scope of some functionsArthur Heymans
2023-04-23include/cpu/amd/mtrr: fix typo in get_top_of_mem_above_4gbFelix Held
2023-04-22lib/version: Move board identification stringsKyösti Mälkki
2023-04-21include/cpu/amd/mtrr: return uint32_t from get_top_of_mem_below_4gbFelix Held
2023-04-21include/cpu/amd/mtrr: rename functions to get top of memory regionsFelix Held
2023-04-18src/cpu/power9: move part of scom.h to scom.cSergii Dmytruk
2023-04-15soc/intel/meteorlake: Add B0 stepping CPU IDMusse Abdullahi
2023-04-12Reland "drivers/intel/dptf: Add multiple fan support under dptf"Sumeet Pawnikar
2023-04-11ACPI: Add helper for MADT LAPICsKyösti Mälkki
2023-04-11ACPI: Add helper for MADT LAPIC NMIsKyösti Mälkki
2023-04-11binaryPI: Use common code for LAPIC NMIsKyösti Mälkki
2023-04-11util/sconfig: Remove unused ioapic and irq keywordsArthur Heymans
2023-04-06cpu/x86/topology: Add code to fill in topology on struct pathArthur Heymans
2023-04-06cpu/smm_module_loader.c: Fix up CPU index locallyArthur Heymans
2023-04-06cpu/x86/mp_init.c: Generate a C header to get start32 offsetArthur Heymans
2023-04-06cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_pathArthur Heymans
2023-03-31soc/intel/common: Add core_type member to 'struct apic_path'Sridhar Siricilla
2023-03-29soc/intel/common: Add Intel Trace Hub driverPratikkumar Prajapati
2023-03-24cpu/intel: Remove redefined SAPPHIRERAPIDS_SP CPUID to fix build errorJohnny Lin
2023-03-23soc/amd/common/block/acpi/cpu_power_state: use pstate_msr unionFelix Held
2023-03-23soc/intel/xeon_sp: Report platform cpu infoNaresh Solanki
2023-03-19soc/intel/xeon_sp/spr: Add header files and romstage codeJonathan Zhang
2023-03-13cpu/x86/cache: CLFLUSH programs to memory before runningArthur Heymans
2023-03-08soc/amd/include/msr: factor out P state MSR enable bit to cpu/amd/msr.hFelix Held
2023-03-07device/xhci: Add struct for capability registersRobert Zieba
2023-03-05device/xhci: Add functions to work with resource pointersRobert Zieba
2023-03-05cpu/x86/smm: Add PCI resource store functionalityRobert Zieba
2023-03-03acpi: Add SRAT x2APIC table supportNaresh Solanki
2023-03-03lib: set up specific purpose memory as LB_MEM_SOFT_RESERVEDJonathan Zhang
2023-02-28soc/amd: introduce and use PSTATE_MSR macroFelix Held
2023-02-28include/device/pci_def.h: Fix typo in commentWerner Zeh
2023-02-15cpu/x86/smm: Enable setting SMM console log level from mainboardJohnny Lin
2023-02-15pc80/i8254: Add speaker beep functionMichał Żygowski
2023-02-12drivers/smmstore: Expose region devicePatrick Rudolph
2023-02-10acpi/acpigen: add acpigen_write_store_namestr_to_namestrFelix Held
2023-02-10soc/intel/{common, meteorlake}: Add support for new MCHSridhar Siricilla
2023-02-09sb/intel/lynxpoint: Add PCI DIDs for 9 series PCHsAngel Pons
2023-02-09src/acpi: add function gen: if_lgreater_ and namestr assignmentCliff Huang
2023-02-09console: Add SimNow console loggingFred Reitberger
2023-02-08acpi/acpigen.h: Fix EVENT_OP valueElyes Haouas
2023-02-07src: Move POST_BOOTBLOCK_CAR to common postcodes and use itMartin Roth
2023-02-07tree: Drop repeated wordsAlexander Goncharov
2023-02-06inc/device: Add extended capability ID for ATSTim Chu
2023-02-06device/pci_device.c: Add way to limit max bus numbersArthur Heymans
2023-02-04include/bootstate.h: Fail compilation on invalid bootstate hooksArthur Heymans
2023-02-02include/cpu/amd/mtrr: drop unused TOP_MEM_MASK definitionsFelix Held
2023-01-31acpi/acpigen: introduce acpigen_write_processor_deviceFelix Held
2023-01-31console: Print architecturePatrick Rudolph
2023-01-28acpi/acpigen: factor out acpigen_write_processor_namestringFelix Held
2023-01-27src/acpi: add debug message with concatenated stringCliff Huang
2023-01-25soc/intel/common/gpio: Add function to read GPIO TX valueCliff Huang
2023-01-24soc/intel/cmn/block: Add smbus/p2sb device ids for SPR-SPTim Chu
2023-01-19drivers/usb/acpi: Add USB _DSM method to enable/disable USB LPM per portKane Chen
2023-01-19tree: Drop Intel Ice Lake supportFelix Singer
2023-01-11treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk
2023-01-09security/intel/txt: Add helper function to disable TXTSubrata Banik
2023-01-08include/memory_info.h: Add soc_num to dimm_info structTim Chu
2023-01-08arch/x86/smbios: Replace SMBIOS type4 processor upgrade fieldsLi, Jincheng
2023-01-04spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas
2023-01-04spd.h: Move enum ddr2_module_type to ddr2.hElyes Haouas
2023-01-02drivers/pc80/vga: Add API to write multi-line video messageSubrata Banik
2022-12-28coding_style: Add more guidelines on error handling, die() and assert()Julius Werner