From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) by mx.groups.io with SMTP id smtpd.web08.19182.1621834174663063751 for ; Sun, 23 May 2021 22:29:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=C5f54Ypi; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.208.181, mailfrom: mw@semihalf.com) Received: by mail-lj1-f181.google.com with SMTP id b12so24709096ljp.1 for ; Sun, 23 May 2021 22:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=T+NP9hNE5cSE0IRCsIPEoFN9ygrw3ktC1Zxzc8P3+t8=; b=C5f54YpiPL7YzgtnHoLnAybSwzO0LSazehHBwKEBFT2hVo1bYz35z5wrtuBZIZ0GVv Vr76pzJANUG3m314/+7SyRTAjkpupDGbIVXKwseL132hHzRrrbWwWUT4w8mmoZaLKS0u ZBXM8ztJSH+02EnxZs+jAvbgHG65ockFdfxWSJ7oN0UDgGZ+X0QXDQQotYx78nTiBJmF 3g72RMsVDR5VVZdyk1JLLnlk3lpRxkM5VwMTJDIcenUdrWgdxTJ5QgenZmjtqLKNYniR 5K4lh1MjZGlYwf8dcWGbEFNkKH4DzqBWAXBjIlQ9Srwou3W7c0b8eMBSU+6J60RA0eCU SWAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=T+NP9hNE5cSE0IRCsIPEoFN9ygrw3ktC1Zxzc8P3+t8=; b=fMC2NeQ3Sg5yCcLuDcdApr/5UTfbgTbTh4Xe4lkKrpiysxd+BRt9zLJN1UIy5TvAHl MLHHWvVpYBc0vbEFO/9ckxBF2WFAb2iTOP4tXsmorV0msoVfWgEzYwqq0ywL+fFo56jf x74nk7p7vZSveYbdepG3/wZsryAwqKaa4Wu5xyaBK2lZxYj+uCzOMB3OCDIVyDRSU1uC QTGCANLQqEc2IynK5M2EqNiu/tCwwMbOKsBoQsip7MOFwVxeteO76nUAuFAV41R5rLCU /J9DVaPKQ/7lStOo7TDdI6FnrJKbWGYQpV2WEJ1uIJoLeVTlO1efgklvIrzl4PebDxsZ UMNw== X-Gm-Message-State: AOAM533v8DRT22IFiB3tblgPSowYZ3dk37VhJ8rcY/xgBinPgVtOdg3v g0bI5V26aJNwnuP8StQ2mDYHnTLnaYj33p7k X-Google-Smtp-Source: ABdhPJyXwRRj6/5VCg3oWanRNzOlCuj0Ya+JVtE+e+9bGsDAg96gopuSeZcfz7lxrP6E2t+eZfuI9g== X-Received: by 2002:a2e:9211:: with SMTP id k17mr16152819ljg.284.1621834172689; Sun, 23 May 2021 22:29:32 -0700 (PDT) Return-Path: Received: from gilgamesh.semihalf.com (host-193.106.246.138.static.3s.pl. [193.106.246.138]) by smtp.gmail.com with ESMTPSA id w17sm90739lfp.300.2021.05.23.22.29.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 23 May 2021 22:29:32 -0700 (PDT) From: "Marcin Wojtas" To: devel@edk2.groups.io Cc: leif@nuviainc.com, ardb+tianocore@kernel.org, Samer.El-Haj-Mahmoud@arm.com, sunny.Wang@arm.com, gjb@semihalf.com, upstream@semihalf.com, Marcin Wojtas Subject: [edk2-platforms PATCH 0/6] Marvell ACS fixes Date: Mon, 24 May 2021 07:29:13 +0200 Message-Id: <20210524052919.2496579-1-mw@semihalf.com> X-Mailer: git-send-email 2.29.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi, This series addresses a couple of issues found during ACS3.0 test suit runs. The SMBIOS Type17 table extension and RTC fixes/improvements. Moreover the SPCR console subtype is switched to a different value and Cn913xDb ACPI tables are fixed, so that to achieve proper Windows 10 PE boot. More details can be found in the commit logs. The patchest is publicly available in the github: https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/marvell-acs-r20210524 Best regards, Marcin Marcin Wojtas (6): Marvell/Drivers: SmbiosPlatformDxe: Align Type17 to SMBIOS v3.2 Marvell: Armada7k8k/OcteonTx: Fix RT debug prints Marvell: Armada7k8k/OcteonTx: Switch SPCR UART subtype to 0x1 Marvell/Cn913xDbA: AcpiTables: Use unique UID's Marvell: RealTimeClockLib: Fix daylight and timezone handling Marvell: RealTimeClockLib: Rework LibGetWakeupTime/LibSetWakeupTime Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 2 - Silicon/Marvell/Armada7k8k/Library/RealTimeClockLib/RealTimeClockLib.h | 2 +- Silicon/Marvell/Armada7k8k/Library/RealTimeClockLib/RealTimeClockLib.c | 32 ++++++++-------- Silicon/Marvell/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c | 39 ++++++++++++++++++-- Silicon/Marvell/Armada7k8k/AcpiTables/Spcr.aslc | 2 +- Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn9131DbA/Ssdt.asl | 6 +-- Silicon/Marvell/OcteonTx/AcpiTables/T91/Spcr.aslc | 2 +- 7 files changed, 56 insertions(+), 29 deletions(-) -- 2.29.0