Changeset 578


Ignore:
Timestamp:
Oct 6, 2018, 12:55:16 PM (6 years ago)
Author:
alain
Message:

remove params-hard-simu.mk and params-hard-real.mk files from svn.

Location:
trunk
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r553 r578  
    130130                                                                --fbf_size=$(FBF_WIDTH) \
    131131                                                                --ioc_type=$(IOC_TYPE)  \
    132                                                                 --sys_clk=$(SYS_CLK)    \
    133                                                                 --segs_set=$(SEGS_SET)  \
    134132                                                                --hard=.                                \
    135133                                                                --bin=.                                 \
  • trunk/boot/tsar_mips32/boot.c

    r572 r578  
    944944        // Switch to the INSTRUCTIONS local memory space
    945945        // to avoid contention at the boot cluster.
    946         // asm volatile("mtc2  %0, $25" :: "r"(cxy));
     946        asm volatile("mtc2  %0, $25" :: "r"(cxy));
    947947
    948948        // Get local boot_info_t structure base address.
  • trunk/kernel/kernel_config.h

    r569 r578  
    132132
    133133#define DEBUG_SCHED_HANDLE_SIGNALS     0
    134 #define DEBUG_SCHED_YIELD              2    // must be activated by the trace() syscall
     134#define DEBUG_SCHED_YIELD              1    // must be activated by the trace() syscall
    135135#define DEBUG_SCHED_RPC_CHECK          0
    136136
  • trunk/params-hard.mk

    r577 r578  
    22
    33ARCH      = /users/alain/soc/tsar-trunk-svn-2013/platforms/tsar_generic_iob
    4 X_SIZE    = 2
    5 Y_SIZE    = 2
     4X_SIZE    = 1
     5Y_SIZE    = 1
    66NB_PROCS  = 2
    7 NB_TTYS   = 3
     7NB_TTYS   = 2
    88FBF_WIDTH = 128
    99IOC_TYPE  = IOC_BDV
Note: See TracChangeset for help on using the changeset viewer.