the following patch was just integrated into master: commit f86d0351051bddf98ed96a5da044b9779e35e9a1 Author: Patrick Georgi pgeorgi@google.com Date: Fri Oct 23 20:25:03 2015 +0200
libpayload: Allow non-default CBFS media
CBFS requests were always fulfilled using the CBFS specified in cbtables. That's a great policy when default requests are sought, but not so great when the user deliberately asked for something else.
So check if they want default CBFS media information, otherwise ignore cbtables data.
BUG=chromium:445938 BRANCH=none TEST=none
Change-Id: I01b63049eebfba6f467808ac84ef77385840c204 Signed-off-by: Patrick Georgi pgeorgi@chromium.org Original-Commit-Id: 621c916ab14c0de4bae3dde09c05060c4f3c63c5 Original-Change-Id: Ia4a8848fd7db9d9a2bf9f5c226566fe3936ff543 Original-Signed-off-by: Patrick Georgi pgeorgi@google.com Original-Reviewed-on: https://chromium-review.googlesource.com/308520 Original-Commit-Ready: Patrick Georgi pgeorgi@chromium.org Original-Tested-by: Patrick Georgi pgeorgi@chromium.org Original-Reviewed-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/12232 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
See http://review.coreboot.org/12232 for details.
-gerrit