Changeset d102375e in rtems
- Timestamp:
- 05/28/00 17:52:30 (23 years ago)
- Children:
- 19de118
- Parents:
- dd72009
- Location:
- make/custom
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/dmv177.cfg
rdd72009 rd102375e 39 39 # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 40 40 # 41 # PPC_ABI (ppc)42 # This defines the calling convention (Application Binary Interface)43 # used in this configuration. EABI is the only one supported.44 #45 # PPC_ASM (ppc)46 # This defines the assembly language format used in this configuration.47 # ELF is the only one supported.48 #49 41 # PPC_USE_SPRG (RTEMS PowerPC port) 50 42 # If defined, then the PowerPC specific code in RTEMS will use some … … 74 66 @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@ 75 67 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ 76 @echo "#define PPC_ABI PPC_ABI_EABI" >>$@77 @echo "#define PPC_ASM PPC_ASM_ELF" >>$@78 68 @echo "#define PPC_USE_SPRG 0" >>$@ 79 69 @echo "#define PPC_USE_DATA_CACHE 0" >>$@ -
make/custom/eth_comm.cfg
rdd72009 rd102375e 13 13 RTEMS_BSP_FAMILY=eth_comm 14 14 15 CPU_DEFINES=-DPPC_ABI=PPC_ABI_EABI \ 16 -DPPC_ASM=PPC_ASM_ELF -DPPC_VECTOR_FILE_BASE=0x00000000 15 CPU_DEFINES=-DPPC_VECTOR_FILE_BASE=0x00000000 17 16 18 17 # This section makes the target dependent options file. -
make/custom/helas403.cfg
rdd72009 rd102375e 19 19 RTEMS_BSP_FAMILY=helas403 20 20 21 # These should be defined in targopt.h now.22 #CPU_DEFINES=-DPPC_ABI=PPC_ABI_POWEROPEN \23 # -DPPC_ASM=PPC_ASM_ELF -DPPC_VECTOR_FILE_BASE=0x010024 25 21 # This section makes the target dependent options file. 26 22 … … 40 36 # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 41 37 # 42 # PPC_ABI (PowerPC)43 # This defines the calling convention (Application Binary Interface)44 # used in this configuration. EABI is the only one supported.45 # This BSP was initially developed using the PowerOpen ABI.46 #47 # PPC_ASM (PowerPC)48 # This defines the assembly language format used in this configuration.49 # ELF is the only one supported.50 #51 38 # PPC_USE_SPRG (RTEMS PowerPC port) 52 39 # If defined, then the PowerPC specific code in RTEMS will use some … … 60 47 @echo "/* #define RTEMS_DEBUG 1 */" >>$@ 61 48 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ 62 @echo "#define PPC_ABI PPC_ABI_EABI" >>$@63 @echo "#define PPC_ASM PPC_ASM_ELF" >>$@64 49 @echo "#define PPC_USE_SPRG 1" >>$@ 65 50 endef -
make/custom/mcp750.cfg
rdd72009 rd102375e 30 30 # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 31 31 # 32 # PPC_ABI (ppc)33 # This defines the calling convention (Application Binary Interface)34 # used in this configuration. EABI is the only one supported.35 #36 # PPC_ASM (ppc)37 # This defines the assembly language format used in this configuration.38 # ELF is the only one supported.39 #40 32 # PPC_USE_SPRG (RTEMS PowerPC port) 41 33 # If defined, then the PowerPC specific code in RTEMS will use some … … 58 50 @echo "#define PPC_USE_DATA_CACHE 1" >>$@ 59 51 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ 60 @echo "#define PPC_ABI PPC_ABI_EABI" >>$@61 @echo "#define PPC_ASM PPC_ASM_ELF" >>$@62 52 @echo "#define PPC_USE_SPRG 1" >>$@ 63 53 endef -
make/custom/mvme2307.cfg
rdd72009 rd102375e 36 36 # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 37 37 # 38 # PPC_ABI (PowerPC)39 # This defines the calling convention (Application Binary Interface)40 # used in this configuration. EABI is the only one supported.41 #42 # PPC_ASM (PowerPC)43 # This defines the assembly language format used in this configuration.44 # ELF is the only one supported.45 #46 38 # PPC_USE_SPRG (RTEMS PowerPC port) 47 39 # If defined, then the PowerPC specific code in RTEMS will use some … … 59 51 @echo "#define PPC_USE_DATA_CACHE 1" >>$@ 60 52 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ 61 @echo "#define PPC_ABI PPC_ABI_EABI" >>$@62 @echo "#define PPC_ASM PPC_ASM_ELF" >>$@63 53 @echo "#define PPC_USE_SPRG 1" 64 54 endef -
make/custom/papyrus.cfg
rdd72009 rd102375e 12 12 # This is the actual bsp directory used during the build process. 13 13 RTEMS_BSP_FAMILY=papyrus 14 15 # These should be defined in targopt.h now.16 #CPU_DEFINES=-DPPC_ABI=PPC_ABI_POWEROPEN \17 # -DPPC_ASM=PPC_ASM_ELF -DPPC_VECTOR_FILE_BASE=0x010018 14 19 15 # This section makes the target dependent options file. … … 34 30 # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 35 31 # 36 # PPC_ABI (PowerPC)37 # This defines the calling convention (Application Binary Interface)38 # used in this configuration. EABI is the only one supported.39 # This BSP was initially developed using the PowerOpen ABI.40 #41 # PPC_ASM (PowerPC)42 # This defines the assembly language format used in this configuration.43 # ELF is the only one supported.44 #45 32 # PPC_USE_SPRG (RTEMS PowerPC port) 46 33 # If defined, then the PowerPC specific code in RTEMS will use some … … 54 41 @echo "/* #define RTEMS_DEBUG 1 */" >>$@ 55 42 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ 56 @echo "#define PPC_ABI PPC_ABI_EABI" >>$@57 @echo "#define PPC_ASM PPC_ASM_ELF" >>$@58 43 @echo "#define PPC_USE_SPRG 1" >>$@ 59 44 endef -
make/custom/ppcn_60x.cfg
rdd72009 rd102375e 37 37 # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 38 38 # 39 # PPC_ABI (ppc)40 # This defines the calling convention (Application Binary Interface)41 # used in this configuration. EABI is the only one supported.42 #43 # PPC_ASM (ppc)44 # This defines the assembly language format used in this configuration.45 # ELF is the only one supported.46 #47 39 # PPC_USE_SPRG (RTEMS PowerPC port) 48 40 # If defined, then the PowerPC specific code in RTEMS will use some … … 65 57 @echo "#define PPC_USE_DATA_CACHE 1" >>$@ 66 58 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ 67 @echo "#define PPC_ABI PPC_ABI_EABI" >>$@68 @echo "#define PPC_ASM PPC_ASM_ELF" >>$@69 59 @echo "#define PPC_USE_SPRG 0" >>$@ 70 60 endef -
make/custom/psim.cfg
rdd72009 rd102375e 40 40 # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 41 41 # 42 # PPC_ABI (PowerPC)43 # This defines the calling convention (Application Binary Interface)44 # used in this configuration. EABI is the only one supported.45 #46 # PPC_ASM (PowerPC)47 # This defines the assembly language format used in this configuration.48 # ELF is the only one supported.49 #50 42 # PPC_USE_SPRG (RTEMS PowerPC port) 51 43 # If defined, then the PowerPC specific code in RTEMS will use some … … 64 56 @echo "#define PSIM_FAST_IDLE 1" >>$@ 65 57 @echo "#define PPC_VECTOR_FILE_BASE 0xFFF00100" >>$@ 66 @echo "#define PPC_ABI PPC_ABI_EABI" >>$@67 @echo "#define PPC_ASM PPC_ASM_ELF" >>$@68 58 @echo "#define PPC_USE_SPRG 1" >>$@ 69 59 endef -
make/custom/score603e.cfg
rdd72009 rd102375e 62 62 # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 63 63 # 64 # PPC_ABI (ppc)65 # This defines the calling convention (Application Binary Interface)66 # used in this configuration. EABI is the only one supported.67 #68 # PPC_ASM (ppc)69 # This defines the assembly language format used in this configuration.70 # ELF is the only one supported.71 #72 64 # PPC_USE_SPRG (RTEMS PowerPC port) 73 65 # If defined, then the PowerPC specific code in RTEMS will use some … … 95 87 @echo "#define PPC_USE_DATA_CACHE 0" >>$@ 96 88 @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ 97 @echo "#define PPC_ABI PPC_ABI_EABI" >>$@98 @echo "#define PPC_ASM PPC_ASM_ELF" >>$@99 89 @echo "#define PPC_USE_SPRG 0" >>$@ 100 90 @echo "#define HAS_PMC_PSC8 0" >>$@
Note: See TracChangeset
for help on using the changeset viewer.