Re: [PATCH v2 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-07-11 Thread Mark Cave-Ayland
On 09/07/2025 12:16, Philippe Mathieu-Daudé wrote: Hi Mark, On 9/7/25 09:50, Mark Cave-Ayland wrote: On 18/06/2025 07:12, Mark Cave-Ayland wrote: This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The

Re: [PATCH v2 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-07-09 Thread Philippe Mathieu-Daudé
Hi Mark, On 9/7/25 09:50, Mark Cave-Ayland wrote: On 18/06/2025 07:12, Mark Cave-Ayland wrote: This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The motivation is to fix GitLab issue #2464 which causes

Re: [PATCH v2 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-07-09 Thread Mark Cave-Ayland
On 18/06/2025 07:12, Mark Cave-Ayland wrote: This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The motivation is to fix GitLab issue #2464 which causes Windows NT MIPS to bluescreen on boot. Patches 1 to

[PATCH v2 0/7] esp.c: only allow ESP commands permitted in the current mode

2025-06-17 Thread Mark Cave-Ayland
This series contains a few minor tidy-ups along with an implementation of the logic to only allow ESP commands permitted in the current mode. The motivation is to fix GitLab issue #2464 which causes Windows NT MIPS to bluescreen on boot. Patches 1 to 5 are simple tidy-ups from investigating the is