From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web10.1945.1608583145867879616 for ; Mon, 21 Dec 2020 12:39:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=C8OLea3R; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: msalter@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1608583145; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=AugrgaWZwTdJFIwfCX7uodK4E3YCnxxxkgWlDRNJv7c=; b=C8OLea3RD0G+M7DTXGG9028l0wTZmGEMEBpducwm4AX+BkHu+O2FtORuv5wV5EE0wKhz8M zQqQk20Q2WiluYQk1L0IFZtX82IgtdvECwZJLBU3sqhkO6uFX0QihPVBcGoJrLtjtEKBFa duDl3wlVmCMKJWa15MU8G/cM+HCMrqw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-195-vQN45UWdOhSEhxF8H4w9hQ-1; Mon, 21 Dec 2020 15:39:03 -0500 X-MC-Unique: vQN45UWdOhSEhxF8H4w9hQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B06AD107ACE6; Mon, 21 Dec 2020 20:39:01 +0000 (UTC) Received: from trippy.localdomain (ovpn-118-51.rdu2.redhat.com [10.10.118.51]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2C0755D9D7; Mon, 21 Dec 2020 20:39:01 +0000 (UTC) From: "Mark Salter" To: devel@edk2.groups.io Cc: Leif Lindholm , Abner Chang , Daniel Schaefer , Gilbert Chen Subject: [PATCH edk2-platforms 0/2] RISC-V: Fix build errors Date: Mon, 21 Dec 2020 15:38:53 -0500 Message-Id: <20201221203855.635031-1-msalter@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=msalter@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" I ran into some errors while compiling for RISC-V/SiFive target. These were trivial things arising from edk2 commits: bd9da7b1da26 MdePkg,ShellPkg: Fix typo in SMBIOS_TABLE_TYPE4 field ProcessorManufacturer 9c1f455f5f0e MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACES Mark Salter (2): Silicon/RISC-V: Update old SMBIOS struct filed name Platform/SiFive/U5SeriesPkg: Remove use of deprecated interfaces .../Dxe/RamFvbServicesRuntimeDxe/FwBlockService.c | 9 ++++++--- .../ProcessorPkg/Universal/SmbiosDxe/RiscVSmbiosDxe.c | 2 +- .../SiFive/U54/Library/PeiCoreInfoHobLib/CoreInfoHob.c | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) -- 2.29.2