From mboxrd@z Thu Jan 1 00:00:00 1970 From: Faiz Abbas Date: Tue, 19 Mar 2019 13:28:07 +0530 Subject: [U-Boot] [PATCH 00/11] Fix Ethernet boot in am335x In-Reply-To: <20190318141050.GW8732@bill-the-cat> References: <20190318082441.16635-1-faiz_abbas@ti.com> <20190318141050.GW8732@bill-the-cat> Message-ID: <07db1beb-0c80-3983-fc83-67a53de8debb@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 Tom, On 18/03/19 7:40 PM, Tom Rini wrote: > On Mon, Mar 18, 2019 at 01:54:30PM +0530, Faiz Abbas wrote: > >> The following patches fix ethernet boot in am335x. >> >> Enabling OF_CONTROL in SPL makes it overflow the sram size. To avoid >> this, I am using static platdata in the am335x board file instead of >> the fdtdec_*() calls used in ofdata_to_platdata(). > > What hardware are you testing this on? While I think this worked on my > EVM at some point in the past, I also thought it wasn't supported due to > board design issues. Thanks! > You are correct. The evm doesn't support boot because of incompatibility with the phy. I used a beaglebone black with modified bootpins. Thanks, Faiz