From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x31.google.com (mail-oa1-x31.google.com [IPv6:2001:4860:4864:20::31]) by sourceware.org (Postfix) with ESMTPS id 6AE673858D20 for ; Mon, 28 Aug 2023 02:04:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6AE673858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-oa1-x31.google.com with SMTP id 586e51a60fabf-1c4cd0f6cb2so1537086fac.0 for ; Sun, 27 Aug 2023 19:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20221208.gappssmtp.com; s=20221208; t=1693188240; x=1693793040; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=Fs1kQUW10VXeJBZfJMdOrlZ4eZKnlrdSBt52N5LMUj0=; b=DzZrofdRQt2ChJJigEh8piyOSgOyJdxrYBKygKbnKVz3u4jnal0hraKnHJ8/QitZPj l6Z1NqDkfUqakD+Jp3JshWOk8npNCno/S5IxufAi85JJ7A3pNDQAoS1WucR9ID7drd91 k8HWeL+PcCsMtv46Xv04kn6Gs4g/WXMINtyC4KAZdP14xIatrBERGseri9OHBvM8NyJh yFExp4lEG5cDCU0nk+mGHiR1ax65kUCXPkpra+CimiWW0x6OzYN2WsEofHzH/D00pldh o33K9bjPZcTWbU8G4J2N7aERBbJUfqpROweuYJyQ5aNXJJISEo6DdkB55WMFiVMlmc5m VUxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693188240; x=1693793040; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Fs1kQUW10VXeJBZfJMdOrlZ4eZKnlrdSBt52N5LMUj0=; b=OcIRhZAjTOxeae6oHUz6Dl3hyXkF47qejvq43tVfUYwWZfY1GSqEOoWNlqn35/mT12 qyNiS8YGNwXGcawirPmxU5OSpT8SxUg/BKEkIPTXtvg1QZzUvXJqV3wqtsxFX+vjDYDc sGGNcAlILQ1UW6yDJzPp1uqpneYVxyJ2eybIl5JuRnizWNPUbEQe4e1f8PwsC61WlA4G cMlAMU1obTux14V8yKanFcyUQRIADr0Zy/4kct/6RdCzx7JACzjKW7xQ7ENwLpngz1Yk PX+TNZA6MuvfemEeUVLv24jzGbm4TfhCq3/VhQ4d2tC82dM3KDwlCBjlIHZWz3yoIi9P lOng== X-Gm-Message-State: AOJu0Yw8v00fWhbatOMxFQTbVTg9Qr03hkikiMRAKCZp2MMPjsaX/yaB XR30Mq+kWFvGi7Hlpa3v9zh+BsqECLuSoI0FkG3tXA== X-Google-Smtp-Source: AGHT+IGk7tU6+NzXGF2RCHMSiXSU89Vr6+syihMCgJlFhJB+fGAp2FvAvGpbFrhD0HV2kLZ1KCgoFR1cRAvugTIBQy8= X-Received: by 2002:a05:6871:1cd:b0:1bf:8978:1eb8 with SMTP id q13-20020a05687101cd00b001bf89781eb8mr4949933oad.17.1693188240626; Sun, 27 Aug 2023 19:04:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Nelson Chu Date: Mon, 28 Aug 2023 10:03:49 +0800 Message-ID: Subject: Re: [PATCH] Add basic support for RISC-V 64-bit EFI objects To: Palmer Dabbelt Cc: schwab@suse.de, binutils@sourceware.org Content-Type: multipart/alternative; boundary="0000000000009eea900603f21b9f" X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --0000000000009eea900603f21b9f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, Aug 25, 2023 at 9:26=E2=80=AFPM Palmer Dabbelt = wrote: > On Thu, 24 Aug 2023 19:15:32 PDT (-0700), nelson@rivosinc.com wrote: > > Passed the binutils regression, and the pei-riscv64 testcase is also > > passed. I don't familiar with the COFF stuff, but at least the support > of > > objdump and objcopy seems to be working, that's what I can check the mo= st > > currently. Hope this helps before any expert comments appear ;) > > So you think it's ready to merge, or did you want to look closer? > At least it should be safe to merge since regressions are passed, and current features shouldn't be affected. So if no one objected after a while, it should merge. Nelson --0000000000009eea900603f21b9f--