AMD EPYC PSHED plug-in Driver 
===================================
Version 1.0.0.50

Description
-------------------------
Platform-specific hardware error driver (PSHED) is a component of Windows Hardware Error Architecture (WHEA), that is used to collect platform-specific error information. 
The PSHED provides an abstraction layer above the hardware error reporting capabilities of the underlying platform. 
By providing this layer, the PSHED hides the details of a platform's error handling capabilities from the operating system and exposes a consistent error handling interface to the Windows operating system.
On platforms that involve a system firmware interface to hardware error handling resources, the PSHED manages the interface with the firmware. It does this by using a PSHED 
plug-in that is implemented by platform vendors.

A PSHED plug-in is a driver that is based on the Windows driver model (WDM), and provides a software interface to the error reporting and recovery capabilities of the hardware
platform.

### Chipset Supported:
------------------------
AMD EPYC™ 7001 Series Processors
AMD EPYC™ 7002 Series Processors
AMD EPYC™ 7003 Series Processors
AMD EPYC™ 7004 Series Processors
AMD EPYC™ 7005 Series Processors

### Operating System Supported:
-------------------------------
Windows® Server 2022(64 bit)
Microsoft Azure Stack HCI v2/21H2(64 bit)
Microsoft Azure Stack HCI v3/22H2(64 bit)


Installation Instructions
-------------------------
1. Copy the amdpshed.sys file to “C:\Windows\System32\drivers”
2. sc create amdpshed  type= kernel  start= boot   binPath= "%systemroot%\system32\drivers\amdpshed.sys"  
3. sc start amdpshed
4. sc query amdpshed

Uninstallation Instructions
---------------------------
1. sc delete amdpshed
2. Reboot the system.
3. sc query amdpshed
4. Delete amdpshed.sys file from “C:\Windows\System32\drivers”



Copyright
---------------------------
(c) Copyright 2023 Advanced Micro Devices, Inc.  All rights reserved.
LIMITATION OF LIABILITY:  THE MATERIALS ARE PROVIDED AS IS WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT OF THIRD-PARTY INTELLECTUAL PROPERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT SHALL AMD OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO USE THE MATERIALS, EVEN IF AMD HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. BECAUSE SOME JURISDICTIONS PROHIBIT THE EXCLUSION OR LIMITATION OF LIABILITY FORCONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU.

AMD does not assume any responsibility for any errors which may appear in the Materials nor any responsibility to support or update the Materials. AMD retains the right to make changes to its test specifications at any time, without notice.NO SUPPORT OBLIGATION: AMD is not obligated to furnish, support, or make any further information, software, technical information, know-how, or show-how available to you. 

U.S. GOVERNMENT RESTRICTED RIGHTS: The Materials and documentation are provided with RESTRICTED RIGHTS.  Use, duplication, or disclosure by the Government is subject to restrictions as set forth in FAR52.227014 and DFAR252.227-7013, et seq., or its successor.  Use of the Materials by the Government constitutes acknowledgment of AMD's proprietary rights in them.

