From 981b99faf208e2c7f6e2b83d73e1b89b669112ee Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Aug 1999 16:41:44 +0000 Subject: Patch from Eric Valette and Emmanuel Raguet : - the dec21140 driver code has been hardened (various bug fixed) Emmanuel, - bug in the mcp750 init code have been fixed (interrupt stack/initial stack initialization), BSS correctly cleared (Eric V) - remote debugging over TCP/IP is nearly complete (berakpoints, backtrace, variables,...) (Eric V), - exception handling code has also been improved in order to fully support RDBG requirements (Eric V), --- make/custom/mcp750.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'make/custom/mcp750.cfg') diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg index 065b06ba63..ef7e656640 100644 --- a/make/custom/mcp750.cfg +++ b/make/custom/mcp750.cfg @@ -104,13 +104,14 @@ define make-exe $(CC) $(CFLAGS) -o $(basename $@).exe $(LINK_OBJS) $(NM) -g -n $(basename $@).exe > $(basename $@).num $(SIZE) $(basename $@).exe - $(CP) $(basename $@).exe $(PROJECT_ROOT)/c/src/lib/libbsp/powerpc/mcp750/bootloader/$(ARCH); \ - cd $(PROJECT_ROOT)/c/src/lib/libbsp/powerpc/mcp750/bootloader; \ + $(CP) $(basename $@).exe $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/mcp750/bootloader/$(ARCH); \ + cd $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/mcp750/bootloader; \ make bootloader BINARY_LOADED=$(basename $@).exe; \ COMPLETE_FILE_NAME=$(basename $@).exe ;\ echo $${COMPLETE_FILE_NAME} ;\ FILE_NAME=`basename $${COMPLETE_FILE_NAME}` ;\ echo $${FILE_NAME} ;\ + mkdir -p $(PROJECT_ROOT)/$(RTEMS_BSP)/bin ;\ $(CP) bootloader $(PROJECT_ROOT)/$(RTEMS_BSP)/bin/$${FILE_NAME} endef -- cgit v1.2.3