Add some comments to make it easier to enable onboard VGA for
different ROM chip sizes (trivial, tested with 256 KB chip). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3825 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
734acd5982
commit
b1fc0ba3fc
2 changed files with 9 additions and 4 deletions
|
|
@ -180,7 +180,9 @@ chip northbridge/intel/i945
|
|||
device pci 01.0 off end # i945 PCIe root port
|
||||
chip drivers/pci/onboard
|
||||
device pci 02.0 on end # vga controller
|
||||
register "rom_address" = "0xfff00000"
|
||||
# register "rom_address" = "0xfffc0000" # 256 KB image
|
||||
# register "rom_address" = "0xfff80000" # 512 KB image
|
||||
register "rom_address" = "0xfff00000" # 1 MB image
|
||||
end
|
||||
device pci 02.1 on end # display controller
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue