mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 17:22:53 +00:00
x230-maximized board configs: add DEBUG/TRACE board config in comment
Enabling DEBUG/TRACE options from board config vs from configuration menu is different. When enabled in board config, /etc/config is from ROM, and sourced early and make TRACE/DEBUG calls appear early. If added through configuration menu, those are /etc/config.user overrides extracted from CBFS and then sourced after combine_configs call If for whatever reason early DEBUG is needed on a platform, enabling in board config is needed. For runtime debugging, enabling Debug output from configuration menu is enough
This commit is contained in:
parent
84899cf631
commit
4ff955918f
@ -13,6 +13,10 @@ export CONFIG_LINUX_VERSION=5.10.5
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-maximized.config
|
||||
CONFIG_LINUX_CONFIG=config/linux-x230-maximized.config
|
||||
|
||||
#Enable DEBUG output
|
||||
#export CONFIG_DEBUG_OUTPUT=y
|
||||
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
|
||||
|
||||
#Additional hardware support
|
||||
CONFIG_LINUX_USB=y
|
||||
CONFIG_LINUX_E1000E=y
|
||||
|
@ -13,6 +13,10 @@ export CONFIG_LINUX_VERSION=5.10.5
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-x230-maximized.config
|
||||
CONFIG_LINUX_CONFIG=config/linux-x230-maximized.config
|
||||
|
||||
#Enable DEBUG output
|
||||
#export CONFIG_DEBUG_OUTPUT=y
|
||||
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
|
||||
|
||||
#Additional hardware support
|
||||
CONFIG_LINUX_USB=y
|
||||
CONFIG_LINUX_E1000E=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user