From mboxrd@z Thu Jan 1 00:00:00 1970
From: Pierre AUBERT
Date: Thu, 21 Nov 2002 14:05:14 +0100
Subject: [U-Boot-Users] Power On Self Tests
References: <20021121121512.AF1A311768@denx.denx.de>
Message-ID: <3DDCDA0A.AF0E75FE@staubli.com>
List-Id:
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: u-boot@lists.denx.de
Wolfgang Denk wrote:
> Dear Pierre,
>
>
> Can you please also send the correspoding CHANGELOG entry, plus the
> patch for README to describe the new CFG_* variable?
>
> Best regards,
>
> Wolfgang Denk
>
Please find attached the patch for the README file.
--- ppcboot-2.0.0-cvs/README 2002-11-21 13:50:01.000000000 +0100
+++ ppcboot-2.0.0-m/README 2002-11-21 14:03:17.000000000 +0100
@@ -1653,6 +1653,13 @@ Low Level (hardware related) configurati
wrong setting might damage your board. Read
doc/README.MBX before setting this variable!
+- CFG_CPM_POST_WORD_ADDR:
+ (CPM8xx, CPM8260)
+ Offset of the bootmode word in DPRAM used by post (Power On Self
Tests)
+ This definition overrides hardcoded #define in commproc.h or
+ cpm_8260.h.
+
+
Building the Software:
======================
CHANGELOG:
* Patch by Pierre Aubert , 21 Nov 2002
Add CFG_CPM_POST_WORD_ADDR so the offset of the bootmode
word in DPRAM can be redefined in the board config file.
Best regards.