david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/interface
Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console
Add the concept of a "console usage", such as "standard output" or
"debug messages".  Allow usages to be associated with each console
independently.  For example, to send debugging output via the serial
port, while preventing it from appearing on the local console:

  #define CONSOLE_SERIAL CONSOLE_USAGE_ALL
  #define CONSOLE_PCBIOS ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_DEBUG )

If no usages are explicitly specified, then a default set of usages
will be applied.  For example:

  #define CONSOLE_SERIAL

will have the same affect as

  #define CONSOLE_SERIAL CONSOLE_USAGE_ALL

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-03-26 17:40:01 +01:00
..
bofm [bofm] Report {slot,port} to {bus:dev.fn,mport} mapping on newer BOFM builds 2011-05-04 12:14:37 +01:00
efi [console] Allow usage to be defined independently for each console 2012-03-26 17:40:01 +01:00
linux [console] Allow usage to be defined independently for each console 2012-03-26 17:40:01 +01:00
smbios [settings] Impose a fixed order on settings 2011-03-23 11:57:29 +00:00