On 4/20/11, Aurelien Jarno <aurel...@aurel32.net> wrote:
> On Tue, Apr 19, 2011 at 06:56:45PM +0400, Dmitry Eremin-Solenikov wrote:
>> Basic implementation of DEC/Intel SA-1100/SA-1110 chips emulation.
>> Implemented:
>>  - IRQs
>>  - GPIO
>>  - PPC
>>  - RTC
>>  - UARTs (no IrDA/etc.)
>>  - OST reused from pxa25x
>>
>> Everything else is TODO (esp. PM/idle/sleep!) - see the todo in the
>> hw/strongarm.c
>>
>> V6:
>>   * license fixup
>>   * DPRINTF
>>
>> V5:
>>   * syntax fixup
>>
>> V4:
>>   * use bitnames to access RTC and UART registers
>>   * drop unused casts
>>   * disable debug printfs in GPIO code
>>
>> V3:
>>   * fix the name of UART VMSD
>>   * fix RTSR reg offset
>>   * add SSP support
>>
>> V2:
>>   * removed all strongarm variants except latest
>>   * dropped unused casts
>>   * fixed PIC vmstate
>>   * fixed new devices created with version_id = 1
>>
>> Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com>
>>
>> ---
>>  Makefile.target     |    1 +
>>  hw/strongarm.c      | 1600
>> +++++++++++++++++++++++++++++++++++++++++++++++++++
>>  hw/strongarm.h      |   64 ++
>>  target-arm/cpu.h    |    3 +
>>  target-arm/helper.c |    9 +
>>  5 files changed, 1677 insertions(+), 0 deletions(-)
>>  create mode 100644 hw/strongarm.c
>>  create mode 100644 hw/strongarm.h
>
> Thanks, applied.

Thank you!

-- 
With best wishes
Dmitry

Reply via email to