HomeSort by relevance Sort by last modified time
    Searched full:edd (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/syslinux/memdisk/
memdisk_chs_512.asm 2 %define EDD 0
memdisk_edd_512.asm 2 %define EDD 1
memdisk_iso_2048.asm 2 %define EDD 1
memdisk_iso_512.asm 2 %define EDD 1
eltorito.h 16 * EDD-4 El Torito structures and debugging routines
22 /* EDD-4 Bootable Optical Disc Drive Boot Volume Descriptor */
57 /* EDD-4 Bootable Optical Disc Drive Boot Catalog (fixed-size portions) */
64 /* EDD-4 CD Specification Packet */
memdisk.inc 419 ; EDD functions -- only if enabled
421 %if EDD
428 mov P_BX,0AA55h ; EDD signature
429 mov P_AX,03000h ; EDD 3.0
432 ; Bit 2 - EDD subset
492 %endif ; EDD
544 ; Set up registers as for an EDD Read, and compares against disk size.
545 %if EDD
641 %endif ; EDD
972 %if EDD
    [all...]
  /external/syslinux/efi32/include/efi/protocol/
adapterdebug.h 14 Protocol to debug the EDD 3.0 enablement of BIOS option ROMs
28 // see edd.h for more details
  /external/syslinux/efi64/include/efi/protocol/
adapterdebug.h 14 Protocol to debug the EDD 3.0 enablement of BIOS option ROMs
28 // see edd.h for more details
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
adapterdebug.h 14 Protocol to debug the EDD 3.0 enablement of BIOS option ROMs
28 // see edd.h for more details
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
BlockIoVendor.h 2 Guid for unrecognized EDD 3.0 device.
19 // Guid is to specifiy the unrecognized EDD 3.0 device.
  /external/syslinux/bios/com32/modules/
disk.c32 
  /external/syslinux/efi32/com32/modules/
disk.c32 
  /external/parameter-framework/upstream/tools/xmlGenerator/
README.md 5 Settings files. The extension of such files are usually `.edd` or `.pfw`.
7 ## EDD Syntax
11 The Extended Domain Description (EDD) has been designed to help describing
31 The EDD adds a couple of concepts over the PFW ones in order to extend the
155 Here are a few recommendations to follow when writing Settings using EDD:
177 In an EDD file, string parameters may not contain newlines. Apart from that,
189 Once a `.edd` file is ready to be tested, it is possible to generate the
212 - The "criteria file" lists all criteria and possible values used in the EDD
220 - EDD files are all the files in EDD syntax you want to add to your Settings
    [all...]
domainGenerator.py 71 help="List of files in EDD syntax (aka \".pfw\" files)",
170 # Generate the script for each EDD file
172 logging.info("Translating and injecting EDD file {}".format(filename))
185 # EDD files (aka ".pfw" files)
  /external/syslinux/diag/geodsp/
geodspms.asm 48 m_EDD0 equ 00444445h ;'EDD',0
49 m_EDD_SP equ 20444445h ;'EDD '
108 ; Do we have EBIOS (EDD)?
110 edd: label
113 mov ah,41h ; EDD existence query
121 ; We have EDD support...
geodsp1s.asm 52 m_EDD0 equ 00444445h ;'EDD',0
53 m_EDD_SP equ 20444445h ;'EDD '
118 ; Do we have EBIOS (EDD)?
120 edd: label
123 mov ah,41h ; EDD existence query
132 ; We have EDD support...
162 ; getonesec implementation for EBIOS (EDD)
  /external/syslinux/gpxe/src/arch/i386/include/
int13.h 130 /** Data buffer (EDD-3.0 only) */
200 /** EDD functions supported */
212 /** INT13 extensions version 2.0 (EDD-1.0) */
214 /** INT13 extensions version 2.1 (EDD-1.1) */
216 /** INT13 extensions version 3.0 (EDD-3.0) */
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BlockIoDxe.inf 32 Edd.h
BiosBlkIo.c 4 This file is coded to EDD 3.0 as defined by T13 D1386 Revision 4
56 // Address packet is a buffer under 1 MB for all version EDD calls
66 // Buffer of 0xFE00 bytes for EDD 1.1 transfer must be under 1 MB
646 // EDD 3.0 case.
653 // EDD 1.1 device case or it is unrecognized EDD 3.0 device
666 Build device path for EDD 3.0.
729 // Lun is miss aligned in both EDD and Device Path data structures.
766 DEBUG_BLKIO, "It is unrecognized EDD 3.0 device, Drive Number = %x, InterfaceType = %s\n",
Edd.h 2 Include file to suport EDD 3.0.
177 BOOLEAN Edd;
  /external/kernel-headers/original/uapi/linux/
edd.h 2 * linux/include/linux/edd.h
16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
182 struct edd { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
edd.h 2 * linux/include/linux/edd.h
16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
182 struct edd { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
edd.h 2 * linux/include/linux/edd.h
16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
182 struct edd { struct
  /external/syslinux/com32/gplinclude/disk/
geom.h 52 uint32_t dpte_pointer; /* EDD configuration parameters, FFFFh:FFFFh if not available */
68 * Format of EDD v3.0 Interface Path:
107 * Format of EDD v3.0 Device Path:
199 /* EDD support */
203 struct edd_device_parameters edd_params; /* EDD parameters */
308 /* Use EDD, if valid */
  /external/syslinux/com32/modules/
disk.c 49 printf(" EDD: ebios=%d, EDD version: %X\n",

Completed in 1331 milliseconds

1 2 3 4 5 6 7