amd-brand-string-edit#
UEFI utility to edit the brand string of AMD processors (Family 10h through
Family 19h) via the Core::X86::Msr::ProcNameString Machine State Registers.
This is temporary and doesn't modify the CPU in any way, and the change is purely aesthetic. This does not work on Intel, TransMeta, WinChip, or VIA CPUs.
Usage#
Replace the brand string in src/main.rs with your desired brand string, then
run cargo build --release --target x86_64-unknown-uefi. Run the output .efi
file (target/x86_64-unknown-uefi/amd-brand-string-edit.efi) on the computer
via either an EFI shell or with the boot picker and the file located at
EFI/Boot/bootx64.efi on removable storage.