Is there such a payload? Seabios is stuck with IO UARTs. Not sure if grub can handle it (and if so, how). Depthcharge is out of the question because it is unbelievably difficult to build outside chromium os's uber-cumbersome build system.
So, is there something?
Alex
On Wed, Nov 18, 2015 at 7:49 PM, Alex G. mr.nuke.me@gmail.com wrote:
Is there such a payload? Seabios is stuck with IO UARTs. Not sure if grub can handle it (and if so, how). Depthcharge is out of the question because it is unbelievably difficult to build outside chromium os's uber-cumbersome build system.
So, is there something?
I would think you could roll your own REPL payload pretty easily w/ libpayload. Aside from that suggestion (go build one!) I don't know of any.
Alex
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
2015-11-19 4:49 GMT+01:00 Alex G. mr.nuke.me@gmail.com:
So, is there something?
FILO.
It uses libpayload for drivers which has uart8250_mmio32.c.
Patrick
Hi Patrick,
Thanks! Someone else had also suggested this in a private email. I have one thing to say, and one thing only:
AWWWWW YEAAAHHHH!
Alex
On 11/19/2015 12:12 AM, Patrick Georgi wrote:
2015-11-19 4:49 GMT+01:00 Alex G. mr.nuke.me@gmail.com:
So, is there something?
FILO.
It uses libpayload for drivers which has uart8250_mmio32.c.
Patrick