From mboxrd@z Thu Jan 1 00:00:00 1970 From: zdevai@gmail.com (Zoltan Devai) Date: Sun, 23 Oct 2011 23:28:10 +0200 Subject: [RFC][PATCH] uncompress.h cleanup and DT support In-Reply-To: <20111023092059.GB12814@n2100.arm.linux.org.uk> References: <20111023084132.GA12814@n2100.arm.linux.org.uk> <20111023092059.GB12814@n2100.arm.linux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2011/10/23 Russell King - ARM Linux : > On Sun, Oct 23, 2011 at 11:12:50AM +0200, Zoltan Devai wrote: >> 2011/10/23 Russell King - ARM Linux : >> > On Sun, Oct 23, 2011 at 10:18:29AM +0200, Zoltan Devai wrote: >> >> Plase consider all this as RFC, it's mostly not even compile-tested. >> >> If you think it's worth to follow-up, I'm happy to do it. >> > >> > Is the patch available? >> git://github.com/zdevai/linux.git uncompress-h > > I'd rather not pull your tree just to look at the patch. ?Is it > available somewhere else? Submitted as patches. I tried to make the whole series bisectable, which is why it contains some extra steps, and didn't want to spam everybody's inbox with this noise. >> > Has this been tested with ZBOOT_ROM? >> Not yet, but I don't see a reason why this would break it. > Please try building it with ZBOOT_ROM enabled. I did build it, which worked. Problem is, I don't have a machine which could actually do ZBOOT_ROM, so I can't test it that way. (I could execute the image from RAM, but I assume that's not a good test scenario) Z