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

  /external/vboot_reference/firmware/linktest/
main_vbinit.c 13 VbInit(0, 0);
main.c 67 VbInit(0, 0);
  /external/vboot_reference/firmware/include/
vboot_api.h 47 * The verified boot entry points VbInit(), VbSelectFirmware(),
128 * is used to communicate data between calls to VbInit(), VbSelectFirmware(),
136 * Data passed by firmware to VbInit(), VbSelectFirmware() and
140 * processor modes (VbInit() and VbSelectFirmware() = 32-bit PEI,
230 /* Set when we are calling VbInit() before loading Option ROMs */
266 /* Data only used by VbInit() */
268 /* Inputs to VbInit() */
272 /* Outputs from VbInit(); valid only if it returns success. */
354 VbError_t VbInit(VbCommonParams *cparams, VbInitParams *iparams);
    [all...]
  /external/vboot_reference/firmware/lib/
vboot_api_init.c 20 VbError_t VbInit(VbCommonParams *cparams, VbInitParams *iparams)
50 VBDEBUG(("VbInit() input flags 0x%x gbb flags 0x%x\n", iparams->flags,
96 VBDEBUG(("VbInit() requesting S3 debug boot\n"));
115 VBDEBUG(("VbInit sees recovery request = %d\n", recovery));
144 VBDEBUG(("VbInit now sets shared->recovery_reason = %d\n", recovery));
305 * If VbInit() is run before Option ROMs are run it
311 VBDEBUG(("VbInit() needs oprom, doesn't have it\n"));
341 * If VbInit() is run before Option ROMs are run it
347 VBDEBUG(("VbInit() has oprom, doesn't need it\n"));
366 VBDEBUG(("VbInit() output flags 0x%x\n", iparams->out_flags))
    [all...]
  /external/vboot_reference/
Android.mk 29 # Firmware library sources needed by VbInit() call
  /external/vboot_reference/tests/
vboot_api_init_tests.c 140 /* Test VbInit() and check expected return value and recovery reason */
147 TEST_EQ(VbInit(&cparams, &iparams), expected_retval, desc);
178 * regenerated yet. So VbInit() should ignore the corrupted recovery
186 * flags, and don't have an effect on VbInit().

Completed in 55 milliseconds