Re: [PATCH] Add commands for reading and writing raw bytes to CMOS

2024-04-10 Thread Daniel Kiper
On Wed, Apr 03, 2024 at 04:59:57PM -0500, Glenn Washburn wrote: > On Fri, 15 Mar 2024 22:45:53 +0300 > "Vladimir 'phcoder' Serbinenko" wrote: > > > With some coreboot configs setting a byte to a magic value > > changes behaviour on next boot. Setting bit-by-bit is > > possible but not convenient.

Re: [PATCH] Add commands for reading and writing raw bytes to CMOS

2024-04-03 Thread Glenn Washburn
On Fri, 15 Mar 2024 22:45:53 +0300 "Vladimir 'phcoder' Serbinenko" wrote: > With some coreboot configs setting a byte to a magic value > changes behaviour on next boot. Setting bit-by-bit is > possible but not convenient. Add cmosread and cmoswrite for > convenience. > > Signed-off-by: Vladimir