Age | Commit message (Expand) | Author |
2024-10-07 | arch/x86: Remove CONFIG_DEBUG_NULL_DEREF_HALT | Maximilian Brune |
2024-10-02 | arch/x86: Shadow ROM tables into EBDA | Shuo Liu |
2024-10-02 | arch/arm64: Add Clang as supported target | Arthur Heymans |
2024-09-30 | arch/x86: Configure EBDA through Kconfig | Gang Chen |
2024-08-30 | arch/x86/car.ld: Fix overlapping regions | Arthur Heymans |
2024-08-29 | cbmem.h: Change return type of cbmem_get_region | Arthur Heymans |
2024-08-27 | arch/arm: Fix building with LTO | Arthur Heymans |
2024-08-23 | arch/arm: Add a few ARM targets as supported by CLANG | Arthur Heymans |
2024-08-22 | Makefile.mk: Add a common link_stage function and use it | Arthur Heymans |
2024-08-22 | arch/x86: Move oformat definition into the linker file | Arthur Heymans |
2024-08-22 | arch/x86/include: Define feature check macros for MCE and MCA | Shuo Liu |
2024-08-20 | arch/riscv: Remove ram probing | Maximilian Brune |
2024-08-11 | arch/riscv: Add PMP print function | Maximilian Brune |
2024-08-06 | Kconfig: Reverse ARCH_SUPPORTS_CLANG | Arthur Heymans |
2024-08-03 | arch/arm64/armv8/mmu: Improve log format | Yu-Ping Wu |
2024-07-27 | arch/arm64/armv8/mmu: Add missing header arch/barrier.h | Yu-Ping Wu |
2024-07-26 | arch/riscv: Remove opensbi submodule includes | Maximilian Brune |
2024-07-24 | arch/x86/Makefile.mk: Remove obsolete romcc reference | Arthur Heymans |
2024-07-24 | arch/x86: Build all stages using the same function | Arthur Heymans |
2024-07-24 | arch/x86: Link ramstage in one step | Arthur Heymans |
2024-07-19 | arch/x86: Decouple socket type from SoC type | Jincheng Li |
2024-07-10 | cbmem_top: Change the return value to uintptr_t | Elyes Haouas |
2024-07-03 | tree: Use <console/console.h> only when used | Elyes Haouas |
2024-06-27 | arch/x86/mpspec: Use uintptr_t for mpc_apicaddr | Elyes Haouas |
2024-06-21 | arch/arm64: Add Kconfig option ARM64_BL31_OPTEE_WITH_SMC | Yu-Ping Wu |
2024-06-10 | arch/x86: Clarify help text for 64-bit support | Subrata Banik |
2024-06-06 | arch/io.h: Add port I/O functions to other architectures | Alper Nebi Yasak |
2024-06-05 | arch/arm64: Support FEAT_CCIDX | Yidi Lin |
2024-06-01 | tree: Add some SMBIOS_PROCESSOR_FAMILY macros | Elyes Haouas |
2024-05-29 | tree: Remove unused <string.h> | Elyes Haouas |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-05-28 | tree: Add smbios_processor_type | Elyes Haouas |
2024-05-27 | acpi/acpi_apic;arch/x86/acpi: better document ACPI_NO_PCAT_8259 case | Felix Held |
2024-05-25 | arch/arm64: Implement initial set of SMBIOS tables | Benjamin Doron |
2024-05-25 | arch/arm64: Support calling a trusted monitor | Benjamin Doron |
2024-05-14 | arch/x86: Remove unused `protected_mode_jump` API | Subrata Banik |
2024-05-14 | x86: Switch to protected_mode_call_1arg for correct argument passing | Subrata Banik |
2024-05-09 | arch/arm64/Makefile.mk: Switch linker to GNU GCC | Yidi Lin |
2024-05-09 | arch/arm64/Makefile.mk: Unset toolchain vars for BL31 | Yidi Lin |
2024-04-26 | arch/arm/armv7/exception.c: fix warnings of macros and functions | Integral |
2024-04-24 | arch/arm64: Extend cache helper functions | David Milosevic |
2024-04-22 | arch/arm64: Add EL1/EL2/EL3 support for arm64 | David Milosevic |
2024-04-17 | arch/x86: Prevent .text/.init overlap with older linkers | Subrata Banik |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-04-12 | tree: Drop unused <cbmem.h> | Elyes Haouas |
2024-04-09 | tree: Drop unused <console/console.h> | Elyes Haouas |
2024-04-08 | lib/program.ld: Account for large code model sections | Arthur Heymans |
2024-04-04 | arch/x86/bootblock.ld: Account for the .data section | Arthur Heymans |
2024-04-01 | Kconfig: Make GBD_STUB and long mode mutually exclusive | Arthur Heymans |
2024-04-01 | arch/ppc64: Add arch as supported by the clang compiler | Arthur Heymans |
2024-04-01 | arch/ppc64: Fix inline assembly for clang | Arthur Heymans |
2024-03-30 | arch/x86: Remove blank lines before '}' and after '{' | Elyes Haouas |
2024-03-28 | cpu/x86/Kconfig: Mark 64bit support as stable | Arthur Heymans |
2024-03-28 | cpu/x86: Link page tables in stage if possible | Arthur Heymans |
2024-03-27 | arch/riscv: remove misaligned load/store/fetch handling | Ronald G Minnich |
2024-03-26 | arch/x86/bootblock.ld: Align the base of bootblock downwards | Arthur Heymans |
2024-03-26 | util/xcompile: Add target architecture to CPPFLAGS | Arthur Heymans |
2024-03-25 | arch/riscv: add new SBI calls | Ronald G Minnich |
2024-03-22 | arch/riscv: add Kconfig variable RISCV_SOC_HAS_MENVCFG | Ronald G Minnich |
2024-03-21 | arch/x86: Fix typo for macro CPUID_FEATURE_HTT | Jincheng Li |
2024-03-19 | arch/x86: Directly return result of `IS_POWER_OF_2()` | Paul Menzel |
2024-03-19 | arch/riscv: add constants for Base Extension | Ronald G Minnich |
2024-03-17 | arch/x86: Add API to check if cache sets are power-of-two | Subrata Banik |
2024-03-15 | treewide: Move stdlib.h to commonlib | Maximilian Brune |
2024-03-14 | arch/riscv: support physical memory protection (PMP) registers | Ronald G Minnich |
2024-03-09 | arch/riscv: Remove typedefs | Maximilian Brune |
2024-03-09 | arch/riscv: Add SMP support for exception handler | Xiang Wang |
2024-03-06 | arch/riscv: Makefile.mk: Fix incorrect config variable | Ronald G Minnich |
2024-03-05 | drivers/intel/fsp: Work around multi-socket Xeon-SP pipe init bug | Arthur Heymans |
2024-03-04 | riscv/mb/qemu: fix DRAM probing | Philipp Hug |
2024-03-04 | arch/x86/Kconfig: Deduplicate ARCH_SUPPORTS_CLANG selection | Elyes Haouas |
2024-02-27 | Kconfig: Make the SEPARATE_ROMSTAGE default configurable in other files | Arthur Heymans |
2024-02-23 | arch/x86/ioapic: use uintptr_t for IOAPIC base address | Felix Held |
2024-02-18 | arch/riscv/Makefile.mk: Fix OpenSBI compilation | Maximilian Brune |
2024-02-18 | arch to cpu: Add SPDX license headers to Kconfig files | Martin Roth |
2024-02-10 | arch/riscv/boot.c: Comment OpenSBI Supervisor mode switch | Maximilian Brune |
2024-02-08 | commonlib: Change GCD function to always use 64 bits | Julius Werner |
2024-02-07 | arch/arm64/armv8: Add exception output without printk | Maximilian Brune |
2024-02-07 | arch/x86/mpspec: reduce scope of smp_write_ioapic | Felix Held |
2024-02-07 | arch/riscv: Add OPENSBI_FW_DYNAMIC_BOOT_HART option | Maximilian Brune |
2024-02-06 | arch/x86/ioapic: always write IOAPIC ID in set_ioapic_id | Felix Held |
2024-02-02 | lib: Move IP checksum to commonlib | Julius Werner |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-29 | device/device.h: Drop multiple links | Arthur Heymans |
2024-01-26 | src, util: Update toolchain.inc references to .mk | Martin Roth |
2024-01-24 | acpi,arch,commonlib: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-18 | include/memlayout.h: Add OPENSBI linker macro | Maximilian Brune |
2024-01-17 | arch/x86/mpspec: turn compile-time check into Kconfig dependency | Felix Held |
2024-01-16 | device: Add support for multiple PCI segment groups | Felix Held |
2024-01-11 | arch/x86/include/smm_call: improve documentation of call_smm | Felix Held |
2024-01-11 | arch/x86/include/smm_call: use pm_acpi_smi_cmd_port | Felix Held |
2024-01-11 | arch/x86/c_start.S: Add proper x86_64 code | Patrick Rudolph |
2024-01-10 | arch/x86/include: rename smm.h to smm_call.h | Felix Held |
2024-01-10 | arch/x86/include/smm: use inline asm from drivers/smmstore/ramstage | Felix Held |
2024-01-08 | src/arch/x86/exit_car: Add proper x86_64 code | Patrick Rudolph |
2024-01-08 | arch/x86/acpi: call pm_acpi_smi_cmd_port to get APMC SMI IO port | Felix Held |
2024-01-08 | arch/x86: introduce HAVE_CONFIGURABLE_APMC_SMI_PORT | Felix Held |
2024-01-05 | arch/x86/include/mode_switch: Add more wrapper functions | Patrick Rudolph |
2024-01-03 | cpu/x86/64bit/mode_switch: Simplify assembly code | Patrick Rudolph |
2023-12-27 | arch/x86/car.ld: Use VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE constant | Jeremy Compostella |