From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7Qml-0001ex-G1 for qemu-devel@nongnu.org; Sun, 07 May 2017 14:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7Qmk-00007Q-NE for qemu-devel@nongnu.org; Sun, 07 May 2017 14:19:59 -0400 From: Krzysztof Kozlowski Date: Sun, 7 May 2017 20:19:37 +0200 Message-Id: <20170507181940.25882-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/3] hw/arm/exynos: QOM-ify the SoC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mitsyanko , Peter Maydell , qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Krzysztof Kozlowski Hi, Changes since v1: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 1. s/RAM/DRAM/ in commit msg of first patch (as suggested by Philippe). 2. Add Philippe's reviewed-by. Convert the Exynos4210 SoC driver into QOM model. No external dependencies, rebased on v2.9.0-363-g0de9191deb14. Best regards, Krzysztof Krzysztof Kozlowski (3): hw/arm/exynos: Move DRAM initialization next boards hw/arm/exynos: Declare local variables in some order hw/arm/exynos: QOM-ify the SoC hw/arm/exynos4210.c | 40 +++++++++++++++------------------- hw/arm/exynos4_boards.c | 53 +++++++++++++++++++++++++++++++++++++++= ------ include/hw/arm/exynos4210.h | 11 +++++----- 3 files changed, 69 insertions(+), 35 deletions(-) --=20 2.9.3