Age | Commit message (Expand) | Author |
2022-10-06 | treewide: use predicates to check for enabled pci devices | Fabio Aiuto |
2022-10-06 | arch/x86/timestamp.c: Add missing <stdint.h> | Elyes Haouas |
2022-10-06 | arch/x86/mmap_boot.c: Clean up includes | Elyes Haouas |
2022-09-30 | smbios: Add API to generate SMBIOS type 43 TPM Device | Michał Żygowski |
2022-09-29 | treewide: use is_enabled_cpu() on cycles over device list | Fabio Aiuto |
2022-09-29 | arch/x86/idt.S: Use 'iretq' for ENV_X86_64 | Elyes HAOUAS |
2022-09-17 | riscv: Enable the newfangled way of selecting instruction sets | Patrick Georgi |
2022-09-14 | 3rdparty/opensbi: Update to latest ToT | Patrick Georgi |
2022-09-06 | src: remove force-included header rules.h from individual files | Martin Roth |
2022-08-26 | x86: Zero SMBIOS region before writing tables | Jonathon Hall |
2022-08-24 | src/arch/x86/smbios.c: remove unneeded braces | Fabio Aiuto |
2022-08-13 | arm/libgcc: Support signed 64-bit division | Rob Barnes |
2022-07-30 | arch/x86/acpi: Replace Store() with ASL 2.0 syntax | Felix Singer |
2022-07-30 | arch/x86/acpi: Replace And() with ASL 2.0 syntax | Felix Singer |
2022-07-30 | arch/x86/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-07-30 | arch/x86/acpi: Replace LLess(a,b) with ASL 2.0 syntax | Felix Singer |
2022-07-29 | arch/x86/acpi: Replace Add(a,b,c) with ASL 2.0 syntax | Felix Singer |
2022-07-20 | arch/x86/*.ld: Don't use CPP to include linker scripts | Arthur Heymans |
2022-07-20 | arch/arm64,arm: Prepare for !SEPARATE_ROMSTAGE | Arthur Heymans |
2022-07-20 | treewide: Remove unused <cpu/x86/msr.h> | Elyes Haouas |
2022-07-14 | arch/x86: Mark prepare_and_run_postcar noreturn | Arthur Heymans |
2022-07-14 | commonlib: Substitude macro "__unused" in compiler.h | Bill XIE |
2022-06-09 | arch/x86/acpi: Replace ShiftLeft() with ASL 2.0 syntax | Felix Singer |
2022-06-09 | arch/x86/acpi: Replace ShiftRight() with ASL 2.0 syntax | Felix Singer |
2022-06-07 | arch/x86: Add a common romstage entry | Arthur Heymans |
2022-06-07 | commonlib: Clean up compiler.h | Julius Werner |
2022-06-03 | arch/x86/acpi: Replace LGreater(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-01 | cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD | Julius Werner |
2022-06-01 | driver/intel/fsp2_0: Disable NULL deref code when calling FSP | Arthur Heymans |
2022-05-31 | x86/include/arch/boot: Fix header guard | Elyes Haouas |
2022-05-31 | arch/arm{64}/include: Remove unused 'boot.h' file | Elyes Haouas |
2022-05-31 | x86/null_breakpoint: Remove trailing space from log message | Paul Menzel |
2022-05-28 | Kconfig: Mark clang as ready to use on some arch | Arthur Heymans |
2022-05-28 | arch/x86/tables.c: Increase MAX_SMBIOS_SIZE | Arthur Heymans |
2022-05-28 | arch/x86/smbios.c: Fix for CONFIG_MAX_CPUS > 255 | Arthur Heymans |
2022-05-28 | arch/x86/car.ld: Remove AGESA linker warning workaround | Arthur Heymans |
2022-05-27 | Makefile.inc: Add bootblock to CBFS before others | Yu-Ping Wu |
2022-05-25 | arch/x86/acpi_bert_storage.c: Use a common implementation | Arthur Heymans |
2022-05-19 | arch/x86/car.ld: Add a Kconfig param to flag AGESA brokenness | Arthur Heymans |
2022-05-18 | arch/x86: Make sure bootblock gets buildtested | Arthur Heymans |
2022-05-17 | arch/x86/ebda.c: Move setting up ebda to a BS hook | Arthur Heymans |
2022-05-16 | acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.h | Raul E Rangel |
2022-05-16 | arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature | Arthur Heymans |
2022-05-16 | arch/x86/postcar_loader.c: Reduce the scope of functions | Arthur Heymans |
2022-05-16 | arch/x86/postcar: Set up postcar MTRR in C code | Arthur Heymans |
2022-05-16 | arch/x86/null_breakpoint: Remove handler before jumping to payload | Arthur Heymans |
2022-05-12 | arch/x86: Add support for catching null dereferences through debug regs | Robert Zieba |
2022-05-12 | Kconfig: Add an option to skip adding a cbfs bootblock on x86 | Arthur Heymans |
2022-05-12 | Makefile.inc: Add x86 bootblock as a separate target | Arthur Heymans |
2022-05-12 | Makefile.inc: Generate master header and pointer as C structs | Arthur Heymans |
2022-05-11 | *.h: Fix up typos in guarding | Arthur Heymans |
2022-05-04 | arch/x86/acpi: Consolidate POST code handling | Angel Pons |
2022-05-04 | arch/x86/acpi/debug.asl: Drop POST code stuff | Angel Pons |
2022-04-25 | arch/x86/acpi_bert_storage.c: Use BOOT_STATE over CBMEM hooks | Arthur Heymans |
2022-04-24 | {arch,cpu}: Remove redundant <arch/cpu.h> | Elyes HAOUAS |
2022-04-14 | x86/mtrr: Print address ranges inclusive to be more consistent | Werner Zeh |
2022-04-01 | arch/x86/postcar: Use a separate stack for C execution | Arthur Heymans |
2022-04-01 | arch/x86/Kconfig: Drop obsolete fixed ramstage symbols | Arthur Heymans |
2022-03-09 | prog_loader: Change legacy_romstage_select_and_load() to return cb_err | Julius Werner |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-03-08 | device/mmio.h: Move readXp/writeXp helpers to device/mmio.h | Jianjun Wang |
2022-02-25 | arch/x86: consolidate HPET base address definitions | Felix Held |
2022-02-25 | arch/x86: factor out and commonize HPET_BASE_ADDRESS definition | Felix Held |
2022-02-25 | arch/x86/Kconfig: add HPET_MIN_TICKS | Felix Held |
2022-02-24 | arch/x86/Kconfig: drop HPET_ADDRESS_OVERRIDE | Felix Held |
2022-02-15 | arch/x86/id.S: Fix building with clang | Angel Pons |
2022-02-15 | Revert "arch/x86/id.S: Fix building with clang" | Angel Pons |
2022-02-12 | arch/x86/id.S: Fix building with clang | Arthur Heymans |
2022-02-12 | arch/x86/acpi: Replace LEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-02-11 | src/arch/ppc64/*: pass FDT address to payload | Sergii Dmytruk |
2022-02-11 | arch/ppc64/boot.c: handle non-OPD entry point | Sergii Dmytruk |
2022-02-11 | src/mainboard/emulation/qemu-power9: require hb-mode=on | Yaroslav Kurlaev |
2022-02-11 | ppc64/arch/mmio.h: ignore HRMOR and inhibit cache | Yaroslav Kurlaev |
2022-02-11 | ppc64/bootblock_crt0.S: minimal implementation for bootblock C environment | Krystian Hebel |
2022-02-11 | src/arch/ppc64/arch_timer.c: implement timer functions | Michał Żygowski |
2022-02-11 | src/cpu/power9: add file structure for power9, implement SCOM access | Igor Bagnucki |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-01-19 | arch/riscv: Fix some SMP related headers | Kyösti Mälkki |
2022-01-17 | src: Remove unused <cbfs.h> | Elyes HAOUAS |
2022-01-15 | arch/x86/spinlock.h: Support systems with >128 cores | Arthur Heymans |
2022-01-01 | src: Drop duplicated includes | Elyes HAOUAS |
2022-01-01 | arch/x86/acpi: Replace Increment() with ASL 2.0 syntax | Felix Singer |
2022-01-01 | arch/x86/acpi: Replace Index() with ASL 2.0 syntax | Felix Singer |
2021-12-31 | arch/x86/acpi: Replace Add(a,b,c) with ASL 2.0 syntax | Felix Singer |
2021-12-21 | arch/x86: Init firmware pointer for EC SMSC KBC1098/KBC1126 at build time | Bill XIE |
2021-12-13 | arch/x86/c_start.S: Remove duplicated "the" in comments | Elyes HAOUAS |
2021-12-13 | src/arch/x86/exit_car: Fix regression on x86_64 | Patrick Rudolph |
2021-11-25 | arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax | Raul E Rangel |
2021-11-22 | arch/ppc64/include/arch/io.h: implement IO functions | Michał Żygowski |
2021-11-13 | Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubs | Kyösti Mälkki |
2021-11-11 | arch/x86: Refactor the SMBIOS type 17 write function | Subrata Banik |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-11-09 | pci_mmio_cfg: Move guard around pci_s_* functions to x86 | Nico Huber |
2021-11-04 | arch/x86/Makefile: Align VGA_BIOS to 64 bytes when using AMD LPC SPI DMA | Raul E Rangel |
2021-11-04 | SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries | Angel Pons |
2021-10-23 | arch/x86: fix a wrong variable in ioapic_set_max_vectors() | Iru Cai |
2021-10-22 | arch/x86/ioapic: Allow IOAPIC with only one vector | Kyösti Mälkki |
2021-10-22 | sb,soc/intel: Set IOAPIC redirection entry count | Kyösti Mälkki |
2021-10-21 | arch/x86/smbios: Add support for wake-up type in smbios type 1 | Tim Chu |
2021-10-21 | arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors | Raul E Rangel |