]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Removed the PAL definition of PAL_ROUTE_CONFIG because it is not in published Itanium...
authorzliu3 <zliu3@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 7 Nov 2007 09:15:14 +0000 (09:15 +0000)
committerzliu3 <zliu3@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 7 Nov 2007 09:15:14 +0000 (09:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4282 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/PalCallLib.h

index 43f8e63f2c2f77d9c5bb2fa0050427a062fd1a07..e0004c38acd1e8865aab12441b6abe46c8d83fca 100644 (file)
@@ -4029,46 +4029,6 @@ typedef struct {
 #define PAL_VP_TERMINATE       272\r
 \r
 \r
-\r
-/**\r
-\r
-  PAL Procedure - PAL_ROUTE_CONFIG.\r
-\r
-  Set allowable requested Route configuration bits in all\r
-  Ports[11:0] specified in the port_map.\r
-\r
-\r
-  @param Index         Index of PAL_ROUTE_CONFIG within the list of PAL\r
-                       procedures.\r
-\r
-  @param route_cfg_ctl 32-bit vector of routing configuration control bits\r
-\r
-  @param write_map     bits[11:0] map to desired Ports[11:0] to be modified.\r
-\r
-  @param buffer_addr   Addr of CSR read buffer64(12)\r
-\r
-  @return Status  0  - Call completed without error\r
-\r
-  @return Status  -4 - Invalid CSR data write bit requested\r
-\r
-  @return Status  -5 - Invalid CSR map requested\r
-\r
-  @return Status  -6 - Invalid CSR buffer address\r
-\r
-**/\r
-#define PAL_ROUTE_CONFIG        0x0301\r
-\r
-//\r
-// PAL_ROUTE_CONFIG definitions\r
-//\r
-#define PAL_INVALID_CSR_DATA_WRITE_BITS_REQUESTED  0xfffffffffffffffc\r
-#define PAL_INVALID_CSR_MAP_REQUESTED              0xfffffffffffffffb\r
-#define PAL_INVALID_CSR_BUFFER_ADDRESS             0xfffffffffffffffa\r
-\r
-typedef struct {\r
-  UINT64  Csr[12];\r
-} PAL_ROUTE_CONFIG_CSR_BUFFER;\r
-\r
 /**\r
   Makes a PAL procedure call.\r
 \r