Add support for a precompressed LZMA payload (trivial).
Signed-off-by: Ward Vandewege <ward@gnu.org> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2784 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
de24a0e585
commit
c73ea4d4fc
|
@ -314,8 +314,8 @@ chip northbridge/amd/amdk8/root_complex
|
||||||
# chip drivers/ati/ragexl
|
# chip drivers/ati/ragexl
|
||||||
chip drivers/pci/onboard
|
chip drivers/pci/onboard
|
||||||
device pci 7.0 on end
|
device pci 7.0 on end
|
||||||
register "rom_address" = "0xfff80000" #for 512K
|
#register "rom_address" = "0xfff80000" #for 512K
|
||||||
# register "rom_address" = "0xfff00000" #for 1M
|
register "rom_address" = "0xfff00000" #for 1M
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci a.0 off end # NIC
|
device pci a.0 off end # NIC
|
||||||
|
|
Loading…
Reference in New Issue