Re: [PATCH] disable VBE by default

2025-06-18 Thread Peter Robinson
On Wed, 18 Jun 2025 at 00:10, Tom Rini wrote: > > On Tue, Jun 17, 2025 at 09:39:25AM +0300, Ilias Apalodimas wrote: > > > On Sun Jun 15, 2025 at 12:33 PM EEST, Peter Robinson wrote: > > > The VBE protocol needs explicit device support and as > > > such isn't particularly useful by itself without t

Re: [PATCH] disable VBE by default

2025-06-17 Thread Tom Rini
On Tue, Jun 17, 2025 at 09:39:25AM +0300, Ilias Apalodimas wrote: > On Sun Jun 15, 2025 at 12:33 PM EEST, Peter Robinson wrote: > > The VBE protocol needs explicit device support and as > > such isn't particularly useful by itself without that, > > it also adds size and the potential of an attack

Re: [PATCH] disable VBE by default

2025-06-16 Thread Ilias Apalodimas
On Sun Jun 15, 2025 at 12:33 PM EEST, Peter Robinson wrote: > The VBE protocol needs explicit device support and as > such isn't particularly useful by itself without that, > it also adds size and the potential of an attack vector > so devices that wish to use this protocol should > explicitly opt

[PATCH] disable VBE by default

2025-06-15 Thread Peter Robinson
The VBE protocol needs explicit device support and as such isn't particularly useful by itself without that, it also adds size and the potential of an attack vector so devices that wish to use this protocol should explicitly opt in to it like all other large features in U-Boot. Signed-off-by: Pete