summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/arm64: Hook up FADTArthur Heymans2023-08-022-0/+8
* 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/arm64/Makefile.inc: Fix Kconfig name in commentYu-Ping Wu2023-07-041-1/+1
* arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 titleEric Lai2023-06-271-1/+1
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-234-9/+9
* arch/x86,lib: Migrate SMBIOS implementation to common codeBenjamin Doron2023-06-223-1451/+5
* arch/x86: Introduce DUMP_SMBIOS_TYPE17 configEric Lai2023-06-202-0/+66
* arch/riscv: Add clang as supported architectureArthur Heymans2023-06-111-0/+1
* arch/riscv: Always build opensbi with GCCArthur Heymans2023-06-111-1/+3
* arch/risc/mcall.h: Make the stack pointer globalArthur Heymans2023-06-111-3/+3
* arch/x86/include/arch/vga: add defines for VGA MMIO addressesFelix Held2023-06-061-0/+11
* libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig optionFelix Held2023-05-271-6/+0
* treewide: Remove 'extern' from functions declarationElyes Haouas2023-05-262-2/+2
* arch/x86/include/arch/pci_io_cfg: add IO port count & last port definesFelix Held2023-05-251-2/+4
* arch/x86: Don't allow hw floating point operationsArthur Heymans2023-05-251-0/+4
* x86: pci_io_cfg: Make constant unsigned to fix out of bounds shiftPaul Menzel2023-05-161-1/+1
* arch/x86/ioapic.c: Increase the number of bits for ioapic IDArthur Heymans2023-05-141-1/+6
* 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