Lines Matching +full:a +full:- +full:za +full:- +full:z

19 # callback into middle of per-cpu data enabling code. Thus the callback observed
26 # Set it to -DSVGA_MODE=NORMAL_VGA if you just want the EGA/VGA mode.
29 SVGA_MODE := -DSVGA_MODE=NORMAL_VGA
33 subdir- := compressed
35 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
36 setup-y += early_serial_console.o edd.o header.o main.o memory.o
37 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
38 setup-y += video-mode.o version.o
39 setup-$(CONFIG_X86_APM_BOOT) += apm.o
41 # The link order of the video-*.o modules can matter. In particular,
42 # video-vga.o *must* be listed first, followed by video-vesa.o.
43 # Hardware-specific drivers should follow in the order they should be
44 # probed, and video-bios.o should typically be last.
45 setup-y += video-vga.o
46 setup-y += video-vesa.o
47 setup-y += video-bios.o
49 targets += $(setup-y)
53 HOST_EXTRACFLAGS += -I$(srctree)/tools/include \
54 -include include/generated/autoconf.h \
55 -D__EXPORTED_HEADERS__
67 # ---------------------------------------------------------------------------
69 KBUILD_CFLAGS := $(REALMODE_CFLAGS) -D_SETUP
70 KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
71 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
72 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
76 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
87 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
91 SETUP_OBJS = $(addprefix $(obj)/,$(setup-y))
93 sed-zoffset := -e 's/^\([0-9a-fA-F]*\) [a-zA-Z] \(startup_32\|startup_64\|efi32_stub_entry\|efi64_s…
96 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
103 AFLAGS_header.o += -I$(objtree)/$(obj)
106 LDFLAGS_setup.elf := -m elf_i386 -T
110 OBJCOPYFLAGS_setup.bin := -O binary
127 sed -e 's|@OBJ@|$(obj)|g' < $< > $@
153 if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi
154 …if [ -f $(INSTALL_PATH)/System.map ]; then mv $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.ol…
157 if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi