util/nvmutil: major cleanup

handle init in xstatus()

it's now a singleton design

also tidied up some other code

also removed todo.c. bloat.
will do all those anyway.

too much change. i just kept
touching the code until it
looked good

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-18 19:30:32 +00:00
parent 3010781df6
commit aff629f571
11 changed files with 428 additions and 810 deletions
+1 -3
View File
@@ -45,9 +45,7 @@ hextonum(char ch_s)
return 16; /* invalid character */
}
/*
* Portable random
* number generator
/* Random numbers
*/
unsigned long
rlong(void)