Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/arch/x86/boot/
H A DMakefile31 targets := vmlinux.bin setup.bin setup.elf bzImage
76 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
83 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
130 cmd_genimage = sh $(srctree)/$(src)/genimage.sh $2 $3 $(obj)/bzImage \
136 bzdisk: $(obj)/bzImage $(obj)/mtools.conf
140 fdimage fdimage144: $(obj)/bzImage $(obj)/mtools.conf
144 fdimage288: $(obj)/bzImage $(obj)/mtools.conf
148 isoimage: $(obj)/bzImage
155 cat $(obj)/bzImage > $(INSTALL_PATH)/vmlinuz
160 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
H A D.gitignore3 bzImage
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/arch/parisc/boot/
H A DMakefile7 targets += bzImage
13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
19 install: $(CONFIGURE) $(obj)/bzImage
20 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
H A D.gitignore3 bzImage
/OK3568_Linux_fs/kernel/arch/parisc/
H A DMakefile22 KBUILD_IMAGE := $(boot)/bzImage
154 PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
157 all: bzImage
162 bzImage: vmlinux target
166 vmlinuz: bzImage
167 $(OBJCOPY) $(boot)/bzImage $@
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A DMakefile43 targets := bzImage startup.a section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
61 $(obj)/bzImage: $(obj)/compressed/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.pres…
74 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
H A D.gitignore3 bzImage
/OK3568_Linux_fs/kernel/
H A Dbuild.config.x86_648 bzImage
14 arch/x86/boot/bzImage
/OK3568_Linux_fs/buildroot/board/pc/
H A Dgenimage-efi.cfg7 file bzImage {
8 image = "bzImage"
H A Dgrub-efi.cfg5 linux /bzImage root=PARTUUID=UUID_TMP rootwait console=tty1
H A Dgrub-bios.cfg5 linux /boot/bzImage root=/dev/sda1 rootwait console=tty1
/OK3568_Linux_fs/kernel/arch/x86/
H A DMakefile268 PHONY += bzImage $(BOOT_TARGETS)
273 all: bzImage
277 KBUILD_IMAGE := $(boot)/bzImage
279 bzImage: vmlinux target
285 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/OK3568_Linux_fs/buildroot/board/minnowboard/
H A Dgenimage.cfg7 file bzImage {
8 image = "bzImage"
H A Dgrub.cfg5 linux /bzImage root=PARTLABEL=rootfs rootwait console=tty0 console=ttyS0,115200 net.ifnames=0
/OK3568_Linux_fs/buildroot/board/intel/galileo/
H A Dgrub.cfg6 # Set root tells grub to search the 2nd partition for the bzImage
10 …linux /boot/bzImage root=/dev/mmcblk0p2 rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0…
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dautobuilder-worker-prereq-tests62 if [ ! -e bzImage-qemux86-64.bin ]; then
63 …wnloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/bzImage-qemux86-64.bin
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Ddefault-distrovars.inc46 ARCH_DEFAULT_KERNELIMAGETYPE:x86 = "bzImage"
47 ARCH_DEFAULT_KERNELIMAGETYPE:x86-64 = "bzImage"
/OK3568_Linux_fs/kernel/arch/s390/
H A DMakefile155 all: bzImage
158 KBUILD_IMAGE := $(boot)/bzImage
163 bzImage: vmlinux target
/OK3568_Linux_fs/buildroot/boot/gummiboot/
H A Dbuildroot.conf3 linux /bzImage
/OK3568_Linux_fs/buildroot/package/systemd/boot-files/
H A Dbuildroot.conf2 linux /bzImage
/OK3568_Linux_fs/buildroot/boot/grub2/
H A Dgrub.cfg5 linux /boot/bzImage root=/dev/sda1 rootwait console=tty1
/OK3568_Linux_fs/buildroot/board/technologic/ts5500/fs-overlay/boot/syslinux/
H A Dsyslinux.cfg8 LINUX /boot/bzImage
/OK3568_Linux_fs/buildroot/board/qemu/x86_64/
H A Dreadme.txt3 …qemu-system-x86_64 -M pc -kernel output/images/bzImage -drive file=output/images/rootfs.ext2,if=vi…

123