Stallman Calls For Action on Free BIOS 487
Dolda2000 writes "Seeking to achieve 100% software freedom, RMS is now calling for action for a free BIOS. From the article: "The most uncooperative company is Intel, which has started a sham 'open source' BIOS project. The software consists of all the unimportant parts of of a BIOS, minus the hard parts. It won't run, and doesn't bring us any closer to a BIOS that does. It is just a distraction. By contrast, AMD cooperates pretty well." For reference, there are currently two projects for a free BIOS that I know of: LinuxBIOS and OpenBIOS."
It makes sense (Score:4, Insightful)
Re:It makes sense (Score:5, Insightful)
While a wholly open-source machine would be great, it won't be a reality until we have technology that breaks the electronics mass production bottleneck (perhaps nanoassemblers). In the mean time you just have to decide which companies you're prepared to trust.
Re:It makes sense (Score:4, Insightful)
Can the microcode can be used in a malevolent manner that exercises corporate control at the expense of the invidual? Companies have already threatened to do this with the BIOS (eg. DRM and such). Graphics firmware probably will never threaten the control over the general-purpose computing like the CPU bios can, but if it does, we can implement an OSS version at that point.
Re:It makes sense (Score:5, Insightful)
Free Software is not Open Source. Do I want an Open Source system? Hell no! I want an entirely Free system from software down to the hardware! I use GNU/Linux because I support the idea of Free Software, not because it doesn't cost me money to use. In fact, it does cost me to not use non-Free software; some of it isn't as usable as the proprietary counterpart and may require me to work on the code itself to make it do what I need.
But I have the freedom to modify the code if I want to. I'd like this with my firmware too. OpenBIOS is promising for the firmware replacement. The Open Graphics Card project is progressing and will finally give me a decent graphics card that is well supported and documented (I have a Radeon 9100; it is the last ATi card I will purchase since they to have gone down the path of not even providing specs to the DRI developers...so no more Matrox, ATi, nVidia, ...).
The graphics card thing is a really good example of why we should demand Free Hardware. Unless you give up your Freedom and use proprietary drivers, you no longer can use a modern graphics card and get 3d acceleration under X. Printers are another good example; look at how many printers have no Ghostscript backend because the manufacturers refuse to provide specifications for their proprietary protocols. Specs are nice but open hardware documentation would be nicer since we could then e.g. reprogram the printer's firmware to support PostScript (or if it is too slow for that, something like PPA that we have decent drivers for).
The Neuros [neurosaudio.com] has had its firmware [sf.net] and even full hardware specs [neurosaudio.com] released! Neuros Audio isn't going out of business; not even close to it. The hardware schematics release may not be immediately useful but the firmware release is; things are progressive with FLAC support and soon MPC, things that never would have happened if the firmware had remain non-free software. Look at Rockbox [rockbox.org] too. The Rockbox firmware is far superior to the stock firmware.
Free Software needs to run on a system that is Free down to its lowest level. We live in a world now where everyone is trying to kill us with things like hardware-based Digital Restrictions Management. We must demand at the very least Free firmware for the hardware and good enough hardware interface specs to actually do something with the firmware (stuff like e.g. the Verilog for the ASIC doesn't matter so much when you have that, but it would be nice to have).
Re:You can't eliminate companies (Score:3, Insightful)
The answer is no one. No one who does open source for fun, for the purity aspect will want to do this (Although I imagine there are a few masochists out there who don't understand dual licensing). Companies who want to do open source will do something
Re:You can't eliminate companies (Score:5, Insightful)
How does something that directly [debian.org] contradicts [redhat.com] reality [gentoo.org] get modded insightful ?
The current scarecrow to throw at your enemies is terrorism, not communism. Please follow your times.
Also, if you meant that shared ownership implies communism, it logically follows that any company with more than one shareholder is communistic.
AFAIK most open source projects are (or at least started as) the work of people, not corporations.
Um, isn't this exactly what the company releasing its code would want ? That anyone who distributes products based on the code must release any enhancments to the code under GPL as well ?
You do realize that just because you, the original author and copyright holder, released version 1.0 under the GPL, doesn't mean you that you are under any obligation to release version 1.0.1 under any license - assuming, of course, that you own the copyrights to all the code in version 1.0.1 ? Licenses are used togrant rights, under certain terms, to people who don't have the copyright to whatever is being licensed.
Or were you bemoaning over companies inability to take GPL'd code, add some features, and sell the result as their own proprietary product ? If so, keep on lamenting; you won't get any sympathy from me.
Re:You can't eliminate companies (Score:4, Informative)
Not (commodity) driver software.
I would STILL buy hardware -- in fact I require that any hardware
I buy be supported by open systems. No support == no sale.
I really, truly, don't want the hardware vendor writing drivers.
(except as an example of how the hardware is EXPECTED to be used).
Take Intel as an example. Intel supplies some proto-code to illustrated
how protected mode works. But Intel does NOT supply Windows, BSD, Linux
etc with the processor chip.
Does the GPL hurt at all under these rules? Perhaps a company is afraid
that simply having access to the register specs is going to allow
a competitor to build a compatible chip and sell it for less money.
Figure 6 months to tape out, test, write documentation, market -- and
think about the cycle on existing chips! It won't make any difference,
unless the original chip is SO simple that it is trivial and not worth
the purchase price.
Also, patents on chip algo implementations can be obtained (I even
have some, so it 'aint that difficult!)
Perhaps you want me to believe that Intel can compete whilst opening
a register spec on the processor itself, while NVIDIA and ATI can't compete?
I'll even grant you that... but, personally, I only use open drivers.
(more secure, crashes can be dealt with, and have a future). Even if the
open driver solution costs WAY more.
For example, I use the DLink 800+ Ethernet to Wireless Bridge, rather than
a closed-source 802.11b solution. Cost? $20 vs. $100. Benefit? The open
solution will work with any platform (PC, SPARC, Windows, Solaris, BSD,
Oh, and the software within the 800 isn't even `GPL'! Its simply a bridge
from 802.11b standard and Ethernet standard.
As to software - low level OS and driver and commodity software must
be open source. Specific applications may be distributed in a more rigid
manner (although I STILL prefer source distribution, not knowing if the
vendor is going out of business, or what her plans are -- escrow would
work as well).
Ratboy
Re:You can't eliminate companies (Score:5, Interesting)
First, you seem to assume that there should be a license monoculture. While that eases the learning curve, it isn't necessarily realistic. Each of GPL and BSD licenses has its place today. The GPL works very well for projects that need to establish a "community space" for sharing work. It has been especially successful, IMO, in projects where many parties can come together to distribute the effort of "infrastructure" -- code that would otherwise be a cost-center for everyone involved. The Linux kernel itself is a great example of this. BSD is highly appropriate for projects that prioritize the utility of the work to all parties over the community sharing ethos. It proven to be especially relevant to reference implementations of standards, where acceptance and deployment of the standard itself is more important than any code that merely implements it.
Second, you ignore dual (or N-way) licensing. For example, the folks that released FFTW (Fastest Fourier Transform in the West) at MIT did so with the blessing of the university because they could dual license. Researchers and those willing to contribute back to the work as a community effort reaped the benefits, while commercial entities with different licensing needs could pay as usual.
The Zesiger License is an interesting compromise, but I'm unclear as to how it would work in practice. The GPL and BSD licenses have "social" properties that have proved very valuable to certain projects. Zesiger may simply be another point in a continuum, useful to some, less so to others. Also, it'd be nice if Zesiger or a variant had an escrow clause to help avoid "lost" code, e.g. because the company failed, creator had no backups and a hard drive crash one month before the release deadline, etc. Maybe extend SourceForge with "SourceVault" -- pages with little timers on 'em. 8-)
As some have pointed out, we need business models that will support all the kinds of works that developers produce and users require. Licenses themselves create community rules that support or inhibit certain kinds of interaction, and thus certain ways of users obtaining support and developers earning a living. While it'd be great to have a "silver bullet" license that found that mythical perfect balance, I'm not yet convinced that goal is practical or even possible.
Re:It makes sense (Score:3, Interesting)
Why does it make sense?
I am very much for Open Source, but for me "Open Source" includes BSD style licensed projects, but not GPL. Not trying to be flame bait, but I think GPL is damaging the Open Source movement. I say this because as a commercial developer I know plenty of managers who won't let me use Open Source on their projects because they think all Open Source has a viral license such as GPL.
"Software should be free..everything should be free, including the BIOS". Nice concept, but reality is
Re:It makes sense (Score:5, Insightful)
First of all, thank you for any and all Free Software you have written, under any Free Software license, copyleft or not.
Second, please don't conflate "commercial" and "proprietary"; many people make a living selling development of Free Software and support for Free Software, and confusing those two terms makes it more difficult for those people, just as you have encountered difficulty from managers that fear Free Software due to copyleft. Please have some sympathy for those people, and ensure that your statements do not undermine their use of GPLed software to make a living.
Finally, note that if you write a piece of software, you hold the copyright on that software; you may release it under the GPL, and you may also use it in proprietary products. You are in no way restricted by the license on a piece of software wholly written by you. The GPL simply prevents others from taking your software and making it proprietary, and prevents you from taking other people's GPLed software proprietary.
Re:It makes sense (Score:3, Interesting)
Your welcome, and thank you for that sentiment.
Very good point, 'commercial' and 'proprietary' are very different animals, and I intended 'proprietary'. One such group I believe is JBoss, who IMHO put out an awesome product, and in fact one of the more commercially used FOSS (Free Open Source Software) products.
For the rest, both you and another commenter seem to be talking about dual licensing. Admittedly I d
Re:It makes sense (Score:5, Insightful)
However if you plan to distribute someone else's GPLed code to any third parties, then all the code in there would have to be GPLed and the source code would have to be made available.
If YOU wrote all of b and c, then things are easier. Just put your code out under multiple licenses. You can GPL b and c and put it on a website AND license the same code to your company under a proprietary license for use in 'abc' - some companies, like Trolltech, actually make a living by producing GPLed code, and selling proprietary software companies the right to make derivative works of the same software under non-GPLed terms.
Hope this helps.
Re:It makes sense (Score:3, Insightful)
A, B and C are the source code for three software projects. (A) represents the result of compiling A into object code. (A+B) represents the binary you get when you link together (A) and (B).
Copyright law prevents you from distributing a work derived from someone else's work. If you want to do so, you must obtain the copyright holder's permission. So, What contributes a derived work?
Most people se
Re:It makes sense (Score:3, Insightful)
There's of course, the special case where you write all the code yourself, and you can do whatever you want with that, obviously.
If you choose to use GPLed code, as a user, you can do mostly whatever you want.
As a distributor, if you distribute code based on GPLed code, it must be GPLed as a whole.
Again, the user after you, has the freedom to do whatever he wants. The idea is that if y
GPL and your scenario made simple: (Score:3, Informative)
If this code is all purely internal, and you're not distributing it outside the company, then you can do essentially whatever you want. The GPL only really covers distribution in that respect. It does have some words about modification of GPL'd code, but nothing there requires you to release or distribute your modifications to other people.
The above assumes someone else wrote 'b
Re:It makes sense (Score:5, Insightful)
We as humanity have a finite amount of resources, which means that if I'm going to expend resources by writing software I need to get something in return, in order to provide for my family
The problem is that we are using the end product as if it were a limited resource. It is not, we use special laws like copyright to limit it by force.
The real limited resource here are programmers.
With the right business model you can get paid for programming regardless which license the end result is released under.
BSD style licenses allow me to get recognition (not much I haven't written a lot of Open Source) and allow me to re-use that software in my commercial projects, which benefits me and Open Source as it allows me to get buy-in from management.
GPL licenses do not. Essentialy I write GPL software and I cannot use it in any commercial projects.
BSD doesn't guarantee buy-in... management could simply take your code and release it under a non-free license. They might say 'thank you' if you are lucky.
With GPL code you can guarantee buy in: they need to license it from you (asuming you are the sole copyright holder) under a different license than the GPL and you can dictate the payment terms.
Jeroen
Re:It makes sense (Score:4, Insightful)
Okay, it obvious from the quote above that you either:
1) Are a Troll
2) Are a Shill
3) Don't understand the GPL
When you write the software (as you stated above) you retain copyright to the software - then you are still the copyright holder. Thus even if you license it under the GPL you can turn around and license the same thing under the BSD, X, Mozilla, your own custom license, and anything else you so choose - YOU ARE THE STILL COPYRIGHT HOLDER.
Thus when you take somebody else's hard work that they have put under the GPL - then you have to abide by their terms. However, that does not stop you from approaching them asking for a closed source license or "commercial" to their code. The reason they can do that is because THEY RETAIN COPYRIGHT TO THEIR CODE.
Sorry to use caps/bold, but I really don't think the previous poster could understand these concepts without it. They have only be discussed several hundred times and still people seem to shift their keyboards into overdrive before their brains get out of neutral.
Wrong implicit assumption! (Score:5, Insightful)
Re:Wrong implicit assumption! (Score:3, Interesting)
I do not wish to insult you, but many Americans seem terribly narrow-minded and uninformed in that respect, having been tought from childhood that everything related to communism is "bad" without ever going into detail
I am proud to call Stallman a fellow American. Left leanings and all, through his push for the freedom of ideas and cooperation, he exemplifies the patriotic ideals of our founding fathers. Richard Stallman is the Thomas Jefferson of the computer age.
I think Europeans stereotype American
european view (Score:3, Insightful)
Yes, OR maybe that's an easy excuse to downplay any critique on Amerikans and the USA from us europeans.
For sure, there is a danger in using clichés and stereotypes, but it is also true, that those clichés *DO* hold a lot of water. Actually, I can't say I know of any well-established cliché about the nature of a people, that didn't had some truth in it. And that includ
Re:Wrong implicit assumption! (Score:3, Insightful)
Re:It makes sense (Score:5, Informative)
Using _someone elses_ GPL'ed code in a non-GPL distributed software project is not allowed. With the LGPL you may use _someone elses_ libraries in a non-GPL/LGPL distributed software project. In no way do they limit your right to use your own code in a non-GPL project. If you take _someone elses_ GPL'ed project and modify it, then you must also distribute the modifications. The GPL ensures the freedom of any modifications made by the non-copyrightholders of a project.
How often do we have to beat on this drum? The GPL doesn't take away your freedom to your own code: it gives others (limited) freedom to use it. If management doesn't get it, they shouldn't be herding programmers.
Re:It makes sense (Score:4, Interesting)
I would hope so. The GPL was created as the license for the Free Software movement, by the same people who founded the movement. The much younger Open Source movement, on the other hand, was hostile towards the Free Software movement from the beginning: as you might remember, RMS was deliberately not invited to the meeting which was later considered the founding meeting of the Open Source movement. As a supporter of the Free Software philosophy, I have no sympathy for the Open Source movement.
This is of course FUD. The license applies to the licensee, not the copyright holder. The copyright holder can use the same code in commercial free, non-commercial free, commercial proprietary and non-commercial proprietary software at the same time.
The GPL is designed to increase the amount of Free Software, so that proprietary software becomes obsolete.
As someone whose method of feeding my family is writing commercial Free Software, you'll have to drag me kicking and screaming to work on any BSD-licensed code. :-)
Seriously, you appear to work for a proprietary software company, i.e. your employer's business model endangers my ability to feed my family as much as my employer's business model endangers your ability to feed your family. That's just how our economy works. My employer wouldn't release anything under the BSD license precisely because he doesn't want to give your employer the ability to use our code without giving anything back.
Re:It makes sense (Score:5, Insightful)
Bios support is an ongoing issue. Newer CPUs, RAM modules, hard drives, video cards are always coming out, as are bugs. With a closed source bios, support is cut after a certain length of time, and it is tough luck if any bios limitations exist after then. Oftentimes they don't address all the issues even while they're still making updates.
How many people are stuck with a motherboard they can't put a hard drive into, or can't do this or that, or are being bitten by a bug because of the bios. This happens all the time.
Also, bios setup screens are consistantly poorly designed, excessively limited, and written in "somebody set us up the bios" Engrish.
Re:It makes sense (Score:3, Informative)
Re:It makes sense (Score:4, Insightful)
As for the 'just for the sake of it' part:
Imagine buying a new harddisk and finding that your bios doesn't support such large drives..
What are you going to do? Beg the vendor of your closed source bios to make an update for a board they consider obsolete?
If the bios was open you could add support yourself. (Or alternativly pay one of those starving developers to make the changes for you)
Jeroen
Re:It makes sense (Score:3, Informative)
Oi boy am I going to get moderated down for this.. (Score:5, Funny)
that's okay... (Score:3, Funny)
Liability problems? (Score:4, Insightful)
Admittedly, not many people actually screw up their motherboards today because of company-supplied BIOS updates, but in my opinion the most likely reason for that is that most people don't update their motherboard's BIOS.
I think this is a necessary problem to solve for a host of reasons (the most pressing in my mind being removing "Trusted Computing Initiatives" or DRM) but I can't imagine who might be willing to distribute such a thing because of the liability concerns.
Re:Liability problems? (Score:5, Informative)
Re:Liability problems? (Score:3, Informative)
Re:Liability problems? (Score:3, Interesting)
While there are neat devices out there that will connect to the video card and keyboard and conver it, such as the Real Weasel [realweasel.com], i'd rather
Re:Liability problems? (Score:5, Insightful)
Take the Linksys WRT54G, it's Linux-based. Linksys gains from using the well tested Linux core, and the customers gain by having the option to hack it at will. Check out http://openwrt.org/ [openwrt.org] for an example of the positive results.
Think of the BIOS as the ignition to your car. You can dismantle it if you wish, why should the PC's BIOS be any different?
Does Anyone KNow (Score:4, Interesting)
Re:Does Anyone KNow (Score:4, Informative)
Due to the low-level nature of a BIOS, they would expose lots of hardware details. It's the same reason why many hardware manufacturers are reluctant to release open source drivers (or to provide OSS community with hardware specs).
OpenBIOS is in the wild already... (Score:3, Interesting)
SUN Microsystems and Apple use OpenBIOS. Each
of these vendors, of course, use a different
implimentation which is at least partially
dependent upon the hardware supported. In each
case, it is possible to modify boot parameters
in a (more or less) English readable format, at
the boot console level. At the core of OpenBIOS
(OpenBOOT) is a Forth language bootstrap, which
by definition is extensible. (Various Forth
gurus state that the entire Forth language can
be built from
Re:Does Anyone KNow (Score:3, Insightful)
A) because it doesn't exist
B) because if they release documentation, they might be compelled to support it, and
C) because they may not be able to change and evolve the interface if they have to due to unyielding consumer expectation
In that order.
Very rarely is it truly about trade secrets or competitive advantage.
Re:Does Anyone KNow (Score:3, Interesting)
Unfortunately, the LinuxBIOS project seems to be dead as open source: none of the source code can be downloaded anonymously from Sourceforge, the alleg
How would "cooperating"..... (Score:4, Insightful)
This is not flame bait. I am just trying to understand why corporations like Intel would cooperate.
All I can say is stop whining and move on.
Re:How would "cooperating"..... (Score:4, Insightful)
In short, if done correctly it would cost them nothing and give them a bit more credibility.
Re:How would "cooperating"..... (Score:3, Interesting)
I don't really see what they have to lose though, they are mainly interested in selling chips and the BIOS is just something they have to provide in order for them to work.
Re:How would "cooperating"..... (Score:3, Insightful)
Re:How would "cooperating"..... (Score:5, Insightful)
It's called free market (Score:3, Interesting)
So what Stallman is trying to do is build a market force that will persuade Intel that it is in its best interest to create a free bios or at least to not stand in the way of creating one.
Hope this answers your question.
Re:How would "cooperating"..... (Score:5, Insightful)
There: You've just underlined the need for an Open Source BIOS yourself. Why would any company consider the interests of its customers if there's no obvious, immediate profit in it? And if they wouldn't, why would you trust their proprietary, closed-source software?
What can it gain by winning over a bunch of geeks?
Because the Geeks are the ones who advise everybody else on what motherboard to buy.
It's my flashBIOS chip... (Score:5, Insightful)
Re:It's my flashBIOS chip... (Score:5, Insightful)
This raises the question - Am I really Free? When a Free Software BIOS exists, you can make a safe bet that I'll be using it.
(P.S. I'd suggest against using the term Open Source to describe software which is made to protect the rights of the users. There is a huge difference between Free Software and Open Source - Namely OS completely avoids any real mention of software Freedom. You won't find any mention of the four freedoms [gnu.org] on OSI's site [opensource.org]. Indeed, the only real mention of software freedom is where they call it ideological tub-thumping [opensource.org]. This is definitely a Free Software issue, not an Open Source issue.)
Re:It's my flashBIOS chip... (Score:3, Funny)
I bet you have an erection, too. I'm typing this in my commercial browser, on a commerical operating system, running on all-types-of-closed Apple
Re:It's my flashBIOS chip... (Score:3, Insightful)
Big whoop.
Re:It's my flashBIOS chip... (Score:3, Informative)
One reason is that you cannot fix it.
Let me give an example. I bought some old IBM thinkpads, that I wanted to run from a PCMCIA Flash disk, without a harddisk, floppy or CD-drive.
The TP365XD boots fine from PCMCIA CFlash.
The TP770 BIOS does have a setting for booting from PCMCIA, but it does not boot from my PCMCIA CFlash cards. I do not know if it is a bug, if it only boots from some kinds of PCMCIA drives, and I cannot fix it.
The BIOS has a lot of function
Re:It's my flashBIOS chip... (Score:5, Insightful)
I don't like being screwed over. Yes, I do read all contracts I agree to. I'd suggest you do the same, you'd be horrified.
Then after I give permissions to that particular software company, I have to input a number to prove to the software that I actually bought it. And for this particular software I may need to call up the parent company and ask them "May I please have your permission to use this software that I legally bought?"
I don't like being treated like a criminal. I buy, I use, end of subject. I will not have to prove to anyone that I am law-abiding.
So I switched two years ago, and Free Software has given me countless personal freedoms that were unthinkable when I was using a non-free system. I no longer need to worry about legality when I want to heavily modify my system to my liking. I no longer feel as if I'm looking at a sealed black box whenever I want to learn something - the entire system is open to explore in any way I choose. The development of the programs I use are not dictated by any one entity, but instead by the users who have our needs in mind.
It sounds strange, but I think freely now. The technology I use is free for me to hack, rip apart, study, put together, package, Frankenstein into my own project, and so on. And through the freedom of knowledge given to me by free documentation, I have learned how to do just that.
Now when I think of using a non-Free system I am filled with contempt. Such a system would not be modifiable and explorable, but instead packaged together at the whim of someone else and kept from study. On top of this it's bound by an EULA which is morally deplorable and legally questionable. With the current copyright and patent laws, the actions of the largest software vendors, and the BSA breathing down everyone's necks... I refuse to use a non-Free system. I'd be giving up a hell of a lot more than I'm willing to part with.
(Note - please be kind, this is a deep subject and I tossed this together off the top of my head while trying to keep it short. This explanation is far from perfect.)
Re:It's my flashBIOS chip... (Score:3, Insightful)
Software patent laws make it almost completely impossible to legally be a programmer nowadays. Copyright laws make it so that nothing returns to the public domain, making our common culture forever a property to be bought and sold. Companies lobby congress to create laws which allow them to enforce their copyrights at the cost of due process (DMCA). One entity in particular o
Re:It's my flashBIOS chip... (Score:3, Informative)
Re:It's my flashBIOS chip... (Score:3, Insightful)
Other than boot and (maybe) shutdown, sure. It used to for suspend/resume, but no longer thanks to ACPI.
enabliing multiple CPU's
Nope. SMP PCs (and most SMP computers??) boot on one CPU. OS is responsible for booting other CPUs. (though, this may depend on BIOS having properly described them, it also obviously requires a hardware facility to allow OS to kick a CPU into running.).
managing the interrupts
Nope, that'd be your OS 9/10. Some computers do have a faci
Treacherous computing (Score:5, Insightful)
This makes it even more critical that we get free software BIOSes, and soon!
Re:Treacherous computing (Score:3, Interesting)
I've seen BIOS bugs in many, many machines, and it is a shame. Many drivers (and even the Linux Kernel, iirc) explicitly blacklist certain hardware because of bugs like this.
Why do we live like this? Capitalism is an opposing force to "correctness". I think Free Software is the ideal way to get to perfect software (excluding agreement among developers).
Re:It's my flashBIOS chip... (Score:5, Insightful)
Saying "The license to your BIOS doesn't matter as long as you can run stuff on it" is like saying "The fact that my car's engine is sealed in a lead black box doesn't matter as long as I can still drive." Yeah, on the surface it's true but when you think of the subject with any actual depth it just doesn't make sense.
Flashing up is hard to do (Score:4, Interesting)
Re:Flashing up is hard to do (Score:3, Interesting)
Aside from that, why do they bother with floppy images? most of their machines dont come with floppy drives anymore anyway.. and a program you run from the os won't work too well if the old bios is causing your os to not boot.
Re:Flashing up is hard to do (Score:4, Informative)
Re:Flashing up is hard to do (Score:3, Informative)
Eat your own dog food.... (Score:5, Interesting)
You can help our campaign by buying AMD CPU chips and not buying Intel, and by publishing statements about what you're doing. Likewise, buy motherboards that support free BIOS.
According to the FreeBIOS website, Acer , Via and SiS support it . And it will probably see a LOT of Bochs [sourceforge.net] in testing too. So I might opt for an Acer laptopt finally (it's cheap too)Re:Eat your own dog food.... (Score:3, Interesting)
According to the FreeBIOS website, Acer , Via and SiS support it . And it will probably see a LOT of Bochs in testing too. So I might opt for an Acer laptopt finally (it's cheap too)
Well my new linux box has an AMD64 cpu on an Asus motherboard with a Via chipset. Guess that's at least 2 our of 3.
Comment removed (Score:5, Insightful)
Re:Motherboard support (Score:5, Informative)
That's what OpenBIOS [openbios.info] are doing!
Re:Motherboard support (Score:3, Informative)
Innovation (Score:5, Interesting)
LinuxBIOS isn't a BIOS (Score:5, Informative)
This is pretty much OK for embedded use, but for anything where you need standard BIOS functionality, it's useless. Worse, the name "LinuxBIOS" implies that it is BIOS functionality, which causes people to try to use it in inappropriate situations.
Re:LinuxBIOS isn't a BIOS (Score:3, Informative)
Not exactly. It's actually a BIOS. It replaces your PC BIOS. And last I checeked, it could boot and run Windows 2000, Linux and OpenBSD. It's not as standardized as other BIOSes, but it's still a well functioning BIOS.
Paranoia? (Score:4, Insightful)
It might just be me being naïve, but would Intel really go to such lengths to create a "distraction"? I find it a bit paranoid to think they'd start a project with the sole intention of just slowing down the progress for an open sourced BIOS.
Re:Paranoia? (Score:3, Informative)
Nevertheless, it is a distraction.
ObLinusQuote (Score:3, Funny)
The problem is, "what do you mean by BIOS?" (Score:5, Interesting)
There are two extremes to the schools of thought on this.
The first is the minimalist: The BIOS is just enough code to put the machine into a state where it can load the real OS, and once the real OS is loaded the BIOS is no longer relevant. At a minimum this code would just set up the basics of the machine, and then load some section of the hard disk into memory and jump to it.
The second is the maximalist: The BIOS should provide abstract access to all hardware so that the OS does not have to have drivers. The BIOS would provide routines for the disk controller, video, human interface systems (mouse/keyboard/etc.), memory control, system control, you name it. The OS would never get its hands dirty accessing real hardware.
Both of these approaches have problems. The Minimalist approach means the OS has to support all hardware - which is the lament those of us who don't run Microsoft operating systems will sometimes have. If your OS does not know about your shiny new FooCard then you are out of luck. In the ideal Maximalist case, the BIOS would supply routines to access all the functions of the FooCard and your OS would Just Work no matter what.
However, the problem with the ideal Maximalist approach is that desiging a BIOS API that will work with all operating systems is HARD . Your BIOS has to have a means of calling back into the OS (since real, non-trivial drivers need to have things like semaphores, queues, interrupt handlers, rescheduling points, etc.), but then you have to insure that all operating systems supply all those APIs with the same semantics.
Now, ask yourself, if you designed a BIOS callback API around the Windows semantics (drivers cannot block, drivers must schedule a deferred procedure call if they cannot complete, drivers cannot cause a page fault to swap) how different it would be from a Unix-y style callback (drivers can block, drivers can pagefault from swap, drivers run til they are done).
The current thoughts are "The OS knows best what to do, let the OS have the drivers".
Now, in the context of a Free driver, you have to decide where between the Minimalist and the Maximalist you want to draw the line. Do you want to force the OS to have the code to set up the memory handlers and PCI bridges, for example? If the OS can handle reprogramming the PCI bridges it sure makes PCI hotplugging a great deal easier!
If you look at the LinuxBIOS approach, it is more of a maximalist approach targeting the Linux kernel. This is great if you run Linux, but what if you want to run *BSD, or Windows, or CP/M-86?
It would be possible, barely, to do like my old Multia did - provide BOTH a Windows friendly BIOS and a *nix friendly BIOS, and a means to switch between them. But now you've just doubled (actually more than doubled) the work for a system manufacturer - he has to write a BIOS for Windows, a BIOS for Linux, an BIOS for NetBSD....
"Just publish the specs, and we will write the driver!"
Again, publishing all the specs is hard - there's always that little "Oh yeah, we found that if the temp is less than 5C you have to wait an additional 50uS for this part to respond to a query - it's not intended behavior but it is observed behavior, Charlie found that out."
And even if you can completely document all the specs, there is still the little issue of "How do I, the end user, get the BIOS for *my* OS flashed onto this board?" - if you think the manufacturers are going to flash boards with seventeen different BIOSes depending upon the customers whims... I have some oceanfront property in Goddard, KS to sell you.
Then there is the issue of add-in cards - how do you integrate any BIOS they may have on them into the BIOS on your motherboard?
Now, I know somebody will point out OpenFirmware - the idea that the cards provide drivers in a bytecoded language targeting an API
Re:The problem is, "what do you mean by BIOS?" (Score:3, Interesting)
I am not an engineer, but I would go with a Minimalist approach augmented with just enough smart to abstract access to the boot device. Which is, in itself, pretty big if you take into account booting from the network, USB/Firewire devices, etc. From there o
Re:The problem is, "what do you mean by BIOS?" (Score:4, Insightful)
It hasn't been done yet (to my knowledge) but that shouldn't stop you right?
Reading your text I think you have a few misconceptions on what Open Firmware [sun.com] is and which features it provides. I suggest reading this very insightful introduction [ibm.com].
If you are an embedded systems engineer, what do you think about alternate approaches like Tinyboot [tinyboot.com]?
Why rewrite a free version of the same horror? (Score:5, Interesting)
What about making something more useful than what is there now? Something that could have more features, such as replacing grub all together? (as in be able to boot any of your OSes on any any kind of bootable hardware) Maybe even have it run *gasp* in 32/64-bit mode and leave all the old horrors of x86 BIOSes behind, and maybe even make it possible to tailer it to other kinds of hardware (not x86).
If they want people to support this, they really need to add some value to the whole thing, as many do care less about holier-than-thou hippiness.
Open Hardware (Score:3, Interesting)
Why wouldn't vendors want a free BIOS? (Score:3, Interesting)
Is it really just a case of the dominant vendors wanting to use BIOS quirks to lock-in their market share?
Upcoming Slashdot article: (Score:3, Funny)
Doing without the BIOS entirely (Score:3, Interesting)
There is trend toward larger and more featureful BIOS. I just don't understand that. Everything that can be done by the OS should be. Updating an OS is much easier than a BIOS, for starter.
And while you are there, why not drop the DOS-supporting cruft ? (like most of the BIOS software interrupts, for example)
OpenBIOS rah rah rah! (Score:3, Insightful)
Everyone should support and increase the compatibility of OpenBIOS!
OpenFirmware is the best BIOS standard ever, the joy of being able to code
from the command line and have non-interrupt-hijacking calls to the firmware,
a rudimentary HAL etc. is absolutely 100% cool.
It won't improve your Windows experience but who the hell cares about that?
It already has the support of Apple, Sun, SGI and IBM, comes in 32 and 64bit
versions in the standard, has a framebuffer, text console that redirects to
serial, video etc. automatically, blah blah blah.. Intel won't support it
because they like EFI.
But forget Intel too
Everyone should move to PowerPC, but then call me biased..
Intel's Extensible Firmware Interface (Score:3, Interesting)
The license on the download page looks like a standard 2 clause BSD license.
How to flash motherboard BIOS under Linux? (Score:3, Interesting)
Do we have a UniFlash [uniflash.org] counterpart in GNU/Linux?
(Btw, UniFlash is a DOS utility.)
Because AFAIK, I still have to boot a DOS floppy in order to have my motherboard BIOS flashed; or rely on tricks like creating a Bootable USB flashdrive wilth DOS on it [linuxcompatible.org].
Why have a BIOS API? Why even have a BIOS? (Score:5, Interesting)
The early BIOS was there to provide basic I/O support ... hence the name. but not all machines in the day had such a thing. This really came about from the fact that microprocessors were also being utilized in embedded applications involving firmware. So it was natural to think of having a firmware do common parts, like low level hardware support. But big computers, such as IBM mainframes, had no such thing. And they didn't need it. And a PC doesn't need it, either ... especially an I/O API part.
What is really needed to get an operating system started? Really, just a boot loader. The first computer I used was a PDP-8 minicomputer. It had a front panel where you could set switches to define data and address, and store the results into core memory. There was a boot loader program we would manually toggle into core memory when we needed to (core memory, BTW, retained its contents when powered off). That boot loader would then read the paper tape reader and load the operating system. But there was no I/O support from the boot loader. There was no firmware. The OS being loaded was self contained.
The next computer I worked on was an IBM mainframe (several of them, actually). Early models (360 series), did what was call IPL (initial program load) by triggering a single CPU instruction to perform a single channel I/O operation to read from a specified device (selected numerically by dials on the front panel). The first read operation loaded in just enough additional instructions to start more read operations to bring in enough of a boot loader to load the entire OS image. Then it branched to the OS and things took off. Again, there was no firmware I/O support other than these machines did have separate "I/O channel processors". The OS had to do whatever it would do on it's own.
Fast forward to the emergence of BSD and Linux on PC. The BIOS is used to load the boot loader which loads the OS. The boot loaders generally do use the BIOS API, but in theory, they should not have to. The OS (32 bit and 64 bit versions now) don't need, and generally can't use, the BIOS API.
So I say, get rid of it. Let's not have an I/O API in the BIOS anymore. Then let's quit calling it a BIOS (because it won't be that anymore).
That leaves 2 functions which what we now call a BIOS does already, which we still need to do. One is to configure the hardware. This is one of the hard parts because it has to be tailored to the chipset and maybe even CPU involved. The other is to load the operating system.
The hardware configuration could be handled in a different way. By adding on a 2nd smaller (maybe 16-bit) CPU, it can run a firmware program separate from the OS (the host CPU) that not only configures the hardware, but can also constantly monitor it while the OS is running. It could even be networked for those 10,000 machine server farms.
This same extra CPU could also do the boot loading. But it wouldn't need to do much device I/O. It should have the ability to read a few basic devices (serial port, USB, Firewire, floppy, CDROM, ethernet, and IDE/SATA hard drives) sequentially from a specified starting point and load blocks into RAM or into flash memory (or flash to RAM). Put it in a loop and it can do this with megabytes of OS images directly (this serving as the full boot loader). Flash memory of 4MB to 16MB would be plenty (for now).
I doubt we'll ever get a totally non-proprietary machine. But at least by having no more OS to firmware interfacing, we can eliminate some of the issues. And the extra control processor (something the later IBM mainframes already have many of anyway) will enhance the hardware support as well.
Beyond a free BIOS (Score:3, Interesting)
Three Arguments For An Open BIOS (Score:4, Insightful)
Offhand, I can think of three strong arguments for an OpenBIOS.
Re:Ibm (Score:3, Interesting)
Re:What? (Score:4, Informative)
diego@estel ~/kernel # grep -i @intel.com MAINTAINERS | wc -l
11
Re:What? (Score:4, Informative)
They might have some great people working on linux but the company in general just doesn't care.
It took intel a full year before they had even half decent support for their wireless chipset despite promisses that they would support it when promoting it.
They refuse to release proper specs on their video chipsets in order to let X use the proper panel size on a laptop.
Jeroen
Re:What? (Score:3, Informative)
> X use the proper panel size on a laptop.
There's a patch out there that gets this working. Google for 1280patch. Yes, I work for a company that puts Linux on laptops [emperorlinux.com]. =)
Re:Show us the code (Score:4, Insightful)
Re:Show us the code (Score:3, Informative)
Yes, but he didn't write it. A long time back RMS wrote some text macros for a truly scary text editor - others then asked permission to create an editor written in C that operated in the same way - hence RMS "invented" emacs (his own description) but didn't actually write it - hence he's always descibed himself as the inventor and not the author or the maintainer.
Re:"minus all the Hurd parts" (Score:5, Informative)
Contrary to popular opinion, Stallman is the last person in the entire Free Software/Open Source movement that I would expect doing something due to an ego issue. Listen to his speeches, read his writings, hell, email the man himself [mailto] and ask him if this is due to Hurd. He just wants to see people not chained by thier own technology.
Mmm_coffee++ (Score:3, Insightful)
RMS is not only the last person I would expect to put ego above cause, he is one of the few people in the world who truely understands what he started.
I wish people would just chill about the guy.
Kind Regards
Re:Mmm_coffee++ (Score:5, Insightful)
His problem is that he's not the most social creature around, so he tends to come off poorly due to his social ineptitude. Take his speech about free documentation at the O'Reilly conference. While it is very nice (and appreciated) that they're releasing awesome manuals, it's not free for all to use. This threatens Free Documentation -- Since there's these non-free manuals that rock (bought a few of 'em myself), people will be less inclinded to write good Free (speech) documentation, which the movement is in dire need of.
RMS was 1010% correct. However, he told it at the worst possible moment in the most outright manner possible, so he came off as a jerk.
Listen to his words. Watch his actions. But try to ignore how he presents the former. He just doesn't know people all that well.
Here it is (Score:3, Informative)
Re:Aren't BIOSes hardware-specific? (Score:3, Interesting)
Re:Why the BIOS will never be Open Source (Score:3, Informative)
Re:Trusted Computing & DRM (Score:3, Insightful)
Like putting RFID tags in everyone's ba