search for: bar64_relocate

Displaying 1 result from an estimated 1 matches for "bar64_relocate".

2012 Sep 26
3
[PATCH v3] xen/tools: Add 64 bits big bar support
...on hvmloader. v3 changes from v2: - Remain original print information v2 changes from v1 as comments by Jan. 1) Set Dynamic MMIO high memory address instead of a fixed number 640G 2) Mask bar_sz earlier to avoid older code changes 3) Add bar size barrier to judge high memory resource 4) Clean up bar64_relocate code Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by: Xudong Hao <xudong.hao@intel.com> --- tools/firmware/hvmloader/cacheattr.c | 25 +++++++---- tools/firmware/hvmloader/config.h | 2 + tools/firmware/hvmloader/pci.c | 77 ++++++++++++++++++++++++...