
-----Original Message----- From: Horia Geanta Sent: Wednesday, July 31, 2019 1:24 AM To: Laurentiu Tudor laurentiu.tudor@nxp.com; u-boot@lists.denx.de; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Subject: Re: [PATCH 3/5] armv8: fsl-layerscape: make icid setup endianness aware
On 7/30/2019 5:30 PM, laurentiu.tudor@nxp.com wrote:
From: Laurentiu Tudor laurentiu.tudor@nxp.com
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 laurentiu.tudor@nxp.com
Reviewed-by: Horia Geantă horia.geanta@nxp.com
This patch has been applied to fsl-qoriq master, awaiting upstream.
--pk