cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sign_key.S (213B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/**
      3* Copyright(c) 2016-20 Intel Corporation.
      4*/
      5
      6    .section ".rodata", "a"
      7
      8sign_key:
      9    .globl sign_key
     10    .incbin "sign_key.pem"
     11sign_key_end:
     12    .globl sign_key_end