summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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