Libreboot 20241008 released!

Leah Rowe

8 October 2024


Return to index

Article published by: Leah Rowe

Date of publication: 8 October 2024

This is a testing release, whereas the current stable release on this day is Libreboot 20240612.

IMPORTANT ADVICE: PLEASE READ THESE INSTRUCTIONS BEFORE INSTALLING/UPDATING LIBREBOOT.

Introduction

Libreboot is a free/open source BIOS/UEFI replacement on x86 and ARM, providing boot firmware that initialises the hardware in your computer, to then load an operating system (e.g. Linux/BSD). It is specifically a coreboot distribution, in the same way that Debian is a Linux distribution. It provides an automated build system to produce coreboot ROM images with a variety of payloads such as GNU GRUB or SeaBIOS, with regular well-tested releases to make coreboot as easy to use as possible for non-technical users. From a project management perspective, this works in exactly the same way as a Linux distro, providing a source-based package manager (called lbmk) which patches sources and compiles coreboot images. It makes use of coreboot for hardware initialisation, and then a payload such as SeaBIOS or GNU GRUB to boot your operating system; on ARM(chromebooks), we provide U-Boot (as a coreboot payload).

The changes of the recent 6th build system audit are included, in this release, and several changes have been made since then; for simplicity, this page is essentially identical to the audit 6 changelog, but with the additional changes referenced.

The build system is smaller

The focus of audit6 was to reduce the code size, making the build system more efficient. The build system was 1482 source lines (of shell scripting) in the Libreboot 20240612 release. In this release, that stands at 1159 lines, which is a 21 percent reduction. This is without reducing any functionality!

Several bug fixes were also made, in addition to new board support, since the Libreboot 20240612 release.

Summarised list of changes

The most interesting changes are marked in bold. “Interesting” means that the change greatly improves the usefulness/reliability of Libreboot, or that it affects the user in a profound and noticeable way.

Changes are in order per category, from newest to oldest:

Board support

The following boards have been added since the Libreboot 20240612 release:

About the Dell Latitude ports

These are yet more Ivybridge (Intel 3rd gen) and Sandybridge (Intel 2nd gen) mainboards, using the same EC as on other Latitudes supported in Libreboot, so they are all internally flashable from the factory firmware.

Installation instructions, pertaining to Dell Latitude models, can be found on the Dell Latitude page.

About the PlayStation BIOS

This is not coreboot, but it is a fully free/opensource BIOS with source code under MIT license, provided by the PCSX-Redux project. Libreboot provides a pre-build of it. More information available on Libreboot’s installation page, linked above, which also references info from PCSX Redux.

You can use this on a real PlayStation. Although the machine was originally meant for playing proprietary games, there are free/opensource SDKs available for it, such as PSn00bSDK, and with certain other modifications, it basically becomes a very hackable classic 90s computer, that also happens to play games. More info is on the Libreboot page about it, linked above.

I’m currently working on a new fork of DuckStation, a popular PlayStation emulator that recently became proprietary software, where it was previously open source / free software. I’m forking the free version, but my fork is not ready to launch on this day; it was originally planned to launch at the same time as a Libreboot release, but I expect to have the new project ready by end of October 2024 or thereabouts. I’m planning to ship the PCSX-Redux BIOS by default, in the new project, which is why Libreboot has it, because I’ll reference Libreboot from that project.

About the OptiPlex 3050 Micro port

Mate Kukri’s excellent deguard utility is automatically used at build time, to modify the ME, which has a bug on that platform allowing arbitrary execution. Using this bug, Mate was able to disable the Intel Boot Guard, on this 7th gen mainboard. Without such a hack, coreboot would have previously been impossible!

I’ve made some fixes on top of it myself: adding HDA verb configuration, and a VBT file. Mate will incorporate these changes in the patchset, which is still currently under review. The verb patch is required for the headphone jack to work, and Nicholas Chin helped me with it.

This is amazing work, based on years of research by others, that Mate was able to use, to so cleverly disable the Boot Guard and finally enable coreboot. He is also working on a ThinkPad T480 port, that is not yet ready on this day (the port is on Gerrit but lacks EC support at the moment).

It may be possible to add many more Dell OptiPlex and other 7th gen (Intel Kaby Lake) mainboards to coreboot, using this hack. The Boot Guard is Intel DRM that normally checks a cryptographic signature on the bootblock in the machine, and that bootblock cannot be changed. Various other hacks have also been discovered in the past, such as Trammell Hudson’s TOCTOU hack.

For my part, I’m currently currently looking at the Dell OptiPlex 5050 SFF and also an MT model, which are likely feasible to port, using deguard and basing upon this 3050micro port.

SeaBIOS currently hangs, so you can only use the GRUb payload for now. Also, boot times were considerably slow with DRAM clear on boot, so the DRAM clear on boot option has been disabled on this board. The TPM is also disabled, though you can enable it if you want to re-build. A lot more work will be done on this board, between now and the next stable release of Libreboot (today’s release is a testing release).

Because of the SeaBIOS issue, an exception is made: this board executes GRUB first, directly from coreboot. The usual policy, since Libreboot 20240612, is to prefer SeaGRUB (SeaBIOS first, and execute GRUB from SeaBIOS).

Feature changes

The changes are as follows:

Configuration changes

This pertains to anything under config/, for any changes that are of note, but it does not pertain to revisions for specific projects, nor does it cover specific patches applied to projects; the latter will be covered in other sections of this release announcement.

The changes are as follows:

Bug fixes

The changes are as follows:

General code cleanup

Extensive code cleanup has been performed, as was one of the main focuses in this release (in addition to newer hardware support):

The changes are as follows:

Revision updates

Coreboot

The default tree was updated to commit ID 97bc693ab from 29 July 2024. Several patches were merged upstream and therefore no longer needed in lbmk.

The dell tree (containing Dell Latitude E6400) was merged into default, with the DDR2-specific changes now only applying conditionally (RCOMP replay patch written by Angel Pons).

Nicholas Chin’s timing fix for LVDS displays (on Latitude E6400) was also moved to the default tree, patching the libgfxinit submodule.

The haswell tree (containing native raminit patches written by Angel Pons) has been rebased, and merged into the default coreboot tree, within lbmk.

The fam15h_udimm and fam15h_rdimm trees have been consolidated into a single fam15h tree. This contains the ASUS KGPE-D16 and KCMA-D8 ports, based on coreboot’s 4.11_branch tree, with Libreboot’s special build fixes that make it compile on modern distros, such as Debian Sid or Arch Linux.

U-Boot

Alper Nebi Yasak is the maintainer of U-Boot, within Libreboot, and submitted a patch updating U-Boot to v2024.07, on the gru_bob and gru_kevin Chromebooks. Several improvements have been merged upstream, like Alper’s patches for Qemu, so these patches have been dropped in lbmk because they’re now included by default, in the new U-Boot revision.

GRUB

Updated the revision to commit ID b53ec06a1 from 17 June 2024. This fixes several bugs in the LUKS implementation. Several virtual memory fixes, and numerous fixes to file system drivers in the GRUB kernel.

SeaBIOS

Updated the revision to commit ID ec0bc256 from 24 June 2024. This brings in only a single change:

    commit ec0bc256ae0ea08a32d3e854e329cfbc141f07ad
    Author: Gerd Hoffmann <kraxel@redhat.com>
    Date:   Mon Jun 24 10:44:09 2024 +0200
    
        limit address space used for pci devices, part two

This fixes buggy handling for 32-bit (i686) hosts, when allocating memory for the PCI devices.

Flashprog

Updated the revision to commit ID 639d563 from 2 August 2024.

PCSX Redux

This was added git commit ID 6ec5348058413619b290b069adbdae68180ce8c0. It is a Sony PlayStation emulator, but we only need one part of it: the BIOS.

PCSX Redux provides their own fully free/opensource BIOS for playstation, mentioned elsewhere on this page. Libreboot’s build system was modified to compile just the BIOS part of PCSX Redux. This is used then, to provide the open BIOS image, which is compatible with every PlayStation emulator and also real PlayStations (soldering required).

Git log

This git log covers all changes in this audit, relative to Libreboot 20240612.

* 6b40616a4 build: actually build pcsx-redux bios on release 
* d845791d6 rom.sh: support making pcsx-redux bios release 
* 09a8f2ea8 coreboot/dell3050micro: Add data.vbt file 
* 217aa1735 Add verb patch for Dell OptiPlex 3050 Micro 
* f4de640e4 rom.sh: disable seabios-as-primary if grub is main 
* c99dced5b dell3050micro: make GRUB the primary payload 
* ed8178e83 disable dram clear on dell 3050 micro 
* d2939231a 3050micro: disable TPM to mitagate seabios hanging 
* 809e1d97a fix 3050 config (./mk -u coreboot) 
* 44473d683 git.sh: fix error with cache re-download 
* c3ef0a863 Add config for Dell OptiPlex 3050 Micro 
* 23e64192e Add Dell OptiPlex 7010/9010 SFF support 
* 02e76d09c add swig to fedora dependencies 
*   a42fe72c9 Merge pull request 'config/coreboot: Add Dell Latitude E4300' (#236) from nic3-14159/lbmk:e4300 into master 
|\  
| * e0e9c6ab3 config/coreboot: Add Dell Latitude E4300 
|/  
* ff9c250a3 Add Sony PlayStation support to Libreboot 
* 2b0fe39ac config/git: Import pcsx-redux 
* c723ce56d coreboot/default: Import mkukri's 3050 micro port 
* e7c0109f5 Add deguard logic for Dell OptiPlex 3050 Micro 
* 0266a4891 Add Mate Kukri's deguard utility 
* 242b79aa2 Revert "vendor.sh: print extract errors to /dev/null" 
* 72fa467cb vendor.sh: print extract errors to /dev/null 
*   66755f73c Merge pull request 'Add remaining SNB/IVB Latitude ports' (#217) from nic3-14159/lbmk:latitude-ports into master 
|\  
| * 4702e568c config/coreboot: Fix INTEL_GMA_VBT_FILE in Latitude configs 
| * 73484d98a config/coreboot: Add config for Dell Latitude E6230 
| * f51a9dee9 config/coreboot: Add config for Dell Latitude E6330 
| * 0240be183 config/coreboot: Add config for Dell Latitude E6320 
| * 875e9cb25 config/coreboot: Add config for Dell Latitude E6220 
|/  
* 3f9d575ce coreboot/x4x: fix build error 
* 8ca56f96c coreboot/default: fix build issue with DDR2 fix 
* 3ee4cc9dd fix typo in dell latitude coreboot coreboot config 
* 7ab22503a vendor.sh: use readkconfig on inject too 
* d66f6e0d5 vendor.sh: don't load entire coreboot configs 
* aae8cabe7 lib.sh: more verbose error in x_ 
* 3a5a17937 flashprog: bump to 639d563 (2024-08-02) 
* c3f6dd03c seabios/default: bump to ec0bc256 (2024-06-24) 
* 5b353a229 grub/*: Bump to rev b53ec06a1 (2024-06-17) 
* 80c3f9395 coreboot/fam15h: only use this, for amd boards 
* 0f7c0aa1c coreboot/default: re-merge coreboot/i945 
* 877f5d6ae coreboot/default: merge coreboot/haswell 
* a15347ef1 coreboot/dell: merge into coreboot/default 
* dbe24b039 coreboot/default: Update to 97bc693ab (2024-07-29) 
* 1b55fc790 fix hp8200sff_4mb ifd file (pd region) 
* 490a94d7b uefitool: Only define ACCESSPERMS on *nix 
* a78eaac88 uefitool: Add patch working around musl libc issue 
* 59894ed55 lib.sh: new function mk() to handle trees in bulk 
* 7fa6052de general code cleanup in the build system 
* 3bd290f6a rom.sh: don't dry-run mkcoreboottar 
* a91751a86 rom.sh: don't run mkcorebootbin on trees -d 
* 38b65af5b support ./mk in place of ./update trees 
* f5ba40200 trees: initialise badhash no n, not empty string 
* faefcdf3d rom.sh: fix buggy deletion of cbutils 
* 40dd0a7cf rom.sh: also add grub to seabios images 
* d070eb1fe rom.sh: copy tmprom to TMPDIR for modification 
* f85cb69ce rom.sh: re-add seabios-only roms and grub keymaps 
* 490e0186a emphasis on readme that lbmk isn't a coreboot fork 
* ba4278e0c include/rom.sh: use ccache when building coreboot 
* 31f1e4dad vendor.sh: don't use XBMK_CACHE for appdir 
* 2b50b3ea9 put cachedir in environmental variable 
* 0e0b12a63 git.sh: warn when a cached clone fails 
* 9b1b95576 git.sh: fix typo in git command 
* 82bdf2707 git.sh: fix lack of error exits on fault 
* 64283a1fb build: remove tmp/ on release archives 
* bf85246c4 trees: hardcode makeargs for xgcc 
* c6e6d96ce allow using coreboot's build system to add payload 
* 78cdc56ae trees: remove unnecessary command 
* e69903789 build: remove cache/ on making releases 
* 79f50b379 unify caching of files into cache/ 
* a9f9de885 unified cache file handling for vendorfile/subfile 
* ef867eccc git.sh: remove previous tmprepo if args>5 
* 4d5385a14 git.sh: try direct clone if cached git fails 
* 0cd52fc7f git.sh: re-try git pull three times 
* 0b9cd77fe trees: auto-delete+auto-rebuild if project changes 
* 4438368c0 trees: also remove single-tree repo/p/ 
* 570e3abb2 trees: remove repo/p, not src/p/p 
* 583502027 git.sh: don't download to src/project/project/ 
* 9f09728ac git.sh: cache git downloads to repo/ 
* f367afabc remove util/autoport 
* 373c2eb23 trees: move dependency building to new function 
*   12c3956f5 Merge pull request 'Update U-Boot to v2024.07' (#225) from alpernebbi/lbmk:uboot-v2024.07 into master 
|\  
| * 708fc14c6 u-boot: Fix display initialization on gru boards 
| * 0cc7736b4 u-boot: Avoid breaking build for U-Boot-only binman images 
| * 2ecec55af u-boot: Update to v2024.07 
|/  
* 090cf7ad5 trees: fix bad comparison in configure_project() 
* e37779c11 trees: don't continue if no argument given 
* 3263eeb6b trees: general code cleanup 
* 17f3e61a0 trees: merge build_targets() with handle_targets() 
* c0a4df688 trees: use wrapper for dry-running make commands 
* 459db1cc2 trees: remove project-specific hacks 
* e9f66ec4a remove executable permission on include/ 
* 91994b785 rom.sh: actually say if a cbutil exists 
* 97b777715 rom.sh: avoid re-building cbutils if built 
* 494b94799 rom.sh: only before cbutils before coreboot 
* 469cc64f9 trees: fix bad comparison 
* 5a1d2401c minor cleanup 
* 964617214 trees: support -d (dry run) for custom build logic 
* e850c06bd rom.sh: only make rom tarball if release=y 
* 2f3cc5d37 rom.sh: new file, to replace script/roms 
* 889afe168 roms: remove unnecessary trees checks 
* c241a3ef4 coreboot: set build_depend on target.cfg files 
* 6d4fb200a trees: rename load_target_config() 
* 87df6ae36 trees: support build dependencies, not just fetch 
* 23ca49bee GRUB: only load xhci from grub.cfg 
* 065453b72 trees: just do makeargs on coreboot, not cbmakearg 
* 2ab1d9949 trees: fix bad rm -Rf command (-Rf, not Rf) 
* d6ff009e2 roms: fix bad comparison in configure_target() 
* 3ee045f9a GRUB: use mkhelper.cfg for common variables 
* 3ef84af9f trees: allow global config on multi-tree projects 
* 2b49714a6 trees: handle all projects if project undefined 
* b7f12ade0 vendor.sh: remove mkdirs() 
* 0018600d6 git.sh: simpler for loop in git_am_patches() 
* 5882056a2 git.sh: merge for loops in git_am_patches() 
* 67421a21f trees and git.sh: tidy up global variables 
* 55dbd72aa git.sh: simplified initialisation of "loc" 
* 0cb84a8dd trees: simplified distclean directory check 
* 5ba0433b5 git.sh: condense fetch_targets() a bit 
* 4772186b1 git.sh: short git_prep command in fetch_targets() 
* c62dbdbe8 trees: only do bare multi-tree clone on git 
* 89a81a291 trees: simplified multi-tree bare repo clone 
* 017fd8259 git.sh: merge prepare_new_tree with fetch_targets 
* f937a1142 trees run_make_command: simpler distclean handling 
* 88f741db9 trees: condense copy_elf() a bit 
* d5928c9ba trees: add return to handle_defconfig() 
* 1a7c8acb0 trees: rename check_config to check_defconfig 
* ba7b3a3b2 trees: remove variable "config_name" 
* 030f1afd8 trees: rename variable "config" to defconfig 
* 739496061 git.sh: remove duplicate "xtree" variable 
* 0c4ad24b0 trees: remove unnecessary commonts 
* eacc41e82 trees: condense run_make_command() a bit 
* 563948141 trees: condense handle_makefile() a bit 
* 1ec9fc336 trees: mv load_project_config load_target_config 
* 789631ccb trees, multi: download bare project *before* trees 
* a5e724e51 trees: unified multi-tree configuration handling 
* cfc9f62ff trees: unified handling of source downloads 
* 7bf283520 git.sh: rename Fetch_project_trees fetch_targets 
* e0c244f37 git.sh: rename fetch_project_repo to fetch_project 
* 02f741795 trees: better skip-clean string in handle_src_tree 
* f7ec42d37 trees: add return to check_coreboot_utils() 
* 8d02adfbb trees: simplify "utilmode" variable initialisation 
* d1b7882c5 vendor.sh readcfg: split the -b coreboot command 
* fbe36b01a trees mkpayload_grub: remove unnecessary check 
* 088a79918 vendor.sh: remove unnecessary check 
* 8c5f78d3d vendor.sh: condense inject() a bit 
* 42925ce79 vendor.sh extract_kbc1126: use quote on file check 
* ddcc74777 vendor.sh extract_kbc1126ec: simplify build check 
* 7a12cd770 vendor.sh: simplify e6400 vga rom file check 
* 163bcfcdf vendor.sh: simplify variable checks for e6400vga 
* cbac2087c vendor.sh: condense fetch() a bit more 
* 675d2c037 vendor.sh: remove unnecessary check 
* 5e46b9f43 vendor.sh: simplify kbc1126 util handling 
* 7086b6868 vendor.sh: simplify bootstrap() utils handling 
* 6a05487ef vendor.sh: simplified initialisation of _7ztest 
* 972e61070 vendor.sh: condense detect_board() a bit 
* bf5acedb1 vendor.sh: condense patch_rom() a bit 
* 8b8cf070d vendor.sh: add return to end of bootstrap() 
* d85b9de2d vendor.sh: rename getcfg() to readkconfig() 
* 53b69f673 vendor.sh: merge cfgutils() into readcfg() 
* 55677d821 vendor.sh: remove build_dependencies_inject() 
* c76419861 vendor.sh: simplify initialisation of variables 
* d63da943c vendor.sh inject: skip serprog targets 
* c6df9666a vendor.sh: don't inject /dev/null 
* f7ab70f60 vendor.sh: simplify inject() 
* ee5bab2c9 vendor.sh: clean up GbE handling 
* f2d53eb84 vendor.sh: condense fetch() a bit 
* 85c2eb0f7 vendor.sh: general code cleanup 
* a8f272536 lib.sh: stricter check in chkvars() 
* fa5af956c vendor.sh: simplified modify_gbe handling 
* 155ce49b1 vendor.sh: simplify modify_gbe() 
* 08bce7ad3 vendor.sh: minor code cleanup 
* 636b86237 vendor.sh: re-add modify_gbe() 
* 2eb0163cc Revert "vendor.sh: remove unnecessary check" 
* 3f37c3788 tidy up some setvars lists 
* ed3cce84b roms: explicitly shift by 1 on the "all" target 
* 359d00bd5 roms: add return value for the list command 
* 3f540e756 roms: build u-boot *before* checking ubootelf 
* afc003068 remove more unnecessary checks on trees commands 
* 35c487106 vendor.sh: remove unnecessary checks 
* ce03786f6 vendor.sh: remove unnecessary command 
* e01b5c974 vendor.sh: remove unnecesessary cbutils check 
* 8196ce6dd vendor.sh: remove unnecessary check 
* 8f50131e1 vendor.sh: condense check_board() a bit 
* d12a68601 vendor fetch(): condense variable initialisation 
* 708e306e5 vendor.sh: remove unnecessary cbfstool check 
* 75951c469 vendor.sh: simplified cbfstoolref check 
* d36c07847 lib.sh: keep versiondate check to 80 characters 
* 40d3bb19b lib.sh: condense for loop 
* 5725e3c4e lib.sh: condense err_() a bit 
* e3546f77b lib.sh: add a return to the end of chkvars() 
* d0f68a0fb vendor.sh: rename release to vrelease 
* 473f27784 vendor.sh: unified reading of board configs 
* a2f4eba58 vendor.sh: simplify variable check in getcfg() 
* 4afcbcb64 vendor.sh: remove unnecessary cbdir check 
* fd037722a remove use of _xm variable in the build system 
* 136787185 trees: don't hardcode use of mkpayload_grub 
* c59fbb365 trees: simplify single/multi handling in main() 
* 902b98d1a trees: rename build_projects to build_project 
* e1e04aa80 trees: err if target.cfg not given if multi-tree 
* 93ff80d96 trees: set btype if target.cfg doesn't exist 
* 732c5908d lib.sh: remove unused cbdir variable 
* 119cebc4d roms: remove unnecessary assignment to cbdir 
* 7a15ba18c trees: avoid kconfig make commands generically 
* eb9c1872b git.sh: remove unnecessary check 
* 9aec992ff lib.sh: move git_err() to build 
* 6fc7cd3c1 lib.sh: condense singletree() a bit 
* 35d09e426 lib.sh: add a return to the end of check_defconfig 
* 144b3c93a trees: condense elfcheck() a bit 
* 7b8c2bd41 lib.sh: condense e() a bit 
* ffdecb0ce trees: shorten the final confirmation message 
* ed6acfee8 lib.sh: make elf/coreboot* a dot directory 
* 44fb98736 build: don't rm TMPDIR if it's /tmp 
* fac74cd60 lib.sh: simplified TMPDIR handling 
* 671893a80 lib.sh: condense setcfg() if/else logic 
* 19bc5845a trees: remove redundant space in printf 
* 9154ba5b8 trees: explicitly err if OPTARG is not set 
* f383b1ad7 trees: only permit one single-tree project 
* a64e2db58 trees: call err if multiple flags are provided 
* 0e97e98fe trees: explicitly set mode for -b 
* 7f7b640d3 roms: re-add compression of coreboot images 
* 1ab9189cb roms: build coreboot *after* checking variables 
* 2b4c6ee5c lib.sh: introduce mandatory check of projectname 
* c79fb125e lib.sh: condense setvars() a bit 
* 1387dc0ae simplified lock message 
* 20ac7ec67 lib.sh: simplify reading of version files 
* 4e48fa808 lib.sh: simplify use of environment variables 
* b4fb25100 roms main(): confirm what serprog images are built 
* 5e2308ce0 roms: remove unused variable name 
* 2960abd00 roms: remove redundant printf 
* c661eca6b roms: optimise u-boot elf check 
* 8af9f904c roms: simplify build_roms() 
* c9f26dbc9 roms: make the bin/elf message more polite 
* 9484eda5a roms: re-add final confirmation of targets 
* 2b7df7ab2 roms: rename functions for extra clarity 
* 6753222d0 roms: build coreboot early to avoid duplicate work 
* 19e7c1eab trees: try xgcc build twice if first attempt fails 
* 6468bdb3a trees: don't check if xgcc is already built 
* d5baaff0e lib.sh: fix error running ./build dependencies 
* 0158a0811 roms: general code cleanup 
* e67cd1716 roms: only support SeaBIOS/SeaGRUB on x86 
* 71137b12b roms: remove support for "grubonly" seabios 
* d4d5d2902 use backticks on eval commands, not subshells 
* c1527b611 lib.sh: remove badcmd() 
* fc7ae3e59 lib.sh: more unified config handling 
* ad1602569 trees: more robust check to avoid "make fetch" 
* a6b1a6bdd roms: fix lack of backslash on multi-line command 
* 8c4a91850 vendor.sh: more cleanup 
* 471129684 Revert "roms: remove build_payloads() and split it up" 
* 5a4fc97c6 vendor.sh: correction (s/scancfg/scan_config) 
* d65e4fac1 git.sh: revert modification to for loop 
* bc61c39ec vendor.sh: minor code cleanup 
* 808458ced minor code cleanup in the build system 
* 4ab99d546 git.sh: general code cleanup in fetch_submodule() 
* cd1d84789 git.sh: reduced indentation on repo/file check 
* 4f6dda136 git.sh: simplified repo/backup check 
* 185d76f57 roms: merge mkserprog() into main() 
* 893e88bc8 roms: don't insert timeout.cfg 
* abfc799fd correction 
* a0da8fdef roms: reduce indentation in build_grub_roms() 
* 383433d4f roms: re-introduce accidentally disabled check 
* 3610667e3 roms: remove build_payloads() and split it up 
* 29a7123c0 roms: group some commands that are similar 
* 2d6946775 roms: remove mt86bin variable 
* 920e5ba2d roms: merge build_uboot_payload to build_payloads 
* a96c4b59f roms: simplify payload_uboot y/n check 
* 28682b1a4 roms: simplify the check for serprog srcdir 
* b61dd4c25 roms: simplify the loop for building serprog roms 
* 6df17860e roms: shorten variable serprog_boards_dir 
* ea5b5b072 roms: simplified serprog image copy 
* ea9bdfce4 roms: rename picosrc variable to rp2040src 
* 1a4f97ffd roms: remove useless confirmation in mkserprogfw 
* 1881d34db roms: merge serprog build into one function 
* f7e28964a roms: remind the user about gkb files 
* f928ac5c7 roms: rename x variable to it in for loop 
* 58a451865 roms: don't use x_ to call cproms() 
* bc853fbb8 roms build_uboot_roms(): move rom, don't copy 
* 12b26f207 roms cproms(): allow other commands besides cp 
* e67628c6a unify coreboot elfdir (DO_NOT_FLASH) 
* 8b58c1eac roms: merge mkUbootRom() into build_uboot_roms() 
* c3f0a109c roms: simplify mkSeabiosRom() 
* c8944f1ca roms: simplify mkUbootRom() 
* 92aa83a23 roms: simplify build_roms() 
* d3e788645 roms: remove unnecessary check 
* ef411c596 build: remove unused variables 
* 6dc051558 roms: further clean up build_grub_roms() 
* 0e9b36c58 roms: simplify timeout/scandisk insertion 
* 3a7b3660f roms: simplify seagrub check in build_grub_roms 
* 4b764d26f roms: simplify mkserprog() 
* 167e7447a roms: simplify the serprog build functions 
* 7bc9fcc34 script/roms: fix serprog build commands 
* 0dfe3aed9 roms: simplified ubootelf check 
* a9166898d roms: simplify grubonly check in configure_target 
* 90017cdc5 roms: simplify seagrub check in configure_target 
* 817004e15 roms: don't use x_ to call build_grub_roms 
* 0812d5321 trees: simplify copy_elf() 
* 331c4097f trees: remove unnecessary check in copy_elf 
* 340eea0b1 grub: insert background in memdisk instead 
* ed9c90e59 roms: unify all add-payload commands 
* 26451775d roms: don't add grub keymaps at all 
* af8296ce6 roms: merge handle_coreboot_target into main() 
* d1c0c3464 roms: simplify target check (whether roms built) 
* f626b25db roms: simplify main() again 
* eb9a688ee roms: remove redundant check on grub_scan_disk 
* a4328cb11 roms: remove dangerous runtime p/s/d options 
* 167e1a0fb unified checks for variable initialisation 
* 98724d701 lib.sh: remove the items() function 
* baea03c67 roms: simplify main() 

This is roughly 300 changes since the last release.

Markdown file for this page: https://libreboot.org/news/libreboot20241008.md

Subscribe to RSS for this site

Site map

This HTML page was generated by the Untitled Static Site Generator.