From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prabhakar Kushwaha Date: Thu, 22 Aug 2019 08:32:55 +0000 Subject: [U-Boot] [PATCH 3/5] armv8: fsl-layerscape: make icid setup endianness aware In-Reply-To: References: <20190730142959.8467-1-laurentiu.tudor@nxp.com> <20190730142959.8467-3-laurentiu.tudor@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de > -----Original Message----- > From: Horia Geanta > Sent: Wednesday, July 31, 2019 1:24 AM > To: Laurentiu Tudor ; u-boot at lists.denx.de; > Prabhakar Kushwaha > Subject: Re: [PATCH 3/5] armv8: fsl-layerscape: make icid setup endianness > aware >=20 > On 7/30/2019 5:30 PM, laurentiu.tudor at nxp.com wrote: > > From: Laurentiu Tudor > > > > The current implementation assumes that the registers holding the > > ICIDs are universally big endian. That's no longer the case on newer > > platforms so update the code to take into account the endianness of > > each register. > > > > Signed-off-by: Laurentiu Tudor > Reviewed-by: Horia Geant=C4=83 >=20 This patch has been applied to fsl-qoriq master, awaiting upstream. --pk