Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bootconfig/
H A 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)
H A D.gitignore2 bootconfig
H A Dtest-bootconfig.sh11 BOOTCONF=${TESTDIR}/bootconfig
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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.
165 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
171 (``\0``) will be added. Thus the ``size`` is the length of the bootconfig
179 loader passes a longer size, the kernel feils to find the bootconfig data.
181 To do this operation, Linux kernel provides "bootconfig" command under
182 tools/bootconfig, which allows admin to apply or delete the config file
185 # make -C tools/bootconfig
[all …]
H A Dindex.rst70 bootconfig
H A Dkernel-parameters.txt469 bootconfig [KNL]
473 See Documentation/admin-guide/bootconfig.rst
/OK3568_Linux_fs/kernel/tools/bootconfig/scripts/
H A Dxbc.sh8 BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
10 BOOTCONFIG=`which bootconfig`
/OK3568_Linux_fs/kernel/tools/bootconfig/samples/
H A Dgood-simple.bconf1 # A good simple bootconfig
/OK3568_Linux_fs/kernel/tools/
H A 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 \
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dboottime-trace.rst17 this uses bootconfig file to describe tracing feature programming.
27 .. [1] See :ref:`Documentation/admin-guide/bootconfig.rst <bootconfig>`
/OK3568_Linux_fs/kernel/fs/proc/
H A DMakefile36 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/admin-guide/
H A Dindex.rst69 bootconfig
/OK3568_Linux_fs/kernel/lib/
H A DMakefile278 obj-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/OK3568_Linux_fs/u-boot/lib/
H A DKconfig152 parameters will show up in /proc/bootconfig similar to the kernel
/OK3568_Linux_fs/kernel/init/
H A DKconfig1342 See <file:Documentation/admin-guide/bootconfig.rst> for details.
/OK3568_Linux_fs/kernel/
H A 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/*