UEFITool
coreboot
UEFITool | coreboot | |
---|---|---|
36 | 94 | |
4,476 | 2,230 | |
1.2% | 1.6% | |
4.4 | 9.9 | |
2 months ago | 5 days ago | |
C | C | |
BSD 2-clause "Simplified" License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UEFITool
-
Auto-On-Time BIOS mod, different boot entry
Open 1 E7250A24 -- 1 System BIOS with BIOS Guard vA.24.bin file with UEFITool
-
[GUIDE] ThinkPad BIOS: Reading, Patching, and Flashing
UEFIPatch from LongSoft's GitHub A UEFI patchtool built on the older UEFITool engine. UEFITool is not needed for this patch, only the UEFIPatch applcation.
-
Guide about how to check PCI-E Bifurcation support of any mainboard
Download UEFITool from https://github.com/LongSoft/UEFITool/releases for example UEFITool_NE_A66_win32.zip is hidden behind the show all assets button
- Help with BIOS Patching Thinkpad T480s
-
Need To Create My Own BIOS File
There's a discussion here about this being done successfully on a ThinkPad T460 with a SPI programmer and UEFITool. The same method should apply to the T460p.
-
How to unlock BIOS (AMD models, not sure if it works with Intel)
UEFITool: https://github.com/LongSoft/UEFITool/releases
-
5800x3d appears faster after waking up then on cold boot.
If HPET is not an option in firmware, then it is disabled (0x00) and hidden from you. Which in practice is bad. The only option for users in this case is to download your firmware from the vendor, use this tool to locate the register and set the value with this tool to enabled (0x01).
-
Entering hidden Advanced menu in bios v.2.06 on Acer Nitro 5 AN515-55
UEFITool
-
Google announces official Android support for RISC-V
How to view proprietary blobs on your system
-
Change BIOS Boot Logo
I have been a long ThinkPad user and have bought an XPS 13 for the first time. I changed my boot logo on my machines before using this tool following this guide.
coreboot
-
Authenticated Boot and Disk Encryption on Linux
> Show me a FLOSS implementation of this standard and you will have a point
I've had a point from my first comment and it hasn't changed in validity. It's just taking time to convince you, but I think I'm making progress :)
I referenced several open implementations in my last reply, an a cursory search reveals more [1] [2]. Besides, this still doesn't help you trust the hardware, even if that hardware is entirely open like some sort of RISC chip. Can you verify every step in the supply chain? At every stage of assembly? No? Or, assuming a trusted device, can you be 100% confident something wasn't added, a simple keylogger? Most keyboards can be removed from laptops without leaving a trace, so can screen casings, speakers, batteries, etc. Plenty of places to hide something tiny.
> At the moment, I would have to trust a megacorporation obeying NSA,
That's less likely than the software you use having been compromised, for example by introducing an obfuscated bug, or MitMing as you perform a software update (many software update mechanisms have notoriously weak security, search some defcon talks on the subject).
> Your threat model may vary.
No, what I'm saying applies to all threat models, and I challenge you to name one to disprove that.
Secure boot is an open standard and can be implemented in a trustworthy and secure way, you just need to put in the work to do so. It's entirely possible to do so.
Of course if you are putting in all that work, if you are that at risk, you would need to switch your software stack entirely as well and use something like seL4 as a starting point.
[1] https://github.com/prplfoundation/prpl-secure-boot
[2] https://www.coreboot.org/
- No more boot loader: Please use the kernel instead
-
Chromebooks will get 10 years of automatic updates
Why BIOS (did you mean UEFI?) when it runs the best boot loader, which is Coreboot¹. Many users would love to re-flash their bios/uefi for it, if it’s supported.
1: https://www.coreboot.org/
-
C++ is everywhere, but noone really talks about it. What are people's thoughts?
Coreboot is 0.6% C++.
-
Laptops with best Linux support (latest gen, battery life, performance)?
NovaCustom ; some models come with Dasharo a coreboot distribution.
-
Asus flip c302 last update
You can also use Mr. Chromebox Script to install Coreboot on your chromebook to get a UEFI BIOS on your Chromebook and then you can go an install either a linux distro or even Windows if you want. It's a pretty straightforward process and also reversable if you want to go back to just using ChromeOS.
-
A Linux laptop under 1350€
Some models are available with Dasharo a [coreboot]https://www.coreboot.org/) distribution.
-
why no haswell_ult_dmi_registers for broadwell? in https://github.com/coreboot/coreboot/blob/master/util/inteltool/pcie.c
why no haswell_ult_dmi_registers for broadwell? in https://github.com/coreboot/coreboot/blob/master/util/inteltool/pcie.c
-
Having issues restoring the firmware with u/MrChromebox's utility
use croshfirmware.sh from https://github.com/coreboot/coreboot/tree/master/util/chromeos
-
AMD to move to open source firmware in 2026
There may be other protections to restrict SPI flash access for security reasons (so you might not be able to flash your custom firmware in the OS), but worst case you can use a HW flasher (or maybe USB flashback). Still, this doesn't address the elephant in the room - platform initialization code might be open-sourced, but that isn't everything. You'll still need to figure out the board-specific stuff (the Super I/O chip, chipset GPIOs, other peripherals, etc.). Using coreboot as an example, Intel provides the Firmware Support Package blob to handle platform initialization. I think AGESA is somewhat similar to this, though Intel publicly releases the binaries for use in coreboot/etc. Thanks to the FSP, coreboot has support for recent Intel chipsets. However, there is only support for two recent consumer boards: the MSI PRO Z690-A WiFi DDR4 and DDR5.
What are some alternatives?
Universal-IFR-Extractor - Utility that can extract the internal forms represenation from both EFI and UEFI modules.
1vyrain - LiveUSB Bootable exploit chain to unlock all features of xx30 ThinkPad machines. WiFi Whitelist, Advanced Menu, Overclocking.
grub-mod-setup_var - A modified grub allowing tweaking hidden BIOS settings.
edk2 - EDK II
thinkpad-firmware-patches - Collection of ThinkPad UEFI patches.
u-boot - "Das U-Boot" Source Tree
Universal-IFR-Extractor - Utility that can extract the internal forms represenation from both EFI and UEFI modules.
OpenCore-Install-Guide - Repo for the OpenCore Install Guide
BIOSUtilities - Collection of various BIOS/UEFI-related utilities which aid in research and/or modding purposes.
Smokeless_UMAF
ExpansionCards - Reference designs and documentation to create Expansion Cards for the Framework Laptop