顯示具有 下載 download 標籤的文章。 顯示所有文章
顯示具有 下載 download 標籤的文章。 顯示所有文章

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


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

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)

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

2016年3月28日 星期一

RU 5.17.0284 Beta

This version changes lots of codes and fixed more bugs.  I hope it will not break anything else it was supposed to be working :).  The UI is the main change for more user friendly.

Features:
  1. Select SMBIOS directly from type, no more unreadable handle number!
    ALT-9 will list all SMBIOS type description.  You can directly type any string you want to find on that list like below:


    When you press Enter or RIGHT it will show the details with the string displayed in green.  Old version of RU did not have details and strings like this version.

    You can go back by pressing LEFT to the type selection list as previous picture shown.  Then use LEFT/RIGHT arrow keys to go back and forth between SMBIOS types selection and type's details.  Same operations are applied to any other screen list.

    You can also directly type string like: "memory"


    RU will find it for you, no more up/down/page up/down to navigate yourself.  For examples, it finds type 016: "Physical Memory Array" for you.

    What if you want to find more about "memory"?  Simply press CTRL-DOWN to find forward or CTRL-UP to find backward for the last entered string.
  2. The same UI from above SMBIOS is applied to the following types:
    • ACPI ALT-6
    • E820 ALT-F2
    • IDE ALT-5
    • PCI F6
    • Mass storage ALT-F1
    • SMBIOS ALT-9
    • UEFI variables ALT-=
    • System information CTRL-I
  3. EFI configuration table is added to System Information CTRL-I 
    You can directly jump to the selected table on that screen.
    For example, if we want to go EFI_SYSTEM_RESOURCE_TABLE.  First press CTRL-I and it will show:


    Type: "resource"


    Found it!  The selecting bar turns to magenta color with "[Go]" string at the end.  That means you can press Enter to go to that address.


    This is the location of EFI_SYSTEM_RESOURCE_TABLE:
  4. Mass storage now shows all block IO devices like below example "33MB RAM disk".  When there is no component name it will show the device path.
  5. SPD information changed.  Previous RU has wrong information for SPD, this version only shows the module name and size like below:


    And this:
  6. System information shows CPUIDs like below:
  7. SMBIO 3.0 is supported.
 Minor changes:
  1. Fixed ALT-M is not working for SMBIOS.
  2. UEFI variables: Fixed DEL deletes a variable but the list was not updated accordingly.
  3. Highlight color for key help in command line.
  4. CTRL-F and CTRL-D are just for the first search.  CTRL-DOWN and CTRL-UP will continue the last search.
  5. Added more key list on the pull-down menu.
  6. Mass storage: Fixed search did not advance to next LBA.
  7. SMBUS: Fixed compare SMBUS saved file is not working.
  8. RU.EFI screen is moved to the center of 100*31 resolution.
  9. E820: Added 2 more type according to ACPI E820 spec: Unusable and Disabled.
  10. E820: Added Extended Attribute support.
  11. MEMORY: Fixed memory address is always reset while input a new one and RU.EXE could display garbage characters.
  12. SPD: Support Skylake 2 pages SPD.
  13. F1 is changed to display all help lines on info block.
  14. CTRL-F1 is added to display original help window.
Updated 2016/05/18 for known bugs:
  1. RU command line will hang (ex: /D)
Download 5.17.0284 here.
Password: 10441018174128