PeiServicesTablePointerLibOpenSbi.uni 907 B

12345678910111213141516
  1. // /** @file
  2. //
  3. // Instance of PEI Services Table Pointer Library using RISC-V OpenSBI FirmwareContext.
  4. // PEI Services Table Pointer Library implementation that retrieves a pointer to the
  5. // PEI Services Table from a RISC-V OpenSBI sbi_platform firmware context structure.
  6. //
  7. // Copyright (c) 2029-2022, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
  8. //
  9. // SPDX-License-Identifier: BSD-2-Clause-Patent
  10. //
  11. // **/
  12. #string STR_MODULE_ABSTRACT #language en-US "Instance of PEI Services Table Pointer Library using global variable for the table pointer"
  13. #string STR_MODULE_DESCRIPTION #language en-US "The PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI Services Table from a global variable."
  14. "Not available to modules that execute from read-only memory."