Re: [PATCH v2 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-27 Thread Simon Glass
Hi Tom, On Sun, 27 Jun 2021 at 17:43, Tom Rini wrote: > > On Mon, Jun 28, 2021 at 06:17:27AM +0800, Icenowy Zheng wrote: > > 在 2021-06-27星期日的 13:32 -0600,Simon Glass写道: > > > Hi Icenowy, > > > > > > On Sat, 26 Jun 2021 at 17:57, Icenowy Zheng wrote: > > > > > > > > 在 2021-06-26星期六的 12:31 -0600,S

Re: [PATCH v2 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-27 Thread Simon Glass
Hi Icenowy, On Sun, 27 Jun 2021 at 16:17, Icenowy Zheng wrote: > > 在 2021-06-27星期日的 13:32 -0600,Simon Glass写道: > > Hi Icenowy, > > > > On Sat, 26 Jun 2021 at 17:57, Icenowy Zheng wrote: > > > > > > 在 2021-06-26星期六的 12:31 -0600,Simon Glass写道: > > > > Hi Icenowy, > > > > > > > > On Sat, 19 Jun 202

Re: [PATCH v2 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-27 Thread Tom Rini
On Mon, Jun 28, 2021 at 06:17:27AM +0800, Icenowy Zheng wrote: > 在 2021-06-27星期日的 13:32 -0600,Simon Glass写道: > > Hi Icenowy, > > > > On Sat, 26 Jun 2021 at 17:57, Icenowy Zheng wrote: > > > > > > 在 2021-06-26星期六的 12:31 -0600,Simon Glass写道: > > > > Hi Icenowy, > > > > > > > > On Sat, 19 Jun 2021

Re: [PATCH v2 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-27 Thread Icenowy Zheng
在 2021-06-27星期日的 13:32 -0600,Simon Glass写道: > Hi Icenowy, > > On Sat, 26 Jun 2021 at 17:57, Icenowy Zheng wrote: > > > > 在 2021-06-26星期六的 12:31 -0600,Simon Glass写道: > > > Hi Icenowy, > > > > > > On Sat, 19 Jun 2021 at 03:19, Icenowy Zheng > > > wrote: > > > > > > > > The sunxi_egon type used

Re: [PATCH v2 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-27 Thread Simon Glass
Hi Icenowy, On Sat, 26 Jun 2021 at 17:57, Icenowy Zheng wrote: > > 在 2021-06-26星期六的 12:31 -0600,Simon Glass写道: > > Hi Icenowy, > > > > On Sat, 19 Jun 2021 at 03:19, Icenowy Zheng wrote: > > > > > > The sunxi_egon type used to take no -A argument (because we assume > > > sunxi > > > targets are a

Re: [PATCH v2 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-26 Thread Icenowy Zheng
在 2021-06-26星期六的 12:31 -0600,Simon Glass写道: > Hi Icenowy, > > On Sat, 19 Jun 2021 at 03:19, Icenowy Zheng wrote: > > > > The sunxi_egon type used to take no -A argument (because we assume > > sunxi > > targets are all ARM). However, as Allwinner D1 appears as the first > > RISC-V sunxi target, w

Re: [PATCH v2 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-26 Thread Simon Glass
Hi Icenowy, On Sat, 19 Jun 2021 at 03:19, Icenowy Zheng wrote: > > The sunxi_egon type used to take no -A argument (because we assume sunxi > targets are all ARM). However, as Allwinner D1 appears as the first > RISC-V sunxi target, we need to support -A; in addition, as external > projects rely

[PATCH v2 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-19 Thread Icenowy Zheng
The sunxi_egon type used to take no -A argument (because we assume sunxi targets are all ARM). However, as Allwinner D1 appears as the first RISC-V sunxi target, we need to support -A; in addition, as external projects rely on U-Boot mkimage to generate sunxi eGON.BT0 header, we need to keep compat