summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2016-03-03 05:14:09 -0600
committerSantosh S. Puranik <santosh.puranik@in.ibm.com>2016-03-03 06:31:56 -0500
commit8b7a79e20621474c8a8607c482edfc6c18e779b4 (patch)
treef54d034e24c55ea4022e42f2b66f8bcb34feec45
parentd5f7a0cd025844cf129aafbfcef111a8b96e3ae1 (diff)
downloadtalos-sbe-8b7a79e20621474c8a8607c482edfc6c18e779b4.tar.gz
talos-sbe-8b7a79e20621474c8a8607c482edfc6c18e779b4.zip
Update backing build
Change-Id: I653b669f723b828d553715fb4a5ccdbcd0a527bf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21635 Tested-by: Jenkins Server Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
-rwxr-xr-xcustomrc2
-rw-r--r--sbe/image/Makefile6
2 files changed, 1 insertions, 7 deletions
diff --git a/customrc b/customrc
index 0f3efdbf..802c6c2f 100755
--- a/customrc
+++ b/customrc
@@ -9,7 +9,7 @@
#export WORKSPACE=<set it to your root ppe directory. This is required if you
# to use build script locally>
export MACHINE=NIMBUS
-export BACKING_BUILD=/esw/fips910/Builds/b0222a_1610.910/
+export BACKING_BUILD=/esw/fips910/Builds/b0301a_1612.910/
export SIMICSOPTIONS="-nre"
diff --git a/sbe/image/Makefile b/sbe/image/Makefile
index 6a5e62e1..e5f6bbef 100644
--- a/sbe/image/Makefile
+++ b/sbe/image/Makefile
@@ -146,16 +146,10 @@ $(OBJDIR)/$(IMAGE_SBE_NAME).bin $(OBJDIR)/$(IMAGE_SBE_NAME).dis: $(OBJDIR)/$(IMA
$(OBJCOPY) -O binary $< $(OBJDIR)/$(IMAGE_SBE_NAME).bin --pad-to 0x`/usr/bin/nm $(OBJDIR)/$(IMAGE_SBE_NAME).out | grep "A _sbe_end" | cut -d " " -f 1`
$(OBJDUMP) -S $< > $(OBJDIR)/$(IMAGE_SBE_NAME).dis
$(NM) $< > $(OBJDIR)/$(IMAGE_SBE_NAME).syms
- # TODO via SW333946
- # Remove this once we have simics support for new file names.
- cp $(OBJDIR)/$(IMAGE_SBE_NAME).bin $(OBJDIR)/sbe_main.bin
# create a linked ELF executable
$(OBJDIR)/$(IMAGE_SBE_NAME).out: pibMemAttrSet buildInfo $(OBJDIR)/base_sbe_fixed.o $(LINK_OBJS) $(LINK_SCRIPT_SBE)
$(LD) -e __system_reset -T$(LINK_SCRIPT_SBE) -Map $(OBJDIR)/$(IMAGE_SBE_NAME).map -Bstatic -o $(OBJDIR)/$(IMAGE_SBE_NAME).out $(LIB_DIRS) $(OBJDIR)/base_sbe_fixed.o --start-group $(LLIBS) --end-group
- # TODO via SW333946
- # Remove this once we have simics support for new file names.
- cp $(OBJDIR)/$(IMAGE_SBE_NAME).out $(OBJDIR)/sbe_main.out
# pass the link command file through the C preprocessor to evaluate macros and remove comments
$(LINK_SCRIPT_SBE): linksbe.cmd
OpenPOWER on IntegriCloud