Christian Svensson
Christian Svensson
I agree what you're saying, but I'm not sure how to do it in practice. Where should we store the SSH server key and the gRPC TLS certificate+keys? Those will...
Oh, re-reading your reply I think you misunderstood my proposal. I could have been clearer, I admit. > why rely on having to make a Linux kernel patch to verify...
Chips arrived, MT25QL512ABB8ESF-0SIT seems to have worked out of the box, [IS25LP512M-RMLE](https://gist.github.com/bluecmd/7808a16975f80dd775b87f474315cdd4) did not. For now I think it's OK if the locking of the boot flash is done in...
Current state is that the RDID command works in qemu but not on real chip, it just returns `ffffffff` so the lock will of course not engage: ``` /sys/kernel/bootlock# cat...
Most likely the hardest part of this is to figure out what the SPI flash story is. RPi doesn't use SPI flash by default (but does support it) and we...
Yep, it would be like 6 wires or something like that. You're probably right that a BOM should be enough. I was thinking of having a shim on an SD...
There is now a UNIX socket in the build root named `host.uart` that is attached to the host serial port of an emulated u-bmc. This can be used to feed...
OVMF setup program uses Code page 437 (or possibly 850) instead of UTF-8 which hilights an important point: the system will be using various code pages at various times (Linux...
One possibility is that when the machine boots up, the client is "locked" into a 80x24 mode, and when the Xterm control sequence to read out the terminal size is...
It's complicated, but OpenBMC upstream took the original patch with a caveat note that that particular patch probably wouldn't make it mainline upstream. So this issue is to patch the...