Re: [RFC PATCH 2/4] mkimage: sunxi_egon: refactor for multi-architecture support

2021-06-18 Thread Tom Rini
On Fri, Jun 18, 2021 at 02:47:49AM +0800, Icenowy Zheng wrote: > Refactor some functions in mkimage sunxi_egon type, in order to prepare > for adding support for more CPU architectures (e.g. RISC-V). In > addition, compatibility for operation w/o specified architecture is > kept, in this case the

[RFC PATCH 2/4] mkimage: sunxi_egon: refactor for multi-architecture support

2021-06-17 Thread Icenowy Zheng
Refactor some functions in mkimage sunxi_egon type, in order to prepare for adding support for more CPU architectures (e.g. RISC-V). In addition, compatibility for operation w/o specified architecture is kept, in this case the architecture is assumed as ARM. Signed-off-by: Icenowy Zheng ---