Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  • Alexei Fedorov's avatar
    Refactor ARMv8.3 Pointer Authentication support code · ed108b56
    Alexei Fedorov authored
    This patch provides the following features and makes modifications
    listed below:
    - Individual APIAKey key generation for each CPU.
    - New key generation on every BL31 warm boot and TSP CPU On event.
    - Per-CPU storage of APIAKey added in percpu_data[]
      of cpu_data structure.
    - `plat_init_apiakey()` function replaced with `plat_init_apkey()`
      which returns 128-bit value and uses Generic timer physical counter
      value to increase the randomness of the generated key.
      The new function can be used for generation of all ARMv8.3-PAuth keys
    - ARMv8.3-PAuth specific code placed in `lib\extensions\pauth`.
    - New `pauth_init_enable_el1()` and `pauth_init_enable_el3()` functions
      generate, program and enable APIAKey_EL1 for EL1 and EL3 respectively;
      pauth_disable_el1()` and `pauth_disable_el3()` functions disable
      PAuth for EL1 and EL3 respectively;
      `pauth_load_bl31_apiakey()` loads saved per-CPU APIAKey_EL1 from
      cpu-data structure.
    - Combined `save_gp_pau...
    ed108b56