From: zliu3 Date: Wed, 7 Nov 2007 09:15:14 +0000 (+0000) Subject: Removed the PAL definition of PAL_ROUTE_CONFIG because it is not in published Itanium... X-Git-Tag: edk2-stable201903~21777 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=14e2aca20dd91858d1b31631abfd514e85934cfb 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 --- diff --git a/MdePkg/Include/Library/PalCallLib.h b/MdePkg/Include/Library/PalCallLib.h index 43f8e63f2c..e0004c38ac 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.