Changeset ae460ec in rtems
- Timestamp:
- Nov 10, 2004, 10:13:57 PM (16 years ago)
- Children:
- bd91ff4e
- Parents:
- ef842b4
- Location:
- c/src/lib/libbsp/powerpc/motorola_powerpc
- Files:
-
- 3 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
ref842b4 rae460ec 1 2004-11-10 Richard Campbell <richard.campbell@oarcorp.com> 2 3 * Makefile.am, configure.ac, bootloader/Makefile.am, 4 include/Makefile.am, wrapup/Makefile.am: Add MVME2100 BSP. 5 * README.MVME2100, tod/.cvsignore, tod/Makefile.am: New files. 6 1 7 2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am
ref842b4 rae460ec 8 8 # from the individual .rel files built in other directories 9 9 SUBDIRS = include clock console pci residual openpic irq vectors start \ 10 startup bootloader motorola @exceptions@ vme wrapup10 startup bootloader motorola @exceptions@ tod vme wrapup 11 11 12 12 include $(top_srcdir)/../../bsp.am 13 13 14 EXTRA_DIST = BOOTING README.MVME2 300 README.OTHERBOARDS README.dec21140\15 bsp_specs times.mcp750 times.mvme230714 EXTRA_DIST = BOOTING README.MVME2100 README.MVME2300 README.OTHERBOARDS \ 15 README.dec21140 bsp_specs times.mcp750 times.mvme2307 16 16 17 17 include $(top_srcdir)/../../../../../../automake/subdirs.am -
c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am
ref842b4 rae460ec 26 26 # Remove references to EABI when compiling bootloader 27 27 BOOTLOADER_CPU_FLAGS=$(subst -msdata=eabi,,$(subst -meabi,,$(CPU_CFLAGS))) 28 AM_CPPFLAGS = -D__BOOT__ -DDEBUG28 AM_CPPFLAGS = -D__BOOT__ 29 29 AM_CFLAGS = \ 30 30 $(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \ -
c/src/lib/libbsp/powerpc/motorola_powerpc/configure.ac
ref842b4 rae460ec 20 20 AS=$CC 21 21 AM_PROG_AS 22 23 RTEMS_BSPOPTS_SET([mvme2100],[mvme2100],[1]) 24 RTEMS_BSPOPTS_SET([mvme2100],[*],[]) 25 RTEMS_BSPOPTS_HELP([mvme2100], 26 [Defined for MVME2100 -- undefined for others]) 27 28 RTEMS_BSPOPTS_SET([mpc8240],[mvme2100],[1]) 29 RTEMS_BSPOPTS_SET([mpc8240],[*],[]) 30 RTEMS_BSPOPTS_HELP([mpc8240], 31 [Defined for boards with MPC8240 -- undefined for others]) 22 32 23 33 RTEMS_BSPOPTS_SET([PPC_USE_DATA_CACHE],[*],[1]) … … 44 54 start/Makefile 45 55 startup/Makefile 56 tod/Makefile 46 57 vectors/Makefile 47 58 vme/Makefile -
c/src/lib/libbsp/powerpc/motorola_powerpc/include/Makefile.am
ref842b4 rae460ec 6 6 7 7 include_HEADERS += ../../shared/include/nvram.h ../../shared/include/bsp.h \ 8 ../../../shared/include/coverhd.h 8 ../../../shared/include/coverhd.h ../../../shared/tod.h 9 9 10 10 include_bspdir = $(includedir)/bsp 11 include_bsp_HEADERS = ../../shared/console/consoleIo.h ../../shared/console/uart.h \ 12 ../../shared/irq/irq.h ../../shared/motorola/motorola.h 11 include_bsp_HEADERS = ../../shared/console/consoleIo.h \ 12 ../../shared/console/uart.h ../../shared/irq/irq.h \ 13 ../../shared/motorola/motorola.h 13 14 14 15 $(PROJECT_INCLUDE): … … 30 31 $(INSTALL_DATA) $< $@ 31 32 33 $(PROJECT_INCLUDE)/tod.h: ../../../shared/tod.h 34 $(INSTALL_DATA) $< $@ 35 32 36 $(PROJECT_INCLUDE)/bsp/consoleIo.h: ../../shared/console/consoleIo.h 33 37 $(INSTALL_DATA) $< $@ … … 47 51 TMPINSTALL_FILES += $(PROJECT_INCLUDE)/nvram.h 48 52 TMPINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h 53 TMPINSTALL_FILES += $(PROJECT_INCLUDE)/tod.h 49 54 50 55 TMPINSTALL_FILES += $(PROJECT_INCLUDE)/bsp -
c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am
ref842b4 rae460ec 3 3 ## 4 4 5 BSP_PIECES = clock console irq openpic pci residual startup vectors motorola vme 5 BSP_PIECES = clock console irq openpic pci residual startup \ 6 tod vectors motorola vme 6 7 7 8 # bummer; have to use $foreach since % pattern subst rules only replace 1x
Note: See TracChangeset
for help on using the changeset viewer.