
Dear Shawn,
in message c3d0340b0412201055558518ea@mail.gmail.com you wrote:
The patches were developed on an ARM IntegratorCP board with ARM946ES. Since the majority code of ARM946ES cpu was copied from ARM926EJS and there was bug about CFG_HZ found in ARM946ES later, I also fixed this CFG_HZ error on ARM926EJS.
The major changes are
- Mulitple core modules support (u-boot.multicm.patch)
Following OMAP boards' methodology, I added mulitple core module configuration. For example, integratorcp_946es_config is for IntegratorCP board with ARM946ES, integratorcp_config is for IntegratorCP board with ARM926EJS by default, integratorap_946es_config is for IntegratorAP board with ARM946ES, and integratorap_config is for IntegratorAP with ARM926EJS. Now only two core modules are supported, ARM946ES and ARM926EJS.
ARM946ES support (u-boot.arm946es.patch)
ARM926EJS bug fix (u-boot.arm926ejs.patch)
Fixed CFG_HZ problem. Set CFG_HZ to 1000. The solution is from AT91RM9200.
- IntegratorCP bug fixes (u-boot.integratorcp.patch)
Added SDRAM size information and FLASH support.
There is a problem with your patch. "u-boot.arm926ejs.patch" is not a patch but a tarball containing the other patches a second time. Please resubmit:
-> file u-boot.arm926ejs.patch u-boot.arm926ejs.patch: GNU tar archive -> tar tvf u-boot.arm926ejs.patch -rw-r--r-- xjin/redswitch 25849 2004-12-20 19:31:01 u-boot.arm946es.patch -rw-r--r-- xjin/redswitch 13015 2004-12-20 19:30:58 u-boot.integratorcp.patch -rw-r--r-- xjin/redswitch 8651 2004-12-20 19:31:09 u-boot.multicm.patch
Best regards,
Wolfgang Denk