[coreboot-gerrit] Patch set updated for coreboot: hudson/Makefile: Remove the dd argument "status"

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Thu Nov 5 11:50:34 CET 2015


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11745

-gerrit

commit b7519b9e58b558eb800bd1a928dd848c8392ba1a
Author: zbao <fishbaozi at gmail.com>
Date:   Wed Sep 30 04:22:04 2015 -0700

    hudson/Makefile: Remove the dd argument "status"
    
    My dd on Macos doesn't take "status=xx".
    
    Darwin Kernel Version 13.0.0: cy660Ta,9hor6pr 2013 02:42:04 (MSK)
    root:xnu-2422.1.72_by_bronya_sinetek_anv_rc7/
    BUILD/obj/RELEASE_X86_64
    
    Change-Id: I7f7bf68967c61524811aa038b064ea706dadd366
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
---
 src/southbridge/amd/pi/hudson/Makefile.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/amd/pi/hudson/Makefile.inc b/src/southbridge/amd/pi/hudson/Makefile.inc
index 00d150f..547ed52 100644
--- a/src/southbridge/amd/pi/hudson/Makefile.inc
+++ b/src/southbridge/amd/pi/hudson/Makefile.inc
@@ -136,7 +136,7 @@ $(obj)/coreboot_hudson_romsig.bin: $(call strip_quotes, $(CONFIG_HUDSON_XHCI_FWM
 		$(HUDSON_PSP_DIRECTORY_POSITION); do \
 		echo  $$fwm | LC_ALL=C awk '{printf ("%c%c%c%c", $$1 % 256, int($$1/256) % 256, int($$1/65536) % 256, int($$1/16777216));}'; \
 	done > $@.tmp; \
-	dd if=$@.tmp of=$@ conv=notrunc status=noxfer 2>/dev/null; \
+	dd if=$@.tmp of=$@ conv=notrunc >/dev/null 2>/dev/null; \
 	rm $@.tmp
 
 ifeq ($(CONFIG_HUDSON_FWM), y)
@@ -408,7 +408,7 @@ apu/smuscs-position := $(SMUSCS_POS)
 apu/smuscs-type := raw
 
 #9
-cbfs-files-y += apu/pspsecuredebug
+#cbfs-files-y += apu/pspsecuredebug
 apu/pspsecuredebug-file := $(CONFIG_PSPSECUREDEBUG_FILE)
 apu/pspsecuredebug-position := $(PSPSECUREDEBUG_POS)
 apu/pspsecuredebug-type := raw



More information about the coreboot-gerrit mailing list