Zheng Bao (zheng.bao@amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11745
-gerrit
commit 5a3ec3c899a193bb54beb2b72a6f0b4773cbb195 Author: zbao fishbaozi@gmail.com Date: Wed Sep 30 04:22:04 2015 -0700
hudson/Makefile: Remove the dd args "status"
My dd on Macos doesn't take "status=xx".
Darwin Kernel Version 13.0.0: суббота, 9 ноября 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@amd.com Signed-off-by: Zheng Bao fishbaozi@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