summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/ioapic: use uintptr_t for IOAPIC base addressFelix Held2024-02-234-36/+38
* arch/riscv/Makefile.mk: Fix OpenSBI compilationMaximilian Brune2024-02-181-3/+2
* arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth2024-02-187-0/+14
* arch/riscv/boot.c: Comment OpenSBI Supervisor mode switchMaximilian Brune2024-02-101-2/+4
* commonlib: Change GCD function to always use 64 bitsJulius Werner2024-02-081-1/+1
* arch/arm64/armv8: Add exception output without printkMaximilian Brune2024-02-071-1/+12
* arch/x86/mpspec: reduce scope of smp_write_ioapicFelix Held2024-02-072-3/+1
* arch/riscv: Add OPENSBI_FW_DYNAMIC_BOOT_HART optionMaximilian Brune2024-02-072-0/+12
* arch/x86/ioapic: always write IOAPIC ID in set_ioapic_idFelix Held2024-02-061-6/+2
* lib: Move IP checksum to commonlibJulius Werner2024-02-021-1/+0
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-4/+4
* device/device.h: Drop multiple linksArthur Heymans2024-01-291-43/+40
* src, util: Update toolchain.inc references to .mkMartin Roth2024-01-262-2/+2
* acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth2024-01-249-0/+0
* include/memlayout.h: Add OPENSBI linker macroMaximilian Brune2024-01-181-0/+5
* arch/x86/mpspec: turn compile-time check into Kconfig dependencyFelix Held2024-01-171-4/+0
* 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