mbox series

[U-Boot] Please pull pico-imx7d-2019.10-1 from https://github.com/OSSystems/u-boot

Message ID CAP9ODKo_TEHx3eTo2SkX4F37FA52cHsApG2VgM-OJVu2SSfMWw@mail.gmail.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series [U-Boot] Please pull pico-imx7d-2019.10-1 from https://github.com/OSSystems/u-boot | expand

Pull-request

https://github.com/OSSystems/u-boot pico-imx7d-2019.10-1

Message

Otavio Salvador Sept. 12, 2019, 7:38 p.m. UTC
Hello Stefano,

The same patches I sent before are also online. See:

The following changes since commit 333027284f9a591747ec469ede2b13b3fb8df65a:

  Merge branch 'nxp-imx-8-13' of https://github.com/MrVan/u-boot
(2019-08-18 12:10:11 +0200)

are available in the Git repository at:

  https://github.com/OSSystems/u-boot pico-imx7d-2019.10-1

for you to fetch changes up to 697cc0eaa7104950a52425786c2c830879b044d4:

  logos: Add the TechNexion's logo (2019-09-12 16:35:59 -0300)

----------------------------------------------------------------
Fabio Berton (1):
      pico-imx7d: Sync pico-hobbit-imx7d_defconfig

Fabio Estevam (3):
      pico-imx7d: Add instructions for booting in Falcon mode
      pico-imx7d: Provide a way to escape the Falcon mode
      logos: Add the TechNexion's logo

Otavio Salvador (2):
      pico-imx7d: Add DWARF baseboard support
      pico-imx7d: Add NYMPH baseboard support

 board/technexion/pico-imx7d/README  |  91 ++++++++++++++++++++++++++++++++++++
 board/technexion/pico-imx7d/spl.c   |   4 ++
 configs/pico-dwarf-imx7d_defconfig  |  68 +++++++++++++++++++++++++++
 configs/pico-hobbit-imx7d_defconfig |   2 +-
 configs/pico-nymph-imx7d_defconfig  |  68 +++++++++++++++++++++++++++
 include/configs/pico-imx7d.h        |   6 ++-
 tools/logos/technexion.bmp          | Bin 0 -> 22390 bytes
 7 files changed, 237 insertions(+), 2 deletions(-)
 create mode 100644 configs/pico-dwarf-imx7d_defconfig
 create mode 100644 configs/pico-nymph-imx7d_defconfig
 create mode 100644 tools/logos/technexion.bmp

Comments

Joris OFFOUGA Sept. 12, 2019, 8:20 p.m. UTC | #1
Hi Otavio,

Can you test and apply my series in your pull request ?

https://patchwork.ozlabs.org/patch/1155917/

https://patchwork.ozlabs.org/patch/1155916/

https://patchwork.ozlabs.org/patch/1155914/

Best Regards,

Joris Offouga



Le jeu. 12 sept. 2019 à 21:38, Otavio Salvador 
<otavio.salvador@ossystems.com.br 
<mailto:otavio.salvador@ossystems.com.br>> a écrit :

    Hello Stefano,

    The same patches I sent before are also online. See:

    The following changes since commit
    333027284f9a591747ec469ede2b13b3fb8df65a:

       Merge branch 'nxp-imx-8-13' of https://github.com/MrVan/u-boot
    (2019-08-18 12:10:11 +0200)

    are available in the Git repository at:

    https://github.com/OSSystems/u-boot pico-imx7d-2019.10-1

    for you to fetch changes up to 697cc0eaa7104950a52425786c2c830879b044d4:

       logos: Add the TechNexion's logo (2019-09-12 16:35:59 -0300)

    ----------------------------------------------------------------
    Fabio Berton (1):
           pico-imx7d: Sync pico-hobbit-imx7d_defconfig

    Fabio Estevam (3):
           pico-imx7d: Add instructions for booting in Falcon mode
           pico-imx7d: Provide a way to escape the Falcon mode
           logos: Add the TechNexion's logo

    Otavio Salvador (2):
           pico-imx7d: Add DWARF baseboard support
           pico-imx7d: Add NYMPH baseboard support

      board/technexion/pico-imx7d/README  |  91
    ++++++++++++++++++++++++++++++++++++
      board/technexion/pico-imx7d/spl.c   |   4 ++
      configs/pico-dwarf-imx7d_defconfig  |  68 +++++++++++++++++++++++++++
      configs/pico-hobbit-imx7d_defconfig |   2 +-
      configs/pico-nymph-imx7d_defconfig  |  68 +++++++++++++++++++++++++++
      include/configs/pico-imx7d.h        |   6 ++-
      tools/logos/technexion.bmp          | Bin 0 -> 22390 bytes
      7 files changed, 237 insertions(+), 2 deletions(-)
      create mode 100644 configs/pico-dwarf-imx7d_defconfig
      create mode 100644 configs/pico-nymph-imx7d_defconfig
      create mode 100644 tools/logos/technexion.bmp


    -- 
    Otavio Salvador                             O.S. Systems
    http://www.ossystems.com.br http://code.ossystems.com.br
    Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750
    _______________________________________________
    U-Boot mailing list
    U-Boot@lists.denx.de <mailto:U-Boot@lists.denx.de>
    https://lists.denx.de/listinfo/u-boot
Otavio Salvador Sept. 12, 2019, 9:18 p.m. UTC | #2
Hello,

On Thu, Sep 12, 2019 at 5:20 PM Joris Offouga <offougajoris@gmail.com> wrote:
> Can you test and apply my series in your pull request ?

% grep CONFIG_VIDEO configs/pico-*7d*

              :(
configs/pico-dwarf-imx7d_defconfig:CONFIG_VIDEO=y
configs/pico-nymph-imx7d_defconfig:CONFIG_VIDEO=y

Those also need update. Please check and let me know when done so I
make a new PR.
Joris OFFOUGA Sept. 12, 2019, 9:27 p.m. UTC | #3
Hello,

Just put CONFIG_DM_VIDEO in the defconfig

Best regards,

Joris Offouga

Le 12/09/2019 à 23:18, Otavio Salvador a écrit :
> Hello,
>
> On Thu, Sep 12, 2019 at 5:20 PM Joris Offouga <offougajoris@gmail.com> wrote:
>> Can you test and apply my series in your pull request ?
> % grep CONFIG_VIDEO configs/pico-*7d*
>
>                :(
> configs/pico-dwarf-imx7d_defconfig:CONFIG_VIDEO=y
> configs/pico-nymph-imx7d_defconfig:CONFIG_VIDEO=y
>
> Those also need update. Please check and let me know when done so I
> make a new PR.
>
>
>
Otavio Salvador Sept. 13, 2019, 2:36 p.m. UTC | #4
On Thu, Sep 12, 2019 at 6:27 PM Joris Offouga <offougajoris@gmail.com> wrote:
> Just put CONFIG_DM_VIDEO in the defconfig

Please adjust your PR and let me know; so I test it here.
Joris OFFOUGA Sept. 14, 2019, 9:56 a.m. UTC | #5
Hi Otavio,

I adjust my repo with your PR, you can find commits here: 
https://github.com/jorisoffouga/u-boot/commits/pico-imx7-2019.10-2

Best Regards,

Joris Offouga

Le 13/09/2019 à 16:36, Otavio Salvador a écrit :
> On Thu, Sep 12, 2019 at 6:27 PM Joris Offouga <offougajoris@gmail.com> wrote:
>> Just put CONFIG_DM_VIDEO in the defconfig
> Please adjust your PR and let me know; so I test it here.
>
Joris OFFOUGA Sept. 14, 2019, 10:01 a.m. UTC | #6
+Stefano Babic

Le 14/09/2019 à 11:56, Joris Offouga a écrit :
> Hi Otavio,
>
> I adjust my repo with your PR, you can find commits here: 
> https://github.com/jorisoffouga/u-boot/commits/pico-imx7-2019.10-2
>
> Best Regards,
>
> Joris Offouga
>
> Le 13/09/2019 à 16:36, Otavio Salvador a écrit :
>> On Thu, Sep 12, 2019 at 6:27 PM Joris Offouga 
>> <offougajoris@gmail.com> wrote:
>>> Just put CONFIG_DM_VIDEO in the defconfig
>> Please adjust your PR and let me know; so I test it here.
>>
Stefano Babic Sept. 14, 2019, 11:20 a.m. UTC | #7
Hi Joris,

I am pulling all patches for the release, I wil ltake care of yours, too.

Regards,
Stefano

On 14/09/19 12:01, Joris Offouga wrote:
> +Stefano Babic
> 
> Le 14/09/2019 à 11:56, Joris Offouga a écrit :
>> Hi Otavio,
>>
>> I adjust my repo with your PR, you can find commits here:
>> https://github.com/jorisoffouga/u-boot/commits/pico-imx7-2019.10-2
>>
>> Best Regards,
>>
>> Joris Offouga
>>
>> Le 13/09/2019 à 16:36, Otavio Salvador a écrit :
>>> On Thu, Sep 12, 2019 at 6:27 PM Joris Offouga
>>> <offougajoris@gmail.com> wrote:
>>>> Just put CONFIG_DM_VIDEO in the defconfig
>>> Please adjust your PR and let me know; so I test it here.
>>>
Joris OFFOUGA Sept. 14, 2019, 11:26 a.m. UTC | #8
Hi Stefano,

Thanks

Best regards,

Joris

Le 14/09/2019 à 13:20, Stefano Babic a écrit :
> Hi Joris,
>
> I am pulling all patches for the release, I wil ltake care of yours, too.
>
> Regards,
> Stefano
>
> On 14/09/19 12:01, Joris Offouga wrote:
>> +Stefano Babic
>>
>> Le 14/09/2019 à 11:56, Joris Offouga a écrit :
>>> Hi Otavio,
>>>
>>> I adjust my repo with your PR, you can find commits here:
>>> https://github.com/jorisoffouga/u-boot/commits/pico-imx7-2019.10-2
>>>
>>> Best Regards,
>>>
>>> Joris Offouga
>>>
>>> Le 13/09/2019 à 16:36, Otavio Salvador a écrit :
>>>> On Thu, Sep 12, 2019 at 6:27 PM Joris Offouga
>>>> <offougajoris@gmail.com> wrote:
>>>>> Just put CONFIG_DM_VIDEO in the defconfig
>>>> Please adjust your PR and let me know; so I test it here.
>>>>