I thought that romfs infrastructure is done now, but there were some
authorPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 3 Apr 2009 16:17:05 +0000 (16:17 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 3 Apr 2009 16:17:05 +0000 (16:17 +0000)
commitf16fb73087e0810e8fa03a8feb665ad6f7066da4
tree1c911fde3970fec64a790fabfbcc65359ef44abd
parentd107831182ebbf485590c32946ee375b3233b24a
I thought that romfs infrastructure is done now, but there were some
issues (see buildbot).
The romfs image was always built, and sometimes broke (because of
the different image layouts) for buildrom images. After the patch, these
issues are avoided by not adding payloads to the romfs image (they
wouldn't be read anyway). Both workarounds (in buildrom code for
romfs and vice-versa) aren't very pretty, but that's what our buildsystem
requires.
As I had to create a "communication channel" (via the romfs-support
files), I took the chance to also use it for compression
information, so if you configure lzma support, you'll get lzma
compressed payloads in romfs.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4054 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/i386/Config.lb
util/newconfig/config.g