From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tuomas Tynkkynen Date: Sat, 26 May 2018 15:05:59 +0300 Subject: [U-Boot] [PATCH 2/2] efi_loader: build CRT0 and RELOC on x86_64 In-Reply-To: <20180518171220.9493-3-xypron.glpk@gmx.de> References: <20180518171220.9493-1-xypron.glpk@gmx.de> <20180518171220.9493-3-xypron.glpk@gmx.de> Message-ID: <20180526150559.5294d558@duuni> 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 Fri, 18 May 2018 19:12:20 +0200 Heinrich Schuchardt wrote: > The efi selftest and the hello application require CRT0 and RELOC to be > built. > > Signed-off-by: Heinrich Schuchardt > --- While we're on the topic of EFI_CRT0 and EFI_RELOC, does anybody happen to have an idea on how to fix parallel build failures due to helloworld.efi getting built before EFI_{CRT0,RELOC}? I've reported it previously at: https://lists.denx.de/pipermail/u-boot/2018-March/323624.html Pretty please? :) Thanks, Tuomas