Announcement

Collapse
No announcement yet.

New Coreboot Frame-Buffer Driver For The Linux Kernel

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

  • New Coreboot Frame-Buffer Driver For The Linux Kernel

    Phoronix: New Coreboot Frame-Buffer Driver For The Linux Kernel

    A new Coreboot frame-buffer driver has been published for the Linux kernel that allows reusing of the frame-buffer setup by Coreboot during the hardware initialization process...

    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
    Does something like this feature energy management (savings)?
    Stop TCPA, stupid software patents and corrupt politicians!

    Comment


    • #3
      never can have enough dump system frame buffer drivers, ... maybe they should re-use some existing simple API instead, ...

      Comment


      • #4
        Originally posted by rene View Post
        never can have enough dump system frame buffer drivers, ... maybe they should re-use some existing simple API instead, ...
        So they write a new driver with functionality that wasn't present in any other driver before and your comment is that they should have used an existing API instead?
        How should that even work? Any chance that you aren't a developer?

        Comment


        • #5
          So if you have a coreboot supported machine, what's required to get the fb reused? Any requirements in the kernel version or just use the latest coreboot?, or something else needs to be installed/setup?

          Comment


          • #6
            Typo:

            Originally posted by phoronix View Post
            other patches for expsoing Coreboot table support

            Comment


            • #7
              Originally posted by MoonMoon View Post

              So they write a new driver with functionality that wasn't present in any other driver before and your comment is that they should have used an existing API instead?
              How should that even work? Any chance that you aren't a developer?
              this are like 4 integers and a pointer (w, h, stride, bits, fbptr*) and at least EFI has some FB struct, maybe even the multi boot spec. the amount of simple and system FB drivers in the linux kernel really is getting out of hands, ...

              they even write there:

              > [coreboot] exports information about this framebuffer, along with various other information, in a table
              discoverable via ACPI or a device tree.

              PS: And all this cruft is even going into directories name: drivers/firmware/google/
              So is this google, or is it core boot, and why not share with efifb or whatever? And will we get google, facebook, sony, microsoft et al. directories all over the kernel now? And drivers/firmware/google/framebuffer-coreboot.c - should that not be drivers/video/fbdev/coreboot.c?

              PPS: not talking to a developer, ... ;-) https://youtube.com/renerebe
              Last edited by rene; 25 January 2018, 02:08 PM.

              Comment


              • #8
                Originally posted by rene View Post
                why not share with efifb or whatever?
                I doubt UEFI firmware can be relied upon for this to work according to spec or at all.

                Comment


                • #9
                  Originally posted by starshipeleven View Post
                  I doubt UEFI firmware can be relied upon for this to work according to spec or at all.
                  they already pass ACPI tables, there is for sure other code to base upon. And I do not mean full EFI implementation, of course you can rely on the simple struct you fill out yourself, nothing to do with vendor EFI implementation not used here. E.g fake some efi memory table to reuse efifb, or whatever. As I said the kernel already has multiple simple firmware FB implementations, and the google namespace cluttering also stinks, ...

                  Comment


                  • #10
                    Originally posted by rene View Post

                    they already pass ACPI tables, there is for sure other code to base upon. And I do not mean full EFI implementation, of course you can rely on the simple struct you fill out yourself, nothing to do with vendor EFI implementation not used here. E.g fake some efi memory table to reuse efifb, or whatever. As I said the kernel already has multiple simple firmware FB implementations, and the google namespace cluttering also stinks, ...
                    You realize that when using Coreboot both a BIOS and UEFI firmwares become irrelevent? Linux already implements similar logic/features/services (the sane parts) that are found in BIOS/UEFI and _works_ without them fine. GRUB already is able to take over the framebuffer that Coreboot hands over, next logical step is to have similar support in Linux. I think that this is awesome and can't wait till it lands in mainline Linux. I myself use Coreboot on T430s laptop with GRUB payload (no BIOS/UEFI, no Intel ME blob) running FSF endorsed flavor of Archlinux called Parabola.

                    Comment

                    Working...
                    X