aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
2023-03-22x86/include/registers.h: macros should not use a trailing semicolonYuchen He
2023-03-16arch/x86/ioapic: Print IOAPIC ID for GSI #0Jay Patel
2023-03-13arch/x86/include/arch/mmio.h: Provide __always_inline definition for muslFabian Groffen
2023-03-13cpu/x86/cache: CLFLUSH programs to memory before runningArthur Heymans
2023-02-21arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding itFelix Held
2023-02-09arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held
2023-02-09treewide: Remove repeated wordsElyes Haouas
2023-02-08soc/amd/picasso/soc_util: use cpuid_matchFelix Held
2023-02-08arch/x86/cpu: move cpuid_match to corresponding header fileFelix Held
2023-02-08arch/x86/include/cpu: introduce CPUID_FROM_FMS macroFelix Held
2023-02-08arch/x86/cpu: introduce and use device_match_maskFelix Held
2023-02-08arch/x86/include/cpu: retype device field in cpu_device_idFelix Held
2023-02-01treewide: Remove duplicated include <device/pci.h>Elyes Haouas
2023-01-30arch/x86/smbios.c: Add socket type for Intel SPR-SPChristian Walter
2023-01-29arch/x86/smbios.c: Update Xeon-SP socket typesDavid Hendricks
2023-01-21arch/x86/Kconfig: Remove unused NUM_IPI_STARTSElyes Haouas
2023-01-21arch/x86/include: Remove unused <stddef.h>Elyes Haouas
2023-01-11treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk
2023-01-11drivers/intel/gma: Hook up libgfxinit in romstageJeremy Compostella
2023-01-08arch/x86/smbios: Replace SMBIOS type4 processor upgrade fieldsLi, Jincheng
2022-12-27{acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer
2022-12-25arch/x86: Use 'enum cb_err'Elyes Haouas
2022-12-23cpu/x86: Set up a separate stack for APsArthur Heymans
2022-12-21treewide: Remove duplicated includesElyes Haouas
2022-12-17lib: Hook up libhwbase in romstageJeremy Compostella
2022-12-16Set x86_64 as supported architecture for clangArthur Heymans
2022-12-10cpu/cpu.h: Change the function signatureArthur Heymans
2022-12-07arch/x86/ioapic.c: Move macros to compilation unitArthur Heymans
2022-12-06arch/x86/smbios.c: Allow creating entries for empty DIMM slotsAngel Pons
2022-11-30arch/x86: Buildtest clang targets with VBOOT_STARTS_BEFORE_BOOTBLOCKArthur Heymans
2022-11-30/: Remove extra space after commaElyes Haouas
2022-11-29Revert "src/arch/x86: Use core apic id to get cpu_index()"Arthur Heymans
2022-11-22src/arch: Remove unnecessary space after castsElyes Haouas
2022-11-17arch/x86/smbios: Add SMBIOS Type 39Jonathan Zhang
2022-11-16arch/x86: Disable clang build if using verstage_before_bootblockMartin Roth
2022-11-14arch/x86/Kconfig: Move AMD stages arch to common codeArthur Heymans
2022-11-13arch/x86/mpspec.c: Drop weak write_smp_table()Kyösti Mälkki
2022-11-13drivers/generic/ioapic: Drop poor implementationKyösti Mälkki
2022-11-12arch/x86/memmove: Add 64bit versionArthur Heymans
2022-11-12cpu/x86: Set thread local storage in C codeArthur Heymans
2022-11-10arch/x86/ioapic: Reduce API exposureKyösti Mälkki
2022-11-10arch/x86: Add register_new_ioapic()Kyösti Mälkki
2022-11-09Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki
2022-11-08arch/x86 & commonlib: Add macros for postcodes used in x86/tablesMartin Roth
2022-11-07cpu/x86: Drop !CPU_INFO_V2 codeArthur Heymans
2022-11-07cpu/amd/agesa: Remove leftover codeArthur Heymans
2022-11-07mb/aopen/dxplplusu: Remove boardArthur Heymans
2022-11-03treewide: Add 'IWYU pragma: export' commentElyes Haouas
2022-10-26arch/x86: Clean up includesElyes Haouas
2022-10-24arch/x86: x86_64 implies SSE2 supportPatrick Rudolph
2022-10-22arch/x86/include/arch: fix assembly clobber for 64bitMatei Dibu
2022-10-20arch/x86/include: Split CPUID access into separate fileMartin Roth
2022-10-20arch/x86: Only use .bss from car.ld when running XIPArthur Heymans
2022-10-17arch/x86/smbios.c: Fix Upgrade processor information in SMBIOSZhixing Ma
2022-10-06smbios: Add API to generate SMBIOS type 28 Temperature ProbeErik van den Bogaert
2022-10-06treewide: use predicates to check for enabled pci devicesFabio Aiuto
2022-10-06arch/x86/timestamp.c: Add missing <stdint.h>Elyes Haouas
2022-10-06arch/x86/mmap_boot.c: Clean up includesElyes Haouas
2022-09-30smbios: Add API to generate SMBIOS type 43 TPM DeviceMichał Żygowski
2022-09-29treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto
2022-09-29arch/x86/idt.S: Use 'iretq' for ENV_X86_64Elyes HAOUAS
2022-09-06src: remove force-included header rules.h from individual filesMartin Roth
2022-08-26x86: Zero SMBIOS region before writing tablesJonathon Hall
2022-08-24src/arch/x86/smbios.c: remove unneeded bracesFabio Aiuto
2022-07-30arch/x86/acpi: Replace Store() with ASL 2.0 syntaxFelix Singer
2022-07-30arch/x86/acpi: Replace And() with ASL 2.0 syntaxFelix Singer
2022-07-30arch/x86/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-07-30arch/x86/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer
2022-07-29arch/x86/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-07-20arch/x86/*.ld: Don't use CPP to include linker scriptsArthur Heymans
2022-07-20treewide: Remove unused <cpu/x86/msr.h>Elyes Haouas
2022-07-14arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans
2022-06-09arch/x86/acpi: Replace ShiftLeft() with ASL 2.0 syntaxFelix Singer
2022-06-09arch/x86/acpi: Replace ShiftRight() with ASL 2.0 syntaxFelix Singer
2022-06-07arch/x86: Add a common romstage entryArthur Heymans
2022-06-03arch/x86/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer
2022-06-01driver/intel/fsp2_0: Disable NULL deref code when calling FSPArthur Heymans
2022-05-31x86/include/arch/boot: Fix header guardElyes Haouas
2022-05-31x86/null_breakpoint: Remove trailing space from log messagePaul Menzel
2022-05-28Kconfig: Mark clang as ready to use on some archArthur Heymans
2022-05-28arch/x86/tables.c: Increase MAX_SMBIOS_SIZEArthur Heymans
2022-05-28arch/x86/smbios.c: Fix for CONFIG_MAX_CPUS > 255Arthur Heymans
2022-05-28arch/x86/car.ld: Remove AGESA linker warning workaroundArthur Heymans
2022-05-27Makefile.inc: Add bootblock to CBFS before othersYu-Ping Wu
2022-05-25arch/x86/acpi_bert_storage.c: Use a common implementationArthur Heymans
2022-05-19arch/x86/car.ld: Add a Kconfig param to flag AGESA brokennessArthur Heymans
2022-05-18arch/x86: Make sure bootblock gets buildtestedArthur Heymans
2022-05-17arch/x86/ebda.c: Move setting up ebda to a BS hookArthur Heymans
2022-05-16acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.hRaul E Rangel
2022-05-16arch/x86/postcar_loader.c: Change prepare_and_run_postcar signatureArthur Heymans
2022-05-16arch/x86/postcar_loader.c: Reduce the scope of functionsArthur Heymans
2022-05-16arch/x86/postcar: Set up postcar MTRR in C codeArthur Heymans
2022-05-16arch/x86/null_breakpoint: Remove handler before jumping to payloadArthur Heymans
2022-05-12arch/x86: Add support for catching null dereferences through debug regsRobert Zieba
2022-05-12Kconfig: Add an option to skip adding a cbfs bootblock on x86Arthur Heymans
2022-05-12Makefile.inc: Add x86 bootblock as a separate targetArthur Heymans
2022-05-12Makefile.inc: Generate master header and pointer as C structsArthur Heymans
2022-05-04arch/x86/acpi: Consolidate POST code handlingAngel Pons
2022-05-04arch/x86/acpi/debug.asl: Drop POST code stuffAngel Pons
2022-04-25arch/x86/acpi_bert_storage.c: Use BOOT_STATE over CBMEM hooksArthur Heymans