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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 021FBC433F5 for ; Wed, 6 Apr 2022 04:43:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3612383B45; Wed, 6 Apr 2022 06:43:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=andestech.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 1789383B53; Wed, 6 Apr 2022 06:43:54 +0200 (CEST) Received: from Atcsqr.andestech.com (atcsqr.andestech.com [60.248.187.195]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2C17783B42 for ; Wed, 6 Apr 2022 06:43:48 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=andestech.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ycliang@andestech.com Received: from mail.andestech.com (ATCPCS16.andestech.com [10.0.1.222]) by Atcsqr.andestech.com with ESMTP id 2364hb4C065003; Wed, 6 Apr 2022 12:43:37 +0800 (+08) (envelope-from ycliang@andestech.com) Received: from ubuntu01 (10.0.12.75) by ATCPCS16.andestech.com (10.0.1.222) with Microsoft SMTP Server id 14.3.498.0; Wed, 6 Apr 2022 12:43:36 +0800 Date: Wed, 6 Apr 2022 04:43:30 +0000 From: Leo Liang To: CC: , , Subject: [PULL] u-boot-riscv/master Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/2.0.5 (2021-01-21) X-Originating-IP: [10.0.12.75] X-DNSRBL: X-MAIL: Atcsqr.andestech.com 2364hb4C065003 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Hi Tom, The following changes since commit 59bffec43a657598b194b9eb30dc01eec06078c7: Merge branch '2022-04-04-platform-updates' (2022-04-05 13:45:22 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-riscv.git for you to fetch changes up to 776e8aca0bad2900dc9c12b87dedb732a9f8e39b: riscv: alloc space exhausted (2022-04-06 10:58:13 +0800) CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/11595 ---------------------------------------------------------------- Heinrich Schuchardt (5): cmd: sbi: add Performance Monitoring Unit Extension riscv: provide missing base extension functions cmd/sbi: add missing SBI information riscv: enable CONFIG_CMD_SBI for QEMU boards riscv: alloc space exhausted Kconfig | 2 +- arch/riscv/Kconfig | 3 --- arch/riscv/include/asm/sbi.h | 4 ++++ arch/riscv/lib/sbi.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/emulation/qemu-riscv/Kconfig | 1 + cmd/riscv/sbi.c | 14 +++++++++++++- 6 files changed, 84 insertions(+), 5 deletions(-) Best regards, Leo