SecBoardInit.nasm 454 B

123456789101112131415161718
  1. ;; @file
  2. ; Kaby Lake board SEC initialization.
  3. ;
  4. ; Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
  5. ; SPDX-License-Identifier: BSD-2-Clause-Patent
  6. ;
  7. ;;
  8. SECTION .text
  9. global ASM_PFX(BoardBeforeTempRamInit)
  10. ASM_PFX(BoardBeforeTempRamInit):
  11. ;
  12. ; This hook is called before FSP TempRamInit API call
  13. ; ESI, EDI need to be preserved
  14. ; ESP contains return address
  15. ;
  16. jmp esp