From mboxrd@z Thu Jan 1 00:00:00 1970 From: HeungJun Kim Date: Wed, 17 Jun 2009 18:06:16 +0900 Subject: [U-Boot] onenand_ipl : need to cpu/arm_cortexa8/start.S Message-ID: <350d1ec30906170206oc73d848sfa91a931e60c58be@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear all, The cpu/arm_cortexa8/start.S dosen't have the code about onenand_ipl. But, If the new ARM CortexA8 specific code is addad and the new code needs to be used the onenand_ipl features, it's hard to be implemented this new code. So, I wonder whether it's right or not to be changed like this in the start.S : 1. at the reset vector -> just jump reset code. 2. execute cpu_init_crit() like not onenand_ipl code. 3. setup stack area. 4. jump start_oneboot. I wish to listen any advice of yours. Thanks to read. Best Regards, riverful