RE: [PATCH] board_r: Detect ifc-nor flash at run-time

2020-05-20 Thread Priyanka Jain (OSS)
>-Original Message- >From: U-Boot On Behalf Of Rajesh Bhagat >Sent: Thursday, April 30, 2020 3:54 PM >To: u-boot@lists.denx.de >Cc: Priyanka Jain ; Pankit Garg > >Subject: [PATCH] board_r: Detect ifc-nor flash at run-time > >From: Pankit Garg > >CONF

[PATCH] board_r: Detect ifc-nor flash at run-time

2020-04-30 Thread Rajesh Bhagat
From: Pankit Garg CONFIG_MTD_NOR_FLASH flag needs to be enable for all boot sources,as all flash drivers need to compile in TFA Boot.Probe ifc nor flash only when there is nor flash available on board.So needs to detect ifc-nor flash at run-time for probing. Signed-off-by: Pankit Garg --- comm

Re: [U-Boot] [PATCH] board_r: Detect ifc-nor flash at run-time

2019-11-19 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Pankit Garg >Sent: Tuesday, November 19, 2019 3:01 PM >To: u-boot@lists.denx.de >Cc: Pankit Garg >Subject: [U-Boot] [PATCH] board_r: Detect ifc-nor flash at run-time > >CONFIG_MTD_NOR_FLASH flag needs to be enable

[U-Boot] [PATCH] board_r: Detect ifc-nor flash at run-time

2019-11-19 Thread Pankit Garg
CONFIG_MTD_NOR_FLASH flag needs to be enable for all boot sources,as all flash drivers need to compile in TFA Boot.Probe ifc nor flash only when there is nor flash available on board.So needs to detect ifc-nor flash at run-time for probing. Signed-off-by: Pankit Garg --- common/board_r.c | 8 +++