Add serial stream payload support from Ed Swierk <eswierk@arastra.com>

X-Signed-Off-By: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2447 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2006-10-07 00:13:24 +00:00
committed by Stefan Reinauer
parent 197a4a8dbb
commit ebafa4df42
5 changed files with 311 additions and 0 deletions

View File

@@ -629,6 +629,11 @@ define CONFIG_PRECOMPRESSED_ROM_STREAM
export always
comment "boot image is already compressed"
end
define CONFIG_SERIAL_STREAM
default 0
export always
comment "Download boot image from serial port"
end
define CONFIG_FS_STREAM
default 0
export always