Home
last modified time | relevance | path

Searched refs:bootimage (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh91 --bootimage)
92 …checkarg --bootimage "(relative path to kernel boot image)" "$#" "$2" '[a-zA-Z0-9][a-zA-Z0-9_]*' '…
/OK3568_Linux_fs/kernel/arch/alpha/
H A DMakefile58 bootimage bootpfile bootpzfile: vmlinux target
/OK3568_Linux_fs/u-boot/scripts/
H A Dunpack_bootimg38 def extract_image(offset, size, bootimage, extracted_image_name): argument
40 bootimage.seek(offset)
42 file_out.write(bootimage.read(size))
/OK3568_Linux_fs/kernel/scripts/
H A Dunpack_bootimg38 def extract_image(offset, size, bootimage, extracted_image_name): argument
40 bootimage.seek(offset)
42 file_out.write(bootimage.read(size))
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A DMakefile21 $(obj)/bootimage: $(addprefix $(obj)/tools/,mkbb lxboot bootlx) $(obj)/vmlinux.nh
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dmakefiles.rst926 final bootimage there is an optional target named archclean:
970 and builds the final bootimage.