Warning, /spec/build/bsps/optefiearlyconsole.yml is written in an unsupported language. File is not indexed.
0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 actions:
0003 - get-string: null
0004 - script: |
0005 kinds = ["SERIAL", "BUFFER"]
0006 if value not in kinds:
0007 conf.fatal("Preferred EFI early console '{}' is not one of {}".format(value, kinds))
0008 conf.define("BUFFER", "1", False)
0009 conf.define("SERIAL", "2", False)
0010 - define-unquoted: null
0011 build-type: option
0012 copyrights:
0013 - Copyright (C) 2023 Karel Gardas
0014 default:
0015 - enabled-by: true
0016 value: BUFFER
0017 description: |
0018 Select preferred EFI early printout console. Possible values here
0019 are SERIAL and BUFFER. In case of SERIAL, the tty0/com1 will be used
0020 for early printout. In case of BUFFER, all prints will be buffered
0021 and once real EFI console is initialized, then whole buffer will be
0022 copied to it.
0023 enabled-by: true
0024 format: '{}'
0025 links: []
0026 name: BSP_EFI_EARLY_CONSOLE_KIND
0027 type: build