summaryrefslogtreecommitdiffstats
path: root/src/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/ioapic: use uintptr_t for IOAPIC base addressFelix Held2024-02-234-36/+38
* arch/x86/mpspec: reduce scope of smp_write_ioapicFelix Held2024-02-072-3/+1
* arch/x86/ioapic: always write IOAPIC ID in set_ioapic_idFelix Held2024-02-061-6/+2
* lib: Move IP checksum to commonlibJulius Werner2024-02-021-1/+0
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-4/+4
* device/device.h: Drop multiple linksArthur Heymans2024-01-291-43/+40
* acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* arch/x86/mpspec: turn compile-time check into Kconfig dependencyFelix Held2024-01-171-4/+0
* device: Add support for multiple PCI segment groupsFelix Held2024-01-161-0/+5
* arch/x86/include/smm_call: improve documentation of call_smmFelix Held2024-01-111-1/+4
* arch/x86/include/smm_call: use pm_acpi_smi_cmd_portFelix Held2024-01-111-1/+2
* arch/x86/c_start.S: Add proper x86_64 codePatrick Rudolph2024-01-111-0/+24
* arch/x86/include: rename smm.h to smm_call.hFelix Held2024-01-101-0/+0
* arch/x86/include/smm: use inline asm from drivers/smmstore/ramstageFelix Held2024-01-101-2/+5
* src/arch/x86/exit_car: Add proper x86_64 codePatrick Rudolph2024-01-081-0/+6
* arch/x86/acpi: call pm_acpi_smi_cmd_port to get APMC SMI IO portFelix Held2024-01-081-1/+1
* arch/x86: introduce HAVE_CONFIGURABLE_APMC_SMI_PORTFelix Held2024-01-083-0/+21
* arch/x86/include/mode_switch: Add more wrapper functionsPatrick Rudolph2024-01-051-7/+29
* cpu/x86/64bit/mode_switch: Simplify assembly codePatrick Rudolph2024-01-031-6/+14
* arch/x86/car.ld: Use VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE constantJeremy Compostella2023-12-271-1/+1
* x86: Separate CPU and SoC physical address sizeJeremy Compostella2023-12-222-0/+20
* arch/x86/Makefile.inc: Do not pass CPPFLAGS to linkerSrinivas Hegde2023-11-291-1/+1
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-097-10/+10
* arch/x86/memcpy.c: Optimize code for 64bitArthur Heymans2023-11-011-3/+10
* x86: Add ramstage CBFS cache scratchpad supportJeremy Compostella2023-10-201-0/+17
* x86: Add pre-memory stages CBFS cache scratchpad supportJeremy Compostella2023-10-202-0/+10
* arch/x86/cpu_common: Add cpu_get_c_substate_supportPatrick Rudolph2023-10-062-0/+29
* x86/include/arch/cpuid.h: Fix inline assemblyPatrick Rudolph2023-10-021-12/+9
* arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORTFelix Held2023-09-292-1/+11
* */include/cpu: use unsigned int for number of address bitsFelix Held2023-09-292-3/+3
* arch/x86/cpu_common: use cpuid_get_max_funcFelix Held2023-09-261-1/+1
* arch/x86/smbios: fix extended CPUID level check logicFelix Held2023-09-261-1/+1
* arch/x86/smbios: use cpu_cpuid_extended_levelFelix Held2023-09-261-1/+1
* arch/x86/cpu_common: use cpuid_e[a,c]xFelix Held2023-09-231-6/+2
* arch/x86/cpu_common: use cpu_cpuid_extended_levelFelix Held2023-09-231-2/+1
* acpi/Makefile.inc: Move code inclusionArthur Heymans2023-09-181-1/+0
* arch/arm64: Hook up ACPI table generationArthur Heymans2023-09-181-6/+0
* arch/x86: Remove libhwbase and libgfxinit .data symbols from _bssJeremy Compostella2023-09-181-13/+0
* x86: Add .data section support for pre-memory stagesJeremy Compostella2023-09-145-25/+51
* x86/tables: Upgrade error to criticalPatrick Rudolph2023-09-121-2/+4
* soc/intel/common: Fix invalid MADT entries creationJeremy Compostella2023-09-121-1/+1
* arch/x86: Reduce max phys address size for Intel TME capable SoCsJeremy Compostella2023-09-122-2/+16
* cpu/intel: Move is_tme_supported() from soc/intel to cpu/intelJeremy Compostella2023-09-121-0/+3
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-081-1/+1
* arch/x86/cpu: Remove unnecessary parenthesesElyes Haouas2023-08-281-4/+4
* acpi/acpi.c: Move setting FADT SCI INT to arch specific codeArthur Heymans2023-08-021-0/+18
* acpi/acpi.c: Split of ACPI table generation into separate filesArthur Heymans2023-07-211-0/+1
* vboot: Fix S3 resume with stage_cacheKyösti Mälkki2023-07-101-2/+2
* arch/x86: Ensure LAPIC mode for exception handlerKyösti Mälkki2023-07-051-3/+2
* arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 titleEric Lai2023-06-271-1/+1