Guards against errors that are hard to track down:
authorPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 3 Feb 2010 17:56:37 +0000 (17:56 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 3 Feb 2010 17:56:37 +0000 (17:56 +0000)
commita6c337dec0837135949cc3927a77b07290e1d2cb
tree49f459fdcd74cb4557ff81fab4469af8998b03f5
parentf1b6f1f2bb723d7b7e8e59e95da9ea8ccd146053
Guards against errors that are hard to track down:
- if crt0s is empty (eg. because crt0-y is still used),
  break the build, and say where that behaviour changed
- if a stage is unusable for cbfstool because it's placed
  outside the ROM space (linked to 0 is somewhat notorious),
  warn about it, give some hints and exit instead of crashing.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stefan.reinauer@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5077 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/i386/Makefile.inc
util/cbfstool/cbfs-mkstage.c