LI Wengang
1449210142
RS690E VGA display works correctly
1. Porting the 3A+690E x86emu module to 2G+690e platform and it works
correctly.
2. The HT frequency is adjusted to 800MHz.
3. The start address of PCI IO and memory space are adjusted according
to the 3A+690E platform.
4. The framebuffer address(0xb0000000) doesn't map through TLB. The
pcitlb.c is added in start.S, but it doesn't work.
5. Fix the IO-read/write base from 0xa000_0000 to 0x0000_0000 in
sys/linux/io.h.
15 years ago
CAI Wanwei
a6e324bbb8
Add a new target Bonito3aserver
15 years ago
MA Jian
139ff35cce
Modify RTL8111DL driver for two chips could be used.
1. Modify initializing device code so that two chips could work correctly.
2. Add three commands: readrom, writerom, setmac.
readrom: read content from eeprom.
writerom: write content to eeprom.
setmac: set MAC address to eeprom.
15 years ago
LI Wengang
6068a5ed87
Modify RTL8111DL driver, so that two chips could be found
1. Delay time in driver is increased to increase the stability.
2. Fixed the accessing IO space error.
3. Read MAC address from EEPROM.
4. Two chips could be found but only one(rte1) could work normally.
15 years ago
LI Wengang
66635ed1d3
RTL8111DL driver is added and one chip could work.
Only one chip on PCIe could work. This driver is based on the Lemote
version, and the following is improved:
1. Delay time in the driver is increased.
2. The IO address is modified according to the Loongson2G.
3. RxConfig register is configured.
4. Work around: We should not get an error interrupt 0x80.
15 years ago
LI Wengang
d4398e2dc4
Loongson2G + RS690E + SB600 architecture support.
1. Support Loongson2G + RS690E + SB600 architecture.
2. Only SATA DISK works well under PMON.
3. DDR's parameters support 200M.
15 years ago
CAI Songsong
c0deccd979
Add RTL8169 support for Loongson3.
15 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
TAI Yunfang
0d25d0b986
Fix bug about linux kernel dump when using IDE and add a ENABLE_SATA option
15 years ago
TAI Yunfang
35c34f651a
Merge files from Lemote and Dawning to make SATA and IDE work
15 years ago
LIU Qi
095fa355f5
Add a new target Bonito3asis.
15 years ago
CAI Wanwei
9f365b2c9a
Compile Bonitodawning successfully
1. Modify some files in Bonitodawning.
2. Append zloader.dawning and Makefile.dawning.
3. Change io.h temporarily.
15 years ago
wanghuandong
3e260ab0b3
add PCI support into the config : UNDEFINE LS3_HT
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
7daeabcd4b
fix mydebug.
15 years ago
root
de268ffbf4
fix i2cread in mydebug.
15 years ago
root
e1a904f9a7
change sata,init on match.
15 years ago
root
a6da8b48f3
add target ls232 sm502.
15 years ago
root
f988d1d33f
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
root
4a5d894ee2
fix alignment.
15 years ago
root
5065d34e0c
make test start addr change to 0x80000000,default uncached,ke 1 to make it cached.
16 years ago
root
7840d7d13a
change pci allocate for big mem.
16 years ago
root
62cf495077
make a common commit
16 years ago
root
8e7e21987e
can change default value when writerom,just for debug.
16 years ago
root
c0f6d73790
sata0 and sata1 work well
16 years ago
root
01a8d31753
sata0 and sata1 work well
16 years ago
root
e2353a699e
change yaffs.
16 years ago
root
8faa933f96
add missing file,change flash.
16 years ago
root
2b4e3b469b
change yaffs.
16 years ago
root
89474ef4bf
add 2f7inch.
16 years ago
root
76da5473a7
change bootmenu.
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
9c2923e813
add uhci stop when go.
16 years ago
root
68d693fc64
fix probe ide cd failed some time.
cl == 0x14 && ch == 0xeb then ide cd.
16 years ago
root
167ba329b0
fix e100 fail on first configure after power.
16 years ago
root
0b7e808b55
fix 2ffire rtc 24hours bug.
change test file.
16 years ago
root
84435dc2d2
change firetest,add setmac in e100 driver.
16 years ago
root
82eae46128
add setmac in e100.
16 years ago
root
705a95809d
make fat load like this:
load /dev/fs/fat@wd0/boot/vmlinux
make iso9660 load like this:
load /dev/fs/iso9660@cd0/boot/vmlinux
16 years ago
root
105b436b27
add missing nop in start.S.
16 years ago
root
e41b2094b7
add ip1000A net driver.
16 years ago
root
23dda08192
add raw_ether domain and proto for test net.
16 years ago
root
2fe1018c4c
must clear tlb or set pagemask to 16k on boot.
cache alias+random excecute will affect cache flush.
add cp0 acess,tlbdump,cachedum commandp.
chage sata driver a little.
16 years ago
root
79f2cccdd1
disable sata if can not find disk.
16 years ago
root
f20b3a13ac
fix sm502 serial, make it config nb serial default to run old kernel.
16 years ago
humingchang
3ee03486b9
fix usb conflict with serial,kbd by del some registers setup in start.S on 2fETX.
add config for e100.
16 years ago
root
41868f9804
Fix up the SMI712 800x600 8bits mod in the PMON display a cursor in the screen center.
16 years ago
root
5c1a73654d
Add the SMI712 8Bits 332 and index two modes support in the cfb_console.c
16 years ago
root
10ffa2e1bd
sm712 can suport 1024x768 now.
16 years ago