Re: [EXTERNAL] Re: New Arch For Mkimage

2021-08-02 Thread Tom Rini
On Mon, Aug 02, 2021 at 06:06:37PM -0400, Randy Yates wrote: > Hey Tom, > > I did that. Did you want me to issue a pull request? I'm not sure of the > proper process. The general answer is that you'll want to submit a series of patches, likely with git send-email, so that nothing gets mangled, t

Re: [EXTERNAL] Re: New Arch For Mkimage

2021-08-02 Thread Randy Yates
Hey Tom, I did that. Did you want me to issue a pull request? I'm not sure of the proper process. --Randy On 8/2/21 6:01 PM, Tom Rini wrote: ATTENTION: This Email originated outside SCC. Use caution before clicking on any links or attachments. On Mon, Jul 26, 2021 at 02:08:09PM -0400, Rand

Re: New Arch For Mkimage

2021-08-02 Thread Tom Rini
On Mon, Jul 26, 2021 at 02:08:09PM -0400, Randy Yates wrote: > I am attempting to use mkimage to build a uImage for a new architecture: > csky. This architecture is already in the mainline kernel. > > It appears the only thing to do is to added a new enumeration after > IH_ARCH_RISCV in u-boot/in

New Arch For Mkimage

2021-07-27 Thread Randy Yates
I am attempting to use mkimage to build a uImage for a new architecture: csky. This architecture is already in the mainline kernel. It appears the only thing to do is to added a new enumeration after IH_ARCH_RISCV in u-boot/include/image.h and to add a corresponding entry into uimage_arch in u-boo