OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:efi32
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Makefile
23
$(MODULE_DIR)\
efi32
.asm \
41
$(OUTPUT_DIR)\
efi32
.com2 \
144
$(OUTPUT_DIR)\
efi32
.obj:$(MODULE_DIR)\
efi32
.asm
145
"$(ASM)" /c /omf /Fo"$(OUTPUT_DIR)\
efi32
.obj" "$(MODULE_DIR)\
efi32
.asm"
147
$(OUTPUT_DIR)\
efi32
.com:$(OUTPUT_DIR)\
efi32
.obj
148
"$(ASMLINK)" /tiny $(OUTPUT_DIR)\
efi32
.obj,$(OUTPUT_DIR)\
efi32
.com,$(OUTPUT_DIR)\efi32.map,,,
[
all
...]
GNUmakefile
22
$(MODULE_DIR)/
efi32
.S \
41
$(OUTPUT_DIR)/
efi32
.com2 \
116
#
efi32
.S
117
$(OUTPUT_DIR)/
efi32
.o: $(MODULE_DIR)/
efi32
.S
118
$(ASM) -c -o $(OUTPUT_DIR)/
efi32
.o $(MODULE_DIR)/
efi32
.S
119
$(OUTPUT_DIR)/
efi32
.com: $(OUTPUT_DIR)/
efi32
.o
120
$(DLINK) --oformat binary -o $(OUTPUT_DIR)/
efi32
.com $(OUTPUT_DIR)/efi32.o -Ttext 0 -Map $(OUTPUT_DIR)/efi32.map
[
all
...]
BootSector.inf
60
efi32
.asm | INTEL
61
efi32
.asm | MSFT
62
efi32
.S | GCC
FILE.LST
21
efi32
.asm
efi32.S
12
#*
efi32
.asm
[
all
...]
efi32.asm
12
;*
efi32
.asm
/device/linaro/bootloader/edk2/DuetPkg/
PostBuild.sh
86
cat $BOOTSECTOR_BIN_DIR/Start.com $BOOTSECTOR_BIN_DIR/
efi32
.com2 $BUILD_DIR/FV/Efildr32 > $BUILD_DIR/FV/Efildr
90
#bcat -o $BUILD_DIR/FV/Efildr.bcat $BOOTSECTOR_BIN_DIR/start.com $BOOTSECTOR_BIN_DIR/
efi32
.com2 $BUILD_DIR/FV/Efildr32
91
cat $BOOTSECTOR_BIN_DIR/Start16.com $BOOTSECTOR_BIN_DIR/
efi32
.com2 $BUILD_DIR/FV/Efildr32 > $BUILD_DIR/FV/Efildr16
92
#bcat -o $BUILD_DIR/FV/Efildr16.bcat $BOOTSECTOR_BIN_DIR/start16.com $BOOTSECTOR_BIN_DIR/
efi32
.com2 $BUILD_DIR/FV/Efildr32
93
cat $BOOTSECTOR_BIN_DIR/Start32.com $BOOTSECTOR_BIN_DIR/
efi32
.com2 $BUILD_DIR/FV/Efildr32 > $BUILD_DIR/FV/Efildr20
94
#bcat -o $BUILD_DIR/FV/Efildr20.bcat $BOOTSECTOR_BIN_DIR/start32.com $BOOTSECTOR_BIN_DIR/
efi32
.com2 $BUILD_DIR/FV/Efildr32
/external/syslinux/
Makefile
18
all_firmware := bios
efi32
efi64
30
#
efi32
, efi64, we output all object and executable files to a
84
# The 'bios', '
efi32
' and 'efi64' are dummy targets. Their only
260
efi32
:
261
@mkdir -p $(OBJ)/
efi32
262
$(MAKE) -C $(OBJ)/
efi32
-f $(SRC)/Makefile SRC="$(SRC)" \
263
objdir=$(OBJ)/
efi32
OBJ=$(OBJ)/
efi32
HAVE_FIRMWARE=1 \
265
FIRMWARE=
EFI32
\
Completed in 501 milliseconds