public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v3 0/2] MdePkg: Added new SPCR table Revision 4 structure
@ 2024-04-30  7:24 Praveen Sankar N via groups.io
  2024-04-30  7:24 ` [edk2-devel] [PATCH v3 1/2] Subject: [PATCH] MdePkg:Added new SPCR table stucture members as in Rev4 Praveen Sankar N via groups.io
  2024-04-30  7:24 ` [edk2-devel] [PATCH v3 2/2] MdePkg: Added new SPCR table Revision 4 structure Praveen Sankar N via groups.io
  0 siblings, 2 replies; 3+ messages in thread
From: Praveen Sankar N via groups.io @ 2024-04-30  7:24 UTC (permalink / raw)
  To: devel@edk2.groups.io
  Cc: michael.d.kinney@intel.com, gaoliming@byosoft.com.cn,
	zhiguang.liu@intel.com, Felix Polyudov, Srinivasan Mani,
	Sundaresan S



praveensankarn (2):
  Subject: [PATCH] MdePkg:Added new SPCR table stucture members as in
    Rev4.
  MdePkg: Added new SPCR table Revision 4 structure

 .../SerialPortConsoleRedirectionTable.h                | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

--
2.38.1.windows.1
-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118692): https://edk2.groups.io/g/devel/message/118692
Mute This Topic: https://groups.io/mt/105984698/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [edk2-devel] [PATCH v3 1/2] Subject: [PATCH] MdePkg:Added new SPCR table stucture members as in Rev4.
  2024-04-30  7:24 [edk2-devel] [PATCH v3 0/2] MdePkg: Added new SPCR table Revision 4 structure Praveen Sankar N via groups.io
@ 2024-04-30  7:24 ` Praveen Sankar N via groups.io
  2024-04-30  7:24 ` [edk2-devel] [PATCH v3 2/2] MdePkg: Added new SPCR table Revision 4 structure Praveen Sankar N via groups.io
  1 sibling, 0 replies; 3+ messages in thread
From: Praveen Sankar N via groups.io @ 2024-04-30  7:24 UTC (permalink / raw)
  To: devel@edk2.groups.io
  Cc: michael.d.kinney@intel.com, gaoliming@byosoft.com.cn,
	zhiguang.liu@intel.com, Felix Polyudov, Srinivasan Mani,
	Sundaresan S

In SPCR table, 4 structure members have been added newly as per
SPCR table Rev4, which has to be added in
MdePkg/SerialPortConsoleRedirectionTable.h file.

Signed-off-by: Praveen Sankar N praveensankarn@ami.com
CC: michael.d.kinney@intel.com
CC: gaoliming@byosoft.com.cn
CC: zhiguang.liu@intel.com
CC: Felixp@ami.com
CC: srinivasanm@ami.com
CC: sundaresans@ami.com
---
 .../IndustryStandard/SerialPortConsoleRedirectionTable.h    | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
index eb5ae28390..f0001ab137 100644
--- a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
+++ b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
@@ -47,7 +47,11 @@ typedef struct {
   UINT8                                     PciFunctionNumber;

   UINT32                                    PciFlags;

   UINT8                                     PciSegment;

-  UINT32                                    Reserved3;

+  UINT32                                    UartClockFrequency;

+  UINT32                                    PreciseBaudRate;

+  UINT16                                    NameSpaceStrLength;

+  UINT16                                    NameSpaceStrOffset;

+  CHAR8                                     NameSpaceString[0];

 } EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE;



 #pragma pack()

--
2.38.1.windows.1
-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118693): https://edk2.groups.io/g/devel/message/118693
Mute This Topic: https://groups.io/mt/105984699/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [edk2-devel] [PATCH v3 2/2] MdePkg: Added new SPCR table Revision 4 structure
  2024-04-30  7:24 [edk2-devel] [PATCH v3 0/2] MdePkg: Added new SPCR table Revision 4 structure Praveen Sankar N via groups.io
  2024-04-30  7:24 ` [edk2-devel] [PATCH v3 1/2] Subject: [PATCH] MdePkg:Added new SPCR table stucture members as in Rev4 Praveen Sankar N via groups.io
@ 2024-04-30  7:24 ` Praveen Sankar N via groups.io
  1 sibling, 0 replies; 3+ messages in thread
From: Praveen Sankar N via groups.io @ 2024-04-30  7:24 UTC (permalink / raw)
  To: devel@edk2.groups.io
  Cc: michael.d.kinney@intel.com, gaoliming@byosoft.com.cn,
	zhiguang.liu@intel.com, Felix Polyudov, Srinivasan Mani,
	Sundaresan S, Rabisha R

In SPCR table, 4 structure members have been added newly as per SPCR
table Revision 4, which has to be added in
MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h.

Signed-off-by: Praveen Sankar N praveensankarn@ami.com
Cc: michael.d.kinney@intel.com
Cc: gaoliming@byosoft.com.cn
Cc: zhiguang.liu@intel.com
Cc: Felixp@ami.com
Cc: srinivasanm@ami.com
Cc: sundaresans@ami.com
Cc: rabishar@ami.com
---
 .../IndustryStandard/SerialPortConsoleRedirectionTable.h      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
index f0001ab137..3979baf594 100644
--- a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
+++ b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
@@ -21,7 +21,7 @@
 ///

 /// SPCR Revision (defined in spec)

 ///

-#define EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_REVISION  0x02

+#define EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_REVISION  0x04



 ///

 /// Serial Port Console Redirection Table Format

@@ -52,7 +52,7 @@ typedef struct {
   UINT16                                    NameSpaceStrLength;

   UINT16                                    NameSpaceStrOffset;

   CHAR8                                     NameSpaceString[0];

-} EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE;

+} EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_V4;



 #pragma pack()



--
2.38.1.windows.1
-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118694): https://edk2.groups.io/g/devel/message/118694
Mute This Topic: https://groups.io/mt/105984700/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-08 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-30  7:24 [edk2-devel] [PATCH v3 0/2] MdePkg: Added new SPCR table Revision 4 structure Praveen Sankar N via groups.io
2024-04-30  7:24 ` [edk2-devel] [PATCH v3 1/2] Subject: [PATCH] MdePkg:Added new SPCR table stucture members as in Rev4 Praveen Sankar N via groups.io
2024-04-30  7:24 ` [edk2-devel] [PATCH v3 2/2] MdePkg: Added new SPCR table Revision 4 structure Praveen Sankar N via groups.io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox