Re: [PATCH v3 01/17] hw/arm: add Allwinner H3 System-on-Chip

2020-01-11 Thread Niek Linnenbank
On Thu, Jan 9, 2020 at 12:13 AM Philippe Mathieu-Daudé wrote: > On 1/8/20 9:00 PM, Niek Linnenbank wrote: > > The Allwinner H3 is a System on Chip containing four ARM Cortex A7 > > processor cores. Features and specifications include DDR2/DDR3 memory, > > SD/MMC storage cards, 10/100/1000Mbit eth

Re: [PATCH v3 01/17] hw/arm: add Allwinner H3 System-on-Chip

2020-01-08 Thread Philippe Mathieu-Daudé
On 1/8/20 9:00 PM, Niek Linnenbank wrote: The Allwinner H3 is a System on Chip containing four ARM Cortex A7 processor cores. Features and specifications include DDR2/DDR3 memory, SD/MMC storage cards, 10/100/1000Mbit ethernet, USB 2.0, HDMI and "Ethernet" various I/O modules. This commit add

[PATCH v3 01/17] hw/arm: add Allwinner H3 System-on-Chip

2020-01-08 Thread Niek Linnenbank
The Allwinner H3 is a System on Chip containing four ARM Cortex A7 processor cores. Features and specifications include DDR2/DDR3 memory, SD/MMC storage cards, 10/100/1000Mbit ethernet, USB 2.0, HDMI and various I/O modules. This commit adds support for the Allwinner H3 System on Chip. Signed-off-