Re: [U-Boot] [PATCH] arm: freescale: ls102xa: add helper Macro to get the SVR

2019-10-17 Thread Priyanka Jain
>-Original Message- >From: Pankaj Bansal >Sent: Wednesday, October 16, 2019 3:40 PM >To: Priyanka Jain ; Albert Aribaud >; Simon Glass >Cc: u-boot@lists.denx.de; Pankaj Bansal >Subject: [PATCH] arm: freescale: ls102xa: add helper Macro to get the SVR > >32 bit System Version Register

[U-Boot] [PATCH] arm: freescale: ls102xa: add helper Macro to get the SVR

2019-10-16 Thread Pankaj Bansal
32 bit System Version Register (SVR) in NXP SOCs contains information about SOC such as: 1. SOC type (bits 8 - 31) 2. SOC Major Revision (bits 4 - 7) 3. SOC Minor Revision (bits 0 - 3) This Macro (SVR_DEV) strips the Major and Minor revision info, so that SOC can be correctly identified. This