Changeset 969de1f3 in rtems for make/custom/mbx860_005b.cfg


Ignore:
Timestamp:
04/06/01 16:00:54 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
82e87e9
Parents:
bde9bb5
Message:

2001-03-30 Eric Valette <valette@…>

  • custom/mbx860_005b.cfg: This switches the MBX8xx BSP to the use the "new exception processing model."
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/mbx860_005b.cfg

    rbde9bb5 r969de1f3  
    1313MBX8xx_LDFLAGS=-Wl,--defsym -Wl,HeapSize=0x100000
    1414
     15RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
     16
    1517include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
    1618define make-target-options
     
    2022        @echo "#define mpc$(CPU_TYPE) 1"                    >>$@
    2123        @echo                                               >>$@
     24        @echo "#define NVRAM_CONFIGURE 0"                   >>$@
     25        @echo "#define UARTS_USE_TERMIOS 1"                 >>$@
    2226        @echo "#define CONSOLE_MINOR SMC1_MINOR"            >>$@
     27        @echo "#define UARTS_IO_MODE 0"                     >>$@
    2328        @echo "#define UARTS_USE_INTERRUPTS 0"              >>$@
    2429        @echo "#define PRINTK_MINOR SMC1_MINOR"             >>$@
    2530        @echo "#define PRINTK_IO_MODE 0"                    >>$@
    26         @echo "#define EPPCBUG_SMC1 1"                      >>$@
    27         @echo "#define EPPCBUG_VECTORS 1"                   >>$@
     31        @echo "/*#define EPPCBUG_SMC1 0*/"                  >>$@
     32        @echo "/* #define EPPCBUG_VECTORS 1*/"              >>$@
    2833        @echo "#define INSTRUCTION_CACHE_ENABLE 1"          >>$@
    2934        @echo "#define DATA_CACHE_ENABLE 1"                 >>$@
    3035        @echo                                               >>$@
    3136        @echo "#define PPC_VECTOR_FILE_BASE 0x0000"         >>$@
    32         @echo "#define PPC_USE_SPRG 0"                      >>$@
    33         @echo "/* #define PPC_USE_DATA_CACHE 1" */          >>$@
     37        @echo "#define PPC_USE_SPRG 1"                      >>$@
     38        @echo "/*#define PPC_USE_DATA_CACHE 1*/"                >>$@
    3439        @echo                                               >>$@
    3540endef
Note: See TracChangeset for help on using the changeset viewer.