Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: ec44a71ba711b326be4f1d0e370a0d67668cdfa8
      
https://github.com/tianocore/edk2/commit/ec44a71ba711b326be4f1d0e370a0d67668cdfa8
  Author: Sami Mujawar <[email protected]>
  Date:   2026-07-03 (Fri, 03 Jul 2026)

  Changed paths:
    M ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h

  Log Message:
  -----------
  ShellPkg/Acpiview: Increase the max supported parsers

The RegisterParser() function is failing with error code
EFI_OUT_OF_RESOURCES as we have run out of space for
registering the ACPI table parsers in mTableParserList[].

Therefore, increase the MAX_ACPI_TABLE_PARSERS to 128.

Signed-off-by: Sami Mujawar <[email protected]>


  Commit: f47d5291b99095d6f01f35f18fe7f4d0c276464f
      
https://github.com/tianocore/edk2/commit/f47d5291b99095d6f01f35f18fe7f4d0c276464f
  Author: Sami Mujawar <[email protected]>
  Date:   2026-07-03 (Fri, 03 Jul 2026)

  Changed paths:
    M ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c
    M ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h
    M ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Agdi/AgdiParser.c
    M ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Mpam/MpamParser.c
    M ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Wsmt/WsmtParser.c

  Log Message:
  -----------
  ShellPkg/Acpiview: Make reserved-field validation common

Move the reserved-field validators from MpamParser.c into AcpiParser.c
and expose them through AcpiParser.h so they can be reused by multiple
Acpiview parsers.

Update the AGDI, MPAM and WSMT parsers to use the common helpers for
byte-length and bit-length reserved fields.

Signed-off-by: Sami Mujawar <[email protected]>


  Commit: a70c8729668f30de067f4b9db2e69baba283856e
      
https://github.com/tianocore/edk2/commit/a70c8729668f30de067f4b9db2e69baba283856e
  Author: Sami Mujawar <[email protected]>
  Date:   2026-07-03 (Fri, 03 Jul 2026)

  Changed paths:
    M ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h
    A ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ccel/CcelParser.c
    M ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c
    M 
ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf

  Log Message:
  -----------
  ShellPkg/AcpiView: Add parser for CCEL ACPI table

The ACPI 6.5 specification introduces the CCEL (CC Event Log) table
in section 5.2.34:
https://uefi.org/specs/ACPI/6.5/
05_ACPI_Software_Programming_Model.html#cc-event-log-acpi-table

Extend AcpiView with a parser to decode and display CCEL table
contents. This allows users to inspect CCEL tables from the UEFI
Shell.

Signed-off-by: Sami Mujawar <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/e54671e9ef14...a70c8729668f

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to