You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
meiwenbin 613218b3f3 Add 3a2h branch 13 years ago
..
zlib_deflate import pmon-all 18 years ago
zlib_inflate add sundance driver,delete gabages. 16 years ago
Makefile add mydebug_main for test. 18 years ago
Makefile.2clm import pmon-all 18 years ago
Makefile.2eCPCI import pmon-all 18 years ago
Makefile.2ecard import pmon-all 18 years ago
Makefile.2ecpci import pmon-all 18 years ago
Makefile.2edev make both mipsel-linux and mips-elf toolchains can compile this pmon. 15 years ago
Makefile.2elm import pmon-all 18 years ago
Makefile.2emcpu import pmon-all 18 years ago
Makefile.2emini import pmon-all 18 years ago
Makefile.2enc split mycmd.c and setup.c to decrease pmon size. 15 years ago
Makefile.2f7inch make both mipsel-linux and mips-elf toolchains can compile this pmon. 15 years ago
Makefile.2fdev make both mipsel-linux and mips-elf toolchains can compile this pmon. 15 years ago
Makefile.2fdev.cs5536 make both mipsel-linux and mips-elf toolchains can compile this pmon. 15 years ago
Makefile.2fdev.firewall make all tgt=rom CROSS_COMPILE=mipsel-linux- PMONCC='mipsel-linux-gcc -Wa,-mfix-gs2f-kernel' to compile pmon for random instruction fetch. 15 years ago
Makefile.2fdev.sm502 make both mipsel-linux and mips-elf toolchains can compile this pmon. 15 years ago
Makefile.2fdev.via.jingxing make both mipsel-linux and mips-elf toolchains can compile this pmon. 15 years ago
Makefile.2fdev.via.sisfb make both mipsel-linux and mips-elf toolchains can compile this pmon. 15 years ago
Makefile.2feva make Bonito2fdev support all kinds 2fdev borad,different config file. 17 years ago
Makefile.2g690e Loongson2G + RS690E + SB600 architecture support. 15 years ago
Makefile.2gq780e Add 2gq branch 13 years ago
Makefile.3a2h Add 3a2h branch 13 years ago
Makefile.3a780e Add 3A+780e platform support. 14 years ago
Makefile.3adawning Compile Bonitodawning successfully 15 years ago
Makefile.3amcp68 add the first version of Godson3a evaluation board of MCP68 15 years ago
Makefile.3aserver Add a new target Bonito3aserver 15 years ago
Makefile.3asis Add a new target Bonito3asis. 15 years ago
Makefile.3b780e Add Targets/Bonito3b780e into pmon3a. 13 years ago
Makefile.3bserver Add support for LOONGSON 3B Server board 13 years ago
Makefile.3c780e Add Targets/Bonito3c780e and zloader.3c780e. 13 years ago
Makefile.IT8172 import pmon-all 18 years ago
Makefile.cpci import pmon-all 18 years ago
Makefile.fcr fix fcr kbd and flash. 15 years ago
Makefile.inc update make clean etc. 13 years ago
Makefile.linuxpc import pmon-all 18 years ago
Makefile.ls232.sm502 update ls232 Makefile 15 years ago
bin2c import pmon-all 18 years ago
c2bin Windows menu for setting BIOS supported 14 years ago
copypmon.S import pmon-all 18 years ago
genram make a common commit 16 years ago
genrom Change PCI MEM Space from 0x10000000~0x17ffffff to 0x40000000~0x7fffffff to support 14 years ago
genrom_ejtag update boot from ejtag. 15 years ago
getname import pmon-all 18 years ago
inflate.c import pmon-all 18 years ago
ld.script Add Targets/Bonito3b780e into pmon3a. 13 years ago
ld.script.S make both mipsel-linux and mips-elf toolchains can compile this pmon. 15 years ago
malloc.c import pmon-all 18 years ago
memop.c import pmon-all 18 years ago
mymake make a common commit 16 years ago
readme.txt import pmon-all 18 years ago
startram.S import pmon-all 18 years ago
test import pmon-all 18 years ago
zlib_gzip.c import pmon-all 18 years ago
zlib_loader.c import pmon-all 18 years ago
zlib_pmon.bin.c import pmon-all 18 years ago
zlib_pmon.bin.gz import pmon-all 18 years ago
zloader.c can compile into 64bit elf format,but source code must change,such as serial address change to 64bit etc. 15 years ago

readme.txt

zloader实现pmon的gzip映象的加载.
zloader特点是完全不需修改原来的pmon代码,解压后直接跳到initmips处执行.
make cfg 配置pmon
make tgt=rom 生成flash的烧写的bios:gzrom
make tgt=ram 生成可以网络加载的bios:gzram
make tgt=zlib_rom 生成flash的烧写的bios:zlib_gzrom
make tgt=zlib_ram 生成可以网络加载的bios:zlib_gzram
make tgt=sim 压缩算法linux下仿真
qiaochong
2006.2.8