Re: [U-Boot] [PATCH v2 13/17] efi_loader: size fields in SimpleNetworkProtocol

2017-10-08 Thread Simon Glass
On 5 October 2017 at 08:36, Heinrich Schuchardt wrote: > The size fields in the Simple Network Protocol are all > UINTN in the UEFI spec. So use size_t. > > Provide a function description of the receive function. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > no change > --- > inclu

[U-Boot] [PATCH v2 13/17] efi_loader: size fields in SimpleNetworkProtocol

2017-10-05 Thread Heinrich Schuchardt
The size fields in the Simple Network Protocol are all UINTN in the UEFI spec. So use size_t. Provide a function description of the receive function. Signed-off-by: Heinrich Schuchardt --- v2 no change --- include/efi_api.h| 4 ++-- lib/efi_loader/efi_net.c | 24 +++