stm32mp_efi.h 392 B

12345678910111213141516
  1. /* SPDX-License-Identifier: BSD-3-Clause */
  2. /*
  3. * Copyright (c) 2021, Linaro Limited
  4. * Copyright (c) 2022, STMicroelectronics - All Rights Reserved
  5. */
  6. #ifndef STM32MP_EFI_H
  7. #define STM32MP_EFI_H
  8. #include <drivers/partition/efi.h>
  9. #define STM32MP_FIP_GUID \
  10. EFI_GUID(0x19d5df83U, 0x11b0U, 0x457bU, \
  11. 0xbeU, 0x2cU, 0x75U, 0x59U, 0xc1U, 0x31U, 0x42U, 0xa5U)
  12. #endif /* STM32MP_EFI_H */