From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Tue, 28 Jul 2015 12:30:55 +0200 Subject: [U-Boot] [U-Boot, 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h) In-Reply-To: References: <1434459610-6429-2-git-send-email-guillaume.gardet@free.fr> <20150619202520.GE28577@bill-the-cat> <20150724140459.GL25532@bill-the-cat> <55B65EB4.4070303@free.fr> Message-ID: <55B759DF.3040703@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 28/07/2015 02:23, Ash Charles a ?crit : > On Mon, Jul 27, 2015 at 9:39 AM, Guillaume Gardet > wrote: >> Which bump SPL size from 54*1024 to 64*1024 and moves SPL text base from >> 0x40200800 to 0x40200000. >> Any reason for that? What happens if you use original values? >> >> What is the size of your MLO? > Hi Guillaume, > > I changed the lines to get a little more space [1] for BCH support but > I see the same behaviour even if I revert these lines. Regardless, my > MLO is 50kB with thumb enabled (wow...that's notably smaller). > I tried the files you linked (thanks!) but, regrettably, these fail in > the same way my Overo OMAP35xx boards and where the AM/DM37xx Overos > boot fine (as beagles). Maybe there is an ARM errata for OMAP35xx related to thumb? I found a barebox patch related to thumb and OMAP3: http://lists.infradead.org/pipermail/barebox/2012-January/005799.html Maybe it would be useful for u-boot too? Tom, any opinion? Guillaume > > [1] https://www.mail-archive.com/u-boot at lists.denx.de/msg163947.html > > --Ash >