Home
last modified time | relevance | path

Searched refs:bzImage (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch6 Our kernel's name is bzImage, we need add it to grub.d/10_linux.in so
9 We only need add the bzImage to util/grub.d/10_linux.in, but also add it
31 + for i in /boot/bzImage-* /bzImage-* /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do
38 + for i in /boot/bzImage-* /boot/vmlinuz-* /boot/vmlinux-* /bzImage-* /vmlinuz-* /vmlinux-* /boot/k…
51 +for i in /boot/bzImage[xz]-* /bzImage[xz]-* /boot/vmlinu[xz]-* /vmlinu[xz]-* /boot/kernel-*; do
/openbmc/linux/Documentation/admin-guide/
H A Defi-stub.rst5 On the x86 and ARM platforms, a kernel zImage/bzImage can masquerade
7 it as an EFI executable. The code that modifies the bzImage header,
29 How to install bzImage.efi
32 The bzImage located in arch/x86/boot/bzImage must be copied to the EFI
35 not possible to execute bzImage.efi from the usual Linux file systems
45 Arguments to the kernel can be passed after bzImage.efi, e.g.::
47 fs0:> bzImage.efi console=ttyS0 root=/dev/sda4
65 bzImage.efi
75 fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
77 Notice how bzImage.efi can be specified with a relative path. That's
[all …]
/openbmc/linux/arch/parisc/
H A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage
152 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
155 all: bzImage
160 bzImage: vmlinux target
163 vmlinuz: bzImage
164 $(OBJCOPY) $(boot)/bzImage $@
/openbmc/linux/arch/parisc/boot/
H A DMakefile7 targets += bzImage
13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
H A D.gitignore3 bzImage
/openbmc/linux/arch/x86/boot/
H A DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage
75 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
82 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
122 imgdeps = $(obj)/bzImage $(obj)/mtools.conf $(src)/genimage.sh
132 cmd_genimage = $(BASH) $(srctree)/$(src)/genimage.sh $2 $3 $(obj)/bzImage \
H A D.gitignore3 bzImage
/openbmc/linux/arch/x86/
H A DMakefile271 PHONY += bzImage $(BOOT_TARGETS)
274 all: bzImage
277 KBUILD_IMAGE := $(boot)/bzImage
279 bzImage: vmlinux target
285 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/openbmc/openbmc/poky/scripts/
H A Dautobuilder-worker-prereq-tests79 if [ ! -e bzImage-qemux86-64.bin ]; then
80 …downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/bzImage-qemux86-64.bin
/openbmc/qemu/docs/system/
H A Dlinuxboot.rst14 |qemu_system| -kernel bzImage -hda rootdisk.img -append "root=/dev/hda"
26 |qemu_system| -kernel bzImage -hda rootdisk.img \
/openbmc/linux/tools/testing/selftests/nolibc/
H A DMakefile43 IMAGE_i386 = arch/x86/boot/bzImage
44 IMAGE_x86_64 = arch/x86/boot/bzImage
45 IMAGE_x86 = arch/x86/boot/bzImage
53 IMAGE_s390 = arch/s390/boot/bzImage
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst258 .../linux/arch/x86/boot/bzImage)复制到常规可引导内核的位置。
264 /bzImage或/boot/bzImage。使用新内核前,请保存旧映像的副本,并复制
/openbmc/linux/arch/s390/
H A DMakefile127 all: bzImage
130 KBUILD_IMAGE := $(boot)/bzImage
135 bzImage: vmlinux target
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-distrovars.inc55 ARCH_DEFAULT_KERNELIMAGETYPE:x86 = "bzImage"
56 ARCH_DEFAULT_KERNELIMAGETYPE:x86-64 = "bzImage"
/openbmc/linux/arch/s390/boot/
H A D.gitignore3 bzImage
H A DMakefile47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
70 $(obj)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data …
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst262 .../linux/arch/x86/boot/bzImage)複製到常規可引導內核的位置。
268 /bzImage或/boot/bzImage。使用新內核前,請保存舊映像的副本,並複製
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dx86-base.inc13 KERNEL_IMAGETYPE ?= "bzImage"
/openbmc/linux/tools/testing/ktest/examples/include/
H A Ddefaults.conf63 BUILD_TARGET = arch/x86/boot/bzImage
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-check-branches.sh86 ( cd $resdir/$ds/$idir/$rrd; rm -f */vmlinux */bzImage */System.map */Module.symvers )
/openbmc/linux/Documentation/translations/zh_CN/virt/
H A Dne_overview.rst66 内核bzImage、内核命令行、ramdisk(s)是enclave镜像格式(EIF)的一部分;另外
/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/
H A Dmulticonfig-image-packager_0.1.bb17 install ${MC_DEPLOY_DIR_IMAGE}/bzImage ${D}/var/lib/machines/${MCNAME}
/openbmc/linux/kernel/
H A DKconfig.kexec80 bool "Enable bzImage signature verification support"
86 Enable bzImage signature verification support.
/openbmc/linux/arch/sh/boot/compressed/
H A Dhead_32.S122 .byte 1 ! Load flags bzImage=1
/openbmc/linux/arch/arm/
H A DMakefile289 bzImage: zImage target
294 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)

123