BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Groups.io Inc//Groups.io Calendar//EN
METHOD:CANCEL
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-PUBLISHED-TTL:PT1H
CALSCALE:GREGORIAN
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
LAST-MODIFIED:20240422T053451Z
TZURL:https://www.tzurl.org/zoneinfo-outlook/America/Los_Ang
On 8/13/2024 9:33 PM, Nhi Pham via groups.io wrote:
This could be a static function.
+EFI_STATUS
+EFIAPI
+AcpiInstallSpmiTable (
+ VOID
+ );
+
#endif /* ACPI_PLATFORM_H_ */
diff --git a/Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.c
b/Platform/Ampere/JadePkg/Drivers/AcpiPl
*Reminder: TianoCore Community Meeting EMEA/NAMO*
*When:*
Thursday, August 15, 2024
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
*Where:*
Microsoft Teams meeting Join on your computer or mobile app Click here to join
the meeting Meeting ID: 226 323 011 029 Passcode: hMRCj6 Download Teams | J
Hello Rafael
Apologies for the lack of response. Life had other plans for me, but I am
getting back into the project, and am still wondering how to get this
working.
I took your advice on rebuilding the BIOS to include the protocols.
First I grabbed the latest repo which is edk2-stable202405.
I
Hello,
Are there any topics for the TianoCore Community Meeting this week?
Mike
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120341): https://edk2.groups.io/g/devel/message/120341
Mute This Topic: https://groups.io/mt/107905225/21656
Hi Liming,
I apologize for the delayed response.
Thanks,
Michael
On 8/6/2024 1:34 AM, gaoliming via groups.io wrote:
Michael:
Thanks for your great effort. This is a good direction to consolidate code
and issue together. My feedbacks are below:
1. BugZilla supports code first process. Wha
*Reminder: TianoCore Community Meeting - APAC/NAMO*
*When:*
Thursday, August 15, 2024
7:30pm to 8:30pm
(UTC-07:00) America/Los Angeles
*Where:*
https://teams.microsoft.com/l/meetup-join/19%3ameeting_Y2M1NDE3ODYtN2M3Yy00MDMxLTk3OWYtMTlkNjhlNWFlMjA2%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-
> -Original Message-
> From: Michael Kubacki
> Sent: Wednesday, August 14, 2024 7:30 PM
> To: devel@edk2.groups.io; gaolim...@byosoft.com.cn; Kinney, Michael D
> ; r...@edk2.groups.io
> Cc: 'Andrew Fish' ; 'Leif Lindholm'
> ; 'Sean Brogan'
> Subject: Re: 回复: [edk2-devel] [RFC] Transitio
This implements ACPI SPMI table as defined in the IPMI specification.
Signed-off-by: Nhi Pham
---
v2:
+ Remove EFIAPI
+ Make the function UpdateIpmiSpecRevision() static
+ Change 0x0F to 0xF to be more readable.
Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiPlatformDxe.inf |