Re: [U-Boot] [PATCH v2 07/17] efi_loader: fill simple network protocol revision

2017-10-08 Thread Simon Glass
On 5 October 2017 at 08:35, Heinrich Schuchardt wrote: > Provide the simple network protocol revision. > This revision number could be used to identify backwards compatible > enhancements of the protocol. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > no change > --- > include/efi_a

[U-Boot] [PATCH v2 07/17] efi_loader: fill simple network protocol revision

2017-10-05 Thread Heinrich Schuchardt
Provide the simple network protocol revision. This revision number could be used to identify backwards compatible enhancements of the protocol. Signed-off-by: Heinrich Schuchardt --- v2 no change --- include/efi_api.h| 3 +++ lib/efi_loader/efi_net.c | 1 + 2 files changed, 4 ins