From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Thu, 24 Jun 2010 19:59:13 +0400 Subject: [U-Boot] [PATCH 2/2] MPC8308ERDB: minimal support for devboard from Freescale In-Reply-To: <20100622191705.c9fcf0fb.kim.phillips@freescale.com> References: <1277055168-18596-1-git-send-email-yanok@emcraft.com> <1277055168-18596-3-git-send-email-yanok@emcraft.com> <20100622191705.c9fcf0fb.kim.phillips@freescale.com> Message-ID: <4C2380D1.3000900@emcraft.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 Kim, On 23.06.2010 04:17, Kim Phillips wrote: >> +#define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \ >> + HID0_ENABLE_DYNAMIC_POWER_MANAGMENT) >> > | HID0_ENABLE_INSTRUCTION_CACHE? > I've enabled icache and now the board sometimes resets twice after U-Boot 'reset' command: => re Resetting the board. U-Boot 2010.06-rc3-00020-g093a164 (Jun 24 2010 - 17:45:17) MPC83XX Reset Status: Software Hard, External/Internal Soft, External/Internal Hard CPU: e300c3, MPC8308, Rev: 1.0 at 400 MHz, CSB: 133.333 MHz Board: Freescale MPC8308ERDB Rev 1.0 I2C: ready DRAM: U-Boot 2010.06-rc3-00020-g093a164 (Jun 24 2010 - 17:45:17) MPC83XX Reset Status: External/Internal Soft, External/Internal Hard CPU: e300c3, MPC8308, Rev: 1.0 at 400 MHz, CSB: 133.333 MHz Board: Freescale MPC8308ERDB Rev 1.0 I2C: ready DRAM: 128 MiB FLASH: 8 MiB PCIE0: link In: serial Out: serial Err: serial Net: eTSEC1: No support for PHY id ffffffff; assuming generic eTSEC0, eTSEC1 Hit any key to stop autoboot: 0 => (It doesn't always stop at "DRAM:" line but that position is most frequent) Maybe you have some ideas on this subject? Regards, Ilya.