mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
These are used to enable PIIX4E high flash addressing and flash write.
This commit is contained in:
parent
7f521faec0
commit
1cc051f719
1 changed files with 5 additions and 0 deletions
5
util/mtd/setpci.piix4e
Normal file
5
util/mtd/setpci.piix4e
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/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
|
Loading…
Add table
Reference in a new issue