Files
rtems/make/custom/mbx860_005b.cfg
Joel Sherrill 4383f3a669 2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
	Remove make-target-options.
	* custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
	Remove make-target-options.
	* custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
	DATA_CACHE_ENABLE.
	* custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
	DATA_CACHE_ENABLE.
	* custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
	DATA_CACHE_ENABLE.
2001-11-27 12:09:48 +00:00

25 lines
734 B
INI

#
# Config file for a PowerPC MPC860-based MBX860-005b card.
#
#
# All MBX8xx configurations share the same base file, only a few
# parameters differ.
#
RTEMS_MBX_MODEL=mbx860_005b
# The 860_005b has 16M ram : org = 0x0, l = 16M
MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
define make-target-options
@echo "#ifdef mpc$(CPU_TYPE)" >>$@
@echo "#undef mpc$(CPU_TYPE)" >>$@
@echo "#endif" >>$@
@echo "#define mpc$(CPU_TYPE) 1" >>$@
@echo >>$@
endef