From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Sat, 15 Sep 2018 10:11:34 +0200 Subject: [U-Boot] [PATCH v9 04/18] efi: sandbox: Enable EFI loader build for sandbox In-Reply-To: References: <20180808095433.230882-1-sjg@chromium.org> <20180808095433.230882-5-sjg@chromium.org> <531b19f3-1461-a853-b64d-f9a81233c9b5@suse.de> Message-ID: <62217f44-30ef-b580-485c-8da86d94ab22@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14.09.18 17:46, Simon Glass wrote: > Hi Alex, > > On 26 August 2018 at 18:55, Alexander Graf wrote: >> >> >> On 08.08.18 11:54, Simon Glass wrote: >>> This allows this feature to build within sandbox. This is for testing >>> purposes only since it is not possible for sandbox to load native code. >> >> Last time I tried I successfully ran native code? > > OK well I'll update the commit message. I thought that exit was broken > but perhaps you fixed that? The only reason for exit to break is the longjmp/setjmp complication. With that resolved, exit should just work as is too :) Alex