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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user