2011年5月26日 星期四

RU v4.88

* version 4.88
1. Fixed CPU MSR jumps to wrong registers when navigating by PgDn/PgUp
2. Display 32-bit CPU ID

* version 4.87
1. Added all PCI class names through class / subcalss /program interface from PCI 3.0 spec.
2. Fixed displaying wrong device name if matched with other vendor's device ID
3. Fixed SMBUS not working for ICH
4. Fixed can't select slave address for SMBUS
5. Improve SMBus read speed by eliminating 0xff
6. Fixed can't read ECAM from some PCI express devices. ECAM base is detected only once now, not every time while reading the PCI express device.
7. Removed open/close config from pull down menu. IO's open/close config are controlled by the keyboards only.

2010年11月4日 星期四

RU v4.86

Main features:

1. ASCII code editing mode:
Added Ctrl-F4 key to toggle ASCII code editing mode.

2. Support headless system:
Should be run without vide RAM for remote control system to work.

3. Read / write UEFI variables
Must be used with RUSMI module (AMI Aptio code).

Bug fixes / Improvements:
1. Fixed pull down menu are overlaid by CPU MSR name
2. Fixed displaying not enough horizontal index numbers if bytes_in_page<0xf0
3. Fixed saved history SMBIOS not working if it is not current displayed page
4. Changed warning beep to make it louder
5. Input line window will no longer exit for function keys

2010年9月30日 星期四

Adding new feature

I am writing an AMIBIOS Aptio module that can be used by RU to read/write UEFI variable. Then I need to think about the UI of RU on how to operate it easily to access those variables. Probably I will use the same UI as SMBIOS.

Hope I will have enough time to do it.

This is done in RU v4.86

2010年9月14日 星期二

RU v4.84

Just 2 minor bugs fixed:
1. RU disabled NMI while entering bit real mode at the beginning, now it will not change the NMI disabled/enabled status.
2. Fixed pull down menu: Config: SMBus = Open Config

2010年4月28日 星期三

Possible new features

1. Read memory above 4GB
2. F4: switch to all display registers content instead of values.
3. Add a module to Aptio and RU can read/write UEFI variables - Done in RU v4.86

Just the idea, may not be done.

2010年4月8日 星期四

RU v4.83

1. Fixed can not display HDD size with LBA numbers > 0xffffffff
2. Add IDE identify WORD 104-127
3. Fixed TAB is not working properly
4. Fixed reset when entering RU on Huron River platform

2010年2月23日 星期二

RU v4.82

This is a quick fix from version 4.81:
  1. Fixed RU hangs at scanning PCI bus B/D/F=0/16/2 in RS880+SB800 platform
  2. Display SATA up to gen-3
  3. Fixed display problems of pull-down menu and clock
Thanks for Gimmy's test.