Age | Commit message (Expand) | Author |
2021-05-18 | option: Introduce `CMOS_LAYOUT_FILE` Kconfig symbol | Angel Pons |
2021-05-18 | Makefile.inc: Drop unused `cbfs-files-processor-vsa` | Angel Pons |
2021-04-30 | Makefile,tests: Move cmocka checkout into top level Makefile | Raul E Rangel |
2021-03-27 | Makefile.inc: Use `additional-dirs` for $(objcbfs), $(objgenerated) | Nico Huber |
2021-03-17 | Makefile.inc: Don't compile bare structs with asan-global=1 | Arthur Heymans |
2021-02-18 | Makefile: Do not use GCC specific options with LLVM/clang | Paul Menzel |
2021-02-12 | Makefile.inc: Don't ignore _HID & _ADR coexisting in Broadwell ASL code | Elyes HAOUAS |
2021-01-22 | Makefile.inc: Avoid --emit-relocs on RISC-V | Julius Werner |
2021-01-15 | build system: Always add coreboot.pre dependency to intermediates | Patrick Georgi |
2021-01-14 | build system: Structure and serialize INTERMEDIATE | Patrick Georgi |
2021-01-12 | util/ifdtool: Add coreboot build system support | Patrick Georgi |
2021-01-04 | drivers/vpd: Add VPD region to default FMAP when selected | Matt DeVillier |
2020-12-27 | src/superio: trim and move Makefile.inc, instead use wildcard matches | Idwer Vollering |
2020-12-23 | Makefile: Add $(xcompile) to specify where to write xcompile | Raul E Rangel |
2020-12-17 | arch/arm: Replace .id section with build_info in CBFS | Kyösti Mälkki |
2020-12-14 | src/lib: Add Kconfig option for SPD cache in FMAP | Matt DeVillier |
2020-12-11 | Makefile.inc: Remove the CBNT bootblock flag | Arthur Heymans |
2020-12-09 | Makefile.inc: Fix empty output when processing C struct files in CBFS | Xi Chen |
2020-12-08 | Makefile: Allow platform to provide additional params for add cmd | Furquan Shaikh |
2020-12-02 | lib/trace: Remove TRACE support | Kyösti Mälkki |
2020-12-01 | Makefile.inc: Alloc .bss* sections for "struct" file type | Yu-Ping Wu |
2020-11-27 | Makefile.inc: Move adding mcu FIT entries | Arthur Heymans |
2020-11-20 | Makefile.inc: Add CARRIER_DIR to component discovery | Maxim Polyakov |
2020-11-16 | Makefile.inc: Move adding SeaBIOS cbfs config files | Arthur Heymans |
2020-11-10 | sec/intel/cbnt: Stitch in ACMs in the coreboot image | Arthur Heymans |
2020-11-04 | util/qemu: Add `qemu` make target | Nico Huber |
2020-10-26 | sconfig: Split up sconfig-generated static.h | Tim Wawrzynczak |
2020-10-19 | drivers/intel/usb4: Add driver for USB4 retimer device | Duncan Laurie |
2020-10-09 | sconfig: Allow chipset to provide a base devicetree | Duncan Laurie |
2020-10-05 | amdfwtool: Clean up the Makefile of amdfwtool | Zheng Bao |
2020-09-18 | sconfig: Switch to getopt | Duncan Laurie |
2020-08-31 | Makefile.inc: Print warning type ignored by IASL | Maxim Polyakov |
2020-08-17 | Makefile.inc: Remove redundant warning flag | Elyes HAOUAS |
2020-07-24 | assert.h: Do not use __FILE__ nor __LINE__ on timeless builds | Angel Pons |
2020-06-30 | Add qc_blobs repository | Julius Werner |
2020-06-28 | Makefile.inc: Simplify fsp submodule check | Angel Pons |
2020-06-23 | src/*: Update makefiles to exclude x86 code from psp-verstage | Martin Roth |
2020-06-15 | arch/x86: Remove NO_FIXED_XIP_ROM_SIZE | Kyösti Mälkki |
2020-06-15 | arch/x86: Remove XIP_ROM_SIZE | Kyösti Mälkki |
2020-06-13 | treewide: Add Kconfig variable MEMLAYOUT_LD_FILE | Furquan Shaikh |
2020-05-27 | Makefile: Add missing APCB_EDIT_TOOL variable | Raul E Rangel |
2020-05-22 | make: Add a target and dependency to parse the devicetree with sconfig | Duncan Laurie |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | treewide: more SPDX header work | Patrick Georgi |
2020-04-20 | Makefile: Set FMAP size to 0x200 for non-x86 boards with default fmd | Furquan Shaikh |
2020-04-20 | Makefile: Simplify calculation of region base with default fmd files | Furquan Shaikh |
2020-04-16 | SeaBIOS: fix threaded hardware initialization during oprom execution | Michał Żygowski |
2020-03-25 | Makefile.inc: Don't run `ifittool` with CONFIG_UPDATE_IMAGE | Nico Huber |
2020-03-11 | Treewide: Add some gcc's warning options | Elyes HAOUAS |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-02-12 | Makefile.inc: Adapt $(spc) definition | Nico Huber |
2020-02-12 | Makefile.inc: Use `define` for cbfs-files-processor-defconfig | Nico Huber |
2020-02-11 | Makefile.inc: Ignore _HID & _ADR conflicts in Broadwell & Lynxpoint | Martin Roth |
2020-02-03 | xcompile: Disable null pointer optimizations | Jacob Garber |
2020-01-28 | commonlib: Add commonlib/bsd | Julius Werner |
2020-01-08 | Make: Add supermicro/smcbiosinfo to tools | Patrick Rudolph |
2020-01-06 | util/supermicro: Add and use new tool smcbiosinfo | Patrick Rudolph |
2019-12-27 | Makefile: Remove romcc | Elyes HAOUAS |
2019-11-22 | Makefiles: Remove -D__PRE_RAM__ | Kyösti Mälkki |
2019-11-20 | Remove imgtec/pistachio SoC | Julius Werner |
2019-11-18 | build system: Add various compiler flags that enable warnings on UB | Patrick Georgi |
2019-11-18 | src: Ignore Redundant offset remarks in ASL code | Wim Vervoorn |
2019-11-14 | lib/fmap: Add optional pre-RAM cache | Julius Werner |
2019-11-04 | cpu/qemu-x86: Add x86_64 bootblock support | Patrick Rudolph |
2019-10-31 | Makefile, Kconfig: Add AMD dependency for amd_blobs repo | Marshall Dawson |
2019-10-30 | Makefile.inc: Consolidate submodule comments | Marshall Dawson |
2019-10-30 | Makefile.inc: Add a class 'all' to link files in all stage except SMM | Arthur Heymans |
2019-10-18 | build: Mark bootblock files on x86 as IBB | Patrick Rudolph |
2019-10-05 | util/sconfig: Issue header for exposed PCI and PNP names | Nico Huber |
2019-09-24 | Makefile: Create the build directory before bootblock.bin | Martin Roth |
2019-08-28 | Makefile: Pass .xcompile into genbuild_h | Raul E Rangel |
2019-08-27 | build system: add kconfig/toada to tools list | Patrick Georgi |
2019-08-20 | Makefile.inc, payloads: Enable -Wvla | Jacob Garber |
2019-08-07 | Makefile: Support HAVE_BOOTBLOCK=n case | Kyösti Mälkki |
2019-07-19 | Makefile.inc: Enable -Wimplicit-fallthrough | Jacob Garber |
2019-07-03 | util/cbfstool: Add AMD BIOS compression tool for PSP | Marshall Dawson |
2019-06-24 | Makefile: Use ifittool to update FIT | Patrick Rudolph |
2019-06-21 | Move -Wlogical-op into xcompile | Nico Huber |
2019-06-18 | Makefile.inc: Update 3rdparty/intel-microcode on USE_BLOBS | Arthur Heymans |
2019-06-15 | Makefile.inc: Add -Wlogical-op warning option | Elyes HAOUAS |
2019-06-11 | Rampayload: Able to build coreboot without ramstage | Subrata Banik |
2019-05-29 | Makefile.inc: Extend version string for timeless builds | Nico Huber |
2019-05-13 | Reland "Makefile.inc: Enable -Wtype-limits"" | Julius Werner |
2019-05-07 | Revert "Makefile.inc: Enable -Wtype-limits" | Patrick Georgi |
2019-05-06 | Makefile.inc: Enable -Wtype-limits | Julius Werner |
2019-05-03 | Makefile.inc: Update fsp submodule for all FSP platforms | Matt DeVillier |
2019-04-29 | Makefile: Check for errors in ACPI decompilation, too | Nico Huber |
2019-03-05 | Makefile: Reduce scope of oprom include paths | Kyösti Mälkki |
2019-02-21 | Makefile.inc: Keep .asl intermediates | Nico Huber |
2019-02-06 | Makefile.inc: Create a default SMMSTORE region | Arthur Heymans |
2019-02-06 | Makefile.inc: Make sure the BIOS region is 64K aligned | Arthur Heymans |
2019-02-06 | Makefile.inc: Optimize generating the default x86 fmap | Arthur Heymans |
2019-02-06 | Hook up Kconfig Ada spec file | Nico Huber |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2019-01-15 | vendorcode/intel/fsp1_0/broadwell_de: Use FSP from 3rdparty/fsp | Patrick Rudolph |
2019-01-10 | Untangle CBFS microcode updates | Nico Huber |
2019-01-04 | util/gitconfig/pre-commit: Use clang-format to sanitise commits | Edward O'Callaghan |
2018-12-18 | Fix typos involving "the the" | Jonathan Neuschäfer |
2018-12-11 | Makefile.inc: Avoid race condition when using 'make -j<N>' | Jonathan Neuschäfer |
2018-11-30 | broadcom: Remove SoC and board support | Philipp Deppenwiese |