Message ID | 20221221182300.307900-1-dbarboza@ventanamicro.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org> 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 85536C4167B for <qemu-devel@archiver.kernel.org>; Wed, 21 Dec 2022 18:23:51 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <qemu-devel-bounces@nongnu.org>) id 1p83kN-0007wV-1w; Wed, 21 Dec 2022 13:23:19 -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 <dbarboza@ventanamicro.com>) id 1p83kK-0007vW-Td for qemu-devel@nongnu.org; Wed, 21 Dec 2022 13:23:16 -0500 Received: from mail-oa1-x2f.google.com ([2001:4860:4864:20::2f]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <dbarboza@ventanamicro.com>) id 1p83kJ-0007oj-CH for qemu-devel@nongnu.org; Wed, 21 Dec 2022 13:23:16 -0500 Received: by mail-oa1-x2f.google.com with SMTP id 586e51a60fabf-1445ca00781so20159350fac.1 for <qemu-devel@nongnu.org>; Wed, 21 Dec 2022 10:23:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ventanamicro.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=B8GL6PaPEzej1k2Pbr9jDouPSrZkVH2z8DtwdB2tclo=; b=mbeNQrsiRO5UHe7VQq6QpOi2x5ZVoPneZhlzIcKOyhRXjQXloJNDmO53ZCS1yVAAbm Mz0K5F+D7btUJZD45Bj6FRB7SR/5Izy0AO/4CZo0wk8oEeSwdSDqEjkiCYUVbeFhXrEs QNyqDqoI8AeAl5oQDepKhXdKQGM7K6OIX5gLMSaEHSFApFSvsjnbKAHSTHZ/a+sXh8LL whLbo/gIjVeHQbllgidwLCKLdM9qgha0g4UENi3W2dzxKcrHXVG/TrU31YM5Y2BpSEm+ hUdkVanF01QGK++tBnxXEFtqGtC+2iRWGJy2tUgUf2o2tX+XMsVw/wJ2t/Mq5s7BCEuR Wp5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=B8GL6PaPEzej1k2Pbr9jDouPSrZkVH2z8DtwdB2tclo=; b=qMC541D5RZtbJrEaavM706LmtkySImaxiGvp64i6BU2HFEMuXTMXlZh0UJGo82eCpf zWUw7fseWHak6T2akJwxzJ9KKk7XpqAActVHpYAv2vyYhPgzzb8g7wsDE3Y42z/2MKmU QGMxCiP+SjTZweUTm/hMCHLSIRkjrLTB/4yoMlpEaliUhfSqP0tjMKTk+aCClWxDDk0/ qZxeuBt57q8+DJtzPccPfbb4WF04RIguKJuXzvpI+XynhghxDNxBPg6q9ooUBVK3+O5i TCEudFlyicew7NIAFa8uMDrDwCqvH/S1YQtfLZjtqbinNH4jeyf8d33n+7hEbH7nD366 tTdA== X-Gm-Message-State: AFqh2kq7g65KLDOnORkEViIhPUEDILGE8FatVJcVJdlVGR5xQiVeEB2U jI8B6mlc2HAw5zHO4dcpAk8bnaLupFgWabfE X-Google-Smtp-Source: AMrXdXvdztQjNI23lfUSKaPsch+Ojz53wyAeEMBjyjkjVed4+N/UiymJQC1fc+4YPt4h3oTvcKpgwA== X-Received: by 2002:a05:6871:4316:b0:144:4bf1:a6f3 with SMTP id lu22-20020a056871431600b001444bf1a6f3mr1073082oab.8.1671646993441; Wed, 21 Dec 2022 10:23:13 -0800 (PST) Received: from fedora.. (201-43-103-101.dsl.telesp.net.br. [201.43.103.101]) by smtp.gmail.com with ESMTPSA id w8-20020a056871060800b0014c8685f229sm514577oan.10.2022.12.21.10.23.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Dec 2022 10:23:13 -0800 (PST) From: Daniel Henrique Barboza <dbarboza@ventanamicro.com> To: qemu-devel@nongnu.org Cc: qemu-riscv@nongnu.org, alistair.francis@wdc.com, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Bin Meng <bin.meng@windriver.com> Subject: [PATCH 00/15] riscv: opensbi boot test and cleanups Date: Wed, 21 Dec 2022 15:22:45 -0300 Message-Id: <20221221182300.307900-1-dbarboza@ventanamicro.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:4860:4864:20::2f; envelope-from=dbarboza@ventanamicro.com; helo=mail-oa1-x2f.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <https://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org |
Series |
riscv: opensbi boot test and cleanups
|
expand
|