[coreboot] [PATCH] buildrom: Add support for OpenBIOS as payload

Myles Watson mylesgw at gmail.com
Mon Apr 28 18:20:31 CEST 2008


--- Config.in	(Revision 169)
+++ Config.in	(Arbeitskopie)
@@ -94,6 +94,7 @@
 config USE_LZMA
 	bool "Enable LZMA compression"
 	depends on !(PAYLOAD_OFW && COREBOOT_V2)
+	depends on !(PAYLOAD_OPENBIOS && COREBOOT_V2)
 	depends on !(PAYLOAD_FILO && COREBOOT_V2)
 	depends on !(PAYLOAD_ETHERBOOT && COREBOOT_V2)
 	default y

I've always wondered what the reason for this is.  Is there something
magical about these payloads and their interactions with lzma?

Thanks,
Myles





More information about the coreboot mailing list