Lines Matching +full:a +full:- +full:za +full:- +full:z
20 # callback into middle of per-cpu data enabling code. Thus the callback observed
27 # Set it to -DSVGA_MODE=NORMAL_VGA if you just want the EGA/VGA mode.
30 SVGA_MODE := -DSVGA_MODE=NORMAL_VGA
34 subdir- := compressed
36 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
37 setup-y += early_serial_console.o edd.o header.o main.o memory.o
38 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
39 setup-y += video-mode.o version.o
40 setup-$(CONFIG_X86_APM_BOOT) += apm.o
42 # The link order of the video-*.o modules can matter. In particular,
43 # video-vga.o *must* be listed first, followed by video-vesa.o.
44 # Hardware-specific drivers should follow in the order they should be
45 # probed, and video-bios.o should typically be last.
46 setup-y += video-vga.o
47 setup-y += video-vesa.o
48 setup-y += video-bios.o
50 targets += $(setup-y)
54 HOST_EXTRACFLAGS += -I$(srctree)/tools/include \
55 -include include/generated/autoconf.h \
56 -D__EXPORTED_HEADERS__
66 # ---------------------------------------------------------------------------
68 KBUILD_CFLAGS := $(REALMODE_CFLAGS) -D_SETUP
69 KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
70 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
71 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
75 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
86 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
90 SETUP_OBJS = $(addprefix $(obj)/,$(setup-y))
92 sed-zoffset := -e 's/^\([0-9a-fA-F]*\) [a-zA-Z] \(startup_32\|startup_64\|efi32_stub_entry\|efi64_s…
95 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
102 AFLAGS_header.o += -I$(objtree)/$(obj)
105 LDFLAGS_setup.elf := -m elf_i386 -z noexecstack -T
109 OBJCOPYFLAGS_setup.bin := -O binary
125 sed -e 's|@OBJ@|$(obj)|g' < $< > $@
129 # genimage.sh requires bash, but it also has a bunch of other