Age | Commit message (Expand) | Author |
2019-08-27 | AUTHORS: Move src/arch/mips copyrights into AUTHORS file | Martin Roth |
2019-08-26 | x86: Introduce RESET_VECTOR_IN_RAM option | Martin Roth |
2019-08-26 | arch/x86: Simplify <arch/early_variables.h> | Kyösti Mälkki |
2019-08-26 | soc/intel: Use common romstage code | Kyösti Mälkki |
2019-08-26 | arch/non-x86: Use ENV_ROMSTAGE_OR_BEFORE | Kyösti Mälkki |
2019-08-26 | Move and rename ARCH_STAGE_HAS_xxx_SECTION rules | Kyösti Mälkki |
2019-08-26 | AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file | Martin Roth |
2019-08-26 | AUTHORS: Move src/arch/arm copyrights into AUTHORS file | Martin Roth |
2019-08-26 | lib: ramdetect: Register exception handlers for ARMv8 | Asami Doi |
2019-08-23 | arch/x86/acpi: Add acpi_device_hid | Patrick Rudolph |
2019-08-22 | ACPI S3: Depend on RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2019-08-22 | ACPI S3: Drop ACPI_HUGE_LOWMEM_BACKUP | Kyösti Mälkki |
2019-08-22 | arch/x86: Add <arch/romstage.h> | Kyösti Mälkki |
2019-08-21 | AMD fam10: Remove HAVE_ACPI_RESUME support | Kyösti Mälkki |
2019-08-20 | src: Remove variable length arrays | Jacob Garber |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-15 | arch/x86: Add postcar_frame_common_mtrrs() | Kyösti Mälkki |
2019-08-13 | cpu/x86: Move some SMM function declarations | Kyösti Mälkki |
2019-08-11 | arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION | Kyösti Mälkki |
2019-08-08 | arch/riscv: Enable FIT support | Jonathan Neuschäfer |
2019-08-06 | arch/x86/acpi.c: Change TPM2 ACPI Table to support CRB | Christian Walter |
2019-08-03 | smbios: Make SMBIOS type 3 enclosure type settable at runtime | Mathew King |
2019-08-03 | riscv: add support for OpenSBI | Xiang Wang |
2019-08-02 | src/arch/x86/acpi: Constify struct device instances | Aamir Bohra |
2019-07-28 | riscv: Remove unused headers | Patrick Rudolph |
2019-07-26 | arch/ppc64: Make PPC64 stages select ARCH_PPC64 | Arthur Heymans |
2019-07-17 | lib: Remove the BOOTBLOCK_CUSTOM compile guard | Asami Doi |
2019-07-13 | cpu/x86: Move smm_lock() prototype | Kyösti Mälkki |
2019-07-12 | arch, include, soc: Use common stdint.h | Jacob Garber |
2019-07-12 | device/pci: Replace use of dev_find_slot() for IRQs | Kyösti Mälkki |
2019-07-10 | arch/cpu/x86: Update AMD detection | Marshall Dawson |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
2019-07-08 | src/arch/x86/acpigen: Compare dev_states_count to size_t | Elyes HAOUAS |
2019-07-07 | arch/mips: Make MIPS specific options depend on ARCH_MIPS | Arthur Heymans |
2019-07-07 | arch/x86: Use ssize_t to store length | Jacob Garber |
2019-07-07 | arch/x86: Clean up PIRQ_ROUTE | Kyösti Mälkki |
2019-07-04 | arch/x86: Adjust size of postcar stack | Kyösti Mälkki |
2019-07-02 | arch/x86: Fix spelling error in BERT comment | Marshall Dawson |
2019-07-02 | arch/riscv: Make RISCV specific options depend on ARCH_RISCV | Arthur Heymans |
2019-07-02 | arch/x86: Fix cpu_cpuid_extended_level() return type | Elyes HAOUAS |
2019-07-02 | device/pci_rom: Fix redundant pci_rom_probe() calls | Kyösti Mälkki |
2019-07-02 | security/memory: Clear memory in ramstage | Patrick Rudolph |
2019-06-28 | arch/riscv/mcall: Drop debug code | Patrick Rudolph |
2019-06-23 | riscv: workaround selfboot putting the coreboot table into prog_entry_arg | Xiang Wang |
2019-06-23 | riscv: use mret to invoke M-mode payload and disable interrupts | Xiang Wang |
2019-06-23 | riscv: Fix MENTRY_FRAME_SIZE to fit different machine lengths | Xiang Wang |
2019-06-21 | arch: Add missing #include <commonlib/helpers.h> | Elyes HAOUAS |
2019-06-21 | arch/x86/acpi: use ALIGN_UP instead of ALIGN | Felix Held |
2019-06-21 | arch/arm/cpu: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-06-21 | arch/x86: use ALIGN_UP instead of ALIGN for better readability | Felix Held |