Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiIoLibCpuIo
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c
r48674 r58459 5 5 Base Library. 6 6 7 Copyright (c) 2006 - 20 08, Intel Corporation. All rights reserved.<BR>7 Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> 8 8 This program and the accompanying materials 9 9 are licensed and made available under the terms and conditions of the BSD License … … 153 153 If EndBit is greater than 7, then ASSERT(). 154 154 If EndBit is less than StartBit, then ASSERT(). 155 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 155 156 156 157 @param Port The I/O port to write. … … 193 194 If EndBit is greater than 7, then ASSERT(). 194 195 If EndBit is less than StartBit, then ASSERT(). 196 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 195 197 196 198 @param Port The I/O port to write. … … 233 235 If EndBit is greater than 7, then ASSERT(). 234 236 If EndBit is less than StartBit, then ASSERT(). 237 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 235 238 236 239 @param Port The I/O port to write. … … 275 278 If EndBit is greater than 7, then ASSERT(). 276 279 If EndBit is less than StartBit, then ASSERT(). 280 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 281 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 277 282 278 283 @param Port The I/O port to write. … … 438 443 If EndBit is greater than 15, then ASSERT(). 439 444 If EndBit is less than StartBit, then ASSERT(). 445 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 440 446 441 447 @param Port The I/O port to write. … … 479 485 If EndBit is greater than 15, then ASSERT(). 480 486 If EndBit is less than StartBit, then ASSERT(). 487 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 481 488 482 489 @param Port The I/O port to write. … … 520 527 If EndBit is greater than 15, then ASSERT(). 521 528 If EndBit is less than StartBit, then ASSERT(). 529 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 522 530 523 531 @param Port The I/O port to write. … … 563 571 If EndBit is greater than 15, then ASSERT(). 564 572 If EndBit is less than StartBit, then ASSERT(). 573 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 574 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 565 575 566 576 @param Port The I/O port to write. … … 726 736 If EndBit is greater than 31, then ASSERT(). 727 737 If EndBit is less than StartBit, then ASSERT(). 738 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 728 739 729 740 @param Port The I/O port to write. … … 767 778 If EndBit is greater than 31, then ASSERT(). 768 779 If EndBit is less than StartBit, then ASSERT(). 780 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 769 781 770 782 @param Port The I/O port to write. … … 808 820 If EndBit is greater than 31, then ASSERT(). 809 821 If EndBit is less than StartBit, then ASSERT(). 822 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 810 823 811 824 @param Port The I/O port to write. … … 851 864 If EndBit is greater than 31, then ASSERT(). 852 865 If EndBit is less than StartBit, then ASSERT(). 866 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 867 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 853 868 854 869 @param Port The I/O port to write. … … 1014 1029 If EndBit is greater than 63, then ASSERT(). 1015 1030 If EndBit is less than StartBit, then ASSERT(). 1031 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1016 1032 1017 1033 @param Port The I/O port to write. … … 1055 1071 If EndBit is greater than 63, then ASSERT(). 1056 1072 If EndBit is less than StartBit, then ASSERT(). 1073 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1057 1074 1058 1075 @param Port The I/O port to write. … … 1096 1113 If EndBit is greater than 63, then ASSERT(). 1097 1114 If EndBit is less than StartBit, then ASSERT(). 1115 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1098 1116 1099 1117 @param Port The I/O port to write. … … 1139 1157 If EndBit is greater than 63, then ASSERT(). 1140 1158 If EndBit is less than StartBit, then ASSERT(). 1159 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1160 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1141 1161 1142 1162 @param Port The I/O port to write. … … 1297 1317 If EndBit is greater than 7, then ASSERT(). 1298 1318 If EndBit is less than StartBit, then ASSERT(). 1319 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1299 1320 1300 1321 @param Address The MMIO register to write. … … 1338 1359 If EndBit is greater than 7, then ASSERT(). 1339 1360 If EndBit is less than StartBit, then ASSERT(). 1361 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1340 1362 1341 1363 @param Address The MMIO register to write. … … 1379 1401 If EndBit is greater than 7, then ASSERT(). 1380 1402 If EndBit is less than StartBit, then ASSERT(). 1403 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1381 1404 1382 1405 @param Address The MMIO register to write. … … 1421 1444 If EndBit is greater than 7, then ASSERT(). 1422 1445 If EndBit is less than StartBit, then ASSERT(). 1446 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1447 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1423 1448 1424 1449 @param Address The MMIO register to write. … … 1583 1608 If EndBit is greater than 15, then ASSERT(). 1584 1609 If EndBit is less than StartBit, then ASSERT(). 1610 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1585 1611 1586 1612 @param Address The MMIO register to write. … … 1625 1651 If EndBit is greater than 15, then ASSERT(). 1626 1652 If EndBit is less than StartBit, then ASSERT(). 1653 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1627 1654 1628 1655 @param Address The MMIO register to write. … … 1667 1694 If EndBit is greater than 15, then ASSERT(). 1668 1695 If EndBit is less than StartBit, then ASSERT(). 1696 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1669 1697 1670 1698 @param Address The MMIO register to write. … … 1710 1738 If EndBit is greater than 15, then ASSERT(). 1711 1739 If EndBit is less than StartBit, then ASSERT(). 1740 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1741 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1712 1742 1713 1743 @param Address The MMIO register to write. … … 1872 1902 If EndBit is greater than 31, then ASSERT(). 1873 1903 If EndBit is less than StartBit, then ASSERT(). 1904 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1874 1905 1875 1906 @param Address The MMIO register to write. … … 1914 1945 If EndBit is greater than 31, then ASSERT(). 1915 1946 If EndBit is less than StartBit, then ASSERT(). 1947 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1916 1948 1917 1949 @param Address The MMIO register to write. … … 1956 1988 If EndBit is greater than 31, then ASSERT(). 1957 1989 If EndBit is less than StartBit, then ASSERT(). 1990 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 1958 1991 1959 1992 @param Address The MMIO register to write. … … 1999 2032 If EndBit is greater than 31, then ASSERT(). 2000 2033 If EndBit is less than StartBit, then ASSERT(). 2034 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 2035 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 2001 2036 2002 2037 @param Address The MMIO register to write. … … 2161 2196 If EndBit is greater than 63, then ASSERT(). 2162 2197 If EndBit is less than StartBit, then ASSERT(). 2198 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 2163 2199 2164 2200 @param Address The MMIO register to write. … … 2203 2239 If EndBit is greater than 63, then ASSERT(). 2204 2240 If EndBit is less than StartBit, then ASSERT(). 2241 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 2205 2242 2206 2243 @param Address MMIO register to write. … … 2245 2282 If EndBit is greater than 63, then ASSERT(). 2246 2283 If EndBit is less than StartBit, then ASSERT(). 2284 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 2247 2285 2248 2286 @param Address MMIO register to write. … … 2288 2326 If EndBit is greater than 63, then ASSERT(). 2289 2327 If EndBit is less than StartBit, then ASSERT(). 2328 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 2329 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 2290 2330 2291 2331 @param Address The MMIO register to write. -
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
r48674 r58459 5 5 # and MMIO operations. 6 6 # 7 # Copyright (c) 2006 - 201 1, Intel Corporation. All rights reserved.<BR>7 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> 8 8 # 9 9 # This program and the accompanying materials … … 20 20 INF_VERSION = 0x00010005 21 21 BASE_NAME = PeiIoLibCpuIo 22 MODULE_UNI_FILE = PeiIoLibCpuIo.uni 22 23 FILE_GUID = b2585b69-fb63-4220-844a-8fbea8bf01af 23 24 MODULE_TYPE = PEIM … … 45 46 [Depex.common.PEIM] 46 47 gEfiPeiCpuIoPpiInstalledGuid 48
Note:
See TracChangeset
for help on using the changeset viewer.