djyos: djyos for mini2440/qq2440master
commit00e036d4ce0566b628ce54af117453da6be8ccbe
authorsniper <fqh@ubuntu.(none)>
Fri, 26 Jun 2009 14:54:32 +0000 (26 22:54 +0800)
committersniper <fqh@ubuntu.(none)>
Fri, 26 Jun 2009 14:54:32 +0000 (26 22:54 +0800)
tree097b623ad395d6534ba82e5327ece69b6fe3607c
djyos: djyos for mini2440/qq2440
97 files changed:
app/appinit.c [new file with mode: 0644]
app/critical/gpio.c [new file with mode: 0644]
app/critical/makefile [new file with mode: 0644]
app/makefile [new file with mode: 0644]
djyos/include/critical.h [new file with mode: 0644]
djyos/include/djyos.h [new file with mode: 0644]
djyos/include/driver.h [new file with mode: 0644]
djyos/include/ecc256.h [new file with mode: 0644]
djyos/include/endian.h [new file with mode: 0644]
djyos/include/file.h [new file with mode: 0644]
djyos/include/flashfile.h [new file with mode: 0644]
djyos/include/inc_os.h [new file with mode: 0644]
djyos/include/kernel.h [new file with mode: 0644]
djyos/include/key.h [new file with mode: 0644]
djyos/include/line.h [new file with mode: 0644]
djyos/include/lock.h [new file with mode: 0644]
djyos/include/memb.h [new file with mode: 0644]
djyos/include/memory.h [new file with mode: 0644]
djyos/include/mems.h [new file with mode: 0644]
djyos/include/ring.h [new file with mode: 0644]
djyos/include/rsc.h [new file with mode: 0644]
djyos/include/sys_init.h [new file with mode: 0644]
djyos/kernel/core/djyos.c [new file with mode: 0644]
djyos/kernel/core/endian.c [new file with mode: 0644]
djyos/kernel/core/makefile [new file with mode: 0644]
djyos/kernel/core/sys_init.c [new file with mode: 0644]
djyos/kernel/djyfs/file.c [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/ddr.c [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/ddr.h [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/ecc256.c [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/fdt.c [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/fdt.h [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/flashfile.c [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/makefile [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/mdr.c [new file with mode: 0644]
djyos/kernel/djyfs/flashfile/mdr.h [new file with mode: 0644]
djyos/kernel/djyfs/makefile [new file with mode: 0644]
djyos/kernel/driver/driver.c [new file with mode: 0644]
djyos/kernel/driver/key/key.c [new file with mode: 0644]
djyos/kernel/driver/key/makefile [new file with mode: 0644]
djyos/kernel/driver/makefile [new file with mode: 0644]
djyos/kernel/lock/lock.c [new file with mode: 0644]
djyos/kernel/lock/makefile [new file with mode: 0644]
djyos/kernel/makefile [new file with mode: 0644]
djyos/kernel/memory/makefile [new file with mode: 0644]
djyos/kernel/memory/memb.c [new file with mode: 0644]
djyos/kernel/memory/mems.c [new file with mode: 0644]
djyos/kernel/preload/loader.c [new file with mode: 0644]
djyos/kernel/preload/makefile [new file with mode: 0644]
djyos/kernel/resource/line.c [new file with mode: 0644]
djyos/kernel/resource/makefile [new file with mode: 0644]
djyos/kernel/resource/ring.c [new file with mode: 0644]
djyos/kernel/resource/rsc.c [new file with mode: 0644]
djyos/kernel/shell/makefile [new file with mode: 0644]
djyos/kernel/shell/shell.c [new file with mode: 0644]
djyos/kernel/shell/shell.h [new file with mode: 0644]
djyos/makefile [new file with mode: 0644]
djyos/port/arch.def [new file with mode: 0644]
djyos/port/arch/core/cpu.c [new file with mode: 0644]
djyos/port/arch/core/cpus.s [new file with mode: 0644]
djyos/port/arch/core/makefile [new file with mode: 0644]
djyos/port/arch/core/timer.c [new file with mode: 0644]
djyos/port/arch/makefile [new file with mode: 0644]
djyos/port/arch/preload/critical.c [new file with mode: 0644]
djyos/port/arch/preload/int.c [new file with mode: 0644]
djyos/port/arch/preload/makefile [new file with mode: 0644]
djyos/port/arch/rominit/Option.s [new file with mode: 0644]
djyos/port/arch/rominit/initcpu.s [new file with mode: 0644]
djyos/port/arch/rominit/int.s [new file with mode: 0644]
djyos/port/arch/rominit/makefile [new file with mode: 0644]
djyos/port/arch/rominit/pre_loader.c [new file with mode: 0644]
djyos/port/arch/wdt/makefile [new file with mode: 0644]
djyos/port/arch/wdt/wdt.c [new file with mode: 0644]
djyos/port/boot_rom.mld [new file with mode: 0644]
djyos/port/debug.mld [new file with mode: 0644]
djyos/port/driver/flash_chip/makefile [new file with mode: 0644]
djyos/port/driver/flash_chip/nand/makefile [new file with mode: 0644]
djyos/port/driver/flash_chip/nand/nand.c [new file with mode: 0644]
djyos/port/driver/flash_chip/nand/nand.h [new file with mode: 0644]
djyos/port/driver/key/key-hard.c [new file with mode: 0644]
djyos/port/driver/key/makefile [new file with mode: 0644]
djyos/port/driver/makefile [new file with mode: 0644]
djyos/port/driver/uart/makefile [new file with mode: 0644]
djyos/port/driver/uart/uart.c [new file with mode: 0644]
djyos/port/include/config.h [new file with mode: 0644]
djyos/port/include/cpu.h [new file with mode: 0644]
djyos/port/include/gpio.h [new file with mode: 0644]
djyos/port/include/int.h [new file with mode: 0644]
djyos/port/include/timer.h [new file with mode: 0644]
djyos/port/include/uart.h [new file with mode: 0644]
djyos/port/include/wdt.h [new file with mode: 0644]
djyos/port/makefile [new file with mode: 0644]
djyos/port/run_inflash.mld [new file with mode: 0644]
djyos/port/run_inram.mld [new file with mode: 0644]
make_ld [new file with mode: 0644]
makefile [new file with mode: 0644]
mini2440.setup [new file with mode: 0644]