On Fri, May 3, 2013 at 8:29 AM, Peter Maydell wrote:
> On 30 April 2013 17:04, John Rigby wrote:
>> Add mach-virt platform support cooresponding to
>
> "corresponding"
>
> I wonder if we should just call this "virt" ?
>
>> /arch/arm/mach-virt in kernel tree.
>>
>> For now it is not virtual but in
On 30 April 2013 17:04, John Rigby wrote:
> Add mach-virt platform support cooresponding to
"corresponding"
I wonder if we should just call this "virt" ?
> /arch/arm/mach-virt in kernel tree.
>
> For now it is not virtual but instantiates a pl011 uart
> and and sp804 timer. The uart is need fo
Add mach-virt platform support cooresponding to
/arch/arm/mach-virt in kernel tree.
For now it is not virtual but instantiates a pl011 uart
and and sp804 timer. The uart is need for a console
the timer is needed when running without kvm and there
is no arch timer.
Signed-off-by: John Rigby
---