Age | Commit message (Expand) | Author |
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 |
2019-06-21 | arch/x86/tables: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-06-21 | arch-x86/smbios: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-06-21 | fit: Refactor config node handling | Julius Werner |
2019-06-21 | arch/x86/cpu: Add define and strings for Hygon | Jinke Fan |
2019-06-21 | arch/x86/rdrand.c: Remove unneeded 'else' | Elyes HAOUAS |
2019-06-19 | src/arch/x86/smbios: Change SMBIOS Version to 2.8 | Christian Walter |
2019-06-19 | acpi: Add SPMI table | Patrick Rudolph |
2019-06-17 | arm64: make comment match code | Marty E. Plummer |
2019-06-17 | 3rdparty/blobs: Update submodule, SNB improvements | Arthur Heymans |
2019-06-15 | arch/x86/Kconfig: hide the "Bootblock behaviour" option on non-romcc | Arthur Heymans |
2019-06-15 | arch/x86/Kconfig: Hide the prefix option on all but BOOTBLOCK_NORMAL | Arthur Heymans |
2019-06-13 | stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable | Subrata Banik |
2019-06-09 | acpigen: Add support for IndexField | Patrick Rudolph |
2019-06-06 | Makefile.inc: Compile smm files independent ARCH_RAMSTAGE_X86_32/64 | Subrata Banik |
2019-06-06 | src/soc/intel/common/smbios: Add addtional infos to dimm_info | Christian Walter |
2019-06-05 | src/arch/x86: Prevent attack on null pointer dereference | John Zhao |
2019-06-04 | arch/riscv/Kconfig: Make correct default value for CONFIG_ARCH_RISCV_M | Subrata Banik |
2019-06-02 | Makefile.inc: Remove unnecessary CONFIG dependency | Subrata Banik |
2019-05-29 | src/{include,arch,cpu,lib}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-29 | arch/x86: Do not add properties to null DP packages | Jacob Garber |
2019-05-28 | src/arch/x86: Add automatic type41 entry creation | Christian Walter |
2019-05-23 | src/mainboard/google: Adopt Mainboards to changed Type41 Func | Christian Walter |
2019-05-22 | post_code: add post code for failure to load next stage | Keith Short |
2019-05-21 | src/arch/arm64: Remove variable set but not used | Elyes HAOUAS |
2019-05-18 | SMBIOS: Fix SPD manufacture ID decoder | Lijian Zhao |
2019-05-16 | {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling | Jacob Garber |
2019-05-14 | Remove unnecessary ENV_RAMSTAGE guard | Subrata Banik |
2019-05-13 | src/arch/x86: Use core apic id to get cpu_index() | Subrata Banik |
2019-05-12 | nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGE | Nico Huber |
2019-05-12 | arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function | Subrata Banik |
2019-05-07 | smbios: Walk over PCI devicetree to fill type 9 | Patrick Rudolph |
2019-05-06 | arch/x86: Remove unused file | Patrick Rudolph |
2019-05-01 | arch/x86/acpi: Update VT-d DMA remapping structure flags setting | John Zhao |
2019-04-26 | ACPI: Add RHSA and ANDD structures for DMAR table | John Zhao |
2019-04-26 | x86/acpi: Add Kconfig to toggle 8259 reporting | Nico Huber |
2019-04-23 | arch/x86/car.ld: Make the vboot tpm log symbols conditional | Arthur Heymans |
2019-04-23 | smbios: Add memory type 9 system slot support | Lijian Zhao |
2019-04-23 | ACPI: Clarify serial bus revision and specific revision | Elyes HAOUAS |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-04-22 | arch/x86/car.ld: Also check mrc.bin heap for Ivybridge | Arthur Heymans |
2019-04-19 | smbios: Fix copy paste error | Patrick Rudolph |
2019-04-19 | smbios: Add type 17 device/bank locator override | Lijian Zhao |
2019-04-19 | acpi: Upgrade acpi generate header | Lijian Zhao |
2019-04-17 | soc/intel/common/timer: Calculate TSC frequency based on CPUID 0x15 | Subrata Banik |
2019-04-09 | arch/x86/smbios: Reference type 7 | Patrick Rudolph |
2019-04-09 | arch/x86/smbios: Add type 7 | Patrick Rudolph |
2019-04-09 | arch/x86/cpu: Add functions to determine CPU vendor | Patrick Rudolph |
2019-04-07 | device/pci: Rewrite PCI MMCONF with symbol reference | Kyösti Mälkki |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-29 | arch/x86/smbios(type4): Write processor_upgrade field | Elyes HAOUAS |
2019-03-27 | Revert "src/arch: An upgrade of SMBIOS to latest version 3.2" | Nico Huber |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-22 | src/arch: An upgrade of SMBIOS to latest version 3.2 | Francois Toguo |
2019-03-22 | arch/mips: Fix <arch/mmio.h> prototypes | Kyösti Mälkki |
2019-03-21 | vboot: standardize on working data size | Joel Kitching |
2019-03-21 | src/arch/mips: Fix checkpatch warnings and errors | Asami Doi |
2019-03-21 | arch/ppc64: Add <arch/mmio.h> stubs | Kyösti Mälkki |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-19 | src: Drop unused 'include <cbfs.h>' | Elyes HAOUAS |
2019-03-16 | x86/smbios: Untangle system and board tables | Nico Huber |
2019-03-16 | device/pci_ops: Have only default PCI bus ops available | Kyösti Mälkki |
2019-03-16 | device/pci_ops: Reuse romstage PCI config for ramstage | Kyösti Mälkki |
2019-03-14 | arch/x86: Fix PCI IO config accessor | Kyösti Mälkki |
2019-03-14 | arch/x86: Optimise PCI IO config accessor | Kyösti Mälkki |
2019-03-14 | x86/acpi: Only sort CPU IDs if more than one available | Werner Zeh |
2019-03-14 | x86/acpi: Fix Coverity issue CID 1399153 | Werner Zeh |
2019-03-13 | device/pci_ops: Rename 'where' to 'reg' | Kyösti Mälkki |
2019-03-13 | device/pci_ops: Unify signatures | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | src/device/Kconfig: Include the discrete VGA OpROM at config UI | Mike Banon |
2019-03-07 | prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if exist | Subrata Banik |
2019-03-07 | arch/x86/postcar: Add separate timestamp for postcar stage | Subrata Banik |
2019-03-07 | security/tpm: Fix TCPA log feature | Philipp Deppenwiese |
2019-03-06 | arch/x86: Prepare GDT for x86_64 | Patrick Rudolph |
2019-03-06 | nb/intel/sandybridge: Reserve CAR region with !NATIVE_RAMINIT | Kyösti Mälkki |
2019-03-06 | device/pci_ops: Change ramstage PCI accessor signatures | Kyösti Mälkki |
2019-03-04 | arch/io.h: Separate MMIO and PNP ops | Kyösti Mälkki |
2019-03-04 | device/pnp: Add header files for PNP ops | 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/io.h: Fix PCI and PNP simple typedefs | Kyösti Mälkki |
2019-03-04 | arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field | Elyes HAOUAS |
2019-03-03 | device/pci_ops: Drop parameter from pci_bus_default_ops() | Kyösti Mälkki |
2019-03-03 | device/pci_ops: Drop unused parameter | Kyösti Mälkki |
2019-03-03 | device/pci_ops: Avoid name collisions | Kyösti Mälkki |
2019-03-03 | arch/x86/acpi: Clean up comments | Elyes HAOUAS |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |