Re: [PATCH V2] arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables

2021-04-09 Thread Patrice CHOTARD
Hi Marek On 4/9/21 2:43 PM, Patrick DELAUNAY wrote: > Hi Marek, > > On 3/31/21 2:15 PM, Marek Vasut wrote: >> Split up get_soc_name(), clean the decoding up a bit, and set up >> environment variables which contain the SoC type, package, revision. >> This is useful on SoMs, where multiple SoC

Re: [PATCH V2] arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables

2021-04-09 Thread Patrick DELAUNAY
Hi Marek, On 3/31/21 2:15 PM, Marek Vasut wrote: Split up get_soc_name(), clean the decoding up a bit, and set up environment variables which contain the SoC type, package, revision. This is useful on SoMs, where multiple SoC options are populated. Signed-off-by: Marek Vasut Cc: Patrick

[PATCH V2] arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables

2021-03-31 Thread Marek Vasut
Split up get_soc_name(), clean the decoding up a bit, and set up environment variables which contain the SoC type, package, revision. This is useful on SoMs, where multiple SoC options are populated. Signed-off-by: Marek Vasut Cc: Patrick Delaunay Cc: Patrice Chotard --- V2: Fix pkg = 0 ,