From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Mon, 17 Dec 2012 13:42:48 +0100 Subject: [U-Boot] [PATCH 1/4] arm/km: fix memory settings In-Reply-To: <1351851310-8463-1-git-send-email-holger.brunck@keymile.com> References: <1351851310-8463-1-git-send-email-holger.brunck@keymile.com> Message-ID: <50CF1348.1000401@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Prafulla, On 11/02/2012 11:15 AM, Holger Brunck wrote: > On kmcoge5un we faced some serious problems with the memory during > temperature tests. Reason was that we overwrite some registers for > memory settings which have to leave untouched. These where registers > 0x20148 , 0x2014c and 0x20154. > So writing these registers is prohibited and this patch removes them > from all km related config files. Even if the problem was only > seen on kmcoge5un. > > Signed-off-by: Holger Brunck > Signed-off-by: Valentin Longchamp > cc: Prafulla Wadaskar > --- > board/keymile/km_arm/kwbimage-memphis.cfg | 6 +++--- > board/keymile/km_arm/kwbimage.cfg | 6 +++--- > board/keymile/km_arm/kwbimage_128M16_1.cfg | 25 ++----------------------- > board/keymile/km_arm/kwbimage_256M8_1.cfg | 25 ++----------------------- > 4 files changed, 10 insertions(+), 52 deletions(-) > what about this patch serie? They were posted long time ago and we are already at -rc2 and they are sitting wether in the ARM tree nor in your marvell tree. So could you please pick up these four? Thanks, Holger