From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWAPZ-0001fd-El for qemu-devel@nongnu.org; Thu, 21 Jun 2018 20:58:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWAPY-00069m-PQ for qemu-devel@nongnu.org; Thu, 21 Jun 2018 20:58:49 -0400 MIME-Version: 1.0 Sender: joel.stan@gmail.com In-Reply-To: <20180621223946.20738-3-clg@kaod.org> References: <20180621223946.20738-1-clg@kaod.org> <20180621223946.20738-3-clg@kaod.org> From: Joel Stanley Date: Fri, 22 Jun 2018 10:28:27 +0930 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/3] aspeed: initialize the SCU controller first List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?C=C3=A9dric_Le_Goater?= Cc: QEMU Developers , qemu-arm , Peter Maydell , Andrew Jeffery On 22 June 2018 at 08:09, C=C3=A9dric Le Goater wrote: > The System Control Unit should be initialized first as it drives all > the configuration of the SoC and other device models. > > Signed-off-by: C=C3=A9dric Le Goater Reviewed-by: Joel Stanley > --- > hw/arm/aspeed_soc.c | 40 ++++++++++++++++++++-------------------- > 1 file changed, 20 insertions(+), 20 deletions(-)