Re: [U-Boot] [PATCH 1/1] efi_loader: completely initialize network

2018-04-04 Thread Heinrich Schuchardt
On 04/04/2018 11:42 AM, Alexander Graf wrote: > > > On 03.04.18 22:06, Heinrich Schuchardt wrote: >> Add missing network initialization code. >> >> Before the patch the network was only usable if a network command like >> dhcp or tftp had beed executed. >> >> This was visible when interrupting

Re: [U-Boot] [PATCH 1/1] efi_loader: completely initialize network

2018-04-04 Thread Alexander Graf
On 03.04.18 22:06, Heinrich Schuchardt wrote: > Add missing network initialization code. > > Before the patch the network was only usable if a network command like > dhcp or tftp had beed executed. > > This was visible when interrupting the console countdown and executing > bootefi selftest

[U-Boot] [PATCH 1/1] efi_loader: completely initialize network

2018-04-03 Thread Heinrich Schuchardt
Add missing network initialization code. Before the patch the network was only usable if a network command like dhcp or tftp had beed executed. This was visible when interrupting the console countdown and executing bootefi selftest for vexpress_ca15_tc2_defconfig. Signed-off-by: Heinrich

[U-Boot] [PATCH 1/1] efi_loader: completely initialize network

2018-04-02 Thread Heinrich Schuchardt
Add missing network initialization code. Before the patch the network was only usable if a network command like dhcp or tftp had beed executed. This was visible when interrupting the console countdown and executing bootefi selftest for vexpress_ca15_tc2_defconfig. Signed-off-by: Heinrich