Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/60375 )
Change subject: util/liveiso: Disable write protection of the intel-spi driver ......................................................................
util/liveiso: Disable write protection of the intel-spi driver
The intel-spi driver maps the BIOS region of the flash as an mtd device at /dev/mtdX. Since this system is intended for development purposes, disable its write protection.
Change-Id: Ib73d14eb4e7df6e29433b8dfbeb77dbab4a85f08 Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/60375 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Michael Niewöhner foss@mniewoehner.de --- M util/liveiso/common.nix 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Michael Niewöhner: Looks good to me, approved
diff --git a/util/liveiso/common.nix b/util/liveiso/common.nix index 2ed4af5..d0b7ba6 100644 --- a/util/liveiso/common.nix +++ b/util/liveiso/common.nix @@ -33,6 +33,7 @@ "console=ttyS0,115200" "console=tty0" "iomem=relaxed" + "intel-spi.writeable=1" ]; # pkgs.linuxPackages == lts # pkgs.linuxPackages_latest == stable
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.