HomeSort by relevance Sort by last modified time
    Searched refs:vpd (Results 1 - 20 of 20) sorted by null

  /external/syslinux/com32/modules/
vpdtest.c 32 * VPD demo program using libcom32
38 #include "vpd/vpd.h"
42 s_vpd vpd; local
44 if (vpd_decode(&vpd) == -ENOVPDTABLE) {
45 printf("No VPD Structure found\n");
48 printf("VPD present at address : 0x%s\n", vpd.base_address);
50 if (strlen(vpd.bios_build_id) > 0)
51 printf("Bios Build ID : %s\n", vpd.bios_build_id)
    [all...]
  /external/syslinux/com32/gpllib/vpd/
vpd.c 31 #include "vpd/vpd.h"
43 int vpd_decode(s_vpd * vpd)
49 memset(&vpd->base_address, 0, sizeof(vpd->base_address));
50 memset(&vpd->bios_build_id, 0, sizeof(vpd->bios_build_id));
51 memset(&vpd->box_serial_number, 0, sizeof(vpd->box_serial_number));
52 memset(&vpd->motherboard_serial_number, 0
    [all...]
  /external/syslinux/com32/hdt/
hdt-dump-vpd.c 37 add_hs(vpd.bios_build_id);
38 add_hs(vpd.bios_release_date);
39 add_hs(vpd.bios_version);
40 add_hs(vpd.default_flash_filename);
41 add_hs(vpd.box_serial_number);
42 add_hs(vpd.motherboard_serial_number);
43 add_hs(vpd.machine_type_model);
46 to_cpio("vpd");
hdt-cli-vpd.c 30 #include <vpd/vpd.h>
41 more_printf("No VPD structure detected.\n");
45 more_printf("VPD present at address : %s\n", hardware->vpd.base_address);
46 if (strlen(hardware->vpd.bios_build_id) > 0)
48 hardware->vpd.bios_build_id);
49 if (strlen(hardware->vpd.bios_release_date) > 0)
51 hardware->vpd.bios_release_date);
52 if (strlen(hardware->vpd.bios_version) > 0
    [all...]
hdt-menu-vpd.c 32 * compute_vpd - generate vpd menu
39 menu->menu = add_menu(" VPD ", -1);
44 hardware->vpd.base_address);
50 if (strlen(hardware->vpd.bios_build_id) > 0) {
52 hardware->vpd.bios_build_id);
54 hardware->vpd.bios_build_id);
59 if (strlen(hardware->vpd.bios_release_date) > 0) {
61 hardware->vpd.bios_release_date);
63 hardware->vpd.bios_release_date);
68 if (strlen(hardware->vpd.bios_version) > 0)
    [all...]
hdt-common.h 52 #include <vpd/vpd.h>
183 s_vpd vpd; /* VPD information */ member in struct:s_hardware
209 bool vpd_detection; /* Does the vpd stuff has already been detected? */
hdt-common.c 225 memset(&hardware->vpd, 0, sizeof(s_vpd));
289 * vpd_detection - populate the VPD structure
291 * VPD is a structure available on IBM machines.
303 if (vpd_decode(&hardware->vpd) == -ENOVPDTABLE) {
777 more_printf("VPD: Detecting\n");
  /external/syslinux/com32/gplinclude/vpd/
vpd.h 32 int vpd_decode(s_vpd * vpd);
  /device/google/dragon/
init_regions.sh 5 REGION_VPD_FILE=/sys/firmware/vpd/ro/region
  /external/autotest/client/site_tests/login_OobeLocalization/
login_OobeLocalization.py 21 # dump_vpd_log reads the VPD cache in lieu of running `vpd -l`.
22 _VPD_FILENAME = '/var/cache/vpd/full-v2.txt'
130 """Changes VPD cache on disk.
131 @param vpd_settings: Dictionary of VPD key-value pairs.
135 vpd = {}
137 # Read the existing VPD info.
141 vpd[key] = value
143 vpd.update(vpd_settings);
147 for key in vpd
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VpdInfoFile.py 3 # This package manage the VPD PCD information file which will be generated
5 # The VPD PCD information file will be input for third-party BPDG tool which
31 # This file lists all VPD informations for a platform collected by build.exe.
74 ## Dictionary for VPD in following format
81 ## Add a VPD PCD collected from platform's autogen when building.
83 # @param vpds The list of VPD PCD collected for a platform.
86 # @param offset integer value for VPD's offset in specific SKU.
88 def Add(self, Vpd, Offset):
89 if (Vpd == None):
90 EdkLogger.error("VpdInfoFile", BuildToolError.ATTRIBUTE_UNKNOWN_ERROR, "Invalid VPD PCD entry.")
    [all...]
  /external/syslinux/com32/gpllib/
Makefile 10 GPLDIRS := $(SRC) $(addprefix $(SRC)/,disk dmi vpd acpi zzjson)
  /external/vboot_reference/scripts/image_signing/
tofactory.sh 9 # * H2O BIOS, with RO VPD area copied from the current BIOS
92 # Copy the VPD info from RAM, since we can't extract it as text
95 mosys vpd print all > "$FLAGS_backup_dir/$FLAGS_asset_tag.vpd.txt" ||
96 echo "WARNING: unable to save VPD as text."
147 # Find the RO VPD area in the current firmware
148 local t="$(mosys -k eeprom map "$OLD_BIOS" | grep 'RO VPD')"
151 debug_msg "Found VPD at offset $vpd_offset size $vpd_size"
155 debug_msg "In decimal, VPD is at offset $vpd_offset size $vpd_size"
157 # Copy the RO VPD from the old firmware to the new firmwar
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 93 struct nv30_vertprog_data *vpd; local
104 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts);
105 vpd = &vp->consts[idx];
107 vpd->index = pipe;
108 vpd->value[0] = x;
109 vpd->value[1] = y;
110 vpd->value[2] = z;
111 vpd->value[3] = w;
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
rtl8139.c 256 * marked as VPD in the rtl8139 datasheets, so we use it only if we
257 * detect that the card is not supporting VPD.
272 int vpd; local
291 vpd = ( inw ( rtl->ioaddr + Config1 ) & VPDEnable );
292 if ( vpd ) {
293 DBGC ( rtl, "rtl8139 %p EEPROM in use for VPD; cannot use "
  /external/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 4095 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
4105 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_phy.c     [all...]
  /external/v8/src/ia32/
assembler-ia32.h     [all...]
assembler-ia32.cc 2797 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
    [all...]

Completed in 1236 milliseconds