MIPS: The full patch of MIPS_FS
Review Request #991 - Created Jan. 12, 2012 and updated - Latest diff uploaded
| Information | |
|---|---|
| Deyuan Guo | |
| gem5 | |
| Reviewers | |
| Default | |
Hi all!
Here are the full patch of MIPS_FS (hg diff with r8729), including 3 parts:
1. fs.py and FSConfig.py:
Build a mips-linux hardware system, based on RealView pbx.
2. src/arch/mips;
Implement some features about full system.
3. src/dev/mips;
Mostly from dev/arm, such as RealView, Amba, GIC, pl011 and sp804.
Author:
Zhengxing Li (tomcs163@hotmail.com)
and me, thanks.
We have created a simple file system by using busybox, and ported the mips linux kernel to support realview pbx board. I'll send the standalone kernel image to Korey by email. (vmlinux.mips, 9.2MB after compression)
