Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37221 )
Change subject: [NOT FOR MERGE] - For Richard - hack the Makefile for testing ......................................................................
[NOT FOR MERGE] - For Richard - hack the Makefile for testing
This will let you test WIP amd_blobs (and blobs) that you might want, without worrying the submodule will be updated when you use USE_AMD_BLOBS.
Change-Id: Iaa6b1a3ed1fbeababb38aa5cdafd90e14fcac50f Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M Makefile.inc 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/37221/1
diff --git a/Makefile.inc b/Makefile.inc index dc5272e..b7170e2 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -199,14 +199,14 @@ ifeq ($(CONFIG_USE_BLOBS),y) # These items are necessary because each has update=none in .gitmodules. They are ignored # until expressly requested and enabled with --checkout -forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/blobs)) +# forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/blobs)) forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/intel-microcode)) ifeq ($(CONFIG_PLATFORM_USES_FSP1_0)$(CONFIG_PLATFORM_USES_FSP1_1)$(CONFIG_PLATFORM_USES_FSP2_0),y) forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/fsp)) endif -ifeq ($(CONFIG_USE_AMD_BLOBS),y) -forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/amd_blobs)) -endif +# ifeq ($(CONFIG_USE_AMD_BLOBS),y) +# forgetthis:=$(if $(GIT),$(shell git submodule update --init --checkout 3rdparty/amd_blobs)) +# endif endif UPDATED_SUBMODULES:=1 COREBOOT_EXPORTS += UPDATED_SUBMODULES
Richard Spiegel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37221 )
Change subject: [NOT FOR MERGE] - For Richard - hack the Makefile for testing ......................................................................
Patch Set 2:
Thanks, will use it once I get there.
Marshall Dawson has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37221 )
Change subject: [NOT FOR MERGE] - For Richard - hack the Makefile for testing ......................................................................
Abandoned