the following patch was just integrated into master: commit 58a150a1a332a749d38a656be2fe665da2a971c2 Author: Patrick Georgi pgeorgi@chromium.org Date: Mon May 2 17:22:29 2016 +0800
lib/cbfs: Use fmap derived information about the COREBOOT region
It used to use CONFIG_CBFS_SIZE. The plan is that CBFS_SIZE only informs default*.fmd generation, while everything else derives its information from there.
Also document the existing assumption that boot media should access the COREBOOT region (and not any other potentially existing fmap region containing a CBFS).
Change-Id: I08254e4510f71edf99c2c8b56ac8f92008727c4a Signed-off-by: Patrick Georgi pgeorgi@chromium.org Reviewed-on: https://review.coreboot.org/14572 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See https://review.coreboot.org/14572 for details.
-gerrit