mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
5 lines
128 B
Bash
5 lines
128 B
Bash
#!/bin/sh
|
|
echo "Commands to enable PIIX4E flash writes. "
|
|
setpci -s 0:7.0 4e.w
|
|
setpci -s 0:7.0 4e.w=2f4
|
|
setpci -s 0:7.0 4e.w
|