> From: Chen, Tiejun
> Sent: Friday, June 12, 2015 4:19 PM
> >
> >> + *
> >> + * #3. High memory region if it exists
> >> + */
> >> +for ( i = 0; i < memory_map.nr_map; i++ )
> >> {
> >> -e820[nr].addr = ((uint64_t)1 << 32);
> >> -e820[nr].size =
> >> -
On 2015/6/11 17:59, Tian, Kevin wrote:
From: Chen, Tiejun
Sent: Thursday, June 11, 2015 9:15 AM
Now we can use that memory map to build our final
e820 table but it may need to reorder all e820
entries.
Signed-off-by: Tiejun Chen
---
tools/firmware/hvmloader/e820.c | 62
++
> From: Chen, Tiejun
> Sent: Thursday, June 11, 2015 9:15 AM
>
> Now we can use that memory map to build our final
> e820 table but it may need to reorder all e820
> entries.
>
> Signed-off-by: Tiejun Chen
> ---
> tools/firmware/hvmloader/e820.c | 62
> +++--
Now we can use that memory map to build our final
e820 table but it may need to reorder all e820
entries.
Signed-off-by: Tiejun Chen
---
tools/firmware/hvmloader/e820.c | 62 +++--
1 file changed, 48 insertions(+), 14 deletions(-)
diff --git a/tools/firmware/