From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Jin Date: Mon, 20 Dec 2004 10:55:06 -0800 Subject: [U-Boot-Users] Patches for ARM IntegratorCP, ARM926EJS, and ARM946ES Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, 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 1. 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. 2. ARM946ES support (u-boot.arm946es.patch) 3. ARM926EJS bug fix (u-boot.arm926ejs.patch) Fixed CFG_HZ problem. Set CFG_HZ to 1000. The solution is from AT91RM9200. 4. IntegratorCP bug fixes (u-boot.integratorcp.patch) Added SDRAM size information and FLASH support. Philippe, I don't have an ARM926EJS core module. Would you please test the CFG_HZ fix on your system? Thanks. Regards, -Shawn. -------------- next part -------------- A non-text attachment was scrubbed... Name: u-boot.patch.tar.gz Type: application/x-gzip-compressed Size: 27076 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20041220/280f17a3/attachment.bin