summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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/riscv: Use same indent levels for switch/caseFelix Singer2023-12-201-29/+29
* arch/arm64/armv8/Makefile.inc: Add clang -target for .ld CPPArthur Heymans2023-12-121-0/+17
* arch/riscv/payload: Remove old RISC-V CSR namesLennart Eichhorn2023-12-091-7/+0
* arch/x86/Makefile.inc: Do not pass CPPFLAGS to linkerSrinivas Hegde2023-11-291-1/+1
* arch/riscv/romstage: Start from assemblyArthur Heymans2023-11-235-37/+39
* arch/arm64: Avoid GCC warning about out of bounds array accessZebreus2023-11-151-1/+1
* arch/x86/riscv: Use 'all' target to include files in all stagesArthur Heymans2023-11-131-50/+22
* arch/riscv/ramstage.S: Add comments for passed argumentsMaximilian Brune2023-11-131-1/+6
* src: Remove unnecessary semicolons from the end of macrosMartin Roth2023-11-101-1/+1
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-098-10/+12
* arch/arm64/arch_timer: Fix possible overflow in multiplicationYidi Lin2023-11-041-3/+20
* arch/x86/memcpy.c: Optimize code for 64bitArthur Heymans2023-11-011-3/+10
* arch/arm64/cache: Implement helpers to obtain CPU cache detailsBenjamin Doron2023-10-253-0/+80
* 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
* arch/arm64/Makefile.inc: Replace HAVE_ACPI_SUPPORT with HAVE_ACPI_TABLESMaximilian Brune2023-09-201-1/+1
* acpi/Makefile.inc: Move code inclusionArthur Heymans2023-09-181-1/+0
* arch/arm64: Hook up ACPI table generationArthur Heymans2023-09-182-8/+17
* 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/arm64: Remove space between function name and '('Elyes Haouas2023-09-112-3/+3
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-082-2/+2
* 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