From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Date: Fri, 26 Apr 2019 22:14:40 +0530 Subject: [U-Boot] [U-Boot, 4/6] arm: mach-omap2: am33xx: Disable EMIF_DEVOFF immediately before hw leveling In-Reply-To: <20190426125518.GR31207@bill-the-cat> References: <20190412063820.25924-5-j-keerthy@ti.com> <20190426111657.GA25376@bill-the-cat> <4c48a306-4fbf-64a6-2f52-2047dd0ab058@ti.com> <20190426125518.GR31207@bill-the-cat> Message-ID: <66f5b833-9393-3635-c342-1ba59cd343c2@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26/04/19 6:25 PM, Tom Rini wrote: > On Fri, Apr 26, 2019 at 05:23:28PM +0530, Lokesh Vutla wrote: >> >> >> On 26/04/19 4:46 PM, Tom Rini wrote: >>> On Fri, Apr 12, 2019 at 12:08:18PM +0530, Keerthy wrote: >>> >>>> From: Brad Griffis >>>> >>>> In case of RTC+DDR resume, need to restore EMIF context >>>> before initiating hardware leveling. >>>> >>>> Signed-off-by: Brad Griffis >>>> Signed-off-by: Keerthy >>> >>> This part off the series blows up the AM335x and older SoCs that also >>> re-use this code, please build test for all the "am33xx" boards and fix >>> the problems that arise, thanks! >> >> We should b able to enable TINY_FIT support and save some space. Patches are >> already available in internal tree. Keerthy can you post them along with this >> series? > > That's a good point but I wasn't clear enough sorry. They all fail to > compile due to undefined new macros. Tom, I have fixed with having am43 #ifdef for this particular patch. I built omap3/omap4 and am335x defconfis and they are building fine. I will boot test at least on am335x_evm and am335x_beagleboneblack before posting v2. Is it okay if i post v2 of this patch alone? REgards, Keerthy >