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

14 # Set it to -DSVGA_MODE=NORMAL_VGA if you just want the EGA/VGA mode.
17 SVGA_MODE := -DSVGA_MODE=NORMAL_VGA
21 subdir- := compressed
23 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
24 setup-y += early_serial_console.o edd.o header.o main.o memory.o
25 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
26 setup-y += video-mode.o version.o
27 setup-$(CONFIG_X86_APM_BOOT) += apm.o
29 # The link order of the video-*.o modules can matter. In particular,
30 # video-vga.o *must* be listed first, followed by video-vesa.o.
31 # Hardware-specific drivers should follow in the order they should be
32 # probed, and video-bios.o should typically be last.
33 setup-y += video-vga.o
34 setup-y += video-vesa.o
35 setup-y += video-bios.o
37 targets += $(setup-y)
41 HOST_EXTRACFLAGS += -I$(srctree)/tools/include \
42 -include include/generated/autoconf.h \
43 -D__EXPORTED_HEADERS__
53 # ---------------------------------------------------------------------------
55 KBUILD_CFLAGS := $(REALMODE_CFLAGS) -D_SETUP
56 KBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
57 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
58 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
61 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
72 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
76 SETUP_OBJS = $(addprefix $(obj)/,$(setup-y))
78 sed-zoffset := -e 's/^\([0-9a-fA-F]*\) [a-zA-Z] \(startup_32\|efi.._stub_entry\|efi\(32\)\?_pe_entr…
81 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
88 AFLAGS_header.o += -I$(objtree)/$(obj)
91 LDFLAGS_setup.elf := -m elf_i386 -z noexecstack -T
95 OBJCOPYFLAGS_setup.bin := -O binary
111 sed -e 's|@OBJ@|$(obj)|g' < $< > $@
115 # genimage.sh requires bash, but it also has a bunch of other