From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thirumalai Date: Wed, 2 Dec 2009 15:25:48 +0530 Subject: [U-Boot] Regarding MPC8640D second core initialization In-Reply-To: <20091202094104.283964C025@gemini.denx.de> References: <37EF3A462AFE4B5090E87F6B7F3F330F@itd210> <20091202094104.283964C025@gemini.denx.de> 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 Thank you denx. Hi Jon, I am using 2009-06 u-boot for MPC8640D based custom board. i just want to know whether the second core of MPC8640D is kicked off automatically or will it required by the user to kick using cpu command like mpc85xx/mp.c. Also if am enabling the CONFIG_MP macro and CONFIG_NUM_CPUS as 2, then the reset command of the target is not working(means board is getting hanged). I have mentioned the value of CONFIG_SYS_SCRATCH_VA as 0xf5000000. Thank you T.