Re: Passing two arguments to `terminal_*` both fail to load if the first one fails

2014-07-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.02.2014 23:53, Paul Menzel wrote:
> terminal_input console serial
> terminal_output console serial
There is no "console" in coreboot.



signature.asc
Description: OpenPGP digital signature
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel


Passing two arguments to `terminal_*` both fail to load if the first one fails

2014-02-12 Thread Paul Menzel
Dear GRUB folks,


using coreboot with GRUB 2 as payload built with `make default_payload`
and putting `grub.cfg` into CBFS containg the lines below

[…]
serial --unit=0 --speed=115200
terminal_input console serial
terminal_output console serial
[…]

I do not get any serial output from GRUB. Using

terminal_output serial

serial works.

Can it be that `console` is not available in my GRUB and that results in
`serial` being lost? Is that by design?


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel