diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Board/CPU/TxtDxe/AmiTxtDxe.dxs | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'Board/CPU/TxtDxe/AmiTxtDxe.dxs')
-rw-r--r-- | Board/CPU/TxtDxe/AmiTxtDxe.dxs | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Board/CPU/TxtDxe/AmiTxtDxe.dxs b/Board/CPU/TxtDxe/AmiTxtDxe.dxs new file mode 100644 index 0000000..4b2c032 --- /dev/null +++ b/Board/CPU/TxtDxe/AmiTxtDxe.dxs @@ -0,0 +1,48 @@ +//************************************************************************* +//************************************************************************* +//** ** +//** (C)Copyright 1987-2013, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//************************************************************************* +//************************************************************************* + +//********************************************************************** +// $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/Haswell/AMI Cpu PKG/AMI TXT DXE/AmiTxtDxe.dxs 1 9/05/12 1:33a Davidhsieh $ +// +// $Revision: 1 $ +// +// $Date: 9/05/12 1:33a $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/Haswell/AMI Cpu PKG/AMI TXT DXE/AmiTxtDxe.dxs $ +// +// 1 9/05/12 1:33a Davidhsieh +// +// +// +//********************************************************************** +#include <Protocol/SmmSwDispatch.h> + +DEPENDENCY_START + EFI_SMM_SW_DISPATCH_PROTOCOL_GUID +DEPENDENCY_END +//************************************************************************* +//************************************************************************* +//** ** +//** (C)Copyright 1987-2013, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//************************************************************************* +//************************************************************************* |