Changes in / [d70d80ed:f0e1ac9] in mainline
- Files:
-
- 4 added
- 20 deleted
- 6 edited
-
boot/arch/mips32/include/arch.h (modified) (1 diff)
-
boot/arch/mips32/src/Makefile (modified) (2 diffs)
-
boot/arch/mips32/src/Makefile.build (modified) (3 diffs)
-
boot/arch/mips32/src/Makefile.toolchain (modified) (3 diffs)
-
contrib/arch/uspace/app/klog/klog.bp (deleted)
-
contrib/arch/uspace/lib/libfs/fs_register (deleted)
-
contrib/arch/uspace/lib/libfs/libfs_lookup (deleted)
-
contrib/arch/uspace/lib/libfs/libfs_mount (deleted)
-
contrib/arch/uspace/lib/libfs/libfs_open_node (deleted)
-
contrib/arch/uspace/lib/libfs/libfs_stat (deleted)
-
contrib/arch/uspace/srv/devmap/devmap.bp (deleted)
-
contrib/conf/msim.conf (modified) (1 diff)
-
kernel/arch/mips32/src/smp/dorder.c (modified) (1 diff)
-
uspace/app/netstart/self_test.c (added)
-
uspace/app/netstart/self_test.h (added)
-
uspace/lib/c/Makefile.toolchain (deleted)
-
uspace/lib/c/arch/amd64/include/limits.h (deleted)
-
uspace/lib/c/arch/arm32/include/limits.h (deleted)
-
uspace/lib/c/arch/ia32/include/limits.h (deleted)
-
uspace/lib/c/arch/ia64/include/limits.h (deleted)
-
uspace/lib/c/arch/mips32/include/limits.h (deleted)
-
uspace/lib/c/arch/mips32eb/include/limits.h (deleted)
-
uspace/lib/c/arch/ppc32/include/limits.h (deleted)
-
uspace/lib/c/arch/sparc64/include/limits.h (deleted)
-
uspace/lib/c/include/limits.h (deleted)
-
uspace/lib/libpci/Makefile.build (deleted)
-
uspace/lib/libpci/Makefile.common (deleted)
-
uspace/lib/packet/include/netdb.h (added)
-
uspace/lib/packet/include/tcp_codes.h (added)
-
uspace/srv/hid/kbd/port/i8042.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/include/arch.h
rd70d80ed rf0e1ac9 40 40 41 41 #define MSIM_VIDEORAM_ADDRESS 0xb0000000 42 #define MSIM_DORDER_ADDRESS 0xb0000 00442 #define MSIM_DORDER_ADDRESS 0xb0000100 43 43 44 44 #ifndef __ASM__ -
boot/arch/mips32/src/Makefile
rd70d80ed rf0e1ac9 32 32 .PHONY: all clean 33 33 34 all: ../../../../version ../../../../Makefile.co nfig ../../../../config.h ../../../../config.defs34 all: ../../../../version ../../../../Makefile.common ../../../../Makefile.config ../../../../config.h 35 35 -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV) 36 36 $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK) 37 37 38 38 clean: 39 rm -f $(USPACEDIR)/dist/srv/* 40 rm -f $(USPACEDIR)/dist/app/* 41 rm -f $(USPACEDIR)/dist/cfg/net/* 42 39 43 for file in $(RD_SRVS) ; do \ 40 44 rm -f $(USPACEDIR)/dist/srv/`basename $$file` ; \ … … 43 47 rm -f $(USPACEDIR)/dist/app/`basename $$file` ; \ 44 48 done 49 for file in $(NET_CFG) ; do \ 50 rm -f $(USPACEDIR)/dist/cfg/net/`basename $$file` ; \ 51 done 45 52 rm -f $(DEPEND) $(DEPEND_PREV) $(JOB) $(OUTPUT) $(RAW) $(COMPS).h $(COMPS).c $(LINK) $(INITRD).img $(INITRD).fs 46 53 find . -name '*.o' -follow -exec rm \{\} \; -
boot/arch/mips32/src/Makefile.build
rd70d80ed rf0e1ac9 32 32 33 33 include ../../../../version 34 include ../../../../Makefile.common 34 35 include ../../../../Makefile.config 35 include ../../../../config.defs36 36 include Makefile.common 37 37 include Makefile.toolchain … … 77 77 78 78 $(DEPEND): 79 rm -f $(USPACEDIR)/dist/srv/* 80 rm -f $(USPACEDIR)/dist/app/* 81 rm -f $(USPACEDIR)/dist/cfg/net/* 82 79 83 for file in $(RD_SRVS) ; do \ 80 84 cp $$file $(USPACEDIR)/dist/srv/ ; \ … … 82 86 for file in $(RD_APPS) ; do \ 83 87 cp $$file $(USPACEDIR)/dist/app/ ; \ 88 done 89 for file in $(NET_CFG) ; do \ 90 cp $$file $(USPACEDIR)/dist/cfg/net/ ; \ 84 91 done 85 92 ifeq ($(RDFMT),tmpfs) -
boot/arch/mips32/src/Makefile.toolchain
rd70d80ed rf0e1ac9 27 27 # 28 28 29 ## Toolchain configuration30 #31 32 ifndef CROSS_PREFIX33 CROSS_PREFIX = /usr/local34 endif35 36 29 BFD_ARCH = mips 37 TARGET = mipsel-linux-gnu38 TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips32/bin39 30 40 31 JOBFILE = ../../../../tools/jobfile.py … … 48 39 BFD_NAME = elf32-tradbigmips 49 40 BFD = ecoff-bigmips 50 TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips32eb/bin51 TARGET = mips-linux-gnu52 41 endif 53 42 … … 55 44 BFD_NAME = elf32-tradlittlemips 56 45 BFD = binary 57 endif58 59 ifeq ($(COMPILER),gcc_native)60 CC = gcc61 AS = as62 LD = ld63 OBJCOPY = objcopy64 OBJDUMP = objdump65 endif66 67 ifeq ($(COMPILER),gcc_cross)68 CC = $(TOOLCHAIN_DIR)/$(TARGET)-gcc69 AS = $(TOOLCHAIN_DIR)/$(TARGET)-as70 LD = $(TOOLCHAIN_DIR)/$(TARGET)-ld71 OBJCOPY = $(TOOLCHAIN_DIR)/$(TARGET)-objcopy72 OBJDUMP = $(TOOLCHAIN_DIR)/$(TARGET)-objdump73 46 endif 74 47 -
contrib/conf/msim.conf
rd70d80ed rf0e1ac9 16 16 add dprinter printer 0x10000000 17 17 add dkeyboard keyboard 0x10000000 2 18 add dorder order 0x10000 004518 add dorder order 0x10000100 5 -
kernel/arch/mips32/src/smp/dorder.c
rd70d80ed rf0e1ac9 37 37 #include <arch/smp/dorder.h> 38 38 39 #define MSIM_DORDER_ADDRESS 0xB0000 00439 #define MSIM_DORDER_ADDRESS 0xB0000100 40 40 41 41 #ifdef CONFIG_SMP
Note:
See TracChangeset
for help on using the changeset viewer.
