Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bootconfig/
DMakefile12 LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h
15 ALL_TARGETS := bootconfig
20 $(OUTPUT)bootconfig: main.c $(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-v5.10/Documentation/admin-guide/
Dbootconfig.rst82 without parsing the default bootconfig.
126 /proc/bootconfig
129 /proc/bootconfig is a user-space interface of the boot config.
143 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
149 (``\0``) will be added. Thus the ``size`` is the length of the bootconfig
157 loader passes a longer size, the kernel feils to find the bootconfig data.
159 To do this operation, Linux kernel provides "bootconfig" command under
160 tools/bootconfig, which allows admin to apply or delete the config file
163 # make -C tools/bootconfig
165 To add your boot config file to initrd image, run bootconfig as below
[all …]
Dindex.rst70 bootconfig
Dkernel-parameters.txt446 bootconfig [KNL]
450 See Documentation/admin-guide/bootconfig.rst
/Linux-v5.10/tools/bootconfig/scripts/
Dxbc.sh8 BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
10 BOOTCONFIG=`which bootconfig`
/Linux-v5.10/tools/bootconfig/samples/
Dgood-simple.bconf1 # A good simple bootconfig
/Linux-v5.10/tools/
DMakefile67 cgroup firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci firmware de… target
103 perf selftests bootconfig spi turbostat usb \
/Linux-v5.10/fs/proc/
DMakefile36 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/Linux-v5.10/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-v5.10/Documentation/translations/zh_CN/admin-guide/
Dindex.rst69 bootconfig
/Linux-v5.10/lib/
DMakefile277 lib-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/Linux-v5.10/init/
DKconfig1297 See <file:Documentation/admin-guide/bootconfig.rst> for details.
/Linux-v5.10/
DMAINTAINERS6666 F: Documentation/admin-guide/bootconfig.rst
6667 F: fs/proc/bootconfig.c
6668 F: include/linux/bootconfig.h
6669 F: lib/bootconfig.c
6670 F: tools/bootconfig/*
6671 F: tools/bootconfig/scripts/*