Re: [PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-09 Thread Heinrich Schuchardt
On 09.02.21 16:25, Simon Glass wrote: > Hi Heinrich, > > On Mon, 8 Feb 2021 at 23:26, Heinrich Schuchardt wrote: >> >> Am 9. Februar 2021 05:29:43 MEZ schrieb Simon Glass : >>> Hi Heinrich, >>> >>> On Mon, 8 Feb 2021 at 15:06, Heinrich Schuchardt >>> wrote: UEFI test files like hellowor

Re: [PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-09 Thread Simon Glass
Hi Heinrich, On Mon, 8 Feb 2021 at 23:26, Heinrich Schuchardt wrote: > > Am 9. Februar 2021 05:29:43 MEZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Mon, 8 Feb 2021 at 15:06, Heinrich Schuchardt > >wrote: > >> > >> UEFI test files like helloworld.efi require an architecture specific > >> PE-

Re: [PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-09 Thread Heinrich Schuchardt
On 09.02.21 12:31, AKASHI Takahiro wrote: > On Tue, Feb 09, 2021 at 07:40:23AM +0100, Heinrich Schuchardt wrote: >> Am 9. Februar 2021 06:30:31 MEZ schrieb AKASHI Takahiro >> : >>> On Mon, Feb 08, 2021 at 09:29:43PM -0700, Simon Glass wrote: Hi Heinrich, On Mon, 8 Feb 2021 at 15:06,

Re: [PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-09 Thread AKASHI Takahiro
On Tue, Feb 09, 2021 at 07:40:23AM +0100, Heinrich Schuchardt wrote: > Am 9. Februar 2021 06:30:31 MEZ schrieb AKASHI Takahiro > : > >On Mon, Feb 08, 2021 at 09:29:43PM -0700, Simon Glass wrote: > >> Hi Heinrich, > >> > >> On Mon, 8 Feb 2021 at 15:06, Heinrich Schuchardt > >wrote: > >> > > >> >

Re: [PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-08 Thread Heinrich Schuchardt
Am 9. Februar 2021 06:30:31 MEZ schrieb AKASHI Takahiro : >On Mon, Feb 08, 2021 at 09:29:43PM -0700, Simon Glass wrote: >> Hi Heinrich, >> >> On Mon, 8 Feb 2021 at 15:06, Heinrich Schuchardt >wrote: >> > >> > UEFI test files like helloworld.efi require an architecture >specific >> > PE-COFF head

Re: [PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-08 Thread Heinrich Schuchardt
Am 9. Februar 2021 05:29:43 MEZ schrieb Simon Glass : >Hi Heinrich, > >On Mon, 8 Feb 2021 at 15:06, Heinrich Schuchardt >wrote: >> >> UEFI test files like helloworld.efi require an architecture specific >> PE-COFF header. > >architecture-specific > >> >> For non-sandbox the PE-COFF header is chose

Re: [PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-08 Thread AKASHI Takahiro
On Mon, Feb 08, 2021 at 09:29:43PM -0700, Simon Glass wrote: > Hi Heinrich, > > On Mon, 8 Feb 2021 at 15:06, Heinrich Schuchardt wrote: > > > > UEFI test files like helloworld.efi require an architecture specific > > PE-COFF header. > > architecture-specific > > > > > For non-sandbox the PE-COF

Re: [PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-08 Thread Simon Glass
Hi Heinrich, On Mon, 8 Feb 2021 at 15:06, Heinrich Schuchardt wrote: > > UEFI test files like helloworld.efi require an architecture specific > PE-COFF header. architecture-specific > > For non-sandbox the PE-COFF header is chosen by the target architecture. > For the sandbox we use the host ar

[PATCH 1/1] sandbox: allow cross-compiling sandbox

2021-02-08 Thread Heinrich Schuchardt
UEFI test files like helloworld.efi require an architecture specific PE-COFF header. For non-sandbox the PE-COFF header is chosen by the target architecture. For the sandbox we use the host architecture. This is not helpful for cross compiling. Allow specifying the target architecture of the sandb