2020年8月25日 星期二

RU 5.26.0386 BETA

This version only fixes dome problem.  The main change is that RU takes too much time on some system scanning PCI devices.

NOTE: I didn't test it at all so it could be buggy.

  • Fix PCI hangs with PCI device base code 0xa.
  • Add IDE/AHCI prefix to ALT-5(HDD detection) device name
  • Fix "RU /L" loading file error
  • Fix SMBIOS data not restored after re-enter RU
  • SIO: Fix it detected lots of non-existed SIOs on some systems
  • Fix ACPI table displayed wrong MCFG/FPDT/DMAR/DBG2 details
  • Add new ACPI UEFI table
  • Previously RU scan all PCI functions unconditionally for better compatibility but it takes time. It is changed to scan PCI functions only if it's multi-function
  • Use Shift-F6  for scanning PCI functions unconditionally.
  • Fix SPD ALT-0 read failed (error: not existed)

Known issues: 

  •  All characters typed will be converted to lower cases

 

Get RU 5.26.0386 here

Password: 1374101733321016

18 則留言:

匿名 提到...

近幾版RU.EXE都有32bit保存All PCI devices時高16bit全為0的Bug.

James Wang 提到...

OK, I will fix it soon. Thanks for the testing!

James Wang 提到...

I've fixed it and will be released soon.

senveic 提到...

insyde bios, 运行就重启,5.23.0363之前的正常。

Br3dala 提到...

hi, when i want to save the modification so to press wtrl +w thats doesnt work no message like update or whatever , same thing for alt +q ... and he program stop automatically after fews minutes... i tryed with differents versions

Br3dala 提到...

sorry ctrl +w

James Wang 提到...

@ Br3dala,

Do you mean writing UEFI variables?

Br3dala 提到...

Yeah writing uefi variable in the cpusetup changing a 01 to 00, the ctrl + w doesnt work same for alt+q

James Wang 提到...

@Br3dala,

So basically the Ctrl-W and ALT-Q key combinations are not working, right?
I will release a debug version later.

Br3dala 提到...

Exactly i still can press alt + e or = but definitly not the ctrl w and alt q 🤔 dont know why its a bit weird

James Wang 提到...

@Br3dala,

Can you get the latest RU and try:
1. "RU /S4": See if the key works
2. "RU /S2": It will display key codes on the top of screen, please let me know what values of CTRL-W and ALT-Q is.

James Wang 提到...

The 5.27.0388 should have the save all PCI devices fixed

James Wang 提到...

@senveic,

I will check what has been changed after 0363, thanks for the notification.

James Wang 提到...

@senveic,

Can you try the 5.27.0388 by using "RU /S1" and see if it works on Insyde BIOS?

匿名 提到...

Dear James,
RU.efi 5.26.0386版和5.27.0388版會在執行時透過I/O 4E/4F,將LDN5及LDN6 disable. (Rx30被改成0)
即PS/2 KB and mouse會被disable.
5.25.0379版則不會有此現象,可以修正嗎?
renn

James Wang 提到...

Hi renn,

I will check what's wrong with 5.26 for disabling LDN5,6

James Wang 提到...

Hi renn,

I still can't find out what is wrong and can't reproduce the problem. I will probably add some debug messages or switches for that in the next release.

Unknown 提到...

Hi! James,
To duplicate the PS/2 KB/mouse disabled issue:
板子上有一棵ITE EC chip, 其中的PS/2 KB(LDN5)是用下列步驟啟用:
out 4eh, 7 ;Rx7用於切換LDN
out 4fh, 5 ;切換至LDN5
out 4eh, 30h ;Rx30[0]為enable bit
out 4fh, 1 ;設成1表示enable PS/2 keyboard
-----------
執行RU.efi 5.26.0386版(或5.27.0388版)將上述Rx30[0]設成1後, 離開RU.efi,再次執行RU.efi, 切換到LDN5觀察Rx30之值會變成0. 用5.25.0379版則Rx30[0]仍會保持1.
Renn