|
[PATCH v6 0/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
Replaced shift operator with compiler intrinsic functions. Cc: Ray Ni <ray.ni@...> Cc: Zhichao Gao <zhichao.gao@...> Cc: Sami Mujawar <sami.mujawar@...> Abdul Lateef Attar (2): ShellPk
Replaced shift operator with compiler intrinsic functions. Cc: Ray Ni <ray.ni@...> Cc: Zhichao Gao <zhichao.gao@...> Cc: Sami Mujawar <sami.mujawar@...> Abdul Lateef Attar (2): ShellPk
|
By
Abdul Lateef Attar
· #87744
·
|
|
[PATCH v6 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni <ray.ni@...> Cc: Zhic
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni <ray.ni@...> Cc: Zhic
|
By
Abdul Lateef Attar
· #87743
·
|
|
[PATCH v6 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UI
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UI
|
By
Abdul Lateef Attar
· #87742
·
|
|
[edk2-platforms PATCH v1 1/1] BoardModulePkg: Copy device path before processing
GCC compiler puts the DevicePath PCDs to the read-only section. During boot if try to process the device path after PtrGetPtr it throws a page fault exception. Hence making a local copy using Duplicat
GCC compiler puts the DevicePath PCDs to the read-only section. During boot if try to process the device path after PtrGetPtr it throws a page fault exception. Hence making a local copy using Duplicat
|
By
Abdul Lateef Attar
· #87560
·
|
|
[edk2-platforms PATCH v1 0/1] BoardModulePkg: Copy device path
(Resending patch with [edk2-platforms] prefix with correct emailid). GCC compiler puts the DevicePath PCDs to the read-only section. During boot if try to process the device path after PtrGetPtr it th
(Resending patch with [edk2-platforms] prefix with correct emailid). GCC compiler puts the DevicePath PCDs to the read-only section. During boot if try to process the device path after PtrGetPtr it th
|
By
Abdul Lateef Attar
· #87559
·
|
|
[PATCH v1 0/1] BoardModulePkg: Copy device path before processing
GCC compiler puts the DevicePath PCDs to the read-only section. During boot if try to process the device path after PtrGetPtr it throws a page fault exception. Hence making a local copy using Duplicat
GCC compiler puts the DevicePath PCDs to the read-only section. During boot if try to process the device path after PtrGetPtr it throws a page fault exception. Hence making a local copy using Duplicat
|
By
Abdul Lateef Attar
· #87361
·
|
|
[PATCH v1 1/1] BoardModulePkg: Copy device path before processing
GCC compiler puts the DevicePath PCDs to the read-only section. During boot if try to process the device path after PtrGetPtr it throws a page fault exception. Hence making a local copy using Duplicat
GCC compiler puts the DevicePath PCDs to the read-only section. During boot if try to process the device path after PtrGetPtr it throws a page fault exception. Hence making a local copy using Duplicat
|
By
Abdul Lateef Attar
· #87360
·
|
|
[PATCH v3 1/1] MdePkg/Include: Smbios Specification 3.5.0 changes
Adds following changes 1) Added support for manufacturing mode in BIOS Characteristics Extension Byte 2. 2) Added support for slot height in System Slot Table (type 9). 3) Updated Built-in pointing de
Adds following changes 1) Added support for manufacturing mode in BIOS Characteristics Extension Byte 2. 2) Added support for slot height in System Slot Table (type 9). 3) Updated Built-in pointing de
|
By
Abdul Lateef Attar
· #86989
·
|
|
[PATCH v3 0/1] MdePkg/Include SMBIOS 3.5.0 changes
Hi Liming, I didnt reliaze that patch v2 was empty. Sending patch v3 after rebase. Thanks AbduL Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <gaoliming@...> Cc: Zhiguang
Hi Liming, I didnt reliaze that patch v2 was empty. Sending patch v3 after rebase. Thanks AbduL Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <gaoliming@...> Cc: Zhiguang
|
By
Abdul Lateef Attar
· #86988
·
|
|
[PATCH v5 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni <ray.ni@...> Cc: Zhic
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni <ray.ni@...> Cc: Zhic
|
By
Abdul Lateef Attar
· #86706
·
|
|
[PATCH v5 0/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
Hi, Sorry for the delayed reply. I had updated the patch according to the review comments. Please review the updated patch. REF: https://github.com/abdattar/edk2/tree/FadtFlagsParserV5 Cc: Ray Ni <ray
Hi, Sorry for the delayed reply. I had updated the patch according to the review comments. Please review the updated patch. REF: https://github.com/abdattar/edk2/tree/FadtFlagsParserV5 Cc: Ray Ni <ray
|
By
Abdul Lateef Attar
· #86705
·
|
|
[PATCH v5 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UI
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3839 Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UI
|
By
Abdul Lateef Attar
· #86704
·
|
|
[PATCH 1/1] MdePkg/Include: Smbios Specification 3.5.0 changes
By
Abdul Lateef Attar
· #85329
·
|
|
[PATCH v2 0/1] MdePkg/Include SMBIOS 3.5.0 changes
Rebase the patch and fix the uncrustify. Reference: https://github.com/abdattar/edk2/tree/smbios_3_5_0_v2 Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <gaoliming@...> Cc
Rebase the patch and fix the uncrustify. Reference: https://github.com/abdattar/edk2/tree/smbios_3_5_0_v2 Cc: Michael D Kinney <michael.d.kinney@...> Cc: Liming Gao <gaoliming@...> Cc
|
By
Abdul Lateef Attar
· #85328
·
|
|
[PATCH v4 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field
Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni <ray.ni@...> Cc: Zhichao Gao <zhichao.gao@...> Cc: Sami Mujawar <sami.mu
Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni <ray.ni@...> Cc: Zhichao Gao <zhichao.gao@...> Cc: Sami Mujawar <sami.mu
|
By
Abdul Lateef Attar
· #85098
·
|
|
[PATCH v4 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UINT64 byte data. Cc: Ray Ni <ray.ni@...> Cc: Zhichao
Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UINT64 byte data. Cc: Ray Ni <ray.ni@...> Cc: Zhichao
|
By
Abdul Lateef Attar
· #85097
·
|
|
[PATCH v3 2/2] ShellPkg/AcpiView: PrintFormatter for FADT Flags field
Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni <ray.ni@...> Cc: Zhichao Gao <zhichao.gao@...> Cc: Sami Mujawar <sami.mu
Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Cc: Ray Ni <ray.ni@...> Cc: Zhichao Gao <zhichao.gao@...> Cc: Sami Mujawar <sami.mu
|
By
Abdul Lateef Attar
· #83911
·
|
|
[PATCH v3 1/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UINT64 byte data. Cc: Ray Ni <ray.ni@...> Cc: Zhichao
Adds ParseAcpiBitFields() which is based on ParseAcpi() and capable of parsing the bit fields. Supports parsing of UINT8, UINT16, UINT32 and UINT64 byte data. Cc: Ray Ni <ray.ni@...> Cc: Zhichao
|
By
Abdul Lateef Attar
· #83910
·
|
|
[PATCH v3 0/2] ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
Hi Sami, Zhichao, Addressed all review comments. Created two different patches, one for bitfield parser and another for FADT Flags parser. Thanks AbduL REF : https://github.com/abdattar/edk2/tree/Fadt
Hi Sami, Zhichao, Addressed all review comments. Created two different patches, one for bitfield parser and another for FADT Flags parser. Thanks AbduL REF : https://github.com/abdattar/edk2/tree/Fadt
|
By
Abdul Lateef Attar
· #83909
·
|
|
[PATCH v2 1/1] ShellPkg/AcpiView: PrintFormatter for FADT Flags field
Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Adds new parser function ParseAcpiBitFields() to handle bit fields. Cc: Ray Ni <ray.ni@...
Adds PrintFormatter function to the FADT flags field. Prints indivisual flag name along with flag value. Adds new parser function ParseAcpiBitFields() to handle bit fields. Cc: Ray Ni <ray.ni@...
|
By
Abdul Lateef Attar
· #83802
·
|