- Timestamp:
- Oct 6, 2018, 12:55:16 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r553 r578 130 130 --fbf_size=$(FBF_WIDTH) \ 131 131 --ioc_type=$(IOC_TYPE) \ 132 --sys_clk=$(SYS_CLK) \133 --segs_set=$(SEGS_SET) \134 132 --hard=. \ 135 133 --bin=. \ -
trunk/boot/tsar_mips32/boot.c
r572 r578 944 944 // Switch to the INSTRUCTIONS local memory space 945 945 // to avoid contention at the boot cluster. 946 //asm volatile("mtc2 %0, $25" :: "r"(cxy));946 asm volatile("mtc2 %0, $25" :: "r"(cxy)); 947 947 948 948 // Get local boot_info_t structure base address. -
trunk/kernel/kernel_config.h
r569 r578 132 132 133 133 #define DEBUG_SCHED_HANDLE_SIGNALS 0 134 #define DEBUG_SCHED_YIELD 2// must be activated by the trace() syscall134 #define DEBUG_SCHED_YIELD 1 // must be activated by the trace() syscall 135 135 #define DEBUG_SCHED_RPC_CHECK 0 136 136 -
trunk/params-hard.mk
r577 r578 2 2 3 3 ARCH = /users/alain/soc/tsar-trunk-svn-2013/platforms/tsar_generic_iob 4 X_SIZE = 25 Y_SIZE = 24 X_SIZE = 1 5 Y_SIZE = 1 6 6 NB_PROCS = 2 7 NB_TTYS = 37 NB_TTYS = 2 8 8 FBF_WIDTH = 128 9 9 IOC_TYPE = IOC_BDV
Note: See TracChangeset
for help on using the changeset viewer.