Home
last modified time | relevance | path

Searched refs:vmlinuz (Results 1 – 25 of 64) sorted by relevance

123

/openbmc/linux/arch/mips/boot/compressed/
H A DMakefile107 targets += ../../../../vmlinuz
114 $(objtree)/vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
120 $(objboot)/vmlinuz: $(objtree)/vmlinuz FORCE
133 VMLINUZ = $(objtree)/vmlinuz
135 VMLINUZ = $(objboot)/vmlinuz.32
138 targets += ../vmlinuz.32
143 $(objboot)/vmlinuz.32: $(objtree)/vmlinuz
146 targets += ../vmlinuz.ecoff
151 $(objboot)/vmlinuz.ecoff: $(objboot)/elf2ecoff $(VMLINUZ)
154 targets += ../vmlinuz.bin
[all …]
/openbmc/linux/drivers/firmware/efi/libstub/
H A DMakefile.zboot32 $(obj)/vmlinuz: $(obj)/vmlinux.bin FORCE
38 $(obj)/vmlinuz.o: $(obj)/vmlinuz FORCE
56 $(obj)/vmlinuz.efi.elf: $(obj)/vmlinuz.o $(ZBOOT_DEPS) FORCE
60 $(obj)/vmlinuz.efi: $(obj)/vmlinuz.efi.elf FORCE
63 targets += zboot-header.o vmlinux.bin vmlinuz vmlinuz.o vmlinuz.efi.elf vmlinuz.efi
/openbmc/linux/arch/sparc/boot/
H A Dinstall.sh19 if [ -f $4/vmlinuz ]; then
20 mv $4/vmlinuz $4/vmlinuz.old
27 cat $2 > $4/vmlinuz
/openbmc/linux/arch/nios2/boot/
H A Dinstall.sh19 if [ -f $4/vmlinuz ]; then
20 mv $4/vmlinuz $4/vmlinuz.old
27 cat $2 > $4/vmlinuz
/openbmc/linux/arch/m68k/
H A Dinstall.sh19 if [ -f $4/vmlinuz ]; then
20 mv $4/vmlinuz $4/vmlinuz.old
27 cat $2 > $4/vmlinuz
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch30 - for i in /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do
31 + for i in /boot/bzImage-* /bzImage-* /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do
37 - for i in /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* /boot/kernel-* ; do
38 + for i in /boot/bzImage-* /boot/vmlinuz-* /boot/vmlinux-* /bzImage-* /vmlinuz-* /vmlinux-* /boot/k…
/openbmc/linux/arch/ia64/
H A Dinstall.sh19 if [ -f $4/vmlinuz ]; then
20 mv $4/vmlinuz $4/vmlinuz.old
27 cat $2 > $4/vmlinuz
/openbmc/linux/arch/x86/boot/
H A Dinstall.sh19 if [ -f $4/vmlinuz ]; then
20 mv $4/vmlinuz $4/vmlinuz.old
27 cat $2 > $4/vmlinuz
/openbmc/linux/scripts/package/
H A Dkernel.spec61 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/boot/efi/vmlinuz-%{KERNELRELEASE}
62 ln -s efi/vmlinuz-%{KERNELRELEASE} %{buildroot}/boot/
64 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/boot/vmlinuz-%{KERNELRELEASE}
79 if [ -x /sbin/installkernel -a -r /boot/vmlinuz-%{KERNELRELEASE} -a -r /boot/System.map-%{KERNELREL…
80 cp /boot/vmlinuz-%{KERNELRELEASE} /boot/.vmlinuz-%{KERNELRELEASE}-rpm
82 rm -f /boot/vmlinuz-%{KERNELRELEASE} /boot/System.map-%{KERNELRELEASE}
83 /sbin/installkernel %{KERNELRELEASE} /boot/.vmlinuz-%{KERNELRELEASE}-rpm /boot/.System.map-%{KERNEL…
84 rm -f /boot/.vmlinuz-%{KERNELRELEASE}-rpm /boot/.System.map-%{KERNELRELEASE}-rpm
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-bootloader-config.cfg14 KERNEL /vmlinuz
18 KERNEL /vmlinuz
22 KERNEL /vmlinuz
26 KERNEL /vmlinuz
/openbmc/linux/arch/parisc/
H A Ddefpalo.conf7 --recoverykernel=vmlinuz
15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
H A DMakefile134 palo lifimage: vmlinuz
157 zImage: vmlinuz
163 vmlinuz: bzImage target
184 zinstall: KBUILD_IMAGE := vmlinuz
H A Dinstall.sh22 base=vmlinuz
/openbmc/linux/arch/mips/
H A DMakefile85 all-$(CONFIG_SYS_SUPPORTS_ZBOOT)+= vmlinuz
275 COMPRESSION_FNAME = vmlinuz
381 bootz-y := vmlinuz
382 bootz-y += vmlinuz.bin
383 bootz-y += vmlinuz.ecoff
384 bootz-y += vmlinuz.srec
386 bootz-y += vmlinuz.itb
420 vmlinuz: FORCE target
444 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
/openbmc/linux/arch/loongarch/
H A DMakefile11 image-name-$(CONFIG_EFI_ZBOOT) := vmlinuz
143 vmlinuz.efi: vmlinux.efi
145 vmlinux.elf vmlinux.efi vmlinuz.efi: vmlinux
/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/
H A Dqemuloongarch.inc8 KERNEL_IMAGETYPE = "vmlinuz"
9 KERNEL_IMAGETYPES += "vmlinuz"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-uboot.bbclass19 elif [ -e arch/${ARCH}/boot/vmlinuz.bin ]; then
21 cp -l arch/${ARCH}/boot/vmlinuz.bin linux.bin
/openbmc/linux/arch/arm64/
H A DMakefile156 KBUILD_IMAGE := $(boot)/vmlinuz.efi
161 vmlinuz.efi: Image
162 Image vmlinuz.efi: vmlinux
/openbmc/linux/arch/loongarch/boot/
H A D.gitignore3 vmlinuz*
/openbmc/linux/arch/arm64/boot/
H A D.gitignore4 vmlinuz*
H A Dinstall.sh24 base=vmlinuz
/openbmc/linux/arch/riscv/boot/
H A D.gitignore7 vmlinuz*
H A Dinstall.sh23 base=vmlinuz
/openbmc/linux/arch/mips/boot/
H A D.gitignore5 vmlinuz.*
/openbmc/qemu/tests/functional/
H A Dtest_ppc64_hv.py93 self.vmlinuz = self.extract_from_iso(self.iso_path, '/boot/vmlinuz-lts')
99 self.vm.add_args("-kernel", self.vmlinuz)

123