Announcement

Collapse
No announcement yet.

Linux 6.5 To Add Support For Some New AMD CCP Hardware

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

  • #11
    Anux could you point me to some tools that let me dissect a bios image for Gigabyte MBs (AMI Firmware)? I'd be willing to dig a bit.

    Comment


    • #12
      Im not firm with that. I meant standard BIOS/UEFI menu that you can reach with
      Code:
      systemctl reboot --firmware-setup

      Comment


      • #13
        Anux Ah OK. I know my board's UEFI in and out and I'm certain that the relevant option is not exposed then.

        Comment


        • #14
          I'm running a 3800X and also receive a message about broken BIOS.
          Googling around, there is this section at ccp-dev-v5.c:
          /*
          * Check for a access to the registers. If this read returns
          * 0xffffffff, it's likely that the system is running a broken
          * BIOS which disallows access to the device. Stop here and fail
          * the initialization (but not the load, as the PSP could get
          * properly initialized).
          */
          if (qmr == 0xffffffff) {
          dev_notice(dev, "ccp: unable to access the device: you might be running a broken BIOS.\n");
          return 1;
          }​
          So maybe there is something to do with the motherboard.
          I'm using an ASUS Crosshair VIII Hero.
          Last edited by leandrolnh; 26 June 2023, 11:22 PM. Reason: Missing the final part of the comment

          Comment

          Working...
          X