From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOplB-0002OO-K4 for qemu-devel@nongnu.org; Tue, 12 Dec 2017 13:58:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOpl7-0008Bs-IY for qemu-devel@nongnu.org; Tue, 12 Dec 2017 13:58:33 -0500 Received: from mail-dm3nam03on0056.outbound.protection.outlook.com ([104.47.41.56]:61056 helo=NAM03-DM3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eOpl7-00088g-42 for qemu-devel@nongnu.org; Tue, 12 Dec 2017 13:58:29 -0500 From: Alistair Francis Date: Tue, 12 Dec 2017 10:54:11 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH-2.12 v3 0/3] Update the reset values of the Xilinx ZynqMP QSPI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, edgar.iglesias@xilinx.com, edgar.iglesias@gmail.com Cc: alistair.francis@xilinx.com, alistair23@gmail.com, frasse.iglesias@gmail.com, frederic.konrad@adacore.com Update the reset values of the Xilinx ZynqMP QSPI device to match the resister spec here: https://www.xilinx.com/html_docs/registers/ug1087/ug1087-zynq-ultrascale-registers.html V3: - Match documented name V2: - Don't double set registers Based-on: 20171126231634.9531-14-frasse.iglesias@gmail.com Alistair Francis (3): xilinx_spips: Update the QSPI Mod ID reset value xilinx_spips: Set all of the reset values xilinx_spips: Use memset instead of a for loop to zero registers hw/ssi/xilinx_spips.c | 45 +++++++++++++++++++++++++++++++------------ include/hw/ssi/xilinx_spips.h | 2 +- 2 files changed, 34 insertions(+), 13 deletions(-) -- 2.14.1