OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:efi64
(Results
1 - 14
of
14
) sorted by null
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
GNUmakefile
23
$(MODULE_DIR)/
efi64
.S \
45
$(OUTPUT_DIR)/
efi64
.com2
124
#
efi64
.S
125
$(OUTPUT_DIR)/
efi64
.o: $(MODULE_DIR)/
efi64
.S
126
$(ASM) -c -o $(OUTPUT_DIR)/
efi64
.o $(MODULE_DIR)/
efi64
.S
127
$(OUTPUT_DIR)/
efi64
.com: $(OUTPUT_DIR)/
efi64
.o
128
$(DLINK) --oformat binary -o $(OUTPUT_DIR)/
efi64
.com $(OUTPUT_DIR)/efi64.o -Ttext 0 -Map $(OUTPUT_DIR)/efi64.map
[
all
...]
Makefile
42
$(OUTPUT_DIR)\
efi64
.com2
157
$(OUTPUT_DIR)\
efi64
.obj:$(MODULE_DIR)\
efi64
.asm
158
"$(ASM)" /c /omf /Fo"$(OUTPUT_DIR)\
efi64
.obj" "$(MODULE_DIR)\
efi64
.asm"
160
$(OUTPUT_DIR)\
efi64
.com:$(OUTPUT_DIR)\
efi64
.obj
161
"$(ASMLINK)" /tiny $(OUTPUT_DIR)\
efi64
.obj,$(OUTPUT_DIR)\
efi64
.com,$(OUTPUT_DIR)\
efi64
.map,,,
[
all
...]
BootSector.inf
76
efi64
.asm | INTEL
77
efi64
.asm | MSFT
78
efi64
.S | GCC
FILE.LST
30
efi64
.asm
efi64.S
12
#*
efi64
.asm
[
all
...]
efi64.asm
12
;*
efi64
.asm
st16_64.S
480
# 21000 ~ 22000 -
efi64
.com
[
all
...]
st32_64.S
495
# 21000 ~ 22000 -
efi64
.com
[
all
...]
start64.S
487
# 21000 ~ 22000 -
efi64
.com
[
all
...]
st16_64.asm
475
; 21000 ~ 22000 -
efi64
.com
[
all
...]
st32_64.asm
491
; 21000 ~ 22000 -
efi64
.com
[
all
...]
start64.asm
482
; 21000 ~ 22000 -
efi64
.com
[
all
...]
/device/linaro/bootloader/edk2/DuetPkg/
PostBuild.sh
102
cat $BOOTSECTOR_BIN_DIR/Start64.com $BOOTSECTOR_BIN_DIR/
efi64
.com2 $BUILD_DIR/FV/Efildr64 > $BUILD_DIR/FV/EfildrPure
103
#bcat -o $BUILD_DIR/FV/EfildrPure $BOOTSECTOR_BIN_DIR/start64.com $BOOTSECTOR_BIN_DIR/
efi64
.com2 $BUILD_DIR/FV/Efildr64
105
cat $BOOTSECTOR_BIN_DIR/St16_64.com $BOOTSECTOR_BIN_DIR/
efi64
.com2 $BUILD_DIR/FV/Efildr64 > $BUILD_DIR/FV/Efildr16Pure
106
#bcat -o $BUILD_DIR/FV/Efildr16Pure $BOOTSECTOR_BIN_DIR/st16_64.com $BOOTSECTOR_BIN_DIR/
efi64
.com2 $BUILD_DIR/FV/Efildr64
108
cat $BOOTSECTOR_BIN_DIR/St32_64.com $BOOTSECTOR_BIN_DIR/
efi64
.com2 $BUILD_DIR/FV/Efildr64 > $BUILD_DIR/FV/Efildr20Pure
109
#bcat -o $BUILD_DIR/FV/Efildr20Pure $BOOTSECTOR_BIN_DIR/st32_64.com $BOOTSECTOR_BIN_DIR/
efi64
.com2 $BUILD_DIR/FV/Efildr64
/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
268
efi64
:
269
@mkdir -p $(OBJ)/
efi64
270
$(MAKE) -C $(OBJ)/
efi64
-f $(SRC)/Makefile SRC="$(SRC)" \
271
objdir=$(OBJ)/
efi64
OBJ=$(OBJ)/
efi64
HAVE_FIRMWARE=1 \
273
FIRMWARE=
EFI64
\
Completed in 616 milliseconds