summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorzliu3 <zliu3@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-07 09:15:14 +0000
committerzliu3 <zliu3@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-07 09:15:14 +0000
commit14e2aca20dd91858d1b31631abfd514e85934cfb (patch)
tree1536ca411f10921a3f204602e6a48c93af459f67 /MdePkg
parentc1f455c3a565509c6040b6b00f3532392c2b4e78 (diff)
downloadedk2-14e2aca20dd91858d1b31631abfd514e85934cfb.zip
edk2-14e2aca20dd91858d1b31631abfd514e85934cfb.tar.gz
edk2-14e2aca20dd91858d1b31631abfd514e85934cfb.tar.bz2
Removed the PAL definition of PAL_ROUTE_CONFIG because it is not in published Itanium spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4282 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/PalCallLib.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/MdePkg/Include/Library/PalCallLib.h b/MdePkg/Include/Library/PalCallLib.h
index 43f8e63..e0004c3 100644
--- a/MdePkg/Include/Library/PalCallLib.h
+++ b/MdePkg/Include/Library/PalCallLib.h
@@ -4029,46 +4029,6 @@ typedef struct {
#define PAL_VP_TERMINATE 272
-
-/**
-
- PAL Procedure - PAL_ROUTE_CONFIG.
-
- Set allowable requested Route configuration bits in all
- Ports[11:0] specified in the port_map.
-
-
- @param Index Index of PAL_ROUTE_CONFIG within the list of PAL
- procedures.
-
- @param route_cfg_ctl 32-bit vector of routing configuration control bits
-
- @param write_map bits[11:0] map to desired Ports[11:0] to be modified.
-
- @param buffer_addr Addr of CSR read buffer64(12)
-
- @return Status 0 - Call completed without error
-
- @return Status -4 - Invalid CSR data write bit requested
-
- @return Status -5 - Invalid CSR map requested
-
- @return Status -6 - Invalid CSR buffer address
-
-**/
-#define PAL_ROUTE_CONFIG 0x0301
-
-//
-// PAL_ROUTE_CONFIG definitions
-//
-#define PAL_INVALID_CSR_DATA_WRITE_BITS_REQUESTED 0xfffffffffffffffc
-#define PAL_INVALID_CSR_MAP_REQUESTED 0xfffffffffffffffb
-#define PAL_INVALID_CSR_BUFFER_ADDRESS 0xfffffffffffffffa
-
-typedef struct {
- UINT64 Csr[12];
-} PAL_ROUTE_CONFIG_CSR_BUFFER;
-
/**
Makes a PAL procedure call.