diff options
author | ajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-22 07:32:16 +0000 |
---|---|---|
committer | ajfish <ajfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-22 07:32:16 +0000 |
commit | 92ea7f231b3948395e6348ab6e38e3467eff7a3d (patch) | |
tree | 865757b5713ed657dbdbb85b591d6d44b35bd805 /EdkModulePkg/Include/Library | |
parent | b077fb74924774d9d4c1189000eb9e8aed7a67ac (diff) | |
download | edk2-92ea7f231b3948395e6348ab6e38e3467eff7a3d.zip edk2-92ea7f231b3948395e6348ab6e38e3467eff7a3d.tar.gz edk2-92ea7f231b3948395e6348ab6e38e3467eff7a3d.tar.bz2 |
Updated the Runtime Driver to use the MDE libs for cache flush and removed local copy of Cache flush code. Updated FPD files that include Runtime driver as a new lib was added to Runtime Driver for the cache flush. Removed Cache Flush routine from EDK DXE SAL Lib.
Cleaned up BaseLib IPF cache routines to only Flush ranges when needed and not to flush the entire cache.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1811 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Include/Library')
-rw-r--r-- | EdkModulePkg/Include/Library/EdkDxeSalLib.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/EdkModulePkg/Include/Library/EdkDxeSalLib.h b/EdkModulePkg/Include/Library/EdkDxeSalLib.h index d5fe5ed..1a37e97 100644 --- a/EdkModulePkg/Include/Library/EdkDxeSalLib.h +++ b/EdkModulePkg/Include/Library/EdkDxeSalLib.h @@ -137,12 +137,5 @@ GetEsalEntryPoint ( )
;
-VOID
-EFIAPI
-SalFlushCache (
- IN EFI_PHYSICAL_ADDRESS Start,
- IN UINT64 Length
- )
-;
#endif
|