Re: [PATCH v4 4/4] sunxi: Support building a SPL as a TOC0 image

2021-10-20 Thread Andre Przywara
On Tue, 19 Oct 2021 21:44:54 -0500 Samuel Holland wrote: Hi, > Now that mkimage can generate TOC0 images, and the SPL can interpret > them, hook up the build infrastructure so the user can choose which > image type to build. Since the absolute load address is stored in the > TOC0 header, that

[PATCH v4 4/4] sunxi: Support building a SPL as a TOC0 image

2021-10-19 Thread Samuel Holland
Now that mkimage can generate TOC0 images, and the SPL can interpret them, hook up the build infrastructure so the user can choose which image type to build. Since the absolute load address is stored in the TOC0 header, that information must be passed to mkimage. Signed-off-by: Samuel Holland