Files
rtems/make/custom/mbx860_005b.cfg
Joel Sherrill 708a87c51e 2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
	* custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
	* custom/mbx860_005b.cfg: Ditto.
	* custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
2001-11-20 18:55:30 +00:00

28 lines
929 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 >>$@
@echo "#define INSTRUCTION_CACHE_ENABLE 1" >>$@
@echo "#define DATA_CACHE_ENABLE 1" >>$@
@echo >>$@
endef