Re: [PATCH v2 1/1] board: ns3: check bnxt chimp handshake status

2020-09-10 Thread Tom Rini
On Tue, Aug 25, 2020 at 11:16:37PM +0530, Rayagonda Kokatanur wrote: > Chimp is a core in Broadcom netxtream controller (bnxt). > Add support to check bnxt's chimp component status. > > Signed-off-by: Rayagonda Kokatanur > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom sig

Re: [PATCH v2 1/1] board: ns3: check bnxt chimp handshake status

2020-08-29 Thread Simon Glass
On Tue, 25 Aug 2020 at 11:46, Rayagonda Kokatanur wrote: > > Chimp is a core in Broadcom netxtream controller (bnxt). > Add support to check bnxt's chimp component status. > > Signed-off-by: Rayagonda Kokatanur > --- > Changes from V1: > -Address review comments from Simon, > Add comment about

[PATCH v2 1/1] board: ns3: check bnxt chimp handshake status

2020-08-25 Thread Rayagonda Kokatanur
Chimp is a core in Broadcom netxtream controller (bnxt). Add support to check bnxt's chimp component status. Signed-off-by: Rayagonda Kokatanur --- Changes from V1: -Address review comments from Simon, Add comment about chimp failure. board/broadcom/bcmns3/ns3.c | 17 + 1 fi