Slashdot Mirror


Intel To Release Next-Gen BIOS Code Under CPL

An anonymous reader writes "Intel said today that it plans to release the 'Foundation code' of its next-generation firmware technology -- a successor to the PC BIOS -- under the Common Public License (CPL), an open source license, later this year. More than 20 years old, the BIOS (Basic Input-Output System) is the oldest software technology in PC platforms. Intel says its firmware Foundation code, a result of a project codenamed Tiano, 'provides that the successor to the BIOS will be based on up-to-date software technology.' The Foundation code is designed to be extended with new features and services, such as improved platform manageability, serviceability, and administrative interfaces which are too complex to implement in the old BIOS environment, according to Intel."

16 of 224 comments (clear)

  1. An ode to DRM FUD by stecoop · · Score: 5, Interesting

    Will this end the fear of DRM'd BIOS? With the source available then any additions added to the bios can be reversed. I wonder if Intel is countering something in regards to statements made by Microsoft and Sun saying that hardware will be free?

    1. Re:An ode to DRM FUD by k4_pacific · · Score: 5, Funny

      Chances are, flashing your PC with this BIOS instead of the MS approved DRM one will prevent your PC from sharing data with DRMed Windows PCs. So, DRMed if you do, DRMed if you don't...

      --
      Unknown host pong.
  2. Credibility for Intel by SeanTobin · · Score: 5, Interesting

    Intel has been slowly losing credibility in my (and possibly others) eyes for some time now. Processor ID's sucked. However, they 'did the right thing' and got rid of them. Their implimentation of 64-bit computing sucked (or was ahead of its time) but they 'did the right thing' and swiped AMD's :). I used to be a Intel fanatic (yes, I owned several bunny people) and dismissed AMD's processors because of thier floating point performance. AMD wised up and finally gave chase to Intel on all performance matters to the point where I'm now running a AMD processor. I've always been concerened that Microsoft and Intel are a little too friendly, especially in regards to 64-bit windows versions and Microsoft/Intel's chip/release timing.

    Anyway, the BIG concern for me on the horizon is the upcoming DRM-from-the-bios-to-the-speaker-cone mentality that some unnamed people are trying to push. If Intel wants to score major bonus points in my book, opening up the bios (or whatever they feel like calling it) could definately do it.

    If I know that I can always depend on my computer to do what I tell it to and not what Intel/Microsoft/Belken tell it to do, I will go that route.

    Also, to Intel... I'm buying a new server next month. I had decided on AMD. I'm now considering Intel as an option. Now everyone in the marketing department go tell the engineering department to go impliment this!

    --
    Karma: SELECT `karma` FROM `users` WHERE `userid`=138474;
  3. Microsoft Support? by 3)+profit!!! · · Score: 5, Insightful

    "Microsoft is continuing its commitment to open industry standards by adding EFI boot support to all versions of the Longhorn generation of Windows products," said Tony Pierce, Technical Evangelist of Microsoft's Windows Hardware Innovation Group. "Participation in the collaborative community effort around the Foundation code that Intel is announcing today will help systems manufacturers and firmware companies deliver new and exciting platform innovations to their customers."

    I wonder if this is going to be like Microsoft's "support" for Java...

  4. Wonder how it will affect by ErichTheWebGuy · · Score: 5, Interesting

    the LinuxBios project? I would think little, if at all, since the core goals of the LinuxBios project are so specific (providing instant control of a cluster node), but maybe I am wrong? Perhaps some innovations can flow both ways.

    Either way, kudos to Intel.

    --
    bash: rtfm: command not found
  5. OpenBoot? by Anonymous Coward · · Score: 5, Insightful
    What, dare I ask, is wrong with OpenBoot? It's an open standard; it's been around for a long time; and it's used in at least two manufacturers' systems that I can think of. I've also heard reports that some (obscure, probably now defunct) Intel-based PC manufacturers used it in their systems.

    Seems to me like a bad case of "Not Invented Here" syndrome.

  6. Re:Not again... by Dun+Malg · · Score: 5, Informative
    Processor ID's sucked

    I never had a problem with Intel's processor ID. Every networked computer already has a unique MAC address. What is the difference?

    MAC addresses can be changed by swapping out a $15 part and in some cases can be changed in firmware, so they're not an effective tracking/identification tool. Processor IDs are hardcoded and unique. Thankfully, they can also be turned off.

    --
    If a job's not worth doing, it's not worth doing right.
  7. Re:Not really by finkployd · · Score: 5, Insightful

    While the source may be available, that won't mean it can't contain DRM. After all, any good secure system should be secure wether or not the source is visible or not.

    But no implementation of DRM can be considered a "good secure system". The whole concept is to take PKI and try to keep the private key away from the owner so he/she cannot use it for anything except what the content owner wants you to use it for. This is why MS is trying to stick private keys in hardware. This is why the iTMS DRM removal tool needs to be able to get your key out of either the iTunes software or your iPod.

    Trying to do DRM in something completely open source will NEVER work. DRM is security by obscurity, plain and simple.

    Finkployd

  8. More Info / Linux Power Management by Landaras · · Score: 5, Informative

    More information is in a similar article over at News.com.

    They mention that proprietary BIOS's is one of the key obstacles to implementing proper power management (ie hibernation) under Linux.

    - Neil Wehneman

  9. Re:Not again... by afidel · · Score: 5, Interesting

    Actually they could NEVER be turned off all the way. The BIOS patches just disabled them during startup, and Windows didn't turn it back on. But if you knew the correct sequence and a little assembly you could reactivate the PID 'feature' and query the number. I don't think there was ever a real program that did this but there were a few demo pieces that were enough proof of concept to show that it was possible.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  10. From the LinuxBIOS mail list earlier today: by LuxuryYacht · · Score: 5, Interesting



    Ron on the LinuxBIOS list put this best earlier today:

    You are not going to get the hardware startup code in Tiano. You're going to get the code that runs on top of the hardware startup code, and gives you a DOS-like startup system.

    Don't expect to suddenly see northbridge code on the intel web site. Part of the goal of Tiano/EFI is to make the release of such information unneeded. There is a silver lining. Supposedly, the interfaces from the hidden hardware code to Tiano will be public. This means you can conceivably chuck Tiano and put your own thing in its place, which could be ... a Linux kernel! You might need a small shim from the hidden hardware code to Linux, which could in turn be ... LinuxBIOS!

    This is how Linux NetWorx built the Alpha LinuxBIOS:

    - hidden hardware
    code (Alpha SROM) [ not changed, left in place]

    - LinuxBIOS [with Alpha support, minus memory setup code]

    - Linux
    Worked fine, should work for Tiano platforms. In other words, the binary support code for Tiano could solve some problems for us:

    - if we don't get the specs for the Intel chips (likely), then we can just leave the "hidden hardware code" in place, and flash over Tiano,
    replacing Tiano with LinuxBIOS. I believe Linux Labs did something like this for their ClearWater port 2 years or so ago.

    - Makes porting to other Intel mobos easier.

    Why the CPL, not the GPL?
    So that 3rd party vendors can add incompatibilities -- err, value --
    and charge you for it.

    Put another way, Tiano could be a linuxbios payload. I don't have much
    use for a Tiano/EFI payload, however. Tiano/EFI is very complex and if
    I'm going to put a complex thing like that into flash I'd much rather
    it be linux. I don't want something that's most of the work of an OS
    but not much of the capability, which pretty much describes Tiano/EFI.

    I'm intrigued that they are open sourcing it. I had for years only
    heard that it would be available under a type of NDA. I think LinuxBIOS
    is part of the push for open sourcing this type of software. But I
    doubt you're going to see Phoenix et. al. open source their
    'value-added' Tiano, which means a source fork is built into the model.
    That's trouble for us as customers -- we already suffer daily with all
    these BIOS extensions and undocumented, hidden gotchas. We already say
    this once: there was supposed to be a standard "hand off" on IA64 for
    startup. I found out that this "standard" handoff was modified by
    several vendors: it was no longer standard.

    Let's hope the "hidden
    hardware code" to Tiano interface remains standard. Also, if this code
    is anything like the EFI code, it won't build under Linux, only builds
    under Windows. It won't "just work" for us.

    All that said, I think Intel is doing a good thing by open sourcing the Tiano system, and I congratulate them on doing so.

    --
    Quidquid latine dictum sit altum viditur
  11. Once upon a time, IBM released the BIOS source... by monkeymanatwork · · Score: 5, Interesting

    I remember in the late 80's seeing a bound, printed version of the IBM XT BIOS source code (ASM of course). It belonged to a friend and probably dated from the early 80's. IIRC, he sent IBM a check for $50 and they sent it to him.

    Not Open Source, but invaluable when we were developing device drivers, TSRs, and other low-level software.

  12. More Secure? by niktesla · · Score: 5, Insightful
    It is stored in firmware, so it is more secure from viruses and other types of attack than past BIOSes
    [sarcasm] Yeah, there were real virus problems w/ BIOS back when it was non-flashable. Those pesky viruses would pop my BIOS chip out and install a new one before I knew it.[/sarcasm]

    Extra or additional drivers and code functions can be stored on the hard drive and accessed there.
    Seems like this would increase the vulnerability of the BIOS.

    Other than this problem and maybe not being able to control some of the OEM preboot (an odd word when you think of it) "features" (DRM, etc.), this doesn't sound too bad of a plan. Sounds like we're on the way to having the OS run off a FLASH disk or some type of firmware. It'd be ironic if, because of advanced DRM technology, we have to go back to the oldest mod trick - yank out the old chip and solder in the new, as was once done to upgrade BIOS.

    --
    I've discovered a remarkable proof, but this margin is too small to contain it...
  13. Re:Get our minds right first and last. by asdfghjklqwertyuiop · · Score: 5, Insightful

    DRM is an attempt to remove my control of my private property and place it into the hands of someone who doesn't own it. Period.

    I oppose DRM because I believe in the right to private property (namely my computer). Nothing to do with copyright violation.

  14. Re:Not really by prockcore · · Score: 5, Insightful

    And that's what most people do with their PC. Drive it. Not muck around under the hood and tweak the fuel injectors, or adjust the slope of the ABS initiation.

    Ironically, Congress is forcing auto makers to reveal their "precious precious IP" because your average mechanic can't read the chips in your car. Basically auto makers were trying to get you to take your car into the dealer to get an oil change. Congress stepped up and said "that's unfair trade practice".

  15. Re:Not really by Alsee · · Score: 5, Interesting

    the point of the source code, anyone can rewrite/recompile/reinstall and remove any offending "features" while adding their own modifications

    Nope.

    The entire purpose of the new system is to prevent exactly that. Sure you can change the code, but then the firmware chip (trust chip)then reports a "currupted" boot value. The new trusted software will refuse to install. The new trusted files will be encrypted and unreadable. The new websites will give you error messages and be unviewable.

    With Trusted Computing the source code becomes useless. The system defeats the GPL.

    But to top it all off, Cisco has announced a line of Network Admission Control routers that will deny you any internet access at all. It is billed as "blocking viruses", but what it really does is refuse you a connection unless you are running a Trusted computer and approved software. If you try to use to source to make any chages the hardware reports a "currupted" boot value. As far as the ISP's router is concered you are either infected with a virus or at least vulnerable to a virus.

    All new computers sold computers will start shipping with Trust chips installed by default within a year. After 4 years or so essentially all PC's will have been routinely replaced as obsolete. I figure such routers could be generally deployed by ISPs in approximately 2008.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.