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

1 2

  /external/vboot_reference/tests/futility/
test_load_fmap.sh 14 BIOS=${TMP}.bios.bin
16 cp ${IN} ${BIOS}
21 ${FUTILITY} dump_fmap -x ${BIOS} ${AREAS}
33 ${FUTILITY} load_fmap ${BIOS} ${CMDS}
36 ${FUTILITY} dump_fmap -x ${BIOS} ${AREAS}
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 2 @REM Windows batch file to build BIOS ROM
59 if not exist %~2 echo BIOS not found. & goto Usage
132 REM extract PlatformType from BIOS filename
171 REM Create a BIOS backup before Stitching
173 echo Creating backup of original BIOS rom.
184 echo BIOS Version: !BIOS_Version!
212 echo This Script is used to Stitch together BIOS, GOP Driver, Microcode Patch and TXE FW
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.
223 echo /nB Do NOT backup BIOS.ROMs. (Default will backup to BIOS.ROM.Orig)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Build_IFWI.sh 7 echo "Script to build BIOS firmware and stitch the entire IFWI."
89 ## Build BIOS
91 echo "Build_IFWI: Calling BIOS build Script..."
95 echo Finished Building BIOS.
Build_IFWI.bat 2 @REM Windows batch file to build BIOS ROM
107 :: Build BIOS
109 echo Build_IFWI: Calling BIOS build Script...
117 echo echo -- Error Building BIOS & echo.
122 echo Finished Building BIOS.
141 :: IFWIStitch.bat [/nG] [/nM] [/nB] [/B BIOS.rom] [/C StitchConfig] [/S IFWISuffix]
157 echo Script to build BIOS firmware and stitch the entire IFWI.
bld_vlv.bat 2 @REM Windows batch file to build BIOS ROM
107 echo Setting %1 platform configuration and BIOS ID...
190 :: Build BIOS
240 echo BIOS ROM Created: %BIOS_Name%
242 echo -------------------- The EDKII BIOS build has successfully completed. --------------------
249 echo Build BIOS rom for VLV platforms.
270 echo -- Error: EDKII BIOS Build has failed!
bldX64.bat 2 @REM Windows batch file to build BIOS ROM
42 @echo Setting Baley Bay platform configration and BIOS ID ...
178 del Vlv2TbltDevicePkg\RomImage\bios.rom
184 copy /b Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV\VlvX64.fd Vlv2TbltDevicePkg\RomImage\bios.rom
207 @echo BIOS location: Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV
210 @echo The EDKII BIOS build has successfully completed!
216 @echo The EDKII BIOS Build has failed!
bld_vlv.sh 8 echo "Build BIOS rom for VLV platforms."
145 echo "Setting $1 platform configuration and BIOS ID..."
194 ## Build BIOS
244 echo BIOS ROM Created: $BIOS_Name
246 echo -------------------- The EDKII BIOS build has successfully completed. --------------------
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Mbr.S 25 # Code loaded by BIOS at 0x0000:0x7C00
91 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
Gpt.asm 29 ; Code loaded by BIOS at 0x0000:0x7C00
90 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
Mbr.asm 29 ; Code loaded by BIOS at 0x0000:0x7C00
91 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
Gpt.S 29 # Code loaded by BIOS at 0x0000:0x7C00
92 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bs16.S 84 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bs32.S 98 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bootsect.asm 95 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
bs16.asm 82 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
bs32.asm 97 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
  /external/syslinux/core/
isolinux.asm 31 retry_count equ 6 ; How patient are we with the BIOS?
43 ; Memory below this point is reserved for the BIOS and the MBR
63 BIOSName resw 1 ; Display string for BIOS type
69 DriveNumber resb 1 ; CD-ROM BIOS drive number
365 ; we load it ourselves, and *bleep* the BIOS.
480 ;; There is a problem with certain versions of the AWARD BIOS ...
482 ;; int 13 vector points to the wrong code in the BIOS, every attempt to
496 ;; code above in the BIOS code we can be pretty sure to run on a machine
497 ;; with an broken AWARD BIOS ...
536 mov ax,0f000h ; ES = BIOS Se
    [all...]
  /external/vboot_reference/utility/
vbutil_what_keys 11 Given a ChromiumOS disk (or BIOS) image, try to figure out how it's signed.
16 images (using sudo), extract the BIOS from /usr/sbin/chromeos-firmwareupdate,
152 showbios "$TMPDIR/bios.bin" " "
dev_debug_vboot 42 it will attempt to read the current BIOS, extract the firmware keys, and use
52 -b FILE, --bios FILE Specify the BIOS image to use
186 TEMP=$(getopt -o hvb:i:k:cf --long help,bios:,image:,kernel:,cleanup,force \
193 -b|--bios)
287 info "Extracting BIOS components..."
304 if log flashrom -p host -r bios.rom ; then
305 log futility dump_fmap -x bios.rom
308 logdie "Can't read BIOS at all. Giving up."
  /external/syslinux/memdisk/
memdisk16.asm 237 %define A20_BIOS 2 ; A20 BIOS enable
282 ; Next, try the BIOS (INT 15h AX=2401h)
324 ; work fine without it, if the BIOS does.)
391 ; BIOS when the screen is in graphics mode. Even if it is, it points to
  /external/syslinux/dosutil/
eltorito.asm 6 ; loading, but instead accesses the drive through BIOS system calls
566 mov ah,0Eh ;BIOS video teletype output
575 mov ah,0Eh ;BIOS video teletype output
580 mov ah,0Eh ;BIOS video teletype output
745 mov ah,0Eh ;BIOS video teletype output
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 61 .equ BDE, (0x0D4) # BIOS Decode Enable register
62 .equ DECODE_ALL_REGIONS_ENABLE, (0xFF000000) # Decode all BIOS decode ranges
  /external/syslinux/diag/geodsp/
geodsp1s.asm 86 ; Kill everything else and let the BIOS sort it out later
  /external/syslinux/mk/
lib.mk 22 # Does BIOS build require -fPIE?
104 pci/cfgtype.o pci/scan.o pci/bios.o \
  /external/syslinux/
Makefile 18 all_firmware := bios efi32 efi64
29 # Because we need to build modules multiple times, e.g. for BIOS,
84 # The 'bios', 'efi32' and 'efi64' are dummy targets. Their only
147 # FIXME: Prune other BIOS-centric modules
241 # Convert 'make bios strip' to 'make strip', etc for rest of the Makefiles.
253 bios:
254 @mkdir -p $(OBJ)/bios
255 $(MAKE) -C $(OBJ)/bios -f $(SRC)/Makefile SRC="$(SRC)" \
256 objdir=$(OBJ)/bios OBJ=$(OBJ)/bios HAVE_FIRMWARE=1
    [all...]

Completed in 1101 milliseconds

1 2