Age | Commit message (Expand) | Author |
2020-06-30 | ACPI: Drop typedef global_nvs_t | Kyösti Mälkki |
2020-06-27 | mb/emulation/qemu-q35: Use common early SPI code | Angel Pons |
2020-06-22 | mb/emulation/qemu-i440fx,q35: Fix comment style | Paul Menzel |
2020-06-19 | Kconfig: Escape variable to accommodate new Kconfig versions | Patrick Georgi |
2020-06-13 | treewide: Add Kconfig variable MEMLAYOUT_LD_FILE | Furquan Shaikh |
2020-06-10 | sb/intel/i82801ix: Select COMMON_FADT | Kyösti Mälkki |
2020-06-06 | arch/x86: Declare permanent_smi_handler() | Kyösti Mälkki |
2020-06-06 | mb/emulation/qemu-q35: Control SMI related FADT entries | Kyösti Mälkki |
2020-05-28 | mb/emulation: Remove fake devicetree.cb components | Kyösti Mälkki |
2020-05-18 | mainboard/*/*/*.cb: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-18 | mainboard/*/*/Kconfig*: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-10 | src/mainboard: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-09 | src/: Replace GPL boilerplate with SPDX header | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: move copyrights and authors to AUTHORS | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-23 | src/mainboard: Const'ify pci_devfn_t devices | Elyes HAOUAS |
2020-04-18 | mb/qemu-i440fx,q35: Fix option table | Nico Huber |
2020-04-18 | mb/qemu-q35: Select `HAVE_CMOS_DEFAULT` | Nico Huber |
2020-04-13 | acpi: Bump FADT to revision 6 | Patrick Rudolph |
2020-04-10 | src/mb: Remove unneeded spaces before/after tabs | Elyes HAOUAS |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-10 | Drop unnecessary DEVICE_NOOP entries | Nico Huber |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-04-04 | mainboard/emulation: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | mb/emulation/qemu-q35: drop unused intel_gma_get_controller_info() | Matt DeVillier |
2020-04-02 | sb/intel/i82801ix: drop IGD-related NVS variables | Matt DeVillier |
2020-03-31 | mb/emulation/qemu-q35: Enable CHROMEOS as an option | Duncan Laurie |
2020-03-31 | mb/emulation/qemu-q35: Enable option for TPM | Duncan Laurie |
2020-03-31 | mb/emulation/qemu-i440fx: Add acpi_name handler for QEMU | Duncan Laurie |
2020-03-31 | mb/emulation/qemu-i440fx: Reserve low memory | Duncan Laurie |
2020-03-31 | mb/emulation/qemu-q35: Increase max size of ACPI tables | Duncan Laurie |
2020-03-29 | drivers/intel/gma/acpi: Provide default definition for displays | Nico Huber |
2020-03-23 | src: capitalize 'APIC' | Elyes HAOUAS |
2020-03-18 | mainboard/[a-f]*: Remove copyright notices | Patrick Georgi |
2020-03-03 | treewide: Replace BOARD_EMULATION_QEMU_X86 | Angel Pons |
2020-03-03 | mb/emulation/Kconfig: Redefine BOARD_EMULATION_QEMU_X86 | Angel Pons |
2020-03-03 | mb/*/Kconfig: Factor out MAINBOARD_VENDOR | Angel Pons |
2020-03-02 | mb/emulation/qemu-aarch64: Add ARM trusted firmware support | Patrick Rudolph |
2020-03-02 | mb/emulation/qemu-aarch64: Add MMU support | Patrick Rudolph |
2020-02-08 | Add configurable ramstage support for minimal PCI scanning | Ronald G. Minnich |
2019-12-31 | mb/*/*/acpi_tables: Don't zero out gnvs again | Peter Lemenkov |
2019-12-20 | src/mainboard: Remove unused '#include <device/pci.h>' | Elyes HAOUAS |
2019-12-20 | mainboard: Add missing include <device/pci_def.h> | Elyes HAOUAS |
2019-12-18 | src: Remove unused 'include <bootblock_common.h>' | Elyes HAOUAS |
2019-12-17 | mb/emulation/qemu-q35: Drop unused romcc-related Kconfig | Arthur Heymans |
2019-12-11 | fmap: Make FMAP_CACHE mandatory if it is configured in | Julius Werner |
2019-12-06 | mb/emulation/qemu-riscv: Implement ipi using clint to enable smp in qemu/spike. | Philipp Hug |
2019-12-03 | src: Add missing include <stdlib.h> | Elyes HAOUAS |
2019-11-23 | Kconfig: comply to Linux 5.3's Kconfig language rules | Patrick Georgi |
2019-11-12 | mb/*: Fix default fmap with VBOOT_SLOTS_RW_A enabled | Patrick Rudolph |
2019-11-06 | mb/emulation/qemu: Add VBOOT support | Patrick Rudolph |
2019-11-04 | arch/ppc64: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-11-03 | arch/arm64: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-11-03 | arch/arm: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-11-01 | mb/emulation/*-riscv: Initialize cbmem in romstage | Arthur Heymans |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-10-25 | src/mainboard: Drop wrong _ADR objects | Elyes HAOUAS |
2019-09-24 | emulation/qemu-i440fx: use fw_cfg_dma for fw_cfg_read | Himanshu Sahdev |
2019-09-19 | cpu,mb,soc: Init missing lb_serial struct fields | Jacob Garber |
2019-09-13 | emulation/qemu-i440fx/fw_cfg_if.h: replace macro with enum | Himanshu Sahdev |
2019-09-11 | emulation/qemu-i440fx/northbridge.c: Fix minor whitespace | Himanshu Sahdev |
2019-09-02 | arch/ppc64: move misc.c to qemu-power8 as timer.c | Marty E. Plummer |
2019-08-26 | emulation/qemu-x86: Rename memory.c to memmap.c | Kyösti Mälkki |
2019-08-26 | emulation/qemu-x86: Use common romstage code | Kyösti Mälkki |
2019-08-26 | mainboard/emulation/qemu-aarch64: Update DRAM_SIZE_MB | Asami Doi |
2019-08-22 | arch/x86: Add <arch/romstage.h> | Kyösti Mälkki |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-11 | arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION | Kyösti Mälkki |
2019-08-11 | arch/x86: Enable POSTCAR_CONSOLE by default | Kyösti Mälkki |
2019-08-08 | mainboard/emulation/qemu-aarch64: Add new board for ARMv8 | Asami Doi |
2019-08-03 | mb/emulation/qemu-riscv: Add opensbi support | Patrick Rudolph |
2019-07-30 | mb/emulation/qemu-riscv: Protect CBFS from payload loader | Patrick Rudolph |
2019-07-29 | mb/emulation/qemu-riscv: Fix regression | Patrick Rudolph |
2019-07-28 | lib: Rewrite qemu-armv7 ramdetect | 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-12 | device/pci: Replace use of dev_find_slot() for IRQs | Kyösti Mälkki |
2019-07-09 | arch/non-x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-07-09 | emulation/qemu-power8: Select CPU_QEMU_POWER8 | Kyösti Mälkki |
2019-07-08 | qemu-q35: die if started on wrong machine | Patrick Rudolph |
2019-07-04 | arch/x86: Adjust size of postcar stack | Kyösti Mälkki |
2019-06-28 | mb/emulation/qemu-riscv: Use generic 8250 uart driver | Patrick Rudolph |
2019-06-21 | mb/emulation/qemu-riscv: Support arbitrary ROM sizes | Patrick Rudolph |
2019-06-19 | {mb,sb}: Use get_acpi_table_revision(FADT) | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-16 | x86/smbios: Untangle system and board tables | Nico Huber |
2019-03-12 | src: Drop unused 'include <arch/acpigen.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-05 | mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstage | Arthur Heymans |
2019-03-04 | Fix indirect include for endianess | Kyösti Mälkki |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-04 | arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field | Elyes HAOUAS |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-03-01 | ACPI: Rename FADT model and set it to zero | Elyes HAOUAS |