summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/car.ld: Fix undefined macroArthur Heymans2023-05-091-1/+1
* Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER}Kyösti Mälkki2023-05-051-4/+5
* ACPI: Make FADT entries for RTC/CMOS architecturalKyösti Mälkki2023-04-291-0/+11
* arch/x86: Disable walkcbfs_asm code when CONFIG_CBFS_VERIFICATION is setJulius Werner2023-04-272-0/+6
* arch/x86/include/pci_io_cfg: introduce PCI_IO_CONFIG_[INDEX,DATA] defineFelix Held2023-04-271-12/+15
* ACPI: Make FADT entries for SMI architecturalKyösti Mälkki2023-04-271-0/+7
* soc/intel: Introduce ioapic_get_sci_pin()Kyösti Mälkki2023-04-261-0/+2
* arch/riscv/trap_handler.c: Use new names for CSRArthur Heymans2023-04-212-2/+2
* arch/riscv: Fix compiler argument for clangArthur Heymans2023-04-211-2/+8
* soc/amd: Clarify ACPI _PRT entry generationKyösti Mälkki2023-04-141-1/+0
* cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_pathArthur Heymans2023-04-061-18/+0
* arch/x86/smbios: Check str for NULL in smbios_add_string()Maximilian Brune2023-04-041-1/+1
* arch/ppc64/rom_media.c: move to mainboard/emulation/qemu-power*Krystian Hebel2023-04-032-15/+0
* arch/x86/smbios: Add socket type for Meteor LakeJay Patel2023-03-291-0/+2
* x86/include/registers.h: macros should not use a trailing semicolonYuchen He2023-03-221-4/+4
* arch/arm64/include/armv8/arch/barrier.h: Add spaces around colonsYuchen He2023-03-211-1/+1
* arch/x86/ioapic: Print IOAPIC ID for GSI #0Jay Patel2023-03-161-1/+1
* arch/x86/include/arch/mmio.h: Provide __always_inline definition for muslFabian Groffen2023-03-131-0/+4
* cpu/x86/cache: CLFLUSH programs to memory before runningArthur Heymans2023-03-131-0/+22
* arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding itFelix Held2023-02-211-2/+2
* 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