[Sound-open-firmware] [PATCH] arch: xtensa: display memory dump in the map file and add prefix

Liam Girdwood liam.r.girdwood at linux.intel.com
Tue Jun 6 21:35:40 CEST 2017


Also make sure the binaries have platform prefix.

Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
 src/arch/xtensa/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/arch/xtensa/Makefile.am b/src/arch/xtensa/Makefile.am
index c998c31..b9b1cc6 100644
--- a/src/arch/xtensa/Makefile.am
+++ b/src/arch/xtensa/Makefile.am
@@ -67,8 +67,8 @@ reef_LDFLAGS = \
 	-T ../../platform/$(PLATFORM)/$(PLATFORM_LDSCRIPT)
 
 bin-local: reef
-	$(OBJCOPY) -O binary reef reef.bin
-	$(OBJDUMP) -D reef > reef-$(FW_NAME).map
+	$(OBJCOPY) -O binary reef reef-$(FW_NAME).bin
+	$(OBJDUMP) -h -D reef > reef-$(FW_NAME).map
 	rimage -i reef -o reef-$(FW_NAME).ri -m $(FW_NAME)
 
 vminstall-local:
-- 
2.11.0



More information about the Sound-open-firmware mailing list