Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamicTablesPkg; Reorg with FADT table updates #2

Conversation

abdattar
Copy link

No description provided.

abdattar added 4 commits June 22, 2024 04:28
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4781

Updates ArchCommon object list with the FADT table fields.

Cc: Sami Mujawar <[email protected]>
Cc: Pierre Gondois <[email protected]>
Signed-off-by: Abdul Lateef Attar <[email protected]>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4781

Adds generic table generator creator id as "DYNT".

Cc: Sami Mujawar <[email protected]>
Cc: Pierre Gondois <[email protected]>
Signed-off-by: Abdul Lateef Attar <[email protected]>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4781

Updates FADT common generator to collect below configuration
information and update the table accordingly.
  - SCI interrupt
  - SCI command
  - PM Block
  - GPE Block
  - PM Block 64-bit
  - GPE Block 64-bit
  - Sleep block
  - Reset block
  - Miscellaneous legacy information

Cc: Sami Mujawar <[email protected]>
Cc: Pierre Gondois <[email protected]>
Signed-off-by: Abdul Lateef Attar <[email protected]>
Adds empty X64 namespace object for future use.

Cc: Sami Mujawar <[email protected]>
Cc: Pierre Gondois <[email protected]>
Signed-off-by: Abdul Lateef Attar <[email protected]>
Fadt->ResetValue = ResetBlockInfo->ResetValue;
}

// Update Creator ID
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Abdul,
I still need to discuss with Sami when he comes back from holiday about this and about this patch:
DynamicTablesPkg: Defines generic table generator creator id
but from my point of view the patches looks good to me!

pierregondois pushed a commit that referenced this pull request Nov 6, 2024
This patch does not impact functionality. It aims to clarify the
synchronization flow between the BSP and APs to enhance code
readability and understanding:

Steps tianocore#6 and tianocore#11 are the basic synchronization requirements for all
cases.

Steps #1 is additional requirements if the MmCpuSyncModeTradition
mode is selected.

Steps #1, #2, tianocore#3, tianocore#4, tianocore#5, tianocore#7, tianocore#8, tianocore#9, and tianocore#10 are additional
requirements if the system needs to configure the MTRR.

Steps tianocore#9 and tianocore#10 are additional requirements if the system needs to
support the mSmmDebugAgentSupport.

Signed-off-by: Jiaxin Wu <[email protected]>
pierregondois pushed a commit that referenced this pull request Nov 6, 2024
… func

This patch is for PiSmmCpuDxeSmm driver to add one round wait/release sync
for BSP and AP to perform the SMM CPU Platform Hook before executing MMI
Handler: SmmCpuPlatformHookBeforeMmiHandler (). With the function, SMM CPU
driver can perform the platform specific items after one round BSP and AP
sync (to make sure all APs in SMI) and before the MMI handlers.

After the change, steps #1 and #2 are additional requirements if the
MmCpuSyncModeTradition mode is selected.

Signed-off-by: Jiaxin Wu <[email protected]>
@abdattar abdattar closed this Nov 18, 2024
@abdattar abdattar deleted the dyntables_libraries_reorg_x64_v2 branch November 18, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants