the following patch was just integrated into master: commit 9b5b536b1879ea7a3570b72b3f4e5776ccef2927 Author: Patrick Georgi pgeorgi@chromium.org Date: Wed Nov 25 17:04:17 2015 +0100
build system: establish priority levels for CBFS file additions
Add files with fixed positions, then files with alignment requirements and finally those that can reside everywhere to prevent the most obvious collisions. This isn't perfect yet (the "aligned" group may need some additional sorting), but should avoid the worst instances ("free floating" files allocating space required by fixed location files, for example).
Change-Id: I871e1a92ad90e63fc4e299fe1b228b4b00a35930 Signed-off-by: Patrick Georgi pgeorgi@chromium.org Reviewed-on: https://review.coreboot.org/12536 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth martinroth@google.com
See https://review.coreboot.org/12536 for details.
-gerrit