diff options
author | Ward Vandewege <ward@gnu.org> | 2007-12-04 01:15:29 +0000 |
---|---|---|
committer | Ward Vandewege <ward@gnu.org> | 2007-12-04 01:15:29 +0000 |
commit | 17e993214f72149aa86ba68aaa99a02141991996 (patch) | |
tree | 07cb270cef229db1ce54b20a10b73e83c1a99da5 /src/mainboard/supermicro | |
parent | d795b9a9ec0744b241df5147efd6afbac4e1b64e (diff) |
Enable vga option rom support for 1MB rom chip, which is what the h8dmr ships with (trivial).
Signed-off-by: Ward Vandewege <ward@gnu.org>
Acked-by: Ward Vandewege <ward@gnu.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2996 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8dmr/Config.lb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/supermicro/h8dmr/Config.lb b/src/mainboard/supermicro/h8dmr/Config.lb index 95db836224..1fd6f5e212 100644 --- a/src/mainboard/supermicro/h8dmr/Config.lb +++ b/src/mainboard/supermicro/h8dmr/Config.lb @@ -339,11 +339,11 @@ chip northbridge/amd/amdk8/root_complex device pci 5.1 on end # SATA 1 device pci 5.2 on end # SATA 2 device pci 6.0 on # PCI -# chip drivers/pci/onboard -# device pci 6.0 on end + chip drivers/pci/onboard + device pci 6.0 on end + register "rom_address" = "0xfff00000" #for 1M # register "rom_address" = "0xfff80000" #for 512K - # register "rom_address" = "0xfff00000" #for 1M - # end + end end device pci 6.1 on end # AZA device pci 8.0 on end # NIC |