aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2024-01-24acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth
2024-01-18include/memlayout.h: Add OPENSBI linker macroMaximilian Brune
2024-01-17arch/x86/mpspec: turn compile-time check into Kconfig dependencyFelix Held
2024-01-16device: Add support for multiple PCI segment groupsFelix Held
2024-01-11arch/x86/include/smm_call: improve documentation of call_smmFelix Held
2024-01-11arch/x86/include/smm_call: use pm_acpi_smi_cmd_portFelix Held
2024-01-11arch/x86/c_start.S: Add proper x86_64 codePatrick Rudolph
2024-01-10arch/x86/include: rename smm.h to smm_call.hFelix Held
2024-01-10arch/x86/include/smm: use inline asm from drivers/smmstore/ramstageFelix Held
2024-01-08src/arch/x86/exit_car: Add proper x86_64 codePatrick Rudolph
2024-01-08arch/x86/acpi: call pm_acpi_smi_cmd_port to get APMC SMI IO portFelix Held
2024-01-08arch/x86: introduce HAVE_CONFIGURABLE_APMC_SMI_PORTFelix Held
2024-01-05arch/x86/include/mode_switch: Add more wrapper functionsPatrick Rudolph
2024-01-03cpu/x86/64bit/mode_switch: Simplify assembly codePatrick Rudolph
2023-12-27arch/x86/car.ld: Use VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE constantJeremy Compostella
2023-12-22x86: Separate CPU and SoC physical address sizeJeremy Compostella
2023-12-20arch/riscv: Use same indent levels for switch/caseFelix Singer
2023-12-12arch/arm64/armv8/Makefile.inc: Add clang -target for .ld CPPArthur Heymans
2023-12-09arch/riscv/payload: Remove old RISC-V CSR namesLennart Eichhorn
2023-11-29arch/x86/Makefile.inc: Do not pass CPPFLAGS to linkerSrinivas Hegde
2023-11-23arch/riscv/romstage: Start from assemblyArthur Heymans
2023-11-15arch/arm64: Avoid GCC warning about out of bounds array accessZebreus
2023-11-13arch/x86/riscv: Use 'all' target to include files in all stagesArthur Heymans
2023-11-13arch/riscv/ramstage.S: Add comments for passed argumentsMaximilian Brune
2023-11-10src: Remove unnecessary semicolons from the end of macrosMartin Roth
2023-11-09Allow to build romstage sources inside the bootblockArthur Heymans
2023-11-04arch/arm64/arch_timer: Fix possible overflow in multiplicationYidi Lin
2023-11-01arch/x86/memcpy.c: Optimize code for 64bitArthur Heymans
2023-10-25arch/arm64/cache: Implement helpers to obtain CPU cache detailsBenjamin Doron
2023-10-20x86: Add ramstage CBFS cache scratchpad supportJeremy Compostella
2023-10-20x86: Add pre-memory stages CBFS cache scratchpad supportJeremy Compostella
2023-10-06arch/x86/cpu_common: Add cpu_get_c_substate_supportPatrick Rudolph
2023-10-02x86/include/arch/cpuid.h: Fix inline assemblyPatrick Rudolph
2023-09-29arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORTFelix Held
2023-09-29*/include/cpu: use unsigned int for number of address bitsFelix Held
2023-09-26arch/x86/cpu_common: use cpuid_get_max_funcFelix Held
2023-09-26arch/x86/smbios: fix extended CPUID level check logicFelix Held
2023-09-26arch/x86/smbios: use cpu_cpuid_extended_levelFelix Held
2023-09-23arch/x86/cpu_common: use cpuid_e[a,c]xFelix Held
2023-09-23arch/x86/cpu_common: use cpu_cpuid_extended_levelFelix Held
2023-09-20arch/arm64/Makefile.inc: Replace HAVE_ACPI_SUPPORT with HAVE_ACPI_TABLESMaximilian Brune
2023-09-18acpi/Makefile.inc: Move code inclusionArthur Heymans
2023-09-18arch/arm64: Hook up ACPI table generationArthur Heymans
2023-09-18arch/x86: Remove libhwbase and libgfxinit .data symbols from _bssJeremy Compostella
2023-09-14x86: Add .data section support for pre-memory stagesJeremy Compostella
2023-09-12x86/tables: Upgrade error to criticalPatrick Rudolph
2023-09-12soc/intel/common: Fix invalid MADT entries creationJeremy Compostella
2023-09-12arch/x86: Reduce max phys address size for Intel TME capable SoCsJeremy Compostella
2023-09-12cpu/intel: Move is_tme_supported() from soc/intel to cpu/intelJeremy Compostella
2023-09-11arch/arm64: Remove space between function name and '('Elyes Haouas
2023-09-08arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth
2023-08-28arch/x86/cpu: Remove unnecessary parenthesesElyes Haouas
2023-08-02acpi/acpi.c: Move setting FADT SCI INT to arch specific codeArthur Heymans
2023-08-02arch/arm64: Hook up FADTArthur Heymans
2023-07-21acpi/acpi.c: Split of ACPI table generation into separate filesArthur Heymans
2023-07-10vboot: Fix S3 resume with stage_cacheKyösti Mälkki
2023-07-05arch/x86: Ensure LAPIC mode for exception handlerKyösti Mälkki
2023-07-04arch/arm64/Makefile.inc: Fix Kconfig name in commentYu-Ping Wu
2023-06-27arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 titleEric Lai
2023-06-23commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious
2023-06-22arch/x86,lib: Migrate SMBIOS implementation to common codeBenjamin Doron
2023-06-20arch/x86: Introduce DUMP_SMBIOS_TYPE17 configEric Lai
2023-06-11arch/riscv: Add clang as supported architectureArthur Heymans
2023-06-11arch/riscv: Always build opensbi with GCCArthur Heymans
2023-06-11arch/risc/mcall.h: Make the stack pointer globalArthur Heymans
2023-06-06arch/x86/include/arch/vga: add defines for VGA MMIO addressesFelix Held
2023-05-27libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig optionFelix Held
2023-05-26treewide: Remove 'extern' from functions declarationElyes Haouas
2023-05-25arch/x86/include/arch/pci_io_cfg: add IO port count & last port definesFelix Held
2023-05-25arch/x86: Don't allow hw floating point operationsArthur Heymans
2023-05-16x86: pci_io_cfg: Make constant unsigned to fix out of bounds shiftPaul Menzel
2023-05-14arch/x86/ioapic.c: Increase the number of bits for ioapic IDArthur Heymans
2023-05-09arch/x86/car.ld: Fix undefined macroArthur Heymans
2023-05-05Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER}Kyösti Mälkki
2023-04-29ACPI: Make FADT entries for RTC/CMOS architecturalKyösti Mälkki
2023-04-27arch/x86: Disable walkcbfs_asm code when CONFIG_CBFS_VERIFICATION is setJulius Werner
2023-04-27arch/x86/include/pci_io_cfg: introduce PCI_IO_CONFIG_[INDEX,DATA] defineFelix Held
2023-04-27ACPI: Make FADT entries for SMI architecturalKyösti Mälkki
2023-04-26soc/intel: Introduce ioapic_get_sci_pin()Kyösti Mälkki
2023-04-21arch/riscv/trap_handler.c: Use new names for CSRArthur Heymans
2023-04-21arch/riscv: Fix compiler argument for clangArthur Heymans
2023-04-14soc/amd: Clarify ACPI _PRT entry generationKyösti Mälkki
2023-04-06cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_pathArthur Heymans
2023-04-04arch/x86/smbios: Check str for NULL in smbios_add_string()Maximilian Brune
2023-04-03arch/ppc64/rom_media.c: move to mainboard/emulation/qemu-power*Krystian Hebel
2023-03-29arch/x86/smbios: Add socket type for Meteor LakeJay Patel
2023-03-22x86/include/registers.h: macros should not use a trailing semicolonYuchen He
2023-03-21arch/arm64/include/armv8/arch/barrier.h: Add spaces around colonsYuchen He
2023-03-16arch/x86/ioapic: Print IOAPIC ID for GSI #0Jay Patel
2023-03-13arch/x86/include/arch/mmio.h: Provide __always_inline definition for muslFabian Groffen
2023-03-13cpu/x86/cache: CLFLUSH programs to memory before runningArthur Heymans
2023-02-21arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding itFelix Held
2023-02-09arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held
2023-02-09treewide: Remove repeated wordsElyes Haouas
2023-02-08soc/amd/picasso/soc_util: use cpuid_matchFelix Held
2023-02-08arch/x86/cpu: move cpuid_match to corresponding header fileFelix Held
2023-02-08arch/x86/include/cpu: introduce CPUID_FROM_FMS macroFelix Held
2023-02-08arch/x86/cpu: introduce and use device_match_maskFelix Held
2023-02-08arch/x86/include/cpu: retype device field in cpu_device_idFelix Held
2023-02-08arch/arm64/armv8/mmu.c: Add a space before the ternary operatorYuchen He