• tabular@lemmy.world
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    2
    ·
    24 hours ago

    Screw AI RAMpocalypse, I’m buying an open source firmware motherboard.

  • galaxy_nova@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    ·
    22 hours ago

    Open source firmware seems good from a security perspective, motherboard manufacturers seem to really suck balls. Could someone more knowledgeable about core boot explain it a bit to me if they’re willing? I don’t know too much about it besides I think I remember hearing framework uses it?

    • timkenhan@sopuli.xyz
      link
      fedilink
      arrow-up
      10
      ·
      17 hours ago

      Coreboot by itself is just a hardware initialization code that basically tells your computer what to do when it turns on (i.e. get the processor running, turn on the RAM chips and get the capacity, then see what can be used for outputting display or serial console).

      This is all executed before the user sees anything on the screen, at which point the handover to the payload firmware (i.e. the stuff you’d know as ‘the BIOS/UEFI screen’) is complete.

      The coreboot project do also work with getting the BIOS/UEFI stuff running thru their initialization process as their payload, but the code for these payloads are completely separate projects.

      • galaxy_nova@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        8 hours ago

        Ah thanks, so this is essentially another step in having the full chain open source, that’s pretty cool.