From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 55EF5C43334 for ; Wed, 13 Jul 2022 07:56:13 +0000 (UTC) Received: from localhost ([::1]:51982 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oBXEC-0002DK-2i for qemu-devel@archiver.kernel.org; Wed, 13 Jul 2022 03:56:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBXBK-0007nl-Jd; Wed, 13 Jul 2022 03:53:14 -0400 Received: from gandalf.ozlabs.org ([150.107.74.76]:42523) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBXBI-0002VU-FT; Wed, 13 Jul 2022 03:53:14 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4LjVGl5312z4ySb; Wed, 13 Jul 2022 17:53:03 +1000 (AEST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4LjVGj6GRKz4ySW; Wed, 13 Jul 2022 17:53:01 +1000 (AEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= To: qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: Peter Maydell , Richard Henderson , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Subject: [PULL 00/19] aspeed queue Date: Wed, 13 Jul 2022 09:52:36 +0200 Message-Id: <20220713075255.2248923-1-clg@kaod.org> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=150.107.74.76; envelope-from=SRS0=zHgX=XS=kaod.org=clg@ozlabs.org; helo=gandalf.ozlabs.org X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" The following changes since commit 8e3d85d36b77f11ad7bded3a2d48c1f0cc334f82: Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-07-12 14:12:15 +0100) are available in the Git repository at: https://github.com/legoater/qemu/ tags/pull-aspeed-20220713 for you to fetch changes up to 053b2ee5629d1b822127cc454634ec272624bab2: aspeed: Add fby35-bmc slot GPIO's (2022-07-13 08:16:46 +0200) ---------------------------------------------------------------- aspeed queue: * New ISL69259 device model * New fby35 multi-SoC machine (AST1030 BIC + AST2600 BMC) * Aspeed GPIO fixes * Extension of m25p80 with write protect bits * More avocado tests using the Aspeed SDK ---------------------------------------------------------------- Cédric Le Goater (3): aspeed: fby35: Add a bootrom for the BMC docs: aspeed: Minor updates test/avocado/machine_aspeed.py: Add SDK tests Iris Chen (2): hw: m25p80: Add Block Protect and Top Bottom bits for write protect hw: m25p80: add tests for BP and TB bit write protect Joel Stanley (1): aspeed: sbc: Allow per-machine settings Peter Delevoryas (13): hw/i2c/pmbus: Add idle state to return 0xff's hw/sensor: Add IC_DEVICE_ID to ISL voltage regulators hw/sensor: Add Renesas ISL69259 device model aspeed: Create SRAM name from first CPU index aspeed: Refactor UART init for multi-SoC machines aspeed: Make aspeed_board_init_flashes public aspeed: Add fby35 skeleton aspeed: Add AST2600 (BMC) to fby35 aspeed: Add AST1030 (BIC) to fby35 docs: aspeed: Add fby35 multi-SoC machine section qtest/aspeed_gpio: Add input pin modification test hw/gpio/aspeed: Don't let guests modify input pins aspeed: Add fby35-bmc slot GPIO's docs/system/arm/aspeed.rst | 62 ++++++++++++- include/hw/arm/aspeed_soc.h | 9 +- include/hw/i2c/pmbus_device.h | 7 ++ include/hw/misc/aspeed_sbc.h | 13 +++ include/hw/sensor/isl_pmbus_vr.h | 5 ++ hw/arm/aspeed.c | 38 ++++++-- hw/arm/aspeed_ast10x0.c | 13 ++- hw/arm/aspeed_ast2600.c | 13 ++- hw/arm/aspeed_soc.c | 55 ++++++++---- hw/arm/fby35.c | 188 +++++++++++++++++++++++++++++++++++++++ hw/block/m25p80.c | 102 ++++++++++++++++++--- hw/gpio/aspeed_gpio.c | 15 ++-- hw/i2c/pmbus_device.c | 9 ++ hw/misc/aspeed_sbc.c | 42 ++++++++- hw/sensor/isl_pmbus_vr.c | 40 +++++++++ tests/qtest/aspeed_gpio-test.c | 27 ++++++ tests/qtest/aspeed_smc-test.c | 111 +++++++++++++++++++++++ MAINTAINERS | 1 + hw/arm/meson.build | 3 +- tests/avocado/machine_aspeed.py | 68 ++++++++++++++ 20 files changed, 764 insertions(+), 57 deletions(-) create mode 100644 hw/arm/fby35.c