xuwenrui
620a632168
Add more cmds to support fdt operation, cmd "fdt" can show all of them;
Check the mac addr in dtb & eeprom after boot, or after load_dtb;
If mem size in dtb is larger than max mem size, abort cmd "g";
Change-Id: I7b122658199915493a79cc99812485f43dc08c35
6 years ago
zhangbaoqi
c4924ffcf4
Add the LOONGSON 2K support.
Change-Id: I982c1da3b68f7d034d85406e14c5fb2264255d1d
7 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
Chenming
2e77c5a954
modify codes to get correct memory_size before read.
It displays in three plays:pmon bios, before pmon command line, `sysinfo mem` command. Now all of them are right.
Change-Id: I6eaf42f3df83a2603decf32cfea131a84f773374
10 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
xiaqichao@ict.ac.cn
b4bc0d7db5
Add spi boot support for ls3c
Original code only support boot from LPC, now boot from SPI flash
is OK. Original code only support some spi command such as "spiid",
"spiprogram" and "spierase", now 4K-erase and othe sector size is
support. Original spi driver code can't save enviroment variable,
Now enviroment variable can be saved, and command such as "set" and
"unset" are both OK. By the way, now more SPI flash types are supported,
user just add flash type in "pmon/dev/flashdev.c".
Target:Bonito3c780e
12 years ago
Sun Zhi
d39d784f38
Modify the type of memorysize and memorysize_high.
Modify the type of memorysize and memorysize_high to support more memory.
14 years ago
wanghuandong
07487bc178
add the first version of Godson3a evaluation board of MCP68
15 years ago
root
1927881bf5
jmpbuf must be alined 8.
15 years ago
root
361336cfd8
can compile for fcr_soc.
15 years ago
root
62cf495077
make a common commit
16 years ago
root
89474ef4bf
add 2f7inch.
16 years ago
root
ae5e30a1c8
add bootmenu and password support.
16 years ago
root
2f2d3df9db
change i2c functions specification.
16 years ago
root
560705f54f
make httpload url support port,checksum can autoload when checksum error.
16 years ago
root
d64434874e
add tftpd
16 years ago
root
9259f33bd2
enable all cs5536 serials and superio 83627 serials in pmon.
16 years ago
root
71974a776a
simplify the driver,Modify the device name to "atp".
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
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
05f9ee44f8
r1357@Knoppix: root | 2008-04-12 21:29:06 +0800
fix mtd fs bug.
git-svn-id: file:///svn/pmon-all/pmon-all@363 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
cpu
30fb0f1772
r1352@Knoppix: root | 2008-04-12 18:33:43 +0800
update mtd support.
git-svn-id: file:///svn/pmon-all/pmon-all@362 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
cpu
d282008ca0
r1347@Knoppix: root | 2008-04-12 11:52:30 +0800
ymodem,devcp for flash ok now.
git-svn-id: file:///svn/pmon-all/pmon-all@360 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
a909d84ff3
r1333@Knoppix: root | 2008-04-11 16:55:57 +0800
fcr gzrom.bin can run.
git-svn-id: file:///svn/pmon-all/pmon-all@357 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
cpu
553acf8579
r1332@Knoppix: root | 2008-04-11 07:38:30 +0800
add nand support.
git-svn-id: file:///svn/pmon-all/pmon-all@356 214b0138-1524-0410-9122-e5cb4b5bc56c
17 years ago
cpu
cf9b098bf6
r888@Knoppix: root | 2008-03-26 09:18:29 +0800
add cmd flashs to test flash write.
git-svn-id: file:///svn/pmon-all/pmon-all@271 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
b7d6b18dca
import initrd from lemote.
git-svn-id: file:///svn/pmon-all/pmon-all@42 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago
root
88b8b8ec09
import pmon-all
git-svn-id: file:///svn/pmon-all/pmon-all@1 214b0138-1524-0410-9122-e5cb4b5bc56c
18 years ago