2025年11月2日 星期日

RU 5.42.0435 Beta

Another minor change as some users reported PCI bytes read problem.  

NOT TESTED: Please leave comments here if you found bugs. 

 
Please get it from github

Password: dfbfa9ca-3b05-436d-9794-00c8ce98807c 

2024年12月25日 星期三

RU 5.41.0434 BETA

Just a minor change.  NOT TESTED.
  1. Possibly fix go to the wrong PCI device in some platforms.  (This problem existed since PCI segment support was added)
  2. ARM EFI file is now in RELEASE mode 
Please get it from github
Password: cda2dfff29cd4b27b5124bce284c5791

2024年10月2日 星期三

RU 5.40.0433 Beta for ARM support

Finally I fixed several GCC build errors and do the test inside QEMU and it seems to be working. So I decided to release it during a day off for incoming Typhoon.


This version is mainly forAARCH64 

BUT!  It was ONLY TESTED in QEMU

 

Download: Get it here

Password: 795c02103e7342bc9bbc19e1073f11de
 

2024年5月18日 星期六

ARM support is coming

There are lots of requests to support ARm systems.  I am going to modify RU for ARM UEFI shell.

2023年12月14日 星期四

RU 5.34.0426 BETA

This is a very minor change from previous 0425 build.

NOTE: Absolutely not tested at all, please use it with cautions!

  • Fix RU stops responding for a long time (looks like hang) while starting up
  • "Probably" fix the BAR size issue

Download it from github 

Password: cc92d99a-ab87-43c3-99df-a5957ea53be9


p.s. blogger doesn't seem to be a good place for RU release notes, plan to move to somewhere else??

2023年6月10日 星期六

RU 5.33.0425 BETA

BUG: This version has a bug that makes it look like hang.  Do not download this version.

 

This is a minor bug fix version for QEMU as reported by one of RU users.  As always, nothing has been fully tested.

  • Fixed ASSERT on Pool.c in QEMU
  • Detect undefined MSRs for other CPUs, not just Intel's

 

Get encrypted zip file from github 

Password: 1ed2f742-228d-4dc4-b5ba-abdca1499bc8

2022年12月11日 星期日

RU 5.32.0423 BETA

 This version supports accessing PCI segments.

  • RU.EFI: Support PCI segments
    • By default it still accesses the segment 0 by 0xCF8 / 0xCFC, you can use "/S10" command line argument to force RU.EFI to call PciIo protocol
    • PCI segment > 0: It calls PciIo protocol
    • F6 list format is displayed as Segment/Bus:Device:Function (00/00:00:00)
  • Shift-F2 save memory as binary supports all memory read bus_type: PCIE, Variables, AHCI, USB, ACPI, SMBIOS
  • Fix Shift-F2 saves memory binary always saved the wrong size
  • Fix ALT-= UEFI variables hangs with big-size variable
  • Fix data saved by "RU /D SMBIOS " is wrong
  • Fix a bug of ALT-3 detecting SMSC SIO

 

Get the encrypted zip file here

Password: CC!2AmMWZSa4f3D8


2022年7月6日 星期三

RU 5.31.0410 BETA

WARNING: Not tested at all (as usual 😆) 

This is a fixed version from 5.30.0408 which has string operation problem causing errors of display bits, detecting SIO, accessing UEFI variable, etc.

 

Please get it here

Password: 1010223830646

2022年3月27日 星期日

RU 5.30.0408 BETA

WARNING: NOT TESTED AT ALL!

*** 2022/05/13 update ***

Sadly this version contained a bug that SIO detection is failed and some string display problems.  
I suggest to skip this version and wait for the next one.

Just some minor changes.  No new features.

  • Fix possible SMBUS read failed
  • Fix "ru /d VARS" not working
  • Fix "ru /d smbios" hang
  • Fix SMBUS manual selection not working
  • Add Ctrl-Home and Ctrl-End to navigate to the first and last page of all registers
  • Fix ALT-F1 Mass Storage not reading LBA correctly
  • Fix Ctrl-Home/End not working for CPU MSR

 

Download here

Password: 1776417211011

2021年8月25日 星期三

Errors for writing UEFI variables

Recently I got lots of questions for writing UEFI variables (ALT =), I believe it is because users wants to unlock the capability of your system.  And some blogs even mentioned how to do it with RU.

Due to the security reason, recent UEFI system firmware will not allow you to modify sensitive settings (variables).  And there is no way to change it unless you can update the SPI by a physical  programmer.

Here are what error numbers mean (UEFI spec) after you pressed CTRL-W.

0x00000000 EFI_SUCCESS               
0x00000001 EFI_LOAD_ERROR            
0x00000002 EFI_INVALID_PARAMETER     
0x00000003 EFI_UNSUPPORTED           
0x00000004 EFI_BAD_BUFFER_SIZE       
0x00000005 EFI_BUFFER_TOO_SMALL      
0x00000006 EFI_NOT_READY             
0x00000007 EFI_DEVICE_ERROR          
0x00000008 EFI_WRITE_PROTECTED       
0x00000009 EFI_OUT_OF_RESOURCES      
0x0000000a EFI_VOLUME_CORRUPTED      
0x0000000b EFI_VOLUME_FULL           
0x0000000c EFI_NO_MEDIA              
0x0000000d EFI_MEDIA_CHANGED         
0x0000000e EFI_NOT_FOUND             
0x0000000f EFI_ACCESS_DENIED         
0x00000010 EFI_NO_RESPONSE           
0x00000011 EFI_NO_MAPPING            
0x00000012 EFI_TIMEOUT               
0x00000013 EFI_NOT_STARTED           
0x00000014 EFI_ALREADY_STARTED       
0x00000015 EFI_ABORTED               
0x00000016 EFI_ICMP_ERROR            
0x00000017 EFI_TFTP_ERROR            
0x00000018 EFI_PROTOCOL_ERROR        
0x00000019 EFI_INCOMPATIBLE_VERSION  
0x0000001a EFI_SECURITY_VIOLATION    
0x0000001b EFI_CRC_ERROR             
0x0000001c EFI_END_OF_MEDIA          
0x0000001f EFI_END_OF_FILE           
0x00000020 EFI_INVALID_LANGUAGE      
0x00000021 EFI_COMPROMISED_DATA      
0x00000023 EFI_HTTP_ERROR            

 I won't be able to provide you on how to make it working, it is what it is from RU's perspective.

 

2021年5月7日 星期五

RU5.28.0397 BETA

Updated: 0396 build was removed and here is the new update 0397 build, thanks to @martin reporting the problem.

This version fixed mainly SIO and keyboard not working properly.  But I just did some very limited tests and some are not even tested.  Please note that It's not guaranteed that it works as expected.

Fix

  • Fix RU can't remember SIO LDN
  • Possibly fix the problem of reading keyboard input
  • Fix the problem of showing many non-existed SIOs
  • Possibly fix RU /L for SMBUS not working

RU /Sxx (Safe mode)

        xx stands for bits, for examples: RU /S4 means to skip SIO detection
  • BIT0=1: Read MTRR only for ALT-8 CPU
  • BIT1=1: Display readings from keyboard
  • BIT2=1: Skip detecting SIO
  • BIT3=1: Skip initializing text mode

Files

2020年9月22日 星期二

RU 5.27.0388 BETA

This version mainly add a test switch in command line for debugging keyboard combination problems.

Also it fixes the problem of "Save all PCI devices" resulting wrong data saved when 32-bit width is selected as reported by an user.

NOTE: It has not been tested, any wrong readings can be happened.

Command line "/S"

  • RU /S2
    • It shows RU key codes on the top of the screen when a key is pressed
  • RU /S1
    • It will only access CPU MTRRs, not all MSRs.  This is to avoid the hang while reading full set of MSRs

Get 5.27.0388 here

Password : 10462733123319

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

2020年5月7日 星期四

RU 5.25.0379 Beta

This release was requested by an user to support detecting multiple SIO.  Again, not all functions are tested. 
I am also surprised some of bugs existed for a long time but no one reported to me XD
  • Support Exar SIO detection
  • Support for detecting up to 6 SIOs at the same time (NOT TESTED)
  • Fix ACPI (ALT-6) hangs on Intel Menlow platform
  • Ctrl-S is replaced by Ctrl-U to toggle sound
  • Fix some strings displaying problems
Download it here.
Password: 2002118028047

Tutorial: Type to find string

On any screen like below, you can just type any key to start the "find" dialog, so you don't need to browse the name one by one.  This has been done for years but I doubt anyone knows that.

Below is an example on variable (ALT-=) selection screen:




2019年11月13日 星期三

RU 5.24.0370 Beta

Features
  • List all available MSRs from #0 - #1000 even for those MSRs not recorded in RU name database
  • CPU MSR ALT-8 names can be searched: ALT-L/ENTER then type the name on the main screen

Changes
  • RU.EXE: Fix Save Default EXE is not working
  • Add page number displayed for CPU MSR
  • SIO: Add Fintek vendor IDs for auto-detection (NOT-TESTED)
  • SIO: Fix auto-detection is not working (tested only on one system)
  • Command line mode ` : All functions key are allowed (not sure is there will be any side effects)
  • Command line mode ` : The line will be changed to color red indicating it is in command line mode
  • Fix ACPI ALT-6 page number are displayed incorrectly after page #0xFF
  • UEFI configuration table from System Info CTRL-I can be browsed more than one page
  • Some minor UI changes
Download here
Password: 23234124810135744

2019年9月23日 星期一

RU 5.23.0363 Beta

Features
  • Add EC interface, use ALT-] key to enter EC access.  RU will try to detect EC_SC and EC_DATA.
Changes / bug fixes
  • Fix ALT-8 always reads MTRRs only on 5.22
  • Add ACPI ALT-6 DSDT table
  • ACPI UI: Add Page number for large ACPI table such as DSDT
Get 5.23.0363 here.
Password: "61016253441046 "  (no quotation marks, a space character followed after the numbers)

2019年8月20日 星期二

RU 5.22.0354 Beta

This is a bugs fixed version release.  There are some long-existed problems caused system hung but just few reported to me.  I am wondering why just few people notice that...
However it is still not tested and I always created some other bugs XD.

Bugs fixed - Multiple hangs fixed!
  • Fix RU.EFI hangs while reading MSR hangs in Kabylake platform
  • Fix RU.EFI hangs running on Comet Lake U platform since 5.11.0196
  • Fix RU.EFI hangs in a system without GOP
  • Fix writing to CPU MSRs is not working
  • Fix CTRL-G not working, it sometimes go to address 0
  • Fix RU.EFI Ctrl-F, Ctrl-D waits for keys to continue
 Minor changes
  • ALT-8 CPU MSR will first select which CPU to look at, so as ALT-M
  • Display Number of CPUs in System Info [CPU] section.
  • Add /S to command line as SAFE mode
Get it here
Password: 2924610141006

Known issue: ALT-8 Can only read MTRRs...  I created another bug XD, fixed and will be released soon.

2019年5月1日 星期三

Reading EC controllers?

I think I will start to add the codes to read EC controller and hopefully finish it this year.

It's done!  Check it out.

2018年7月28日 星期六

RU 5.21.0344

New features
  1. RU.EFI: Add ROM layout info to CTRL-I System Info page
Minor changes
  1. Fix RU.EFI F12 saved incomplete image if File pull-down menu is opened
  2. Add CSM16 version to CTRL-I System Info [Firmware] section
  3. Fix ALT-9 SMBIOS highlighted area size is wrong if you use PgUp/PgDn to navigate types
  4. Fix ALT-9 SMBIOS type 0 BIOS Version does not show string
  5. Fix AHCI MMIO device name overlapped
  6. Fix RU.EXE ALT-5 can't detect AHCI devices devices since version 5.16
  7. Fix ALT-L (ENTER) is not working in DDR4 page 2
  8. Fix arrow keys can't move cursor after entered editing mode (cursor flashing) since version 5.20
  9. Fix SMBUS SPD always have 2 pages
  10. Fix search function (CTRL-D / CTRL-F) not working properly while reading ALT-F1 HDD
  11. E820 ALT-F2: Change "End Address" to Size on the list for better reading
  12. RU.EXE: Fix "RU /D E820" file.ext hangs
  13. Fix displaying wrong binary bits content (it could be all 1s always) from version 5.20
  14. Fix some minor UI problems
Get RU 5.21.0344 Beta here 
Password: 332012091007