[PATCH 2/2] test_vboot.py: include test of fdt_add_pubkey tool

2021-11-11 Thread Roman Kopytin
Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- test/py/tests/test_vboot.py | 8 1 file changed, 8 insertions(+) diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index 095e00cce3..0e9b158e00 100644 --- a/test/py/tests/test_vboot.py +++ b/test/py/tests

[PATCH 1/2] tools: add fdt_add_pubkey

2021-11-11 Thread Roman Kopytin
to be supplied on the command line. Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- tools/.gitignore | 1 + tools/Makefile | 3 + tools/fdt_add_pubkey.c | 130 + 3 files changed, 134 insertions(+) create mode 100644 tools/fdt_add_pubkey.c diff

[PATCH 0/2] RFC: add fdt_add_pubkey tool

2021-11-11 Thread Roman Kopytin
key useful as is), but I thought I might as well send it out for early comments. Roman Kopytin (2): tools: add fdt_add_pubkey test_vboot.py: include test of fdt_add_pubkey tool test/py/tests/test_vboot.py | 8 +++ tools/.gitignore| 1 + tools/Makefile |

RE: [PATCH 1/2] tools: add fdt_add_pubkey

2021-11-10 Thread Roman Kopytin
cmdname); exit(EXIT_FAILURE); } Is it ok? -Original Message- From: Jan Kiszka Sent: Wednesday, November 10, 2021 10:22 PM To: Roman Kopytin ; u-boot@lists.denx.de Cc: Rasmus Villemoes Subject: Re: [PATCH 1/2] tools: add fdt_add_pubkey On 10.11.21 09:26, Roman Kopytin wrote: &g

RE: [PATCH 1/2] tools: add fdt_add_pubkey

2021-11-10 Thread Roman Kopytin
Could you please provide good example with needed style for helper? In tools I saw a lot of programs w/o help. -Original Message- From: Jan Kiszka Sent: Wednesday, November 10, 2021 10:39 AM To: Roman Kopytin ; u-boot@lists.denx.de Cc: Rasmus Villemoes Subject: Re: [PATCH 1/2] tools

RE: [PATCH 1/2] tools: add fdt_add_pubkey

2021-11-09 Thread Roman Kopytin
* -n */ It means that we can skip it in command line. Should I need to remove [] from code for those parameters? -Original Message- From: Simon Glass Sent: Wednesday, November 10, 2021 3:58 AM To: Roman Kopytin Cc: u-boot@lists.denx.de; Rasmus Villemoes Subject: Re: [PATCH 1/2] tools

RE: [PATCH 0/2] RFC: add fdt_add_pubkey tool

2021-11-09 Thread Roman Kopytin
Can we have discussion with code lines? For me it is not very clear, because it isn't my code. -Original Message- From: Jan Kiszka Sent: Tuesday, November 9, 2021 12:17 PM To: Roman Kopytin ; u-boot@lists.denx.de; Rasmus Villemoes Subject: Re: [PATCH 0/2] RFC: add fdt_add_pubkey tool

RE: [PATCH] introduce CONFIG_DEVICE_TREE_INCLUDES

2021-11-08 Thread Roman Kopytin
Hi, I sent patches, please check. But before correct emails I sent several test emails. -Original Message- From: Simon Glass Sent: Friday, November 5, 2021 5:02 AM To: Roman Kopytin Cc: Rasmus Villemoes ; U-Boot Mailing List ; Alex Kiernan ; Masahiro Yamada Subject: Re: [PATCH

[PATCH 2/2] test_vboot.py: include test of fdt_add_pubkey tool

2021-11-08 Thread Roman Kopytin
Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- test/py/tests/test_vboot.py | 8 1 file changed, 8 insertions(+) diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index 6dff6779d1..cf7416b39a 100644 --- a/test/py/tests/test_vboot.py +++ b/test/py/tests

[PATCH 1/2] tools: add fdt_add_pubkey

2021-11-08 Thread Roman Kopytin
to be supplied on the command line. Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- tools/.gitignore | 1 + tools/Makefile | 3 ++ tools/fdt_add_pubkey.c | 97 ++ 3 files changed, 101 insertions(+) create mode 100755 tools/fdt_add_pubkey.c diff

[PATCH 0/2] RFC: add fdt_add_pubkey tool

2021-11-08 Thread Roman Kopytin
key useful as is), but I thought I might as well send it out for early comments. Roman Kopytin (2): tools: add fdt_add_pubkey test_vboot.py: include test of fdt_add_pubkey tool test/py/tests/test_vboot.py | 8 +++ tools/.gitignore| 1 + tools/Makefile | 3 ++ tools/fdt_ad

[PATCH 1/2] tools: add fdt_add_pubkey

2021-11-08 Thread Roman Kopytin
to be supplied on the command line. Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- tools/.gitignore | 1 + tools/Makefile | 3 ++ tools/fdt_add_pubkey.c | 97 ++ 3 files changed, 101 insertions(+) create mode 100755 tools/fdt_add_pubkey.c diff

[PATCH 2/2] test_vboot.py: include test of fdt_add_pubkey tool

2021-11-08 Thread Roman Kopytin
Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- test/py/tests/test_vboot.py | 8 1 file changed, 8 insertions(+) diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index 6dff6779d1..cf7416b39a 100644 --- a/test/py/tests/test_vboot.py +++ b/test/py/tests

[PATCH 0/2] test3

2021-11-08 Thread Roman Kopytin
testtest3 Roman Kopytin (2): tools: add fdt_add_pubkey test_vboot.py: include test of fdt_add_pubkey tool test/py/tests/test_vboot.py | 8 +++ tools/.gitignore| 1 + tools/Makefile | 3 ++ tools/fdt_add_pubkey.c | 97 + 4

[PATCH 2/2] test_vboot.py: include test of fdt_add_pubkey tool

2021-11-08 Thread Roman Kopytin
Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- test/py/tests/test_vboot.py | 8 1 file changed, 8 insertions(+) diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index 6dff6779d1..cf7416b39a 100644 --- a/test/py/tests/test_vboot.py +++ b/test/py/tests

[PATCH 1/2] tools: add fdt_add_pubkey

2021-11-08 Thread Roman Kopytin
to be supplied on the command line. Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- tools/.gitignore | 1 + tools/Makefile | 3 ++ tools/fdt_add_pubkey.c | 97 ++ 3 files changed, 101 insertions(+) create mode 100755 tools/fdt_add_pubkey.c diff

[PATCH 0/2] test2

2021-11-08 Thread Roman Kopytin
testtest2 Roman Kopytin (2): tools: add fdt_add_pubkey test_vboot.py: include test of fdt_add_pubkey tool test/py/tests/test_vboot.py | 8 +++ tools/.gitignore| 1 + tools/Makefile | 3 ++ tools/fdt_add_pubkey.c | 97 + 4

[PATCH 1/2] tools: add fdt_add_pubkey

2021-11-08 Thread Roman Kopytin
to be supplied on the command line. Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- tools/.gitignore | 1 + tools/Makefile | 3 ++ tools/fdt_add_pubkey.c | 97 ++ 3 files changed, 101 insertions(+) create mode 100755 tools/fdt_add_pubkey.c diff

[PATCH 2/2] test_vboot.py: include test of fdt_add_pubkey tool

2021-11-08 Thread Roman Kopytin
Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes --- test/py/tests/test_vboot.py | 8 1 file changed, 8 insertions(+) diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index 6dff6779d1..cf7416b39a 100644 --- a/test/py/tests/test_vboot.py +++ b/test/py/tests

[PATCH 0/2] test

2021-11-08 Thread Roman Kopytin
testtest Roman Kopytin (2): tools: add fdt_add_pubkey test_vboot.py: include test of fdt_add_pubkey tool test/py/tests/test_vboot.py | 8 +++ tools/.gitignore| 1 + tools/Makefile | 3 ++ tools/fdt_add_pubkey.c | 97 + 4

RE: [PATCH] introduce CONFIG_DEVICE_TREE_INCLUDES

2021-10-31 Thread Roman Kopytin
Hi, all Currently I am waiting some help from our IT infrastructure department. -Original Message- From: Simon Glass Sent: Tuesday, October 26, 2021 4:28 AM To: Rasmus Villemoes Cc: U-Boot Mailing List ; Alex Kiernan ; Roman Kopytin ; Masahiro Yamada Subject: Re: [PATCH] introduce

RE: [PATCH] introduce CONFIG_DEVICE_TREE_INCLUDES

2021-09-28 Thread Roman Kopytin
; Simon Glass ; Roman Kopytin ; Masahiro Yamada ; Rasmus Villemoes Subject: [PATCH] introduce CONFIG_DEVICE_TREE_INCLUDES The build system already automatically looks for and includes an in-tree *-u-boot.dtsi when building the control .dtb. However, there are some things that are awkward

RE: [PATCH] tools: add fdt_add_pubkey

2021-08-05 Thread Roman Kopytin
Thanks a lot. Can I create 1 patch with tool + test? -Original Message- From: Rasmus Villemoes Sent: Thursday, August 5, 2021 10:56 AM To: Roman Kopytin ; U-Boot-Denx Subject: Re: [PATCH] tools: add fdt_add_pubkey Caution: This is an external email. Be cautious while opening links

[PATCH] tools: add fdt_add_pubkey

2021-08-03 Thread Roman Kopytin
to be supplied on the command line. Signed-off-by: Roman Kopytin Cc: Rasmus Villemoes 0001-tools-add-fdt_add_pubkey.patch Description: 0001-tools-add-fdt_add_pubkey.patch

RE: U-boot

2021-08-02 Thread Roman Kopytin
Hi, dear U-boot team Is it correct repo git://git.qemu.org/u-boot ? We have it as our upstream. -Original Message- From: Roman Kopytin Sent: Monday, August 2, 2021 2:19 PM To: 'Rasmus Villemoes' ; Simon Glass Cc: Thomas Perrot ; Michael Nazzareno Trimarchi ; U-Boot-Denx ; Alex

RE: U-boot

2021-08-02 Thread Roman Kopytin
Thanks, I have good result with tool. Ok, I will check my tasks and will try to add this tool. -Original Message- From: Rasmus Villemoes Sent: Monday, August 2, 2021 2:09 PM To: Roman Kopytin ; Simon Glass Cc: Thomas Perrot ; Michael Nazzareno Trimarchi ; U-Boot-Denx ; Alex Kiernan

RE: U-boot

2021-08-02 Thread Roman Kopytin
Yes, I don't see this tool in master branch. May be I will take code and build this tool. Do you have a plan for sharing it in repo? -Original Message- From: Rasmus Villemoes Sent: Monday, August 2, 2021 12:37 PM To: Roman Kopytin ; Simon Glass Cc: Thomas Perrot ; Michael Nazzareno

RE: U-boot

2021-08-02 Thread Roman Kopytin
in mkimage. -Original Message- From: Rasmus Villemoes Sent: Monday, August 2, 2021 12:00 PM To: Simon Glass ; Roman Kopytin Cc: Thomas Perrot ; Michael Nazzareno Trimarchi ; U-Boot-Denx ; Alex Kiernan Subject: Re: U-boot Caution: This is an external email. Be cautious while ope

RE: U-boot

2021-07-31 Thread Roman Kopytin
Thank, but my question was about adding of the public key to dtb file without private key. We won't have private key in our side. -Original Message- From: Thomas Perrot Sent: Saturday, July 31, 2021 9:52 AM To: Roman Kopytin ; Michael Nazzareno Trimarchi Cc: U-Boot-Denx ; Simon Glass

RE: U-boot

2021-07-31 Thread Roman Kopytin
Thanks, Michael. Can we sign in the separate state on special server for example? Looks like we can work with public key only in this step. From: Michael Nazzareno Trimarchi Sent: Friday, July 30, 2021 8:50 PM To: Roman Kopytin Cc: U-Boot-Denx ; Simon Glass Subject: Re: U-boot Caution

U-boot

2021-07-30 Thread Roman Kopytin
Hello, dear U-boot team I have question about your old feature: U-boot patch for adding of the public key to dtb file. https://patchwork.ozlabs.org/project/uboot/patch/1363650725-30459-37-git-send-email-sjg%40chromium.org/ I can’t understand, can we work only with public key? Why do we need to