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 88CB0C636D3 for ; Tue, 7 Feb 2023 10:11:12 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pPKu8-0000aW-3x; Tue, 07 Feb 2023 05:08:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pPKtV-0000PM-2J; Tue, 07 Feb 2023 05:08:09 -0500 Received: from mail.ozlabs.org ([2404:9400:2221:ea00::3] helo=gandalf.ozlabs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pPKtQ-0002LY-Hi; Tue, 07 Feb 2023 05:08:07 -0500 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4P9zMr27mDz4xGR; Tue, 7 Feb 2023 21:07:52 +1100 (AEDT) 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 4P9zMp5YW2z4wgv; Tue, 7 Feb 2023 21:07:50 +1100 (AEDT) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= To: qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: Peter Maydell , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Subject: [PULL 00/25] aspeed queue Date: Tue, 7 Feb 2023 11:07:19 +0100 Message-Id: <20230207100744.698694-1-clg@kaod.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2404:9400:2221:ea00::3; envelope-from=SRS0=a43c=6D=kaod.org=clg@ozlabs.org; helo=gandalf.ozlabs.org X-Spam_score_int: -39 X-Spam_score: -4.0 X-Spam_bar: ---- X-Spam_report: (-4.0 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham 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-bounces+qemu-devel=archiver.kernel.org@nongnu.org The following changes since commit 6661b8c7fe3f8b5687d2d90f7b4f3f23d70e3e8b: Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into staging (2023-02-05 16:49:09 +0000) are available in the Git repository at: https://github.com/legoater/qemu/ tags/pull-aspeed-20230207 for you to fetch changes up to bf81b8f8acda4f1f774adc5f8e76225d472c6ae5: aspeed/sdmc: Drop unnecessary scu include (2023-02-07 09:02:05 +0100) ---------------------------------------------------------------- aspeed queue: * various small cleanups and fixes * new variant of the supermicrox11-bmc machine using an ast2500-a1 SoC * at24c_eeprom extension to define eeprom contents with static arrays * ast10x0 model and test improvements * avocado update of images to use the latest ---------------------------------------------------------------- Cédric Le Goater (3): tests/avocado/machine_aspeed.py: update buildroot tests tests/avocado/machine_aspeed.py: Mask systemd services to speed up SDK boot hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr Guenter Roeck (2): aspeed: Add Supermicro X11 SPI machine type m25p80: Add the is25wp256 SFPD table Joel Stanley (2): avocado/boot_linux_console.py: Update ast2600 test aspeed/sdmc: Drop unnecessary scu include Peter Delevoryas (5): hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper hw/arm/aspeed: Add aspeed_eeprom.c hw/nvram/eeprom_at24c: Make reset behavior more like hardware Philippe Mathieu-Daudé (12): tests/avocado: Introduce file_truncate() tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiB hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize' hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level hw/misc/aspeed_hace: Do not crash if address_space_map() failed hw/arm/aspeed_ast10x0: Add various unimplemented peripherals hw/arm/aspeed_ast10x0: Map I3C peripheral hw/arm/aspeed_ast10x0: Map the secure SRAM hw/arm/aspeed_ast10x0: Map HACE peripheral hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board Stephen Longfield (1): hw/net: Fix read of uninitialized memory in ftgmac100 hw/arm/aspeed_eeprom.h | 19 +++++ hw/block/m25p80_sfdp.h | 2 + include/hw/arm/aspeed_soc.h | 14 ++++ include/hw/loader.h | 3 - include/hw/nvram/eeprom_at24c.h | 39 ++++++++++ include/hw/watchdog/wdt_aspeed.h | 4 +- hw/arm/aspeed.c | 142 ++++++++++++++++++++---------------- hw/arm/aspeed_ast10x0.c | 83 ++++++++++++++++++++- hw/arm/aspeed_ast2600.c | 4 +- hw/arm/aspeed_eeprom.c | 82 +++++++++++++++++++++ hw/arm/aspeed_soc.c | 4 +- hw/arm/msf2-som.c | 5 +- hw/arm/npcm7xx_boards.c | 20 ++--- hw/block/m25p80.c | 3 +- hw/block/m25p80_sfdp.c | 40 ++++++++++ hw/misc/aspeed_hace.c | 21 ++++-- hw/misc/aspeed_sdmc.c | 1 - hw/net/ftgmac100.c | 4 +- hw/nvram/eeprom_at24c.c | 58 ++++++++++++--- hw/watchdog/wdt_aspeed.c | 24 ++++-- hw/arm/meson.build | 1 + tests/avocado/boot_linux_console.py | 19 +++-- tests/avocado/machine_aspeed.py | 60 +++++++++++++-- 23 files changed, 523 insertions(+), 129 deletions(-) create mode 100644 hw/arm/aspeed_eeprom.h create mode 100644 include/hw/nvram/eeprom_at24c.h create mode 100644 hw/arm/aspeed_eeprom.c