From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:23:32 -0800 Subject: [U-Boot] [PATCH v2 4/9] kmp204x: implement workaround for A-006559 In-Reply-To: <1390819752-21233-5-git-send-email-valentin.longchamp@keymile.com> References: <1390819752-21233-1-git-send-email-valentin.longchamp@keymile.com> <1390819752-21233-5-git-send-email-valentin.longchamp@keymile.com> Message-ID: <52EFFAC4.8040901@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/27/2014 02:49 AM, Valentin Longchamp wrote: > According to the errata, some bits of an undocumented register in the > DCSR must be set for every core in order to avoid a possible data or > instruction corruption. > > This is required for the 2.0 revision of the P2041 that should be used > as soon as available in our design. > > Signed-off-by: Valentin Longchamp > --- > > Changes in v2: None Applied to u-boot-mpc85xx master branch. York