When booting some versions of the UEFI shell, our driver binding protocol's Supported() entry point is called at TPL_NOTIFY for no discernible reason. Attempting to raise to TPL_CALLBACK triggers an immediate assertion failure in the firmware. Since our Supported() method can run at any TPL, fix by simply not attempting to raise the TPL within this method. Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
|
||
95 |
|
95 |
|
96 |
|
96 |
|
97 |
|
97 |
|
98 |
|
|
|
99 |
|
98 |
|
100 |
|
|
|
101 |
|
99 |
|
102 |
|
100 |
|
103 |
|
101 |
|
|
|
||
113 |
|
111 |
|
114 |
|
112 |
|
115 |
|
113 |
|
116 |
|
|
|
117 |
|
|
|
118 |
|
|
|
119 |
|
114 |
|
120 |
|
115 |
|
121 |
|
116 |
|
122 |
|
117 |
|
123 |
|
118 |
|
124 |
|
|
|
125 |
|
119 |
|
126 |
|
120 |
|
127 |
|
121 |
|
128 |
|
122 |
|
129 |
|
123 |
|
130 |
|
124 |
|
131 |
|
|
|
132 |
|
125 |
|
133 |
|
126 |
|
134 |
|
127 |
|