Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-05-18 Thread Walter Lozano
Hi Stefano, Could you please check the status of this patchset and confirm if a v3 is required? On 19/4/20 01:24, Walter Lozano wrote: Hi Stefano, I noticed that this series has state = Changes Requested, but not sure what are the changes need. Could you please clarify? There is a silly h

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-04-18 Thread Walter Lozano
Hi Stefano, I noticed that this series has state = Changes Requested, but not sure what are the changes need. Could you please clarify? There is a silly hunk but Baruch suggested that this no requires a v3. However if you prefer a v3, I can prepare it Please confirm. On 16/3/20 15:56, Walt

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-16 Thread Walter Lozano
Hi Baruch, On 16/3/20 15:11, Baruch Siach wrote: Hi Walter, On Mon, Mar 16, 2020 at 02:53:58PM -0300, Walter Lozano wrote: On 16/3/20 14:25, Baruch Siach wrote: On Mon, Mar 16, 2020 at 02:05:57PM -0300, Walter Lozano wrote: On 16/3/20 13:28, Baruch Siach wrote: On Thu, Mar 12, 2020 at 01:52

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-16 Thread Baruch Siach
Hi Walter, On Mon, Mar 16, 2020 at 02:53:58PM -0300, Walter Lozano wrote: > On 16/3/20 14:25, Baruch Siach wrote: > > On Mon, Mar 16, 2020 at 02:05:57PM -0300, Walter Lozano wrote: > > > On 16/3/20 13:28, Baruch Siach wrote: > > > > On Thu, Mar 12, 2020 at 01:52:13PM -0300, Walter Lozano wrote: >

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-16 Thread Walter Lozano
Hi Baruch, On 16/3/20 14:25, Baruch Siach wrote: Hi Walter On Mon, Mar 16, 2020 at 02:05:57PM -0300, Walter Lozano wrote: On 16/3/20 13:28, Baruch Siach wrote: On Thu, Mar 12, 2020 at 01:52:13PM -0300, Walter Lozano wrote: Thanks for sharing. On 12/3/20 02:02, Baruch Siach wrote: Hi Walter

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-16 Thread Baruch Siach
Hi Walter On Mon, Mar 16, 2020 at 02:05:57PM -0300, Walter Lozano wrote: > On 16/3/20 13:28, Baruch Siach wrote: > > On Thu, Mar 12, 2020 at 01:52:13PM -0300, Walter Lozano wrote: > > > Thanks for sharing. > > > > > > On 12/3/20 02:02, Baruch Siach wrote: > > > > Hi Walter, > > > > > > > > On We

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-16 Thread Walter Lozano
On 16/3/20 13:28, Baruch Siach wrote: Hi Walter, On Thu, Mar 12, 2020 at 01:52:13PM -0300, Walter Lozano wrote: Hi Baruch, Thanks for sharing. On 12/3/20 02:02, Baruch Siach wrote: Hi Walter, On Wed, Mar 11 2020, Walter Lozano wrote: In SPL legacy code only one MMC device is created, bas

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-16 Thread Baruch Siach
Hi Walter, On Thu, Mar 12, 2020 at 01:52:13PM -0300, Walter Lozano wrote: > Hi Baruch, > > Thanks for sharing. > > On 12/3/20 02:02, Baruch Siach wrote: > > Hi Walter, > > > > On Wed, Mar 11 2020, Walter Lozano wrote: > > > In SPL legacy code only one MMC device is created, based on BOOT_CFG >

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-12 Thread Walter Lozano
Hi Baruch, Thanks for sharing. On 12/3/20 02:02, Baruch Siach wrote: Hi Walter, On Wed, Mar 11 2020, Walter Lozano wrote: In SPL legacy code only one MMC device is created, based on BOOT_CFG register, which can be either SD or eMMC. In this context board_boot_order return always MMC1 when con

Re: [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-11 Thread Baruch Siach
Hi Walter, On Wed, Mar 11 2020, Walter Lozano wrote: > In SPL legacy code only one MMC device is created, based on BOOT_CFG > register, which can be either SD or eMMC. In this context > board_boot_order return always MMC1 when configure to boot from > SD/eMMC. After switching to DM both SD and eMM

[PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

2020-03-11 Thread Walter Lozano
In SPL legacy code only one MMC device is created, based on BOOT_CFG register, which can be either SD or eMMC. In this context board_boot_order return always MMC1 when configure to boot from SD/eMMC. After switching to DM both SD and eMMC devices are created based on the information available on DT