From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.1759.1650942020166523323 for ; Mon, 25 Apr 2022 20:00:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=jyuT5fVZ; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id D15C720E8FA4; Mon, 25 Apr 2022 20:00:18 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D15C720E8FA4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1650942019; bh=F0ZSMyVT/h42B+UB6m9Tp0VFvoHIRcmJs1f6QWIc+XU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jyuT5fVZ+rlwqthQHz1jGcJMe4cLven9FSBqAzC5UiBxGk41/l23fMB09XH+bZL59 VE1bhwburDILRcd9QntOdYX0gFNKnstto+db4QoTdywd3gNBrdBgOoVt8bLJ815Q9b rFwJOBAQMCtH/mMpPyUM3msmpPBJnIEu+Sllwrqw= Message-ID: Date: Mon, 25 Apr 2022 23:00:17 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [edk2-platforms][PATCH v1 0/3] MinPlatformPkg: Add FADT duty offset and width PCDs To: "Chiu, Chasel" , "devel@edk2.groups.io" Cc: "Desimone, Nathaniel L" , "Gao, Liming" , "Dong, Eric" , Ankit Sinha References: <20220411205813.2908-1-mikuback@linux.microsoft.com> From: "Michael Kubacki" In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Chasel. I pushed a branch rebased on the latest master branch with R-b tags here in case that helps with merging: https://github.com/makubacki/edk2-platforms/commits/active/add_duty_pcds_minplatformpkg_v1_rb1 Regards, Michael On 4/25/2022 12:08 AM, Chiu, Chasel wrote: > > Thanks Michael! > For this patch series: Reviewed-by: Chasel Chiu > > >> -----Original Message----- >> From: mikuback@linux.microsoft.com >> Sent: Tuesday, April 12, 2022 4:58 AM >> To: devel@edk2.groups.io >> Cc: Chiu, Chasel ; Desimone, Nathaniel L >> ; Gao, Liming >> ; Dong, Eric >> Subject: [edk2-platforms][PATCH v1 0/3] MinPlatformPkg: Add FADT duty >> offset and width PCDs >> >> From: Michael Kubacki >> >> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3543 >> >> Adds PCDs to the MinPlatformPkg DEC file so MinPlatformPkg consumers >> (board packages) can customize the DUTY_OFFSET and DUTY_CYCLE values >> in their build files. >> >> The copy of AcpiPlatform in SimicsOpenBoardPkg is also updated to keep >> the change in sync with the source MinPlatformPkg module. >> >> Cc: Chasel Chiu >> Cc: Nate DeSimone >> Cc: Liming Gao >> Cc: Eric Dong >> Signed-off-by: Michael Kubacki >> >> Michael Kubacki (3): >> MinPlatformPkg: Add FADT duty offset and duty width PCDs >> MinPlatformPkg/AcpiPlatform: Use FADT duty offset and width PCDs >> SimicsOpenBoardPkg/AcpiPlatform: Use FADT duty offset and width PCDs >> >> Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c >> | 3 +++ >> Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/Fadt/Fadt.c >> | 4 ++-- >> >> Platform/Intel/SimicsOpenBoardPkg/AcpiTables/MinPlatformAcpiTables/Ac >> piPlatform.c | 3 +++ >> >> Platform/Intel/SimicsOpenBoardPkg/AcpiTables/MinPlatformAcpiTables/Fa >> dt/Fadt.c | 4 ++-- >> Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf >> | 2 ++ >> Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec | >> 15 +++++++++++++++ >> >> Platform/Intel/SimicsOpenBoardPkg/AcpiTables/MinPlatformAcpiTables/Ac >> piPlatform.inf | 2 ++ >> 7 files changed, 29 insertions(+), 4 deletions(-) >> >> -- >> 2.28.0.windows.1