summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held2023-02-091-0/+2
* treewide: Remove repeated wordsElyes Haouas2023-02-092-2/+2
* soc/amd/picasso/soc_util: use cpuid_matchFelix Held2023-02-081-2/+3
* arch/x86/cpu: move cpuid_match to corresponding header fileFelix Held2023-02-082-5/+5
* arch/x86/include/cpu: introduce CPUID_FROM_FMS macroFelix Held2023-02-081-0/+10
* arch/x86/cpu: introduce and use device_match_maskFelix Held2023-02-082-1/+10
* arch/x86/include/cpu: retype device field in cpu_device_idFelix Held2023-02-081-1/+1
* arch/arm64/armv8/mmu.c: Add a space before the ternary operatorYuchen He2023-02-081-2/+2
* tree: Drop repeated wordsAlexander Goncharov2023-02-071-1/+1
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* arch/x86/smbios.c: Add socket type for Intel SPR-SPChristian Walter2023-01-301-0/+2
* arch/x86/smbios.c: Update Xeon-SP socket typesDavid Hendricks2023-01-291-2/+4
* arch/x86/Kconfig: Remove unused NUM_IPI_STARTSElyes Haouas2023-01-211-9/+0
* arch/x86/include: Remove unused <stddef.h>Elyes Haouas2023-01-212-2/+0
* treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk2023-01-111-2/+2
* drivers/intel/gma: Hook up libgfxinit in romstageJeremy Compostella2023-01-111-0/+7
* arch/x86/smbios: Replace SMBIOS type4 processor upgrade fieldsLi, Jincheng2023-01-081-6/+6
* {acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-272-4/+4
* arch/riscv: Use 'enum cb_err'Elyes Haouas2022-12-251-7/+7
* arch/x86: Use 'enum cb_err'Elyes Haouas2022-12-253-16/+17
* cpu/x86: Set up a separate stack for APsArthur Heymans2022-12-231-5/+3
* treewide: Remove duplicated includesElyes Haouas2022-12-211-1/+0
* lib: Hook up libhwbase in romstageJeremy Compostella2022-12-171-0/+6
* Set x86_64 as supported architecture for clangArthur Heymans2022-12-161-0/+1
* cpu/cpu.h: Change the function signatureArthur Heymans2022-12-101-3/+3
* arch/x86/ioapic.c: Move macros to compilation unitArthur Heymans2022-12-072-15/+15
* arch/x86/smbios.c: Allow creating entries for empty DIMM slotsAngel Pons2022-12-061-3/+30
* arch/x86: Buildtest clang targets with VBOOT_STARTS_BEFORE_BOOTBLOCKArthur Heymans2022-11-301-1/+1
* arch/arm/armv7: Disable generating neon FPU codeArthur Heymans2022-11-301-0/+1
* arch/arm/eabi_compat.c: Add eabi_clrX and eabi_memcyXArthur Heymans2022-11-301-0/+23
* arm/armv7/Makefile.inc: Fix processing ld files with clangArthur Heymans2022-11-301-0/+6
* /: Remove extra space after commaElyes Haouas2022-11-301-1/+1
* Revert "src/arch/x86: Use core apic id to get cpu_index()"Arthur Heymans2022-11-292-39/+8
* arch/arm: Use unified assembly syntaxArthur Heymans2022-11-244-34/+42
* src/arch: Remove unnecessary space after castsElyes Haouas2022-11-226-9/+9
* arch/x86/smbios: Add SMBIOS Type 39Jonathan Zhang2022-11-171-0/+49
* arch/{arm64,riscv}: Remove "CRIT: " from log messagesElyes Haouas2022-11-172-2/+2
* arch/x86: Disable clang build if using verstage_before_bootblockMartin Roth2022-11-161-1/+1
* arch/arm/armv7: Don't set gcc specific options for clang buildsMartin Roth2022-11-161-1/+4
* arch/x86/Kconfig: Move AMD stages arch to common codeArthur Heymans2022-11-141-7/+3
* arch/x86/mpspec.c: Drop weak write_smp_table()Kyösti Mälkki2022-11-131-22/+0
* drivers/generic/ioapic: Drop poor implementationKyösti Mälkki2022-11-131-118/+1
* arch/x86/memmove: Add 64bit versionArthur Heymans2022-11-123-8/+211
* cpu/x86: Set thread local storage in C codeArthur Heymans2022-11-123-17/+42
* arch/x86/ioapic: Reduce API exposureKyösti Mälkki2022-11-102-6/+3
* arch/x86: Add register_new_ioapic()Kyösti Mälkki2022-11-102-0/+15
* Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki2022-11-091-0/+2
* arch/x86 & commonlib: Add macros for postcodes used in x86/tablesMartin Roth2022-11-081-3/+3
* cpu/x86: Drop !CPU_INFO_V2 codeArthur Heymans2022-11-072-13/+0
* cpu/amd/agesa: Remove leftover codeArthur Heymans2022-11-071-1/+1