From dca8583f17a2b26269a51da929c0892cce19b532 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Wed, 27 Jul 2022 02:03:20 +0200 Subject: [PATCH] util/liveiso/common: Install devmem2 and pcimem MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit devmem2 and pcimem are useful tools which allow working (reading and writing) with memory mapped IO. Change-Id: Ifda547b44af3c8e11cd4171a1dfbce3713455303 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/66171 Reviewed-by: Michael Niewöhner Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- util/liveiso/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/liveiso/common.nix b/util/liveiso/common.nix index 473b851f7a..b08b48f14d 100644 --- a/util/liveiso/common.nix +++ b/util/liveiso/common.nix @@ -111,6 +111,7 @@ cryptsetup curl ddrescue + devmem2 dmidecode dosfstools e2fsprogs @@ -148,6 +149,7 @@ p7zip pacman parted + pcimem pciutils phoronix-test-suite powertop -- 2.11.4.GIT