Home
last modified time | relevance | path

Searched refs:CAPSULE_FLAGS_INITIATE_RESET (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0040-fix-runtime-capsule-update-flags-checks.patch41 + /* According to UEFI specs, a capsule which has the CAPSULE_FLAGS_INITIATE_RESET
44 + if (capsule->flags & CAPSULE_FLAGS_INITIATE_RESET){
/openbmc/u-boot/include/
H A Defi_api.h206 #define CAPSULE_FLAGS_INITIATE_RESET 0x00040000 macro