From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Thu, 12 Apr 2018 08:35:28 -0500 Subject: [U-Boot] arm: socfpga: unable to boot cyclone5 devkit or SocKit In-Reply-To: <4645c6fb-cd63-581f-eaa2-cb8f14e6042c@denx.de> References: <75271d91-491c-e0ab-543a-0dbf631d903e@kernel.org> <6a21b85b-6b05-ae5a-0077-eaf39689b500@kernel.org> <54e87513-18b7-ffa7-dc13-871ebe6aaf63@kernel.org> <5849f39e-b8d5-8a7a-0525-0df25846a0f5@kernel.org> <097ca9da-c2cb-b692-93c5-0ef2b457b9c7@kernel.org> <2e7ac235-287a-50b3-af32-d4d2bb089e1a@kernel.org> <0a2ec1f0-c7e4-bc4d-950a-1d60342bcbb7@denx.de> <20180411122615.GU10996@bill-the-cat.ec.rr.com> <2042b5bd-d544-3374-7df6-8bcd434184ed@denx.de> <34f8a962-366b-2de2-35d2-b56eda568d9f@suse.de> <4645c6fb-cd63-581f-eaa2-cb8f14e6042c@denx.de> Message-ID: <9a350771-c028-ce13-71fe-c62e436204e3@kernel.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 04/12/2018 04:43 AM, Marek Vasut wrote: > On 04/12/2018 11:42 AM, Alexander Graf wrote: > [...] >>>> None of it is enabled in SPL :). The „efi partition“ option is a >>>> misnomer - it really just enables GPT partition table support which >>>> are widely in use with Android for example. >>> I suspect we can disable that, since SoCFPGA boots from this a2 >>> partition type on MBR only (bootrom limitation). >> >> >> That's a very good point. If the bootrom does not support GPT, there is >> basically no point in enabling it in SPL, I agree. > > Patch please ! Ok...Let met get to it! Thanks for the help in debugging this issue? Dinh