enable flash write
This commit is contained in:
parent
6ccc762393
commit
131a050256
1 changed files with 2 additions and 2 deletions
|
|
@ -140,8 +140,8 @@ void nvram_on()
|
|||
/* Enable FFF80000 to FFFFFFFF decode. You have to also enable
|
||||
PCI Posted write for devices on sourthbridge */
|
||||
pci_write_config_byte(pcidev, 0x40, 0x33);
|
||||
/* Enable USB device in undocumented Bit 5 */
|
||||
pci_write_config_byte(pcidev, 0x45, 0x20);
|
||||
/* Enable flash write in bit 6 and USB device in undocumented Bit 5 */
|
||||
pci_write_config_byte(pcidev, 0x45, 0x60);
|
||||
}
|
||||
|
||||
/* turn off nvram shadow in 0xc0000 ~ 0xfffff, i.e. accessing segment C - F
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue