The following boards have been added since the Canoeboot 20240612 release:
Sony PlayStation (PCSX Redux Open BIOS) Dell Latitude E4300 (courtesy of Nicholas Chin) Dell OptiPlex 780 MT support Dell OptiPlex 780 USFF support The OptiPlex models are X4X/ICH10 platform, while the E4300 is GM45/ICH9. Both run 100% blob-free, with the Intel ME firmware completely removed, by using modified Intel Flash Descriptors similar to that seen on ThinkPad X200/T400.
E4300 has the same installation procedure as the E6400.
Wait, what? Playstation?
yes this needs details.
Libreboot have this too https://libreboot.org/docs/install/playstation.html
Please elaborate what’s the difference between canoeboot and libreboot, I’m kinda lost
Here i go answering myself
Citing from https://canoeboot.org/about.html
Libreboot no longer complies with GNU policy. In November 2022, Libreboot adopted a more pragmatic policy of allowing any board from coreboot to be supported, while reducing the number of binary blobs as much as possible. Although this may satisfy most people, there exists a minority of people who wish to still have a blob-free coreboot distro, like Libreboot once was.
Prior to November 2022, Libreboot complied fully with GNU policy in providing an entirely blob-free coreboot distribution. The rest of this article will go into a lot more detail, both on this and on the technical aspects, but the gist of it is this:
Canoeboot is, in spirit and in practise, a continuation of the old Libreboot project, prior to that policy change. It maintains sync with Libreboot as closely as possible, while removing any and all non-free code, and disabling/removing any code that could possibly handle it (for example modifying coreboot so as to never add microcode updates or download blobs, even if told to by coreboot configs, since the upstream coreboot project is otherwise engineered to handle these if requested by the user).
Props for finding the answer and sharing it!
do you know how well it fares comparatively with alternatives like coreboot in arenas like power management?
My guess: Generally it should not be that different since most of it is handled by the EC firmware. (Proprietary is OK in FSF’s eyes if it’s baked into the hardware) But Canoeboot does not include microcode updates which could affect the CPU’s power management. (Clocks speed, Vcore, etc.)
i bought a linux laptop a few years ago from a linux company to take advantage of things like coreboot and it’s had a dramatic impact compared to my windows laptops onto which i installed linux.
i’m in the initial stages of creating a new daily driver and i want to consider compatibility with other projects like this to help me re-acclimate to the general public’s linux user experience, so thanks for sharing and your guess; responses like this are really helpful in getting me back into this groove.
You are confused and mean. You cannot compare 2 different laptops and say that one has worse battery management because of coreboot. You would need to have the same laptop with and without coreboot to do any comparison.
I don’t really get what you are trying to say in the second paragraph but Canoeboot is not a good daily driver because it’s basically a “drug substitute” for GNU dummies. The author of it does not recommend using it. Use Libreboot instead as it does not break your CPU.
I think I can see the confused part; but I don’t get mean.
My comment was an overall anecdotal estimation of my experiences of using windows and Linux on the same laptop. I noticed that the battery life while using Linux was significantly shorter than using windows on the same laptop. My battery life experience w my first core boot laptop seems to be on par w my windows laptop.
Also I get mean a lot; I tend to commit a lot of faux pas and people are usually too angry w me to let me understand what I said/did. I have no idea what I did for the label this time around as well and I hope you’ll tell me.
It sounded like you got annoyed that I was guessing and it sounded like you tried to make it clear to me that the guess was not helpful to you with the use of sarcasm. I guess I misunderstood, sorry.
Regarding the actual questions: You asked how does it compare to Coreboot. Canoeboot is actually coreboot, just slightly modified to work with Free Software Foundation’s rules but these rules are kind of absurd. See [1]. Libreboot is also modified Coreboot but one that’s actually good. The difference between them is that Libreboot should be a bit easier to install and that they support different hardware.
In terms of battery life the same laptop with or without Coreboot should perform the same. Coreboot really only handles the booting. Battery life should depend on the “EC firmware”, which is like a second chip on your motherboard that handles stuff like blinking LEDs or checking if your lid is opened or closed. It also depends on the OS itself so Linux vs Windows will make a difference. Canoeboot is an exception because it does not include “microcode updates” for ideological reasons. Microcode is code that runs on a “CPU inside of your CPU”. Not updating it will A) make your CPU buggy and vulnerable to attacks like Spectre [2] and B) maybe even have worse battery life because Microcode can control the voltage your CPU runs at. More voltage -> more power (P ~ V^2)
[1] https://libreboot.org/news/policy.html
[2] https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)
i’m aware, but thank you for the education nonetheless; lemmy has been teaching me that my knowledge has ossified over the last 25ish years since i became active in the foss world and i like seeing informative takes like these whether or not they’re needed.