Enable standard boot for the phycore-imx8mp and use it as default. Add
all variables required for standard boot to the environment.
Signed-off-by: Leonard Anderweit
Tested-by: Martin Schwan
---
.../phytec/phycore_imx8mp/phycore_imx8mp.env | 78 +++
configs/phycore
Hi,
Am Freitag, dem 28.03.2025 um 10:23 -0300 schrieb Fabio Estevam:
> Hi Simon,
>
> On Fri, Mar 28, 2025 at 8:42 AM Simon Glass wrote:
>
> > Did you figure it out?
> >
> > I'm not really sure. It works fine in my tree and I just tested it
> > now. Perhaps there are some other patches missing
The CI image does not ship with all tools required for the binman tests.
Have binman build the missing tools.
Signed-off-by: Leonard Anderweit
---
.azure-pipelines.yml | 1 +
.gitlab-ci.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
Hi Fabio,
Am Dienstag, dem 01.04.2025 um 08:12 -0300 schrieb Fabio Estevam:
> Hi Leonard,
>
> On Tue, Apr 1, 2025 at 5:46 AM Leonard Anderweit
> wrote:
> >
> > The CI image does not ship with all tools required for the binman
> > tests.
> > Have binman buil
Use ..code-block:: syntax highlighting instead of :: so all bash
commands use the same syntax highlighting.
Signed-off-by: Leonard Anderweit
---
doc/build/docker.rst | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/doc/build/docker.rst b/doc/build/docker.rst
index
Hi Quentin,
Am Dienstag, dem 01.04.2025 um 12:07 +0200 schrieb Quentin Schulz:
> Hi Leonard,
>
> On 4/1/25 11:49 AM, Leonard Anderweit wrote:
> > Remove double : before code-block. While at it, use code-block for
> > all
>
> Why?
I just found it odd that th
Remove double :: before .. code-block:: bash to correctly highlight the
following commands.
Signed-off-by: Leonard Anderweit
---
v2: split in two patches
---
doc/build/docker.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/build/docker.rst b/doc/build/docker.rst
Remove double : before code-block. While at it, use code-block for all
bash commands.
Signed-off-by: Leonard Anderweit
---
doc/build/docker.rst | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/doc/build/docker.rst b/doc/build/docker.rst
index 01ed35050908
Install byacc required to build cst from source.
Signed-off-by: Leonard Anderweit
---
tools/docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 569912303fc9..60f63c2d73dc 100644
--- a/tools/docker/Dockerfile
+++ b/tools
Add optional argument git_branch to build_from_git. The new argument
allows specifying which branch of the repo to use.
Signed-off-by: Leonard Anderweit
---
tools/binman/bintool.py | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/tools/binman/bintool.py b/tools
Add optional argument make_path to build_from git. The new argument
allows specifying the path to a Makefile in case it is not in the root
of the git repo.
Also adjust the corresponding test.
Signed-off-by: Leonard Anderweit
---
v2: fix tests
---
tools/binman/bintool.py | 9
description and add a link to documentation.
Signed-off-by: Leonard Anderweit
---
v2: add documentation
---
tools/binman/bintools.rst | 8
tools/binman/btool/cst.py | 37 +
2 files changed, 29 insertions(+), 16 deletions(-)
diff --git a/tools/binman
Add optional argument make_path to build_from git. The new argument
allows specifying the path to a Makefile in case it is not in the root
of the git repo.
Signed-off-by: Leonard Anderweit
---
tools/binman/bintool.py | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a
Add optional argument git_branch to build_from_git. The new argument
allows specifying which branch of the repo to use.
Signed-off-by: Leonard Anderweit
---
tools/binman/bintool.py | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/tools/binman/bintool.py b/tools
: Leonard Anderweit
---
tools/binman/btool/cst.py | 29 +
1 file changed, 13 insertions(+), 16 deletions(-)
diff --git a/tools/binman/btool/cst.py b/tools/binman/btool/cst.py
index 30e78bdbbd9d..0a23d12d3e2f 100644
--- a/tools/binman/btool/cst.py
+++ b/tools/binman/btool
Enable CAAM in spl.
Signed-off-by: Leonard Anderweit
---
board/phytec/phycore_imx8mp/spl.c | 2 ++
configs/phycore-imx8mp_defconfig | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/phytec/phycore_imx8mp/spl.c
b/board/phytec/phycore_imx8mp/spl.c
index 0610d8bbd0b8
Remove one of the double colon so ..code-block is used for formatting.
Signed-off-by: Leonard Anderweit
---
doc/develop/uefi/fwu_updates.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/develop/uefi/fwu_updates.rst b/doc/develop/uefi/fwu_updates.rst
index
Initialize the Cryptographic Accelerator and Assurance Module.
Signed-off-by: Leonard Anderweit
---
configs/phycore-imx8mp_defconfig | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index e84d761aeb8c
Add logic for booting systems with the RAUC update mechanism. This can
be reused by other phytec boards.
Signed-off-by: Leonard Anderweit
Tested-by: Teresa Remmet
---
include/env/phytec/rauc.env | 52 +
1 file changed, 52 insertions(+)
create mode 100644
Add RAUC boot logic to the environment. This is the first board to
utilize this environment.
Signed-off-by: Leonard Anderweit
Tested-by: Teresa Remmet
---
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/board/phytec
Add support for the redundant environment.
Signed-off-by: Leonard Anderweit
Tested-by: Teresa Remmet
---
configs/phycore-imx8mp_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index fd492eba3c10..6c67f14b5559
Move the default bootcmd from the defconfig to the board environment.
No change in functionality.
Signed-off-by: Leonard Anderweit
Tested-by: Teresa Remmet
---
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 12
configs/phycore-imx8mp_defconfig | 2 --
2 files
Move the environment into the board directory and convert it from a C
header to a text file. Sort the variables alphabetically.
No functional changes.
Signed-off-by: Leonard Anderweit
Reviewed-by: Teresa Remmet
Tested-by: Teresa Remmet
---
.../phytec/phycore_imx8mp/phycore_imx8mp.env | 45
third patch enables the redundant environment on phycore_imx8mp.
Patch 4 adds RAUC boot logic common to all phytec boards.
Patch 5 adds the RAUC boot logic to phycore_imx8mp.
v3:
- swap loadimage and loadfdt in first patch
- add Tested-by and Reviewed-by
v2:
- rebase on next
Leonard Anderweit (5
Add support for the redundant environment.
Signed-off-by: Leonard Anderweit
---
configs/phycore-imx8mp_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index fd492eba3c10..6c67f14b5559 100644
--- a/configs
Add logic for booting systems with the RAUC update mechanism. This can
be reused by other phytec boards.
Signed-off-by: Leonard Anderweit
---
include/env/phytec/rauc.env | 52 +
1 file changed, 52 insertions(+)
create mode 100644 include/env/phytec/rauc.env
Add RAUC boot logic to the environment. This is the first board to
utilize this environment.
Signed-off-by: Leonard Anderweit
---
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/board/phytec/phycore_imx8mp
Move the default bootcmd from the defconfig to the board environment.
No change in functionality.
Signed-off-by: Leonard Anderweit
---
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 12
configs/phycore-imx8mp_defconfig | 2 --
2 files changed, 12 insertions(+), 2
Move the environment into the board directory and convert it from a C
header to a text file. Sort the variables alphabetically.
No functional changes.
Signed-off-by: Leonard Anderweit
---
.../phytec/phycore_imx8mp/phycore_imx8mp.env | 45 +++
include/configs/phycore_imx8mp.h
third patch enables the redundant environment on phycore_imx8mp.
Patch 4 adds RAUC boot logic common to all phytec boards.
Patch 5 adds the RAUC boot logic to phycore_imx8mp.
v2:
- rebase on next
Leonard Anderweit (5):
phycore_imx8mp: Move environment from include/config to board
phycore_imx8mp
Hi Fabio,
Am Montag, dem 11.03.2024 um 11:05 -0300 schrieb Fabio Estevam:
> Hi Leonard,
>
> On Mon, Mar 11, 2024 at 10:04 AM Leonard Anderweit
> wrote:
> >
> > Add support for the redundant environment.
> >
> > Signed-off-by: Leonard Anderweit
>
>
Add logic for booting systems with the RAUC update mechanism. This can
be reused by other phytec boards.
Signed-off-by: Leonard Anderweit
---
include/env/phytec/rauc.env | 52 +
1 file changed, 52 insertions(+)
create mode 100644 include/env/phytec/rauc.env
Add RAUC boot logic to the environment. This is the first board to
utilize this environment.
Signed-off-by: Leonard Anderweit
---
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/board/phytec/phycore_imx8mp
Add support for the redundant environment.
Signed-off-by: Leonard Anderweit
---
configs/phycore-imx8mp_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index fd492eba3c10..6c67f14b5559 100644
--- a/configs
Move the default bootcmd from the defconfig to the board environment.
No change in functionality.
Signed-off-by: Leonard Anderweit
---
board/phytec/phycore_imx8mp/phycore_imx8mp.env | 12
configs/phycore-imx8mp_defconfig | 2 --
2 files changed, 12 insertions(+), 2
Move the environment into the board directory and convert it from a C
header to a text file. Sort the variables alphabetically.
No functional changes.
Signed-off-by: Leonard Anderweit
---
.../phytec/phycore_imx8mp/phycore_imx8mp.env | 45 +++
include/configs/phycore_imx8mp.h
third patch enables the redundant environment on phycore_imx8mp.
Patch 4 adds RAUC boot logic common to all phytec boards.
Patch 5 adds the RAUC boot logic to phycore_imx8mp.
Leonard Anderweit (5):
phycore_imx8mp: Move environment from include/config to board
phycore_imx8mp: Move default bootcmd to
37 matches
Mail list logo