Package flashrom: Information

    Source package: flashrom
    Version: 1.4.0-alt1
    Latest version according to Repology
    Build time:  Aug 8, 2024, 12:46 AM in the task #354623
    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 (x86_64, ppc64le, i586, aarch64)
    flashrom-debuginfo (x86_64, ppc64le, i586, aarch64)
    flashrom-doc (noarch)
    libflashrom-devel (x86_64, ppc64le, i586, aarch64)
    libflashrom1 (x86_64, ppc64le, i586, aarch64)
    libflashrom1-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Konstantin Lepikhov



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

    Last changed


    Aug. 7, 2024 Konstantin Lepikhov 1.4.0-alt1
    - 1.4.0.
    - BR: added libpci-devel.
    - BR: added sphinx to build man-pages.
    - Added -doc and bash completion packages.
    - Enabled tests (and disable LTO as they don't work together).
    March 17, 2023 Konstantin Lepikhov 1.3.0-alt1
    - 1.3.0.
    Nov. 17, 2021 Anton Farygin 1.3-alt2
    - added the shared library and its devel package
    - migrated to meson in build and install sections