On 16 December 2014 at 12:20, Alexander Graf <ag...@suse.de> wrote: > The patch as is assumes that AArch64 images are always gzipped. I don't > think this assumption is correct - if you do "make Image" on a kernel > source tree, you will get an uncompressed Image file. > > I think we'd be better off trying to load it as gzip and if it's not > gzipped, fall back to linear load.
Ah, I see what you mean. Yes, we need to continue to support loading non-compressed Images as well as compressed ones, so this patch needs to do the try-and-fall-back, in the same way the current loader code does. thanks -- PMM