Package flashrom: Information

    Source package: flashrom
    Version: 1.6.0-alt1
    Build time:  Aug 11, 2025, 11:05 PM
    Report package bug
    License: GPLv2
    Summary: Universal flash programming utility
    Description: 
    flashrom is a tool for identifying, reading, writing,
    verifying and erasing flash chips. It's often used to flash
    BIOS/EFI/coreboot/firmware/optionROM images in-system using a
    supported mainboard, but it also supports flashing of network
    cards (NICs), SATA controller cards, and other external devices
    which can program flash chips.
    
    It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8,
    TSOP32/40/48, and BGA chips, which use various protocols such as
    LPC, FWH, parallel flash, or SPI.
    
    The tool can be used to flash BIOS/firmware images for example --
    be it proprietary BIOS images or coreboot (previously known as
    LinuxBIOS) images.
    
    It can also be used to read the current existing BIOS/firmware
    from a flash chip.

    List of RPM packages built from this SRPM:
    bash-completion-flashrom (noarch)
    flashrom (riscv64)
    flashrom-debuginfo (riscv64)
    flashrom-doc (noarch)
    libflashrom-devel (riscv64)
    libflashrom1 (riscv64)
    libflashrom1-debuginfo (riscv64)

    Maintainer: Konstantin Lepikhov


      1. libcmocka-devel
      2. libftdi1-devel
      3. libjaylink-devel
      4. libpci-devel
      5. gcc
      6. libusb-devel
      7. meson
      8. zlib-devel
      9. python3-module-sphinx-sphinx-build-symlink

    Last changed


    Aug. 11, 2025 Konstantin Lepikhov 1.6.0-alt1
    - 1.6.0.
    Feb. 14, 2025 Michael Shigorin 1.5.1-alt2
    - E2K: add flashboot.sh 0.9.2 by MCST
    Feb. 6, 2025 Konstantin Lepikhov 1.5.1-alt1
    - 1.5.1.
    - Added patches from main:
      + flashchips: Add Spansion S25FS512S (closes #52955).
      + tests: disable on x86 (fails with format error).