> On July 17, 2014, 9:18 a.m., Andreas Hansson wrote:
> > configs/common/FSConfig.py, line 522
> > <http://reviews.gem5.org/r/2315/diff/1/?file=40387#file40387line522>
> >
> >     What if it is 2 or above? Seems things will break?

For memory large than 3GB, memory will be split into two parts: [0, 3GB] and 
[4GB, ...].
This have already make sure IO devices to be mapped in [3GB, 4GB].


- Jiuyue


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/2315/#review5198
-----------------------------------------------------------


On July 17, 2014, 9:40 a.m., Jiuyue Ma wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/2315/
> -----------------------------------------------------------
> 
> (Updated July 17, 2014, 9:40 a.m.)
> 
> 
> Review request for Default.
> 
> 
> Repository: gem5
> 
> 
> Description
> -------
> 
> config, x86: Ensure that PCI devs get bridged to the memory bus
> 
> This patch force IO device to be mapped to 0xC0000000-0xFFFF0000 by
> reserve anything between the end of memory and 3GB if memory is less
> than 3GB. It also statically bridge these address range to the IO bus,
> which guaranty access to pci address space will pass though bridge to
> iobus.
> 
> 
> Diffs
> -----
> 
>   configs/common/FSConfig.py 878f2f30b12d38f619b80b5d80d52498946f6ad1 
> 
> Diff: http://reviews.gem5.org/r/2315/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Jiuyue Ma
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to