aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2024-03-19arch/x86: Directly return result of `IS_POWER_OF_2()`Paul Menzel
2024-03-19arch/riscv: add constants for Base ExtensionRonald G Minnich
2024-03-17arch/x86: Add API to check if cache sets are power-of-twoSubrata Banik
2024-03-15treewide: Move stdlib.h to commonlibMaximilian Brune
2024-03-14arch/riscv: support physical memory protection (PMP) registersRonald G Minnich
2024-03-09arch/riscv: Remove typedefsMaximilian Brune
2024-03-09arch/riscv: Add SMP support for exception handlerXiang Wang
2024-03-06arch/riscv: Makefile.mk: Fix incorrect config variableRonald G Minnich
2024-03-05drivers/intel/fsp: Work around multi-socket Xeon-SP pipe init bugArthur Heymans
2024-03-04riscv/mb/qemu: fix DRAM probingPhilipp Hug
2024-03-04arch/x86/Kconfig: Deduplicate ARCH_SUPPORTS_CLANG selectionElyes Haouas
2024-02-27Kconfig: Make the SEPARATE_ROMSTAGE default configurable in other filesArthur Heymans
2024-02-23arch/x86/ioapic: use uintptr_t for IOAPIC base addressFelix Held
2024-02-18arch/riscv/Makefile.mk: Fix OpenSBI compilationMaximilian Brune
2024-02-18arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth
2024-02-10arch/riscv/boot.c: Comment OpenSBI Supervisor mode switchMaximilian Brune
2024-02-08commonlib: Change GCD function to always use 64 bitsJulius Werner
2024-02-07arch/arm64/armv8: Add exception output without printkMaximilian Brune
2024-02-07arch/x86/mpspec: reduce scope of smp_write_ioapicFelix Held
2024-02-07arch/riscv: Add OPENSBI_FW_DYNAMIC_BOOT_HART optionMaximilian Brune
2024-02-06arch/x86/ioapic: always write IOAPIC ID in set_ioapic_idFelix Held
2024-02-02lib: Move IP checksum to commonlibJulius Werner
2024-01-31device/device.h: Rename busses for clarityArthur Heymans
2024-01-29device/device.h: Drop multiple linksArthur Heymans
2024-01-26src, util: Update toolchain.inc references to .mkMartin Roth
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