Re: [PATCH v2 2/3] Revert "mkeficapsule: Remove dtb related options"

2021-08-04 Thread Simon Glass
Hi Takahiro, On Mon, 2 Aug 2021 at 23:30, KASHI Takahiro wrote: > > Simon, > > On Mon, Aug 02, 2021 at 08:44:30AM -0600, Simon Glass wrote: > > This reverts commit f86caab058ff062ce72b24cd1ab9ec1253cc1352. > > Whether we choose a devicetree approach or not, we don't have > to revert this patch be

Re: [PATCH v2 2/3] Revert "mkeficapsule: Remove dtb related options"

2021-08-02 Thread KASHI Takahiro
Simon, On Mon, Aug 02, 2021 at 08:44:30AM -0600, Simon Glass wrote: > This reverts commit f86caab058ff062ce72b24cd1ab9ec1253cc1352. Whether we choose a devicetree approach or not, we don't have to revert this patch because we can do the same thing with standard commands (i.e. fdtoverlay). See my

[PATCH v2 2/3] Revert "mkeficapsule: Remove dtb related options"

2021-08-02 Thread Simon Glass
This reverts commit f86caab058ff062ce72b24cd1ab9ec1253cc1352. Signed-off-by: Simon Glass --- (no changes since v1) tools/mkeficapsule.c | 229 +-- 1 file changed, 222 insertions(+), 7 deletions(-) diff --git a/tools/mkeficapsule.c b/tools/mkeficapsule.c