the following patch was just integrated into master: commit 72a8e5e751a7fa97c9d198f68cad49f9d9851669 Author: Martin Roth gaumless@gmail.com Date: Tue Mar 24 16:02:27 2015 -0600
Update hex values to CBFS binary name types in Makefiles
These binaries were being added to CBFS using hexadecimal values instead of the CBFS binary type names. The same value was being used in different places for different things. For example, the value 0xAB is used for SPDs, MRC & FSP binaries.
This patch uses CBFS type names instead of hex values everywhere a hex value was previously used.
Change-Id: Id5ac74c3095eb02a2b39d25104a25933304a8389 Signed-off-by: Martin Roth gaumless@gmail.com Reviewed-on: http://review.coreboot.org/8978 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones marc.jones@se-eng.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Aaron Durbin adurbin@google.com
See http://review.coreboot.org/8978 for details.
-gerrit