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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/arch/i386/include/
pnpbios.h 6 * PnP BIOS
12 /* BIOS segment address */
bios_disks.h 18 * The location of a BIOS disk
26 * A physical BIOS disk device
36 * A BIOS disk driver, with a valid device ID range and naming
47 * Define a BIOS disk driver
basemem.h 14 #include <bios.h>
17 * Read the BIOS free base memory counter
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
bios_nap.h 6 * BIOS CPU sleeping
bios_smbios.h 6 * Standard PC-BIOS SMBIOS interface
bios_timer.h 6 * BIOS timer
27 /* BIOS timer is not high-resolution enough for udelay(), so
40 /* BIOS timer ticks over at 18.2 ticks per second */
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
BiosIdLib.h 30 BIOS ID library definitions.
32 This library provides functions to get BIOS ID, VERSION, DATE and TIME
40 // BIOS ID string format:
74 // A signature precedes the BIOS ID string in the FV to enable search by external tools.
84 This function returns BIOS ID by searching HOB or FV.
86 @param[in] BiosIdImage The BIOS ID got from HOB or FV
88 @retval EFI_SUCCESS All parameters were valid and BIOS ID has been got.
100 BIOS ID.
102 @param[in] BiosVersion The Bios Version out of the conversion.
103 @param[in] BiosReleaseDate The Bios Release Date out of the conversion.
    [all...]
  /external/syslinux/bios/com32/modules/
vpdtest.c32 
  /external/syslinux/efi32/com32/modules/
vpdtest.c32 
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
SpiFlashDevice.c 43 0x400000 - FLASH_SIZE, // BIOS Start Offset
44 FLASH_SIZE // BIOS image size in flash
67 0x400000 - FLASH_SIZE, // BIOS Start Offset
68 FLASH_SIZE // BIOS image size in flash
91 0x400000 - FLASH_SIZE, // BIOS Start Offset
92 FLASH_SIZE // BIOS image size in flash
115 0x400000 - FLASH_SIZE, // BIOS Start Offset
116 FLASH_SIZE // BIOS image size in flash
140 0, // BIOS Start Offset
141 FLASH_SIZE // BIOS image size in flash
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideoDxe.uni 2 // Video driver based on legacy bios.
4 // This driver by using Legacy Bios protocol service to support csm Video
21 #string STR_MODULE_ABSTRACT #language en-US "Video driver based on legacy bios"
23 #string STR_MODULE_DESCRIPTION #language en-US "This driver uses the Legacy Bios protocol service to utilize the CSM Video Support and produce the Graphics Output Protocol."
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBiosDxe.uni 2 // Legacy Bios Module to support CSM.
4 // This driver installs Legacy Bios Protocol to support CSM module work in EFI system.
20 #string STR_MODULE_ABSTRACT #language en-US "Legacy Bios Module to support CSM"
22 #string STR_MODULE_DESCRIPTION #language en-US "This driver installs Legacy Bios Protocol to support CSM module work in a EFI system."
  /external/syslinux/core/
init.c 5 #include <bios.h>
  /external/syslinux/diag/
README 3 geodsp/ Display geometry/LBA translation as the BIOS detects it.
  /external/syslinux/gpxe/src/config/
ioapi.h 14 //#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
pnpbios.c 29 * PnP BIOS
33 /** PnP BIOS structure */
50 /** Signature for a PnP BIOS structure */
55 * Test address for PnP BIOS structure
57 * @v offset Offset within BIOS segment to test
83 DBG ( "Found PnP BIOS at %04x:%04x\n", BIOS_SEG, offset );
89 * Locate Plug-and-Play BIOS
91 * @ret pnp_offset Offset of PnP BIOS structure within BIOS segment
93 * The PnP BIOS structure will be at BIOS_SEG:pnp_offset. If no Pn
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BlockIoDxe.uni 2 // BIOS Block IO module.
4 // This is the UEFI driver to thunk legacy BIOS int13 interface into UEFI block IO interface.
5 // Once connected it installs EfiBlockIoProtocol on top of legacy BIOS int13.
21 #string STR_MODULE_ABSTRACT #language en-US "BIOS Block IO module"
23 #string STR_MODULE_DESCRIPTION #language en-US "This is the UEFI driver to thunk legacy BIOS int13 interface into the UEFI block IO interface. Once connected, it installs EfiBlockIoProtocol on top of legacy BIOS int13."
BiosInt13.c 2 Routines that use BIOS to support INT 13 devices.
55 BIOS_LEGACY_DRIVE *Bios;
60 Bios = &Dev->Bios;
62 if (Int13GetDeviceParameters (Dev, Bios) != 0) {
63 if (Int13Extensions (Dev, Bios) != 0) {
64 BlockMedia->LastBlock = (EFI_LBA) Bios->Parameters.PhysicalSectors - 1;
65 BlockMedia->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
67 if ((Bios->Parameters.Flags & EDD_DEVICE_REMOVABLE) == EDD_DEVICE_REMOVABLE) {
76 BlockMedia->LastBlock = (Bios->MaxHead + 1) * Bios->MaxSector * (Bios->MaxCylinder + 1) - 1;
    [all...]
  /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/IntelFrameworkModulePkg/Include/Guid/
LegacyBios.h 2 Defines a Tag GUID used to mark a UEFI legacy BIOS thunk driver based
3 on legacy BIOS services and legacy option ROM. This Tag GUID must be installed on
5 the Int86() or FarCall() services of the Legacy Bios Protocol to produce
25 /// The Global ID for the Legacy BIOS GUID that must be installed onto the ImageHandle
27 /// services of the Legacy BIOS Protocol to produce a standard UEFI I/O Protocol.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.c 18 EFI Legacy BIOS Protocol
30 EFI_GUID_STRING(&gEfiLegacyBiosProtocolGuid, "Legacy BIOS Protocol", "Legacy BIOS Protocol");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
LegacyBiosPlatform.c 19 EFI Legacy BIOS Platform Protocol
31 EFI_GUID_STRING(&gEfiLegacyBiosPlatformProtocolGuid, "Legacy BIOS Platform Protocol", "Legacy BIOS Platform Protocol");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/
LegacyBiosThunk.c 18 Legacy BIOS Thunk Protocol
30 EFI_GUID_STRING(&gEfiLegacyBiosThunkProtocolGuid, "Legacy BIOS Thunk Protocol", "Legacy BIOS Thunk Protocol");
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscBiosVendor.uni 19 #string STR_MISC_BIOS_VENDOR #language en-US "Bios Vendor"
20 #string STR_MISC_BIOS_VERSION #language en-US "Bios Version"
21 #string STR_MISC_BIOS_RELEASE_DATE #language en-US "Bios Release Date"
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.uni 2 // Executes TPM 2.0 requests from OS or BIOS
4 // This library will check and execute TPM 2.0 request from OS or BIOS. The request may
23 #string STR_MODULE_ABSTRACT #language en-US "Executes TPM 2.0 requests from OS or BIOS"
25 #string STR_MODULE_DESCRIPTION #language en-US "This library will check and execute TPM 2.0 request from OS or BIOS. The request may ask for user confirmation before execution.\n"

Completed in 1232 milliseconds

1 2 3 4 5 6 7 8 91011>>