Re: [U-Boot] EFI_PXE_BASE_CODE_PROTOCOL

2019-08-06 Thread Peter Jones
On Tue, Aug 06, 2019 at 09:44:14AM +0100, Leif Lindholm wrote: > +Peter Jones (sorry Peter) + Javier Martinez Canillas > On Tue, Aug 06, 2019 at 08:34:58AM +0200, Heinrich Schuchardt wrote: > > iPXE uses the EFI simple network protocol to execute DHCP. > > OK. > > &

Re: [U-Boot] EFIBootGuard for CIP and SecureBoot

2019-05-01 Thread Peter Jones
On Sat, Apr 27, 2019 at 09:56:08AM +0200, Alexander Graf wrote: > > >>> UEFI gets a bad rap at being complicated, but I think the U-Boot work > >>> has shown that implementing the core UEFI ABI doesn't require much code > >>> and isn't the complicated mess they everyone fears it to be. > >> Depend

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Peter Jones
On Wed, Oct 04, 2017 at 06:35:46PM +, Rob Clark wrote: > > Add the missing EFIAPI. > > I was talking to Peter Jones about this, and he suggested something > that makes *way* more sense.. just build u-boot with '-mabi=ms_abi' on > x86_64 (at least conditionally if E

Re: [U-Boot] [U-Boot,v3,03/21] efi: add some missing __packed

2017-10-03 Thread Peter Jones
On Fri, Sep 15, 2017 at 06:53:39PM +, Heinrich Schuchardt wrote: > On 09/14/2017 12:05 AM, Rob Clark wrote: > > All of the device-path related structures should be packed. UEFI > > defines the device-path as a byte-aligned data structure. > > > > Signed-off-by: Rob Clark > > --- > > include

Re: [U-Boot] [PATCH v0 13/20] efi_loader: use proper device-paths for partitions

2017-08-07 Thread Peter Jones
On Fri, Aug 04, 2017 at 10:41:32PM +0200, Mark Kettenis wrote: [...] > ..and what you're sketching out here should work with recent enough > versions of our bootloader. > > However, to me having an ACPI Device Path component in there doesn't > make much sense on a board without ACPI. It certainly

Re: [U-Boot] [PATCH v0 21/20] efi_loader: hack for archs that cannot do unaligned accesses

2017-08-07 Thread Peter Jones
On Sat, Aug 05, 2017 at 06:52:59PM +0200, Heinrich Schuchardt wrote: > On 08/05/2017 06:16 PM, Rob Clark wrote: > > On Sat, Aug 5, 2017 at 12:12 PM, Heinrich Schuchardt > > wrote: > >> On 08/05/2017 05:58 PM, Rob Clark wrote: > >>> Some arch's have trouble with unaligned accesses. Technically >

Re: [U-Boot] [PATCH v0 20/20] efi_loader: add bootmgr

2017-08-04 Thread Peter Jones
ion is Fedora specific. > > > > For Debian I could not find any reference to boot.csv. > > And it is not mentioned in the UEFI 2.7 spec. > > > > Please, provide the specification that your work is based on. > > The references to boot.csv are based on looking at