|
[PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: acpi version update for GTDT
Hi Lief, The macro is only updated to reflect the latest ACPI version being considered for GTDT.Since i had updated the edk2-platform code to use the latest structure definitions from EFI_ACPI_6_3,did
Hi Lief, The macro is only updated to reflect the latest ACPI version being considered for GTDT.Since i had updated the edk2-platform code to use the latest structure definitions from EFI_ACPI_6_3,did
|
By
Shashi Mallela
· #66091
·
|
|
[PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: acpi version update for GTDT
Hi Lief, The macro has only been updated to reflect the latest ACPI version 6.3 and stay in sync with the edk2-platform gtdt updates made for sbsa platform based on the same ACPI version 6.3. Thanks S
Hi Lief, The macro has only been updated to reflect the latest ACPI version 6.3 and stay in sync with the edk2-platform gtdt updates made for sbsa platform based on the same ACPI version 6.3. Thanks S
|
By
Shashi Mallela
· #66092
·
|
|
[PATCH v2 0/1] Add SBSA-wdt entry to GTDT
To enable detection of qemu SBSA generic watchdog timer device,this patch has been added to create sbsa-wdt entry into the GTDT table which helps firmware report the presence of SBSA-wdt to the OS. Ch
To enable detection of qemu SBSA generic watchdog timer device,this patch has been added to create sbsa-wdt entry into the GTDT table which helps firmware report the presence of SBSA-wdt to the OS. Ch
|
By
Shashi Mallela
· #66187
·
|
|
[PATCH v2 1/1] Silicon/Qemu/Sbsa: Add SBSA-wdt entry to GTDT
SBSA generic watchdog timer structure entry has been added to GTDT table as per BSAv0.9. This enables acpi detection of wdt in qemu sbsa platform Signed-off-by: Shashi Mallela <shashi.mallela@...
SBSA generic watchdog timer structure entry has been added to GTDT table as per BSAv0.9. This enables acpi detection of wdt in qemu sbsa platform Signed-off-by: Shashi Mallela <shashi.mallela@...
|
By
Shashi Mallela
· #66188
·
|
|
[PATCH v3 0/1] Add SBSA-wdt entry to GTDT
To enable detection of qemu SBSA generic watchdog timer device,this patch has been added to create sbsa-wdt entry into the GTDT table which helps firmware report the presence of SBSA-wdt to the OS. Ch
To enable detection of qemu SBSA generic watchdog timer device,this patch has been added to create sbsa-wdt entry into the GTDT table which helps firmware report the presence of SBSA-wdt to the OS. Ch
|
By
Shashi Mallela
· #66764
·
|
|
[PATCH v3 1/1] Silicon/Qemu/Sbsa: Add SBSA-wdt entry to GTDT
SBSA generic watchdog timer structure entry has been added to GTDT table as per SBSAv6.0. This enables acpi detection of wdt in qemu sbsa platform Cc: Leif Lindholm <leif@...> Cc: Ard Biesheu
SBSA generic watchdog timer structure entry has been added to GTDT table as per SBSAv6.0. This enables acpi detection of wdt in qemu sbsa platform Cc: Leif Lindholm <leif@...> Cc: Ard Biesheu
|
By
Shashi Mallela
· #66765
·
|
|
[PATCH v4 0/1] Add SBSA-wdt entry to GTDT
To enable detection of qemu SBSA generic watchdog timer device,this patch has been added to create sbsa-wdt entry into the GTDT table which helps firmware report the presence of SBSA-wdt to the OS. Ch
To enable detection of qemu SBSA generic watchdog timer device,this patch has been added to create sbsa-wdt entry into the GTDT table which helps firmware report the presence of SBSA-wdt to the OS. Ch
|
By
Shashi Mallela
· #66867
·
|
|
[PATCH v4 1/1] Silicon/Qemu/Sbsa: Add SBSA-wdt entry to GTDT
SBSA generic watchdog timer structure entry has been added to GTDT table as per SBSAv6.0. This enables acpi detection of wdt in qemu sbsa platform Cc: Leif Lindholm <leif@...> Cc: Ard Biesheu
SBSA generic watchdog timer structure entry has been added to GTDT table as per SBSAv6.0. This enables acpi detection of wdt in qemu sbsa platform Cc: Leif Lindholm <leif@...> Cc: Ard Biesheu
|
By
Shashi Mallela
· #66868
·
|
|
[PATCH v1 0/1] sbsa-wdt interrupt id update
Updated SBSA-wdt interrupt id in Gtdt table since the previous value was being used by a different source in qemu sbsa-ref platform. Shashi Mallela (1): Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update
Updated SBSA-wdt interrupt id in Gtdt table since the previous value was being used by a different source in qemu sbsa-ref platform. Shashi Mallela (1): Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update
|
By
Shashi Mallela
· #68613
·
|
|
[PATCH v1 1/1] Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update
Updated SBSA-wdt interrupt id in Gtdt table since the previous value was being used by a different source in qemu sbsa-ref platform. Cc: Leif Lindholm <leif@...> Cc: Ard Biesheuvel <ard.biesh
Updated SBSA-wdt interrupt id in Gtdt table since the previous value was being used by a different source in qemu sbsa-ref platform. Cc: Leif Lindholm <leif@...> Cc: Ard Biesheuvel <ard.biesh
|
By
Shashi Mallela
· #68614
·
|
|
[PATCH v1 0/1] sbsa-wdt interrupt id update
This patch contains an update to interrupt id value of sbsa wdt,since the previous value of interrupt id used was causing conflict with a different device of sbsa-ref platform.This was preventing the
This patch contains an update to interrupt id value of sbsa wdt,since the previous value of interrupt id used was causing conflict with a different device of sbsa-ref platform.This was preventing the
|
By
Shashi Mallela
· #68719
·
|
|
[PATCH v1 1/1] Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update
The previous value of interrupt id used was causing conflict with a different device of sbsa-ref platform. This was preventing the watchdog interrupt from getting identified.Updated SBSA-wdt interrupt
The previous value of interrupt id used was causing conflict with a different device of sbsa-ref platform. This was preventing the watchdog interrupt from getting identified.Updated SBSA-wdt interrupt
|
By
Shashi Mallela
· #68720
·
|
|
[PATCH v1 0/1] sbsa-wdt interrupt id update
The previous value of interrupt id used was not in sync with the interrupt id being used in qemu sbsa-ref platform due to a conflict before merging and was missed in last review. This was preventing t
The previous value of interrupt id used was not in sync with the interrupt id being used in qemu sbsa-ref platform due to a conflict before merging and was missed in last review. This was preventing t
|
By
Shashi Mallela
· #68799
·
|
|
[PATCH v1 1/1] Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update
The previous value of interrupt id used was causing conflict with a different device of sbsa-ref platform. This was preventing the watchdog interrupt from getting identified.Updated SBSA-wdt interrupt
The previous value of interrupt id used was causing conflict with a different device of sbsa-ref platform. This was preventing the watchdog interrupt from getting identified.Updated SBSA-wdt interrupt
|
By
Shashi Mallela
· #68800
·
|
|
[PATCH v1-resend 0/1] sbsa-wdt interrupt id update
The previous value of interrupt id used was not in sync with the interrupt id being used in qemu sbsa-ref platform due to a conflict before merging and was missed in last review. This was preventing t
The previous value of interrupt id used was not in sync with the interrupt id being used in qemu sbsa-ref platform due to a conflict before merging and was missed in last review. This was preventing t
|
By
Shashi Mallela
· #68802
·
|
|
[PATCH v1-resend 1/1] Silicon/Qemu/Sbsa: sbsa-wdt interrupt id update
The previous value of interrupt id used was not in sync with the interrupt id being used in qemu sbsa-ref platform due to a conflict before merging and was missed in last review. This was preventing t
The previous value of interrupt id used was not in sync with the interrupt id being used in qemu sbsa-ref platform due to a conflict before merging and was missed in last review. This was preventing t
|
By
Shashi Mallela
· #68803
·
|
|
[PATCH v1 0/2] Add GIC ITS entry to MADT
This patchset implements ACPI MADT functionality extension to include the GICv3 ITS functionality. This enables devices to use message signalled LPI interrupts in addition to SPIs,PPIs supported on AR
This patchset implements ACPI MADT functionality extension to include the GICv3 ITS functionality. This enables devices to use message signalled LPI interrupts in addition to SPIs,PPIs supported on AR
|
By
Shashi Mallela
· #72682
·
|
|
[PATCH v1 1/2] Platform/Qemu/SbsaQemu/SbsaQemu.dsc: define GICv3 ITS base address
Update the new pcd setting (defined in edk2 ArmPkg) with the base address of GICv3 Interrupt Translation Service.For Qemu sbsa-ref platforms,this enables the detection of GIC ITS capability within the
Update the new pcd setting (defined in edk2 ArmPkg) with the base address of GICv3 Interrupt Translation Service.For Qemu sbsa-ref platforms,this enables the detection of GIC ITS capability within the
|
By
Shashi Mallela
· #72683
·
|
|
[PATCH v1 2/2] Silicon/Qemu: Update MADT with GICv3 ITS info
For Qemu sbsa-ref platforms,to enable detection of GICv3 Interrupt Translation Service capability in the ACPI MADT,the GIC ITS structure is created with the relevant values for each of its fields.The
For Qemu sbsa-ref platforms,to enable detection of GICv3 Interrupt Translation Service capability in the ACPI MADT,the GIC ITS structure is created with the relevant values for each of its fields.The
|
By
Shashi Mallela
· #72684
·
|
|
[PATCH v1] ArmPkg/ArmPkg.dec: New pcd defined for GICv3 ITS
To enable detection of GICv3 Interrupt Translation Service capability in the ACPI MADT,a new pcd setting has been created in edk2.This pcd setting would be referenced by edk2-platform code to advertis
To enable detection of GICv3 Interrupt Translation Service capability in the ACPI MADT,a new pcd setting has been created in edk2.This pcd setting would be referenced by edk2-platform code to advertis
|
By
Shashi Mallela
· #72685
·
|