Searched refs:firmware (Results 1 - 25 of 57) sorted by relevance

123

/external/syslinux/com32/elflink/ldlinux/
H A Dadvwrite.c36 #include <syslinux/firmware.h>
40 return firmware->adv_ops->write();
H A Dadv.c35 #include <syslinux/firmware.h>
41 firmware->adv_ops->init();
/external/syslinux/core/
H A Dcleanup.c16 #include <syslinux/firmware.h>
32 firmware->cleanup();
H A Dinit.c7 #include <syslinux/firmware.h>
11 firmware->init();
H A Dfont.c22 #include <syslinux/firmware.h>
180 if (firmware->adjust_screen)
181 firmware->adjust_screen();
/external/vboot_reference/
H A DAndroid.mk20 $(LOCAL_PATH)/firmware/include \
21 $(LOCAL_PATH)/firmware/lib/include \
22 $(LOCAL_PATH)/firmware/lib/cgptlib/include \
23 $(LOCAL_PATH)/firmware/lib/cryptolib/include \
24 $(LOCAL_PATH)/firmware/lib/tpm_lite/include \
25 $(LOCAL_PATH)/firmware/2lib/include \
31 firmware/lib/crc8.c \
32 firmware/lib/utility.c \
33 firmware/lib/vboot_api_init.c \
34 firmware/li
[all...]
H A DMakefile101 # for a firmware target (such as u-boot or depthcharge). It must map
111 # Provide default CC and CFLAGS for firmware builds; if you have any -D flags,
180 # Creates position independent code for non firmware target.
262 # Firmware library, used by the other firmware components (depthcharge,
267 # Smaller firmware library common to all vboot 2.x, used only for
272 # Vboot 2.0 (deprecated - see firmware/README)
274 # Vboot 2.1 (not yet ready - see firmware/README)
279 firmware/lib/crc8.c \
280 firmware/lib/utility.c \
281 firmware/li
[all...]
/external/syslinux/com32/lib/syslinux/
H A Dserial.c35 #include <syslinux/firmware.h>
45 firmware->get_serial_console_info(&iobase, &divisor, &flowctl);
/external/vboot_reference/scripts/keygeneration/
H A Dincrement_firmware_data_key.sh6 # Script to increment firmware version key for firmware updates.
7 # Used when revving versions for a firmware update.
19 Increments the firmware version in the specified keyset.
34 Generating new firmware version key.
36 New Firmware key version (due to firmware key change): ${new_firmkey_ver}.
39 make_keyblock firmware ${FIRMWARE_KEYBLOCK_MODE} firmware_data_key root_key
H A Dcreate_new_keys.sh17 --devkeyblock Also generate developer firmware keyblock and data key
46 echo "Will also generate developer firmware keyblock and data key."
81 printf '%s_version=1\n' {firmware,kernel}{_key,} > "${VERSION_FILE}"
110 # Create the firmware keyblock for use only in Normal mode. This is redundant,
112 make_keyblock firmware ${FIRMWARE_KEYBLOCK_MODE} firmware_data_key root_key
117 # Create the dev firmware keyblock for use only in Developer mode.
132 # firmware, which is built separately (and some of which can't be changed after
/external/linux-kselftest/tools/testing/selftests/firmware/
H A Dfw_userhelper.sh3 # to load firmware it can't find on disk itself. We must request a firmware
12 # CONFIG_FW_LOADER_USER_HELPER has a sysfs class under /sys/class/firmware/
15 HAS_FW_LOADER_USER_HELPER=$(if [ -d /sys/class/firmware/ ]; then echo yes; else echo no; fi)
18 OLD_TIMEOUT=$(cat /sys/class/firmware/timeout)
25 FW="$FWPATH/test-firmware.bin"
29 echo "$OLD_TIMEOUT" >/sys/class/firmware/timeout
48 echo "$0: firmware interface never appeared" >&2
63 # This is an unlikely real-world firmware content. :)
68 echo 1 >/sys/class/firmware/timeou
[all...]
H A Dfw_filesystem.sh2 # This validates that the kernel will load firmware out of its list of
3 # firmware locations on disk. Since the user helper does similar work,
12 # CONFIG_FW_LOADER_USER_HELPER has a sysfs class under /sys/class/firmware/
15 HAS_FW_LOADER_USER_HELPER=$(if [ -d /sys/class/firmware/ ]; then echo yes; else echo no; fi)
18 OLD_TIMEOUT=$(cat /sys/class/firmware/timeout)
24 FW="$FWPATH/test-firmware.bin"
29 echo "$OLD_TIMEOUT" >/sys/class/firmware/timeout
40 echo 1 >/sys/class/firmware/timeout
46 # This is an unlikely real-world firmware content. :)
61 # Request a firmware tha
[all...]
/external/syslinux/com32/lib/sys/
H A Dansicon_write.c44 #include <syslinux/firmware.h>
86 firmware->o_ops->text_mode();
89 firmware->o_ops->get_mode(&ti.cols, &ti.rows);
93 firmware->o_ops->get_cursor(&ti.ts->xy.x, &ti.ts->xy.y);
146 if (firmware->o_ops->erase)
147 firmware->o_ops->erase(x0, y0, x1, y1, attribute);
153 firmware->o_ops->showcursor(st);
158 firmware->o_ops->set_cursor(x, y, visible);
167 firmware->o_ops->write_char(ch, attribute);
178 firmware
[all...]
/external/autotest/client/site_tests/kernel_FirmwareRequest/src/
H A Dfw_filesystem.sh2 # This validates that the kernel will load firmware out of its list of
3 # firmware locations on disk. Since the user helper does similar work,
12 # CONFIG_FW_LOADER_USER_HELPER has a sysfs class under /sys/class/firmware/
15 HAS_FW_LOADER_USER_HELPER=$(if [ -d /sys/class/firmware/ ]; then echo yes; else echo no; fi)
18 OLD_TIMEOUT=$(cat /sys/class/firmware/timeout)
24 FW="$FWPATH/test-firmware.bin"
29 echo "$OLD_TIMEOUT" >/sys/class/firmware/timeout
40 echo 1 >/sys/class/firmware/timeout
46 # This is an unlikely real-world firmware content. :)
61 # Request a firmware tha
[all...]
/external/syslinux/efi/
H A Dadv.h6 #include <syslinux/firmware.h>
/external/syslinux/gpxe/src/include/
H A Dsys_info.h4 /* Information collected from firmware/bootloader */
12 char *firmware; /* "PCBIOS", "LinuxBIOS", etc. */ member in struct:sys_info
/external/syslinux/core/fs/
H A Ddiskio.c12 #include <syslinux/firmware.h>
28 dev.disk = firmware->disk_init(args);
/external/syslinux/com32/include/syslinux/
H A Dfirmware.h52 struct firmware { struct
67 extern struct firmware *firmware;
/external/vboot_reference/tests/futility/
H A Dtest_show_vs_verify.sh20 ${FUTILITY} show ${DEVKEYS}/firmware.keyblock
22 if ${FUTILITY} verify ${DEVKEYS}/firmware.keyblock ; then false; fi
24 ${FUTILITY} verify ${DEVKEYS}/firmware.keyblock \
28 #### firmware vblock
H A Dtest_sign_fw_main.sh14 # create a firmware blob
19 --keyblock ${KEYDIR}/firmware.keyblock \
34 --keyblock ${KEYDIR}/firmware.keyblock \
/external/vboot_reference/scripts/image_signing/
H A Dsign_firmware.sh6 # Wrapper script for re-signing a firmware image.
22 Signs <input_firmware> with keys in <key_dir>, setting firmware version
23 to <firmware_version>. Outputs signed firmware to <output_firmware>.
24 If no firmware version is specified, it is set as 1.
36 # firmware. Note: This needs to happen after calling resign_firmwarefd.sh
37 # since it needs to be able to verify the firmware using the root key to
47 # Sign a single firmware image.
53 # Resign the firmware with new keys.
58 "${key_dir}/firmware${loem_key}.keyblock" \
/external/vboot_reference/tests/
H A Dgen_fuzz_test_cases.sh27 # Firmware key block - RSA8192/SHA512 root key, RSA4096/SHA512 firmware
30 --pack ${TESTCASE_DIR}/firmware.keyblock \
42 echo "Generating signed firmware test image..."
44 --vblock ${TESTCASE_DIR}/firmware.vblock \
45 --keyblock ${TESTCASE_DIR}/firmware.keyblock\
68 # Generate a file to serve as random bytes for firmware/kernel contents.
/external/tpm2/
H A DVendorString.h46 // version of the firmware. Some instrumentation could be added to replace
53 // indicating the version of the firmware.
61 Please modify include\VendorString.h to provide a vendor specific firmware \
/external/linux-kselftest/android/
H A DAndroid.kselftest.mk28 module_prebuilt := firmware/fw_filesystem
29 module_src_files := firmware/fw_filesystem.sh
32 module_prebuilt := firmware/fw_userhelper
33 module_src_files := firmware/fw_userhelper.sh
/external/ltp/testcases/kernel/
H A DMakefile42 firmware \

Completed in 635 milliseconds

123