Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-31 | grub.cfg: attempt cryptomount on raid volumes | Leah Rowe | |
2021-10-31 | grub.cfg: replace spaces with tabs | Leah Rowe | |
2021-10-31 | grub.cfg: don't handle usb at all in the main menuentry | Leah Rowe | |
usb support is extremely buggy in grub, and can cause boot delay issues | |||
2021-10-31 | grub.cfg: don't run search_grub usb in the main menuentry | Leah Rowe | |
There is literally an entire other menuentry just for this purpose. | |||
2021-10-31 | grub.cfg: search usb *last*, in the main menuentry | Leah Rowe | |
There is already a separate menuentry for USB, and most people don't boot their installed system from USB anyway. This will result in faster boot speeds. | |||
2021-10-31 | re-add grub backgrounds and update grub. mitigate missing characters | Leah Rowe | |
mitigate missing characters in unifont for border/arrow characters. this saves space because now it is no longer necessary to add a custom font the background added has the libreboot logo on it, and it's 10kb in size unlike the old gnulove background that was hundreds of KB | |||
2021-10-30 | Disable PIKE2008 option ROM loading on KGPE-D16/KCMA-D8 | Leah Rowe | |
These option ROMs are known to cause a system hang. If you insert an empty option ROM into CBFS, it disables any option ROM loading for those devices when using SeaBIOS. | |||
2021-10-30 | update to coreboot master on macbook21, and add vitali64's cstate 3 patch | Leah Rowe | |
improved battery life on macbook21 | |||
2021-10-30 | grub.cfg: increase default timeout to 10 seconds | Leah Rowe | |
this is a compromise. i was going to do 30 for desktops, 1 for laptops. however, some laptop users complain about the 1 second timeout being too fast. 10 seconds should just about please everyone. | |||
2021-10-30 | grub.cfg: also unroll the list of usb devices | Leah Rowe | |
2021-10-30 | grub.cfg patch from shmalebx9: reverse search order for encrypted partitions | Leah Rowe | |
Also, when a cryptomount is successful, break from the loop and boot from that. In most cases, this will work just fine, and this change improves the boot speed in the vast majority of cases. From <https://notabug.org/libreboot/lbmk/issues/53> This is based on commit 5767489cadc4a9a1f2e7bffe03457e29e1c9a101 from https://github.com/shmalebx9/Bleeding-Libreboot/ | |||
2021-08-23 | coreboot/default: Fix Werror when building ThinkPad T400 images | Leah Rowe | |
2021-08-23 | coreboot: revert cpu/intel: Configure IA32_FEATURE_CONTROL for alternative SMRR | Leah Rowe | |
This fixes issue 3: https://notabug.org/libreboot/lbmk/issues/3 In this issue, GM45 laptops such as X200/T400 will hang on reboot (normal boot works, and shutting down works too). | |||
2021-06-29 | Merge branch 'master' of madbehaviorus/lbmk into master | Leah Rowe | |
2021-06-06 | The tianocore build script fails, because there are no coreboot-version file ↵ | madbehaviorus | |
are available. So I set it as commit and the script works like a charm | |||
2021-06-03 | also change the build and update scripts to env bash | Leah Rowe | |
2021-06-03 | Merge branch 'master' of noisytoot/lbmk into master | Leah Rowe | |
2021-06-03 | replace #!/bin/bash with #!/usr/bin/env bash | Ron Nazarov | |
2021-05-23 | Merge branch 'master' of canberkturan/lbmk into master | Leah Rowe | |
2021-05-23 | Turkish Q Keyboard Layout Added | Canberk TURAN | |
2021-05-23 | build/release/src: don't auto-download tianocore20210522 | Leah Rowe | |
it will already be there, if it was used when build rom images | |||
2021-05-22 | build/crossgcc: insert .coreboot-version | Leah Rowe | |
2021-05-22 | board/x301: add new board | Leah Rowe | |
similar to x200 | |||
2021-05-22 | board/d945gclf/cfg: re-do config | Leah Rowe | |
2021-05-22 | board/d510mo/cfg: re-do config | Leah Rowe | |
2021-05-22 | board/d510mo/cfg: enable payload_grub_withseabios | Leah Rowe | |
2021-05-22 | board/kfsn4-dre/cfg: re-do config. 1mb and 2mb roms available | Leah Rowe | |
libgfxinit_txtmode with seabios only | |||
2021-05-22 | board/g43t-am3/cfg: re-do configs. libgfxinit_txtmode only | Leah Rowe | |
For add-on GPU, use one of the SeaBIOS images. | |||
2021-05-22 | board/ga-g41m-es2l/cfg: re-do config. libgfxinit_txtmode only | Leah Rowe | |
Use seabios ROM if you want to use an add-on GPU. seabios_withgrub and seabios_grubfirst are also available. | |||
2021-05-22 | board/ga-g41m-es2l/cfg: enable payload_grub_withseabios | Leah Rowe | |
SeaBIOS should fit nicely, now that memtest is disabled | |||
2021-05-22 | don't include memtest by default. make it a board.cfg option | Leah Rowe | |
2021-05-22 | build/roms: re-do KCMA-D8 and KGPE-D16 configs | Leah Rowe | |
2MiB and 16MiB were the only flash sizes supported. 4 and 8MiB have been added. Now there are only libgfxinit_txtmode configs. Use seabios_withgrub or seabios_grubfirst ROMs if you wish to use an add-on GPU. | |||
2021-05-19 | build: don't run the versioncheck script if running ./build dependencies | Leah Rowe | |
The "dependencies" script are to be run as root. Without this fix, root will create the version/versiondate file and then the rest of the build system will break due to lack of root privilege. | |||
2021-05-18 | download/ich9utils: download the libreboot version instead | Leah Rowe | |
it's exactly the same anyway | |||
2021-05-18 | update README | Leah Rowe | |
2021-05-18 | libreboot! | Leah Rowe | |
this is forked from the "libre" branch in osboot, which is itself a libre, deblobbed fork of osboot, a blobbed up fork of libreboot libreboot needed to be purged clean. this is the new libreboot development repository. the old one has been abandoned |