]> git.sur5r.net Git - u-boot/commit
efi_loader: use TPL_NOTIFY for network timer event
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 24 Mar 2018 17:40:22 +0000 (18:40 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:03:37 +0000 (11:03 +0200)
commitee3db4fc04714c80196e49f8f3a5f157f20d2862
tree1526490249531271f2ce1234aa2e2d413fc6f80f
parent0176330ee5b6a316b688787d10f0265215e53d33
efi_loader: use TPL_NOTIFY for network timer event

We use a timer to poll the network.

iPXE is used for booting from iSCSI drives. It has been changed to run at
TPL_CALLBACK most of the time (which is not what the UEFI spec
recommends).

By changing our timer to TPL_NOTIFY we can ensure that it is nevertheless
executed.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_net.c