From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Thu, 19 Mar 2020 08:57:58 +0000 Subject: [PATCH 07/10] board: stm32mp1: add finished good in board identifier OTP In-Reply-To: <20200318104452.3B6E824003E@gemini.denx.de> References: <20200212183744.5309-1-patrick.delaunay@st.com> <20200212183744.5309-8-patrick.delaunay@st.com> <20200318104452.3B6E824003E@gemini.denx.de> Message-ID: <07159b22a76a445089aa6cd646c0ef1c@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, > From: Wolfgang Denk > Sent: mercredi 18 mars 2020 11:45 > > Dear Patrick, > > In message <20200212183744.5309-8-patrick.delaunay@st.com> you wrote: > > Update the command stboard to support the coding of OTP 59 with > > finished good: > > Can you please explain what "finished good" means? > > I can't parse the sentence above, sorry. It is a part of the codification used in production of ST board, sorry if it is not clear. The ST product codification have several element - "Commercial Product Name" (CPN) : type of product board (DKX, EVX) - "Finished Good" or "Finish Good" (FG) : effective content of the product without chip STM32MP1 (LCD, Wifi, ?) - BOM: cost variant for same FG (for example, several provider of the same component) For example commercial product = STM32MP157C-EV1 Finished Good = EVA32MP157A1$AU1 Booth information are written on board. During production, this information is also save in OTP. And the stm32mp1 software can change its behavior based on this information. The FG information is introduced because on DK2 board (same product / same CPN) , we have a risk to manage 2 types of display in future production batch (no more availability of the current LCD => new FG for the same product with new display) > Best regards, > > Wolfgang Denk > Regards Patrick