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>
This commit is contained in:
Felix Singer 2021-12-25 11:18:11 +01:00
parent edb4f759ea
commit eb4edc3ef1
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
"console=ttyS0,115200"
"console=tty0"
"iomem=relaxed"
"intel-spi.writeable=1"
];
# pkgs.linuxPackages == lts
# pkgs.linuxPackages_latest == stable