source: rtems/make/custom/mbx860_005b.cfg @ 1614be8

4.104.114.84.95
Last change on this file since 1614be8 was 1614be8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/14/01 at 20:44:46

2001-11-14 Joel Sherrill <joel@…>

  • custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg: These are new exception processing model BSPs and thus do not need to define PPC_USE_SPRG.
  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[168ba07]1#
2#  Config file for a PowerPC MPC860-based MBX860-005b card.
3#
4
5#
6#  All MBX8xx configurations share the same base file, only a few
7#  parameters differ.
8
9
10RTEMS_MBX_MODEL=mbx860_005b
11
12# The 860_005b has 16M ram : org = 0x0, l = 16M
13MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
14
[969de1f3]15RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
16
[168ba07]17include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
18define make-target-options
19        @echo "#ifdef mpc$(CPU_TYPE)"                       >>$@
20        @echo "#undef mpc$(CPU_TYPE)"                       >>$@
21        @echo "#endif"                                      >>$@
22        @echo "#define mpc$(CPU_TYPE) 1"                    >>$@
23        @echo                                               >>$@
[969de1f3]24        @echo "#define NVRAM_CONFIGURE 0"                   >>$@
25        @echo "#define UARTS_USE_TERMIOS 1"                 >>$@
[168ba07]26        @echo "#define CONSOLE_MINOR SMC1_MINOR"            >>$@
[969de1f3]27        @echo "#define UARTS_IO_MODE 0"                     >>$@
[168ba07]28        @echo "#define UARTS_USE_INTERRUPTS 0"              >>$@
[0905e0f]29        @echo "#define PRINTK_MINOR SMC1_MINOR"             >>$@
30        @echo "#define PRINTK_IO_MODE 0"                    >>$@
[969de1f3]31        @echo "/*#define EPPCBUG_SMC1 0*/"                  >>$@
32        @echo "/* #define EPPCBUG_VECTORS 1*/"              >>$@
[168ba07]33        @echo "#define INSTRUCTION_CACHE_ENABLE 1"          >>$@
34        @echo "#define DATA_CACHE_ENABLE 1"                 >>$@
35        @echo                                               >>$@
36        @echo "#define PPC_VECTOR_FILE_BASE 0x0000"         >>$@
[969de1f3]37        @echo "/*#define PPC_USE_DATA_CACHE 1*/"                >>$@
[168ba07]38        @echo                                               >>$@
39endef
Note: See TracBrowser for help on using the repository browser.