Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3] board: Add support for LePotato
Date: Tue, 7 Jul 2020 21:51:58 +0200	[thread overview]
Message-ID: <20200707195158.GN2273@scaer> (raw)
In-Reply-To: <20200707075339.389528-1-mylene.josserand@collabora.com>

Myl?ne, All,

On 2020-07-07 09:53 +0200, Myl?ne Josserand spake thusly:
> Here is my first version of this series that adds the support of the
> board LePotato SBC from LibreComputer [1].
> 
> This board uses FIP utilities [2][3] from AMLogic to sign u-boot.

Following the issues raised by Romain, I've marked patches 2-3 as
"changes requested". Hopefully, gslimg is an interesting trail to follow
as a free/libre replacement for the vendor stuff.

I've applied patch 1 to master, thanks.

Regards,
Yann E. MORIN.

> The patch 02 is adding these FIP utilities as a host package. It is
> available for different boards such as khadas-vim, some odroids, etc.
> This package will copy the corresponding utilities, only for LePotato for
> the moment, into the HOST_DIR/usr/bin. Currently, LePotato's ones are the
> default ones. This should be updating once more boards are added.
> 
> The patch 03 is adding the support of this board from LibreComputer:
>    - one defconfig including a u-boot, kernel and minimal rootfs.
>    The configuration is also enabling the FIP package for LePotato.
>    - one post-build script that is using the FIP utilities to sign
>    u-boot binary.
>    - one post-image script to generate a sd-card image and flashing the
>    signed u-boot on it.
>    - a readme file to explain how to configure, compile and flash image
>    for this board.
>    - a boot.scr file including booti commands to run.
> 
> Let me know if you have any comments on this series.
> 
> Best regards,
> 
> Myl?ne
> 
> [1]: https://libre.computer/products/boards/aml-s905x-cc/
> [2]: https://github.com/LibreELEC/amlogic-boot-fip
> [3]: https://github.com/BayLibre/u-boot
> 
> Myl?ne Josserand (3):
>   DEVELOPERS: Update Mylene's email
>   package: Add new fip package
>   configs/lepotato: Add new defconfig
> 
>  .gitlab-ci.yml                             |  1 +
>  DEVELOPERS                                 |  4 +-
>  board/librecomputer/lepotato/boot.cmd      |  6 +++
>  board/librecomputer/lepotato/genimage.cfg  | 28 ++++++++++
>  board/librecomputer/lepotato/post-build.sh | 61 ++++++++++++++++++++++
>  board/librecomputer/lepotato/post-image.sh | 17 ++++++
>  board/librecomputer/lepotato/readme.txt    | 35 +++++++++++++
>  configs/lepotato_defconfig                 | 29 ++++++++++
>  package/Config.in.host                     |  1 +
>  package/fip/Config.in.host                 | 17 ++++++
>  package/fip/fip.hash                       |  2 +
>  package/fip/fip.mk                         | 30 +++++++++++
>  12 files changed, 230 insertions(+), 1 deletion(-)
>  create mode 100644 board/librecomputer/lepotato/boot.cmd
>  create mode 100644 board/librecomputer/lepotato/genimage.cfg
>  create mode 100755 board/librecomputer/lepotato/post-build.sh
>  create mode 100755 board/librecomputer/lepotato/post-image.sh
>  create mode 100644 board/librecomputer/lepotato/readme.txt
>  create mode 100644 configs/lepotato_defconfig
>  create mode 100644 package/fip/Config.in.host
>  create mode 100644 package/fip/fip.hash
>  create mode 100644 package/fip/fip.mk
> 
> -- 
> 2.27.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2020-07-07 19:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-07  7:53 [Buildroot] [PATCH 0/3] board: Add support for LePotato Mylène Josserand
2020-07-07  7:53 ` [Buildroot] [PATCH 1/3] DEVELOPERS: Update Mylene's email Mylène Josserand
2020-07-07  7:53 ` [Buildroot] [PATCH 2/3] package: Add new fip package Mylène Josserand
2020-07-07 12:37   ` Romain Naour
2020-07-07 14:18     ` Mylene Josserand
2020-07-07 14:29       ` Romain Naour
2020-07-09 11:51         ` Mylene Josserand
2020-07-07  7:53 ` [Buildroot] [PATCH 3/3] configs/lepotato: Add new defconfig Mylène Josserand
2020-07-07 19:51 ` Yann E. MORIN [this message]
2020-07-09 11:58   ` [Buildroot] [PATCH 0/3] board: Add support for LePotato Mylene Josserand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200707195158.GN2273@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox