mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-28 16:27:01 +00:00
config-tools: replace "PTDEV_HI_MMIO_START" with "HI_MMIO_START"
"PTDEV_HI_MMIO_START" is removed by the commit
8d9f12f3b7
.
Replace "PTDEV_HI_MMIO_START" with "HI_MMIO_START".
Tracked-On: #5693
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
This commit is contained in:
parent
9000381f34
commit
6880ca51e4
@ -117,7 +117,7 @@ def write_vbar(i_cnt, bdf, pci_bar_dic, bar_attr, \
|
|||||||
bar_num += 1
|
bar_num += 1
|
||||||
bar_val = pci_bar_dic[bdf][bar_i].addr
|
bar_val = pci_bar_dic[bdf][bar_i].addr
|
||||||
if pci_bar_dic[bdf][bar_i].remapped:
|
if pci_bar_dic[bdf][bar_i].remapped:
|
||||||
ptdev_mmio_str = 'PTDEV_HI_MMIO_START + '
|
ptdev_mmio_str = 'HI_MMIO_START + '
|
||||||
|
|
||||||
if bar_num == bar_len:
|
if bar_num == bar_len:
|
||||||
if bar_len == 1:
|
if bar_len == 1:
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#define VBAR_BASE_H_
|
#define VBAR_BASE_H_
|
||||||
|
|
||||||
#define VGA_COMPATIBLE_CONTROLLER_0_VBAR .vbar_base[0] = 0x82000000UL, \
|
#define VGA_COMPATIBLE_CONTROLLER_0_VBAR .vbar_base[0] = 0x82000000UL, \
|
||||||
.vbar_base[2] = PTDEV_HI_MMIO_START + 0x0UL
|
.vbar_base[2] = HI_MMIO_START + 0x0UL
|
||||||
|
|
||||||
#define SYSTEM_PERIPHERAL_0_VBAR .vbar_base[0] = 0x834e4000UL
|
#define SYSTEM_PERIPHERAL_0_VBAR .vbar_base[0] = 0x834e4000UL
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
.vbar_base[2] = 0x8020000cUL
|
.vbar_base[2] = 0x8020000cUL
|
||||||
|
|
||||||
#define VGA_COMPATIBLE_CONTROLLER_0_VBAR .vbar_base[0] = 0x82000000UL, \
|
#define VGA_COMPATIBLE_CONTROLLER_0_VBAR .vbar_base[0] = 0x82000000UL, \
|
||||||
.vbar_base[2] = PTDEV_HI_MMIO_START + 0x0UL
|
.vbar_base[2] = HI_MMIO_START + 0x0UL
|
||||||
|
|
||||||
#define SYSTEM_PERIPHERAL_0_VBAR .vbar_base[0] = 0x834e4000UL
|
#define SYSTEM_PERIPHERAL_0_VBAR .vbar_base[0] = 0x834e4000UL
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#define VBAR_BASE_H_
|
#define VBAR_BASE_H_
|
||||||
|
|
||||||
#define VGA_COMPATIBLE_CONTROLLER_0_VBAR .vbar_base[0] = 0x82000000UL, \
|
#define VGA_COMPATIBLE_CONTROLLER_0_VBAR .vbar_base[0] = 0x82000000UL, \
|
||||||
.vbar_base[2] = PTDEV_HI_MMIO_START + 0x0UL
|
.vbar_base[2] = HI_MMIO_START + 0x0UL
|
||||||
|
|
||||||
#define SYSTEM_PERIPHERAL_0_VBAR .vbar_base[0] = 0x834e4000UL
|
#define SYSTEM_PERIPHERAL_0_VBAR .vbar_base[0] = 0x834e4000UL
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#define VBAR_BASE_H_
|
#define VBAR_BASE_H_
|
||||||
|
|
||||||
#define VGA_COMPATIBLE_CONTROLLER_0_VBAR .vbar_base[0] = 0x82000000UL, \
|
#define VGA_COMPATIBLE_CONTROLLER_0_VBAR .vbar_base[0] = 0x82000000UL, \
|
||||||
.vbar_base[2] = PTDEV_HI_MMIO_START + 0x0UL
|
.vbar_base[2] = HI_MMIO_START + 0x0UL
|
||||||
|
|
||||||
#define SYSTEM_PERIPHERAL_0_VBAR .vbar_base[0] = 0x834e4000UL
|
#define SYSTEM_PERIPHERAL_0_VBAR .vbar_base[0] = 0x834e4000UL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user