Jump to content

canonkong

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by canonkong

  1. The motherboard is ASRock Z690 Steel Legend/D5. And here is the moudle I modified from the BIOS. asl file mod.7z
  2. @Dietmar I modified the bios, it can work on xp/win7 above now. Single core boost work fine now.
  3. Need to modify the *inf and *sys file. *inf file is easy to modify, but *.sys need to find out the device ID check and block or over it. After modify the *sys file, you need to use EV certificate to sign it to avoid 52 error code afer installing the mod driver.
  4. Here is some souce code about Intel AMI BIOS: Foxconn: https://github.com/killvxk/LoginDemo/tree/master kabylake: https://github.com/raywu-aaeon/KabyLake_DW08 IceLake-SP: https://github.com/liuwei142536/hamburger_Bios Maybe can help us to modify the bios.
  5. What the debug error is? BIOS often not only one error, like my B650E mainboard, need to fix 5 errors.
  6. @Dietmar Yes, here is the file. CPU Show.7z Original BIOS ACPI table dump:https://disk.yandex.ru/d/75Fwkvp1MmTIcA MOD BIOS ACPI table dump:https://disk.yandex.ru/d/oI9KAZEtugvrWw
  7. @Dietmar Benchmark tests results were all right. I test few B550 and B650 mainbords, all are working fine. Single core frequency and multi-core frequency turbo, standby power and fullload power consumption,CPU thread scheduling are all right.
  8. Modify the BIOS also can solve this CPU problem. The new motherboards usually have the BIOS flashback function, can flash the mod bios very easy.
  9. @Damnation And I don't think ACPI\ACPI0010 is Processors device. Testing on NTOS 6.2.7962 .
  10. @Damnation I had tried it, but I can not find any other device need to install driver.
  11. I modified the CPU driver and install it. But only show one processor. Modify the *.inf file and add this line: %AmdPPM.DeviceDesc% = AmdPPM_Inst,ACPI\ACPI0010
  12. @Damnation After update the latest bios, I found ACPI\ACPI0010 which names Generic Bus in system device.
  13. @Damnation I can't find any systems with this ACPI0010 Device on my Gigabyte B550I AORUS PRO AX.
  14. @daniel_k So I need to modify the bios to fix it?AMD A520/B550 mainboards’ FCH is from ASMedia, same with AMD 300/400 series. I think can use B450 mainboards’ professor related code. But how to make sure this code?
  15. Processor devices do not appear in hardware management, which usually occurs on AMD's a520/b550 motherboard and Intel's 600 series motherboard. This situation occurs from XP to win7. It will be work well from win8 beta 6.2.79xx or above. I tested 6.2.7880 and will not display it. I tested 6.2.7973 and can display it. I tried to replace modified acpi.sys with the old version, but Win7/beta7880 still doesn't display. Maybe my mod acpi.sys modification is incorrect. Mod BIOS may be fixed..
  16. I had tried to port the win8.1 usb driver on win7, but failed. WIN8.1 usb driver need kmdf 1.13.
×
×
  • Create New...