lixuefeng
c0fce206d2
Fixup load (usb0,0) command when the usb device is fat filesystem.
Change-Id: Ie8dfdafd6d0c43e9a9a9e2a7610ba8c7b0ddd20d
8 years ago
lixuefeng
11cea8da0d
Unify file system interface,examples:
command "load (usb0,0)/vmlinuz" may means:
a.load /dev/fs/ext2@usb0/vmlinuz
b.load /dev/fs/fat@usb0/vmlinuz
c.load /dev/fs/iso9660@usb0/vmlinuz
command "load (usb0,1)/vmlinuz" may means:
a.load /dev/fs/ext2@usb0b/vmlinuz
b.load /dev/fs/fat@usb0b/vmlinuz
command "load (cd0,0)/vmlinuz" may means:
a.load /dev/fs/iso9660@cd0/vmlinuz
Change-Id: Ib68aed55dbf1b3d998ad6867192f2100578bf0f7
8 years ago
Zhigang Liang
4291d0e6bc
fixup libc write function bug
Judge the pointer _file[fd].fs && _file[fd].fs->write is NULL at the same time
Change-Id: Ieb1cc54d6fdac2b73fe0088faedc6a19b2afa376
9 years ago
Huang Pei
ae5363d73f
use gcc 4.4.0 for pmon's default compiler. This is include both common code and target 3a780e board
change-Id: I98a68f3b7dca19c56bb3d129d58b5ccd9919feb0
11 years ago
Chenming
90ba38a85d
Fix bug 834 of dmidecode: 1. change the maximum value of Memory Capacity from 8G to 32G 2. Fix the wrong value of cpu temperature
Target: Bonito3c780e
11 years ago
meiwenbin
f04b744169
Fix the "printf" bug
Before: The printf can't support i% format printing.
Now: The printf can support i% format printing.
Test: In the pmon, calling printf("%i", (int)b), you can observe whether successfully printed.
Targets: all
13 years ago
mengxiaofu
9dc8cbd1f7
Add 3a-server ddr2/ddr3 function.
Now, ddr2/ddr3 can use the same codes and can be detected autoly.
Default:
ddr3 option has been open.So,you can use for ddr3-server.
If,you want to use ddr2:
you should close DDR3_DIMM option which is in "Targets/Bonito3aserver/conf/Bonito.3aserver" file.
Thanks chenxinke@ict.ac.cn and sizhiying@loongson.cn
Target:Bonito3aserver
13 years ago
xiaqichao
1cf0475b04
Unify the command format of load for FAT
Modify the command format of load to "load /dev/fs/filesystem@device/file".
Now the loading command of USB device's FAT filesystem is same as others.
Also, the old format "load /dev/fat/disk@usb0/file" and "load /dev/fat/ram@address/file"
are still supported. Thanks LIU Qi <liuqi82@gmail.com>.
Target: Bonito3a780e
14 years ago
xiaqichao@ict.ac.cn
8bef5567dc
Add Boot select in Bios window
14 years ago
xiaqichao@ict.ac.cn
c1e12990ad
Add Boot select in bios window
14 years ago
sizhiying
50a91dbb64
Windows menu for setting BIOS supported
Thanks SiZhiying <sizhiying@loonson.cn>
14 years ago
sizhiying
252299d503
Windows menu for setting BIOS supported
Thanks SiZhiying <sizhiying@loongson.cn>
14 years ago
xiaqichao
4f13c0cc1a
Targets/Bonito3a780e/compile/Bonito added into git
14 years ago
xiaqichao
032e21abe3
DDR3 auto probe for same DDR controler supported
cmds : showwindows added
14 years ago
xiaqichao
9aa78e2d1b
UPDATED 3A3780E DDR3 paramter and added usbinstall and cdinstall cmds and add F2 key to install system
14 years ago
TAI Yunfang
f45ef4105c
Merge files from Lemote in order to make USB(ohci) and VGA work
1. Merge files about ohci, not support uhci
2. Some USB storage devices may not be supported
15 years ago
LIU Qi
384a44271d
Remove the useless files.
15 years ago
wanghuandong
ada8560c67
1. add SST49LF0f0B flash programming driver into PMON
2. DDR2 configuration of LS3A2
15 years ago
wanghuandong
07487bc178
add the first version of Godson3a evaluation board of MCP68
15 years ago
root
0cacd4243f
add nfs support.
15 years ago
root
62cf495077
make a common commit
16 years ago
root
72c676bdb3
pmon32 for compile on loongson.
should enable fpu,otherwise add -msoft-float.
make CROSS_COMPILE=mipsel-linux- to compile on x86
make PMONCC=gcc-3.4 to compile on loongson.
16 years ago
root
e9651f8933
make 3.81 不能编译pmon的原因是CLIBCPPFLAGS='${CPPFLAGS:S@^-I.@-I../../.@g}' 在3.81下不工作。
16 years ago
root
560705f54f
make httpload url support port,checksum can autoload when checksum error.
16 years ago
root
6418290a59
add video_set_lut.c in libc for compile.
16 years ago
root
d64434874e
add tftpd
16 years ago
bennet
c33b672c97
add http load support.
16 years ago
root
64999ebc68
ide cf card ok now.
16 years ago
root
95bda1f55d
tmp.
16 years ago
root
584aa3d6aa
Modify the inisialize process , random get a MAC address and write the whole eeprom when the eeprom is empty.
16 years ago
root
0a432910ca
Add 8139 driver write whole command.
16 years ago
root
f357a9d6ae
add sundance driver,delete gabages.
16 years ago
cpu
90ef79f53d
r1360@Knoppix: root | 2008-04-14 06:46:03 +0800
add loopdev support.
ramfs,mtdfs is char device.
loopdev is a block device.
losetup make chardev to be visited as a block device.
you can set env loop to let loopdevopen auto run losetup,such as on bootup.
loopdev now support unzip.
git-svn-id: file:///svn/pmon-all/pmon-all@364 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
cpu
eca7aeab42
r1344@Knoppix: root | 2008-04-11 20:15:01 +0800
fix vsprintf long long.
git-svn-id: file:///svn/pmon-all/pmon-all@359 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
cpu
c43adfd889
r1337@Knoppix: root | 2008-04-11 19:08:08 +0800
nand flash ok now.
git-svn-id: file:///svn/pmon-all/pmon-all@358 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
cpu
a3f04fbce4
r655@Knoppix: root | 2008-02-19 08:21:57 +0800
add poweroff support,ohci has bug,if not OUTPUT_TO_BOTH,should delay(1000) in interrupt handler,why?
git-svn-id: file:///svn/pmon-all/pmon-all@199 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
root
2065b3e140
add gzip elf file load support.
git-svn-id: file:///svn/pmon-all/pmon-all@130 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
root
f56619ffaf
libm ok now
git-svn-id: file:///svn/pmon-all/pmon-all@111 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
root
c2ce8aee46
add sm712 support
git-svn-id: file:///svn/pmon-all/pmon-all@88 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
7545776473
test irq ok now.
git-svn-id: file:///svn/pmon-all/pmon-all@86 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
4b0b3dabf9
usb storage can used when usb disk is small,otherwise first load fail,reboot then ok.
鐩墠闂鏄
usb dev 0
usb read 0x84000000 0x1ada40 0x10
瀵筨lock 0x1ada40 鐨勮鎬讳笉鎴愬姛銆
git-svn-id: file:///svn/pmon-all/pmon-all@39 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
3c3a9286ef
usb still in debug.
git-svn-id: file:///svn/pmon-all/pmon-all@38 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
375fa4bfae
delete depends in lib/libc/Makefile.
git-svn-id: file:///svn/pmon-all/pmon-all@23 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
9af4c0e930
add rtl0 in setup menu.
git-svn-id: file:///svn/pmon-all/pmon-all@21 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
83ccde5ed1
turn off cache eanable operation in CPU_ConfigCache.
git-svn-id: file:///svn/pmon-all/pmon-all@20 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
d1255f77f7
add info cmd.
git-svn-id: file:///svn/pmon-all/pmon-all@18 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
8f44bdb721
2e pmon support big mem now.
git-svn-id: file:///svn/pmon-all/pmon-all@17 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
3cd87735ad
godson2e's cache file can not be applied in godson 2c.
do not know why.
git-svn-id: file:///svn/pmon-all/pmon-all@16 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
e13fa874f5
memset adapter after been allocate in em.
git-svn-id: file:///svn/pmon-all/pmon-all@15 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
61ef2daf52
git-svn-id: file:///svn/pmon-all/pmon-all@3 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago