Home
last modified time | relevance | path

Searched refs:bootconfig (Results 1 – 22 of 22) sorted by relevance

/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/
Dbootconfig.rst5 :Original: Documentation/admin-guide/bootconfig.rst
109 则在程序(和/proc/bootconfig)中,它会按如下显示::
139 /proc/bootconfig
142 /proc/bootconfig是引导配置的用户空间接口。与/proc/cmdline不同,此文件内容以
162 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
174 Linux内核在tools/bootconfig下提供了 ``bootconfig`` 命令来完成此操作,管理员
177 # make -C tools/bootconfig
181 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
185 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
187 然后在内核命令行上添加 ``bootconfig`` 告诉内核去initrd文件末尾寻找内核配置。
[all …]
Dindex.rst66 bootconfig
/linux-6.6.21/tools/bootconfig/
DMakefile12 LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h
15 ALL_TARGETS := bootconfig
20 $(OUTPUT)bootconfig: main.c include/linux/bootconfig.h $(LIBSRC)
23 test: $(ALL_PROGRAMS) test-bootconfig.sh
24 ./test-bootconfig.sh $(OUTPUT)
27 install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
D.gitignore2 bootconfig
Dtest-bootconfig.sh11 BOOTCONF=${TESTDIR}/bootconfig
/linux-6.6.21/tools/testing/ktest/examples/include/
Dbootconfig.conf9 BOOTCONFIG := /usr/bin/bootconfig
35 TEST_NAME = bootconfig boottrace
40 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
48 TEST_NAME = bootconfig function graph
52 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
60 TEST_NAME = bootconfig tracing
64 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
/linux-6.6.21/Documentation/admin-guide/
Dbootconfig.rst82 without parsing the default bootconfig.
117 In the program (and /proc/bootconfig), it will be shown as below::
148 /proc/bootconfig
151 /proc/bootconfig is a user-space interface of the boot config.
161 There are two options to boot the kernel with bootconfig: attaching the
162 bootconfig to the initrd image or embedding it in the kernel itself.
171 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
177 (``\0``) will be added. Thus the ``size`` is the length of the bootconfig
185 loader passes a longer size, the kernel fails to find the bootconfig data.
187 To do this operation, Linux kernel provides ``bootconfig`` command under
[all …]
Dindex.rst83 bootconfig
Dkernel-parameters.txt514 bootconfig [KNL]
518 See Documentation/admin-guide/bootconfig.rst
/linux-6.6.21/tools/bootconfig/scripts/
Dxbc.sh8 BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
10 BOOTCONFIG=`which bootconfig`
/linux-6.6.21/tools/testing/ktest/examples/bootconfigs/
Dconfig-bootconfig1 CONFIG_CMDLINE="bootconfig"
/linux-6.6.21/tools/bootconfig/samples/
Dgood-simple.bconf1 # A good simple bootconfig
/linux-6.6.21/tools/testing/ktest/examples/
Dkvm.conf93 INCLUDE include/bootconfig.conf
/linux-6.6.21/tools/
DMakefile72 cgroup counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi pci fir… target
120 perf selftests bootconfig spi turbostat usb \
/linux-6.6.21/fs/proc/
DMakefile36 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/linux-6.6.21/Documentation/translations/zh_TW/admin-guide/
Dindex.rst80 bootconfig
/linux-6.6.21/tools/perf/
Dbuiltin-probe.c359 if (probe_conf.bootconfig) in perf_add_probe_events()
605 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
723 if (probe_conf.bootconfig && params->uprobes) { in __cmd_probe()
/linux-6.6.21/tools/perf/util/
Dprobe-event.h18 bool bootconfig; member
/linux-6.6.21/lib/
DMakefile300 obj-$(CONFIG_BOOT_CONFIG) += bootconfig.o
301 obj-$(CONFIG_BOOT_CONFIG_EMBED) += bootconfig-data.o
303 $(obj)/bootconfig-data.o: $(obj)/default.bconf
/linux-6.6.21/Documentation/trace/
Dboottime-trace.rst17 this uses bootconfig file to describe tracing feature programming.
27 .. [1] See :ref:`Documentation/admin-guide/bootconfig.rst <bootconfig>`
/linux-6.6.21/init/
DKconfig1323 See <file:Documentation/admin-guide/bootconfig.rst> for details.
1328 bool "Force unconditional bootconfig processing"
1333 out even when the "bootconfig" kernel-boot parameter is omitted.
1341 bool "Embed bootconfig file in the kernel"
1344 Embed a bootconfig file given by BOOT_CONFIG_EMBED_FILE in the
1345 kernel. Usually, the bootconfig file is loaded with the initrd
1347 help you by embedding a bootconfig file while building the kernel.
1352 string "Embedded bootconfig file path"
1355 Specify a bootconfig file which will be embedded to the kernel.
1356 This bootconfig will be used if there is no initrd or no other
[all …]
/linux-6.6.21/
DMAINTAINERS7903 F: Documentation/admin-guide/bootconfig.rst
7904 F: fs/proc/bootconfig.c
7905 F: include/linux/bootconfig.h
7906 F: lib/bootconfig-data.S
7907 F: lib/bootconfig.c
7908 F: tools/bootconfig/*
7909 F: tools/bootconfig/scripts/*