From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Date: Fri, 17 May 2013 11:04:41 +0530 Subject: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested) In-Reply-To: <20130516152934.GJ32163@bill-the-cat> References: <5193AFEC.60700@mm-sol.com> <20130515220602.GA32163@bill-the-cat> <51949764.1050100@mm-sol.com> <20130516122822.GD32163@bill-the-cat> <5194F3B9.5080602@mm-sol.com> <20130516152934.GJ32163@bill-the-cat> Message-ID: <5195C171.8070900@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 Hi, On Thursday 16 May 2013 08:59 PM, Tom Rini wrote: > On Thu, May 16, 2013 at 05:56:57PM +0300, Lubomir Popov wrote: > [snip] >> The same U-Boot (yesterday's u-boot-ti/master), just configured for >> my SOM5_EVB board: >> >> U-Boot SPL 2013.04-11569-ge3db066-dirty (May 16 2013 - 16:14:17) >> OMAP5430 ES1.0 >> >> U-Boot SPL 2013.04-11569-ge3db066-dirty (May 16 2013 - 16:14:17) >> OMAP5430 ES1.0 >> OMAP SD/MMC: 0 >> reading u-boot.img >> reading u-boot.img >> >> >> U-Boot 2013.04-11569-ge3db066-dirty (May 16 2013 - 16:14:17) > [snip] >> Also please notice that the SPL now seems to be executed twice (on both >> boards). This was not the case until recently, at least with the mainline. >> Anything to do with all those relocation discussions/patches? > Can you bisect and see when something changed? It looks like it's > printing the same string twice, not loading SPL loading SPL loading > U-Boot, but I could be wrong.. I tried SD and EMMC boot on the latest mainline on my 5432 ES2.0 and did not see any issue. What boot are you trying ? U-Boot SPL 2013.04-00237-g9d32686 (May 17 2013 - 10:54:15) OMAP5432 ES2.0 OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img U-Boot 2013.04-00237-g9d32686 (May 17 2013 - 10:54:15) CPU : OMAP5432 ES2.0 Board: OMAP5430 EVM I2C: ready DRAM: 2 GiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Using default environment In: serial Out: serial Err: serial Hit any key to stop autoboot: 0 OMAP5430 EVM # Regards, Sricharan