mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 13:37:10 +00:00
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:
parent
5e8fd7581e
commit
910d93bae5
@ -43,4 +43,7 @@
|
|||||||
|
|
||||||
#define MAX_HIDDEN_PDEVS_NUM 1U
|
#define MAX_HIDDEN_PDEVS_NUM 1U
|
||||||
|
|
||||||
|
#define HI_MMIO_START ~0UL
|
||||||
|
#define HI_MMIO_END 0UL
|
||||||
|
|
||||||
#endif /* MISC_CFG_H */
|
#endif /* MISC_CFG_H */
|
||||||
|
@ -39,4 +39,8 @@
|
|||||||
|
|
||||||
#define MAX_HIDDEN_PDEVS_NUM 1U
|
#define MAX_HIDDEN_PDEVS_NUM 1U
|
||||||
|
|
||||||
|
#define HI_MMIO_START ~0UL
|
||||||
|
#define HI_MMIO_END 0UL
|
||||||
|
|
||||||
|
|
||||||
#endif /* MISC_CFG_H */
|
#endif /* MISC_CFG_H */
|
||||||
|
@ -28,4 +28,8 @@
|
|||||||
|
|
||||||
#define MAX_HIDDEN_PDEVS_NUM 0U
|
#define MAX_HIDDEN_PDEVS_NUM 0U
|
||||||
|
|
||||||
|
#define HI_MMIO_START ~0UL
|
||||||
|
#define HI_MMIO_END 0UL
|
||||||
|
|
||||||
|
|
||||||
#endif /* MISC_CFG_H */
|
#endif /* MISC_CFG_H */
|
||||||
|
@ -29,4 +29,8 @@
|
|||||||
|
|
||||||
#define MAX_HIDDEN_PDEVS_NUM 0U
|
#define MAX_HIDDEN_PDEVS_NUM 0U
|
||||||
|
|
||||||
|
#define HI_MMIO_START ~0UL
|
||||||
|
#define HI_MMIO_END 0UL
|
||||||
|
|
||||||
|
|
||||||
#endif /* MISC_CFG_H */
|
#endif /* MISC_CFG_H */
|
||||||
|
@ -28,4 +28,8 @@
|
|||||||
|
|
||||||
#define MAX_HIDDEN_PDEVS_NUM 0U
|
#define MAX_HIDDEN_PDEVS_NUM 0U
|
||||||
|
|
||||||
|
#define HI_MMIO_START ~0UL
|
||||||
|
#define HI_MMIO_END 0UL
|
||||||
|
|
||||||
|
|
||||||
#endif /* MISC_CFG_H */
|
#endif /* MISC_CFG_H */
|
||||||
|
@ -29,4 +29,8 @@
|
|||||||
|
|
||||||
#define MAX_HIDDEN_PDEVS_NUM 0U
|
#define MAX_HIDDEN_PDEVS_NUM 0U
|
||||||
|
|
||||||
|
#define HI_MMIO_START ~0UL
|
||||||
|
#define HI_MMIO_END 0UL
|
||||||
|
|
||||||
|
|
||||||
#endif /* MISC_CFG_H */
|
#endif /* MISC_CFG_H */
|
||||||
|
@ -30,4 +30,8 @@
|
|||||||
|
|
||||||
#define MAX_HIDDEN_PDEVS_NUM 0U
|
#define MAX_HIDDEN_PDEVS_NUM 0U
|
||||||
|
|
||||||
|
#define HI_MMIO_START ~0UL
|
||||||
|
#define HI_MMIO_END 0UL
|
||||||
|
|
||||||
|
|
||||||
#endif /* MISC_CFG_H */
|
#endif /* MISC_CFG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user