Announcement

Collapse
No announcement yet.

Linux 5.10 To Have Initial Support For UEFI Booting On RISC-V

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux 5.10 To Have Initial Support For UEFI Booting On RISC-V

    Phoronix: Linux 5.10 To Have Initial Support For UEFI Booting On RISC-V

    It looks like the upcoming Linux 5.10 kernel cycle will be the first to bring initial support for UEFI booting on RISC-V hardware...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Why the f*ck do companies keep trying to port UEFI garbage to non-x86 platforms? Is this microsoft Stockholm syndrome?

    Comment


    • #3
      Originally posted by Developer12 View Post
      Why the f*ck do companies keep trying to port UEFI garbage to non-x86 platforms? Is this microsoft Stockholm syndrome?
      Status quo on ARM gives you the answer. Nearly every ARM device's boot process is different so there is no way to create an unified installer for them. The potential alternative Open Firmware no one really knows anything about anymore, but there are plenty that know UEFI. There are a few ARM devices that use UEFI but they are unfortunately uncommon.

      Comment


      • #4
        it is not like anyone ever asked for a large, convoluted, and often proprietary EFI bios of all firmwares for a RISCV system, ever, ..? https://youtu.be/z_V1Tke-2sE

        Comment


        • #5
          Originally posted by calc View Post

          Status quo on ARM gives you the answer. Nearly every ARM device's boot process is different so there is no way to create an unified installer for them. The potential alternative Open Firmware no one really knows anything about anymore, but there are plenty that know UEFI. There are a few ARM devices that use UEFI but they are unfortunately uncommon.
          modern ARM boards with proper BSP boot loader can boot a shared uImage just fine.

          Comment


          • #6
            UEFI is a form of BIOS. Without BIOS you need to build an OS image for each hardware package (SoC + PCIe cards, if we're talking about desktop/server). That's the mess e.g. on Android phones. In servers, UEFI is the standard and works fine - you can plug e.g. an ethernet PCIe card into the server and don't care what CPU architecture it runs on (X86/ARM). The UEFI BIOS on the card intializes the card properly during the boot. Unlike X86, UEFI code is bytecode, so it's CPU architecture agnostic. And BTW the (U)EFI wasn't first on Windows, but Mac.

            Comment


            • #7
              Originally posted by rene View Post
              modern ARM boards with proper BSP boot loader can boot a shared uImage just fine.
              'BSP' is just an acronym for 'board support package', and will differ for every board/soc vendor. So what exactly is your definition of a 'proper BSP boot loader' in that case?

              Comment

              Working...
              X