hv: Add HI_MMIO_START and HI_MMIO_END macros to board files

Add 64-bit MMIO window related MACROs to the supported board files
in the hypervisor source code.

Tracked-On: #4586
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
This commit is contained in:
Sainath Grandhi 2020-04-03 09:03:25 -07:00 committed by wenlingz
parent 5e8fd7581e
commit 910d93bae5
7 changed files with 27 additions and 0 deletions

View File

@ -43,4 +43,7 @@
#define MAX_HIDDEN_PDEVS_NUM 1U
#define HI_MMIO_START ~0UL
#define HI_MMIO_END 0UL
#endif /* MISC_CFG_H */

View File

@ -39,4 +39,8 @@
#define MAX_HIDDEN_PDEVS_NUM 1U
#define HI_MMIO_START ~0UL
#define HI_MMIO_END 0UL
#endif /* MISC_CFG_H */

View File

@ -28,4 +28,8 @@
#define MAX_HIDDEN_PDEVS_NUM 0U
#define HI_MMIO_START ~0UL
#define HI_MMIO_END 0UL
#endif /* MISC_CFG_H */

View File

@ -29,4 +29,8 @@
#define MAX_HIDDEN_PDEVS_NUM 0U
#define HI_MMIO_START ~0UL
#define HI_MMIO_END 0UL
#endif /* MISC_CFG_H */

View File

@ -28,4 +28,8 @@
#define MAX_HIDDEN_PDEVS_NUM 0U
#define HI_MMIO_START ~0UL
#define HI_MMIO_END 0UL
#endif /* MISC_CFG_H */

View File

@ -29,4 +29,8 @@
#define MAX_HIDDEN_PDEVS_NUM 0U
#define HI_MMIO_START ~0UL
#define HI_MMIO_END 0UL
#endif /* MISC_CFG_H */

View File

@ -30,4 +30,8 @@
#define MAX_HIDDEN_PDEVS_NUM 0U
#define HI_MMIO_START ~0UL
#define HI_MMIO_END 0UL
#endif /* MISC_CFG_H */