HomeSort by relevance Sort by last modified time
    Searched refs:ROM (Results 1 - 25 of 26) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
comment.s 2 xdef ROM,RAM
7 ROM EQU $00000001 * word wide
comment.d 8 0+01 A ROM
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1.ld.S 38 ROM (rx): ORIGIN = BL1_RO_BASE, LENGTH = BL1_RO_LIMIT - BL1_RO_BASE
65 } >ROM
71 * The .data section gets copied from ROM to RAM at runtime.
82 } >RAM AT>ROM
  /external/syslinux/gpxe/src/util/
catrom.pl 14 or die "Usage: $0 rom-file-1 rom-file-2 ... > multi-rom-file\n";
19 open ROM, "<$romfile" or die "Could not open $romfile: $!\n";
20 my $len = read ( ROM, my $romdata, MAX_ROM_LEN )
22 close ROM;
24 die "$romfile is not a ROM file\n"
disrom.pl 24 use Option::ROM qw ( :all );
27 my $rom = new Option::ROM;
28 $rom->load ( $romfile );
30 die "Not an option ROM image\n"
31 unless $rom->{signature} == ROM_SIGNATURE;
33 my $romlength = ( $rom->{length} * 512 );
34 my $filelength = $rom->length;
35 die "ROM image truncated (is $filelength, should be $romlength)\n"
38 printf "ROM header:\n\n"
    [all...]
mergerom.pl 24 use Option::ROM qw ( :all );
39 my @roms = map { my $rom = new Option::ROM; $rom->load($_); $rom } @romfiles;
44 foreach my $rom ( @roms ) {
47 $baserom->{length} += $rom->{length};
50 merge_entry_points ( $baserom->{init}, $rom->{init}, $offset );
53 merge_entry_points ( $baserom->{bofm_header}, $rom->{bofm_header}, $offset );
57 my $rom_pci = $rom->pci_header
    [all...]
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 1 package Option::ROM;
21 Option::ROM - Option ROM manipulation
25 use Option::ROM;
27 # Load a ROM image
28 my $rom = new Option::ROM;
29 $rom->load ( "rtl8139.rom" );
32 $rom->pci_header->{device_id} = 0x1234
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 2 @REM Windows batch file to build BIOS ROM
86 :: if no rom specified by user, search in ./ for ROM files
89 for /f "tokens=*" %%i in ('dir /b *.rom') do set BIOS_Names=!BIOS_Names! %%i
91 echo NO .ROM files found !!!
173 echo Creating backup of original BIOS rom.
205 echo -- All specified ROM files Stitched. --
215 echo Usage: IFWIStitch.bat [flags] [/B BIOS.ROM] [/C Stitch_Config] [/S IFWI_Suffix]
218 echo However, this requires that the BIOS.ROM file name is formatted correctly.
220 echo /nG Do NOT update the GOP driver. (applies to all ROM files for this run)
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
PageTables64.asm 24 ; These pages are built into the ROM image in X64/PageTables.asm
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bldX64.bat 2 @REM Windows batch file to build BIOS ROM
178 del Vlv2TbltDevicePkg\RomImage\bios.rom
179 if not exist Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\ROM goto Gen8MImage
180 del /q /f Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\ROM\*
181 rd /Q Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\ROM
184 copy /b Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV\VlvX64.fd Vlv2TbltDevicePkg\RomImage\bios.rom
198 mkdir Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\ROM
199 move Vlv2TbltDevicePkg\RomImage\SPI_Image\* Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\ROM\ > NUL
208 @echo SPI Images location: Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\ROM
bld_vlv.sh 8 echo "Build BIOS rom for VLV platforms."
233 BIOS_Name="$BOARD_ID"_"$Arch"_"$BUILD_TYPE"_"$VERSION_MAJOR"_"$VERSION_MINOR".ROM
244 echo BIOS ROM Created: $BIOS_Name
Build_IFWI.bat 2 @REM Windows batch file to build BIOS ROM
131 set BIOS_Name=%BOARD_ID%_%Arch%_%BUILD_TYPE%_%VERSION_MAJOR%_%VERSION_MINOR%.ROM
141 :: IFWIStitch.bat [/nG] [/nM] [/nB] [/B BIOS.rom] [/C StitchConfig] [/S IFWISuffix]
bld_vlv.bat 2 @REM Windows batch file to build BIOS ROM
235 set BIOS_Name=%BOARD_ID%_%Arch%_%BUILD_TYPE%_%VERSION_MAJOR%_%VERSION_MINOR%.ROM
240 echo BIOS ROM Created: %BIOS_Name%
249 echo Build BIOS rom for VLV platforms.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
config.ini 270 BinaryExtList = EXE, EFI, FV, ROM, DLL, COM, BMP, GIF, PYD, CMP, BIN, JPG, UNI, RAW, COM2, LIB, DEPEX, SYS, DB
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
build.sh 129 # Build the tool used to patch the FLASH image to work with the Beagle board ROM
136 echo Patching FD to work with BeagleBoard ROM
142 # The reset vector is caught by the mask ROM in the OMAP 3530 so that is why this entry
b.bat 43 @REM The reset vector is caught by the mask ROM in the OMAP 3530 so that is why this entry
ba.bat 43 @REM The reset vector is caught by the mask ROM in the OMAP 3530 so that is why this entry
  /external/syslinux/dosutil/
eltorito.asm 5 ; El Torito Bootable CD-ROM driver which does not reset the CD-ROM drive upon
73 DriverName db 'El-Torito CD-ROM Device Driver',0
114 Greeting db 'El-Torito Bootable CD-ROM Driver for Dos v',Ver,', http://www.nu2.nu/eltorito/',CR
759 ; CD-ROM sector read
808 ; mov si,offset SpecPkt ;Locate booted CD-ROM drive
810 ; mov ax,4B01h ;Get Bootable CD-ROM Status
841 mov [DriveNumber],dl ;Booted CD-ROM found,
1035 mov ax,4B01h ;Get Bootable CD-ROM Status
1077 NoBootCD db ' No booted CD-ROM found.',CR,
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 136 ; ROM-based Global-Descriptor Table for the PEI Phase
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.S 243 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
SecEntry.asm 255 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /external/syslinux/core/
isolinux.asm 6 ; A program to boot Linux kernels off a CD-ROM using the El Torito
69 DriveNumber resb 1 ; CD-ROM BIOS drive number
155 ;; CD-ROM sector (2K) of the file, so the number one priority is actually
298 ; Are we just pretending to be a CD-ROM?
725 ; Some CD-ROM BIOSes have been found to corrupt segment registers
1068 nothing_msg: db 'Failed to locate CD-ROM device; boot failed.', CR, LF
pxelinux.asm 461 ; gPXE to the ROM PXE stack.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 30 # ROM/SPI/MEMORY Definitions
710 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 244 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase

Completed in 472 milliseconds

1 2