Posts

Showing posts from 2025

PLC v1.0.1.5

  PLC v1.0.1.5 Download from GitHub:  ClickMe Changes: - Support serial port speed up to 8M bps.

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 UEF...