Hi,
On Mon, Oct 23, 2006 at 02:15:19PM -0700, Ed Swierk wrote:
After our discussion in the "Download payload from console via XMODEM" thread, I posted these patches. There was no response, possibly due to the LinuxBIOS conference.
Here they are again in case they were overlooked the first time around, in increasing order of invasiveness:
The first patch renames CONFIG_COMPRESSED_ROM_STREAM* and CONFIG_PRECOMPRESSED_ROM_STREAM.
The second one renames the other CONFIG_*_STREAM options.
The third one goes whole-hog and replaces every remaining instance of "stream" with "payload" in code, filenames and directory names. The diff is pretty huge due to the file renaming.
The patches are nice, apply fine, but are not complete anymore. I ran abuild and it failed in a few places:
----------------------------------------------------------------------- Processing mainboard/Iwill/dk8_htx (i386: ok) Creating config file... ok Creating builddir...FAILED! Log excerpt: Configuring TARGET Iwill_dk8_htx Will place Makefile, crt0.S, etc. in Iwill_dk8_htx ===> ERROR: Can't use undefined option CONFIG_ROM_STREAM Config-Iwill_dk8_htx.lb:0 src/mainboard/Iwill/dk8_htx/Options.lb:0
Processing mainboard/olpc/btest (i386: ok) Creating config file... ok Creating builddir...FAILED! Log excerpt: Configuring TARGET olpc_btest Will place Makefile, crt0.S, etc. in olpc_btest ===> ERROR: Can't use undefined option CONFIG_ROM_STREAM Config-olpc_btest.lb:0 src/mainboard/olpc/btest/Options.lb:0
Processing mainboard/via/epia-m (i386: ok) Using existing test target [...]/LinuxBIOSv2/targets/via/epia-m/Config-abuild.lb ok Creating builddir...FAILED! Log excerpt: (@231) NUM = '1' (@233) OPTION = 'option' (@240) ID = 'CONFIG_ROM_' ===> ERROR: Could not parse file Config-via_epia-m.lb:0 -----------------------------------------------------------------------
The Iwill/dk8_htx and olpc/btest are probably new and are simply not contained in your patch. Not sure what breaks the via/epia-m.
HTH, Uwe.