/device/linaro/bootloader/edk2/DuetPkg/ |
D | ReadMe.txt | 7 To build DUET image, Visual Studio is required: 33 …3). run "CreateBootDisk.bat floppy a: FAT12 IA32" if floppy drive is a: disk and Arch to boot is I… 35 … run "CreateBootDisk.bat floppy a: FAT12 X64" if floppy drive is a: disk and Arch to boot is X64. 39 …"CreateBootDisk.bat usb e: FAT16 IA32" if usb drive is e: and FAT format is FAT16 and Arch to boot… 40 … "CreateBootDisk.bat usb e: FAT16 X64" if usb drive is e: and FAT format is FAT16 and Arch to boot… 41 …"CreateBootDisk.bat usb e: FAT32 IA32" if usb drive is e: and FAT format is FAT32 and Arch to boot… 42 … "CreateBootDisk.bat usb e: FAT32 X64" if usb drive is e: and FAT format is FAT32 and Arch to boot… 44 …eBootDisk.bat usb e: FAT16 IA32 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot… 45 …teBootDisk.bat usb e: FAT16 X64 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot… 46 …eBootDisk.bat usb e: FAT32 IA32 step2" if usb drive is e: and FAT format is FAT32 and Arch to boot… [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pdb.doc | 9 The debugger's prompt is '(Pdb) '. This will stop in the first 33 point ('!'). This is a powerful way to inspect the program being 34 debugged; it is even possible to change variables. When an exception 35 occurs in such a statement, the exception name is printed but the 36 debugger's state is not changed. 43 pair ';;'. No intelligence is applied to separating the commands; the 44 input is split at the first ';;', even if it is in the middle of a 48 directory, it is read in and executed as if it had been typed at the 49 debugger prompt. This is particularly useful for aliases. If both 50 files exist, the one in the home directory is read first and aliases [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/ |
D | PcdPeim.uni | 7 // It is EDKII implementation which support Dynamic/DynamicEx Pcds. 9 // It is defined by PI specification 1.2, Vol 3 which only support dynamicEx 11 // For dynamicEx type PCD, it is compatible between PCD_PPI and EFI_PEI_PCD_PPI. 14 // PCD database is generated as the separate binary image at build time. The binary image 25 // database is generated by build tools according to dynamic PCD usage for 29 // Dynamic type PCD is used for the configuration/setting which value is determined 31 // PatchablePcd) is fixed in final generated FD image in build time. 34 // a) The PCD setting value is produced by someone driver and consumed by 36 // b) The PCD setting value is set/get by user from FrontPage. 37 // c) The PCD setting value is produced by platform OEM vendor in specified area. [all …]
|
D | Pcd.inf | 7 # It is EDKII implementation which support Dynamic/DynamicEx Pcds. 9 # It is defined by PI specification 1.2, Vol 3 which only support dynamicEx 11 # For dynamicEx type PCD, it is compatible between PCD_PPI and EFI_PEI_PCD_PPI. 14 # PCD database is generated as the separate binary image at build time. The binary image 25 # database is generated by build tools according to dynamic PCD usage for 29 # Dynamic type PCD is used for the configuration/setting which value is determined 31 # PatchablePcd) is fixed in final generated FD image in build time. 34 # a) The PCD setting value is produced by someone driver and consumed by 36 # b) The PCD setting value is set/get by user from FrontPage. 37 # c) The PCD setting value is produced by platform OEM vendor in specified area. [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/ |
D | PcdDxe.uni | 7 // It is EDKII implementation which support Dynamic/DynamicEx type Pcds. 9 // It is defined by PI specification 1.2, Vol 3 which only support dynamicEx 12 // For dynamicEx type PCD, it is compatible between PCD_PROTOCOL and EFI_PCD_PROTOCOL. 15 // PCD database is generated as the separate binary image at build time. The binary image 26 // database is generated by build tools according to dynamic PCD usage for 30 // Dynamic type PCD is used for the configuration/setting which value is determined 32 // PatchablePcd) is fixed in final generated FD image in build time. 35 // a) The PCD setting value is produced by someone driver and consumed by 37 // b) The PCD setting value is set/get by user from FrontPage. 38 // c) The PCD setting value is produced by platform OEM vendor in specified area. [all …]
|
D | Pcd.inf | 7 # It is EDKII implementation which support Dynamic/DynamicEx type Pcds. 9 # It is defined by PI specification 1.2, Vol 3 which only support dynamicEx 12 # For dynamicEx type PCD, it is compatible between PCD_PROTOCOL and EFI_PCD_PROTOCOL. 15 # PCD database is generated as the separate binary image at build time. The binary image 26 # database is generated by build tools according to dynamic PCD usage for 30 # Dynamic type PCD is used for the configuration/setting which value is determined 32 # PatchablePcd) is fixed in final generated FD image in build time. 35 # a) The PCD setting value is produced by someone driver and consumed by 37 # b) The PCD setting value is set/get by user from FrontPage. 38 # c) The PCD setting value is produced by platform OEM vendor in specified area. [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
D | meta-vladimir.txt | 13 the meta-class concept is likely to be difficult to digest by others. 20 This is pure Python of today. Sorry about the tutorial, but it is 21 meant to illustrate the second part, which is the one we're 23 Besides, newbies are likely to understand that the discussion is 28 A class is meant to define the common properties of a set of objects. 29 A class is a "package" of properties. The assembly of properties 30 in a class package is sometimes called a class structure (which isn't 39 So far, we defined the structure of the class A. The class A is 40 of type <class>. We can check this by asking Python: "what is A?" 42 >>> A # What is A? [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/ |
D | README | 1 This is versioncheck 1.0, a first stab at automatic checking of versions of 4 The basic idea is that each package contains a _checkversion.py 19 of URLs. Each of these will be checked in order until one is available, 20 this is handy for distributions that live in multiple places. Put the 22 The script is executed with execfile(), not imported, and the current 23 directory is the checkversion directory, so be careful with globals, 27 plaintext. The only header field checked currently is 28 'Current-Version:', which should contain te current version and is 30 The rest of the file is human-readable text and presented to the user if 31 there is a version mismatch. It should contain at the very least a URL [all …]
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | ReleaseNotes.txt | 5 When the DHCP lease expires it is possible for a duplicate IP address to exist on 11 understand how the system is connected to the network! 14 the proper network configuration - A template set of files is in StdLib\Efi\etc. Note 17 * Since DHCP is not running when the sockets application is running, the last negotiated 18 packet is no longer available. As a result, any of the options that DHCP did negotiate 24 * TCPv4 transfer rate is slow (< 10 Mbits/sec) - This is an unidentified issue. 26 * Tcp4Dxe transmits more urgent data than is sent through sockets when normal data is 30 payload by using the IP option IP_HDRINCL. This is because the UEFI IPv4 driver 33 * Only version 4 of the UEFI network stack is supported
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | algorithm.txt | 3 The deflation algorithm used by gzip (also zip and zlib) is a variation of 5 the input data. The second occurrence of a string is replaced by a 9 32K bytes, it is emitted as a sequence of literal bytes. (In this 11 and is not restricted to printable characters.) 17 available memory). A block is terminated when deflate() determines that 18 it would be useful to start another block with fresh trees. (This is 22 length 3 are inserted in the hash table. A hash index is computed for 23 the next 3 bytes. If the hash chain for this index is not empty, all 25 the longest match is selected. 35 possible match but generally finds a match which is long enough. [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | algorithm.txt | 3 The deflation algorithm used by gzip (also zip and zlib) is a variation of 5 the input data. The second occurrence of a string is replaced by a 9 32K bytes, it is emitted as a sequence of literal bytes. (In this 11 and is not restricted to printable characters.) 17 available memory). A block is terminated when deflate() determines that 18 it would be useful to start another block with fresh trees. (This is 22 length 3 are inserted in the hash table. A hash index is computed for 23 the next 3 bytes. If the hash chain for this index is not empty, all 25 the longest match is selected. 35 possible match but generally finds a match which is long enough. [all …]
|
/device/google/sunfish/json-c/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 7 # The format is: 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 30 # If a relative path is entered, it will be relative to the location 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 45 # documentation generated by doxygen is written. Doxygen will use this 47 # The default language is English, other supported languages are: [all …]
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 7 # The format is: 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 30 # If a relative path is entered, it will be relative to the location 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 45 # documentation generated by doxygen is written. Doxygen will use this 47 # The default language is English, other supported languages are: [all …]
|
/device/google/bonito/json-c/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 7 # The format is: 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 30 # If a relative path is entered, it will be relative to the location 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 45 # documentation generated by doxygen is written. Doxygen will use this 47 # The default language is English, other supported languages are: [all …]
|
/device/google/coral/json-c/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 7 # The format is: 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 30 # If a relative path is entered, it will be relative to the location 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 45 # documentation generated by doxygen is written. Doxygen will use this 47 # The default language is English, other supported languages are: [all …]
|
/device/google/redbull/json-c/ |
D | Doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored 7 # The format is: 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 24 # if some version control system is used. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 30 # If a relative path is entered, it will be relative to the location 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 45 # documentation generated by doxygen is written. Doxygen will use this 47 # The default language is English, other supported languages are: [all …]
|
/device/google/coral/ |
D | utils.mk | 86 define is-board-platform 92 define is-not-board-platform 98 define is-board-platform-in-list 104 define is-vendor-board-platform 117 define is-chipset-in-board-platform 131 define is-chipset-prefix-in-board-platform 161 define is-platform-sdk-version-at-least 172 define is-android-codename 183 define is-android-codename-in-list
|
/device/google/sunfish/ |
D | utils.mk | 86 define is-board-platform 92 define is-not-board-platform 98 define is-board-platform-in-list 104 define is-vendor-board-platform 117 define is-chipset-in-board-platform 131 define is-chipset-prefix-in-board-platform 161 define is-platform-sdk-version-at-least 172 define is-android-codename 183 define is-android-codename-in-list
|
/device/google/bonito/ |
D | utils.mk | 84 define is-board-platform 90 define is-not-board-platform 96 define is-board-platform-in-list 102 define is-vendor-board-platform 115 define is-chipset-in-board-platform 129 define is-chipset-prefix-in-board-platform 159 define is-platform-sdk-version-at-least 170 define is-android-codename 181 define is-android-codename-in-list
|
/device/google/crosshatch/ |
D | utils.mk | 84 define is-board-platform 90 define is-not-board-platform 96 define is-board-platform-in-list 102 define is-vendor-board-platform 115 define is-chipset-in-board-platform 129 define is-chipset-prefix-in-board-platform 159 define is-platform-sdk-version-at-least 170 define is-android-codename 181 define is-android-codename-in-list
|
/device/google/redbull/ |
D | utils.mk | 86 define is-board-platform 92 define is-not-board-platform 98 define is-board-platform-in-list 104 define is-vendor-board-platform 117 define is-chipset-in-board-platform 131 define is-chipset-prefix-in-board-platform 161 define is-platform-sdk-version-at-least 172 define is-android-codename 183 define is-android-codename-in-list
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | IgdOMOBF.ASL | 33 // handler infrastructure. Details on when/why to call each method is 46 ;* Description: Check if the graphics driver is ready to process 49 ;* Usage: This method is to be called prior to performing any 67 // Sleep for ASLP milliseconds if the driver is not ready. 72 // If DRDY is clear, the driver is not ready. If the return value is 86 ;* Usage: This method is called before every "notify" command. A 105 // Sleep for ASLP milliseconds if the status is not "success, 123 ;* Usage: This method is to be called when a graphics device 124 ;* notification is required (display switch hotkey, etc). 143 // If any of these cases is not met, skip this event and return failure. [all …]
|
D | HOST_BUS.ASL | 143 ResourceProducer, // bit 0 of general flags is 1 144 MinFixed, // Range is fixed 145 MaxFixed, // Range is fixed 158 ResourceProducer, // bit 0 of general flags is 0 159 MinFixed, // Range is fixed 160 MaxFixed, // Range is fixed 171 ResourceProducer, // bit 0 of general flags is 0 172 MinFixed, // Range is fixed 173 MaxFixed, // Range is fixed 184 ResourceProducer, // bit 0 of general flags is 0 [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/ |
D | I2cDriver.txt | 3 **MvI2cDxe** is a driver supporting I2C controller on Marvell SOCs boards. 4 It is connected through protocols to generic UEFI I2C stack, which exposes 17 This is the most important protocol produced by MvI2cDxe. Following functions 32 synchronization is not provided. Instead, members of EFI_I2C_IO_PROTOCOL 37 The only function exposed via this protocol is MvI2cEnableConf. It is 43 Provides Enumerate function, which is used by I2cBus code as an iterator over 62 structure is created and filled properly, it is returned to I2cBus. It is
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/ |
D | README.txt | 15 The purpose of the FdtPlatformDxe UEFI driver is to install the Flat Device 16 Tree (FDT) of the platform the UEFI frimware is running on into the UEFI 17 Configuration Table. The FDT is identified within the UEFI Configuration 23 The installation is done after each boot at the end of the DXE phase, 24 just before the BDS phase. It is done at the end of the DXE phase to be sure 26 be needed to retrieve the FDT can be made available. It is done before the BDS 36 The "PcdFdtDevicePaths" PCD is a dynamic PCD that can be modified during the 37 DXE phase. This allows for exemple to select the right FDT when a binary is 42 device paths is stopped. 45 PcdOverridePlatformFdt" is equal to TRUE, then before to try to install the [all …]
|