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

2024-05-16 Thread Vladimir Serbinenko
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 Serbinenko --- grub-core/commands/i386/cmostest.c | 72 +-

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

2024-04-10 Thread Daniel Kiper
tively be for verbosity. Also, it would be I agree with Glenn. > nice if you permanently configure your system to send patches as inline > and not as attachments. Are you not using git-send? I concur... > From a29cfa77e292fdd0792eeb0bc2a0287524c1de1f Mon Sep 17 00:00:00 2001 > Fr

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

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

2024-03-15 Thread Vladimir 'phcoder' Serbinenko
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 Serbinenko -- Regards Vladimir 'phcoder' Serbinenko 0001-Add-commands-for-reading-a