PLe

PLe
UEFI Tool

PLC

PLC
Click above to download latest version 點擊上方圖片下載最新版

PL

PL
Click above to download latest version 點擊上方圖片下載最新版

Postgresql DB tool

Postgresql DB tool
PGDB

Friday, July 25, 2025

PLe v0.9.5

 

PLe v0.9.5

x64 version UEFI shell application.

Download from GitHub: ClickMe


PLe provides dump of below:
1. PCI/PCI Express
2. System memory
3. ACPI
4. SMBIOS
5. CPU
6. UEFI System Tables/Handles/Variables/PCDs
7. UEFI Commander

PLC v1.0.1.4

 

PLC v1.0.1.4


Download from GitHub: ClickMe

Changes:
-Rebuild to include latest .net framework support. 


Functions Summary:
1. UEFI/BIOS Smart Debug Information
- Error/Checkpoint/Guid Message clarification and color highlight
- User defined message filter and color highight (Support two uder defined sets)
- Quick message search and locate debug message
- Save debug message on the fly (save to file)
- Load debug message and analysis
2. Addon Debug Message Functions
- Calculate the timeing between two marked debug messages, can be used to measure and tune the BIOS POST time.
(Click the 'Time' button on tool bar to open the 'Time' Windows, then use 'SPACE' key to mark the message.
- GUID and Meaniningful name translation
* Lookup the BIOS source code at startup. Once the GUID is displayed in the dbeug message, convert the GUID to the driver/protocol name of the GUID.
* (Need to set the 'GUID File Path' in the "Config" window to point to the UEFI/BIOS source code)
* (Click the 'Decode Messages' button in the tool bar to enable/disable the trsnslation.
3. USB
- USB topology map
- Save the USB topology map to TXT or ASL file
* - Compare the USB topology map. Can be utilize to check if any USB device loss cross system boots. (support command line mode)
- ACPI ASL _UPC and _PLD generation for USB devices.
4. Disk
- Need to launch the application in Administrator right.
- View GPT/MBR information
- Check disk boot capability.
5. Console Redirection
- Click 'Terminal' button in the tool bar to open the console window.
- Support ANSI/VT100 (Similar to Putty/Teraterm)
- Capture screen to file.
6. SUT Control (Control M/B)
- Need specific hardware
- Support Web http/https request or windows exe/bat to control the M/B - Support 'Level' or Pulse control
- Capable to control the M/B AC power or Power Button
7. UEFI Variable READ
- Need Administrator Right
- Read UEFI Variable in Windows

Sunday, July 19, 2020

PLC v1.0.1.2

PLC v1.0.1.2


Download from GitHub: ClickMe

Changes:
-Add Command Line option -noerrpause
  "No Error Pause" option is added 

-Add Serial Port ReadTimeOut/WriteTimeout Parameter
  Add Serial Port ReadTimeOut/WriteTimeOut setting in Configuration

-Uefi Variable Dump
  Add Hex view title to link to the variable name

-Acpi Table Dump
  Add hex data dump

Type 'tonyacpi' in command box to open the test function "ACPI Table dump"

Thursday, May 21, 2020

PGDB v1.1 - Postgresql Database Tool

PGDB v1.1

PGDB is a postgresql database save/restore tool.

usage: pgdb [-t -c|-s|-r|-sxls] [--help]

optional arguments:
  -h, --help            show this help message and exit
  -t TableName, --table TableName           Specify the table
  -c, --clear                                                 Clear the table (Use 'DELETE FROM' request)
  -d, --delete                                               Delete the table (Use 'DROP TABLE' request)
  -s FileName, --save FileName                 Save the table data to csv file
  -sxls FileName, --savexls FileName        Save the table data to xls file
  -r FileName, --restore FileName              Restore the table data

Wednesday, May 13, 2020

PLC v1.0.1.0

v1.0.1.0


Download Link: ClickMe

Download from GitHub: ClickMe

1. Remove the app administrator right requirment
2. SUT Control improvement
    -'Config' screen includes complete SUT control button definition and actions.
    -Invalid web request error display.
3. Console Window (VT100/ANSI)
    -Add Menu in FormConsole - 'Save ScreenAs' (Save console screen as image file)
    -Backspace key bug fixed
    -char background/foreground color bug fixed


Sunday, April 12, 2020

PLC v1.0.0.42


PLC v1.0.0.42


Download Link: ClickMe


New Features:
1. DiskInfo
   -Show MBR information - bootable/nonbootable.
   -Show OS name in OsType field.

2. Add Command Line Mode
   -Arguments
      -cli                                 Command Line Mode
     -com [COM Settings]    COM port settings
     -file [FileName]             Logs will be save to this file
     -fchk [FileName]          The existence of this file will terminate the log capture
Example:
   plc -cli -com COM4:115200:None:8:ONE:None -file d:\mylog.txt -fchk stop.txt

3. Add SUT Control
   Add "Sut Control" field in Main Window.
   The action string can be either web URL or executable file. Set the action string in "Option" window.
   Below are the samples of the action string:
      http://race.kang.sut/gpio/on/
      d:\sut\AcPowerOn.bat   
      d:\sut\PressPowerButton.exe

4. Console Window
   Add "Backspace" key process.