commit | 86df48ca3a66eaa9dd01b5e8c6312ec005213378 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 24 18:40:22 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Apr 04 11:03:37 2018 +0200 |
tree | 1526490249531271f2ce1234aa2e2d413fc6f80f | |
parent | 24098f8c2b91a5d15fed574ed73ee4572747029b [diff] |
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>