[edk2-devel] QemuSbsa maintainership

2024-12-20 Thread Marcin Juszkiewicz via groups.io
I am leaving Linaro at the end of this year. Not decided yet do I want to deal with QemuSbsa firmware when it will not be a part of my job. Changed subscription to personal email. Will send patch to remove myself from reviewers/maintainers/codeowners once came to decision about it. -=-=-=-=-

[edk2-devel] [edk2-non-osi] pushed Qemu/Sbsa update by mistake

2024-11-25 Thread Marcin Juszkiewicz via groups.io
Hi I prepared update of TF-A for QemuSbsa to bring it to v2.12 version. Then misread my edk2-non-osi local repo setup and instead of pushing to fork, pushed to tianocore/edk2-non-osi repository directly. Sorry. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this g

Re: [edk2-devel] [RFC PATCH v2 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW

2024-11-12 Thread Marcin Juszkiewicz via groups.io
W dniu 7.11.2024 o 13:04, Jonathan Cameron pisze: On Tue, 5 Nov 2024 18:43:46 +0800 "Yuquan Wang" wrote: This creates a default pxb-cxl (bus_nr=0xc0) bridge with two cxl root ports on sbsa-ref. And the memory layout places 64K space for the cxl host bridge register regions(CHBCR) in the sbsa-r

[edk2-devel] [PATCH 0/1] Drop ArmCpuInfo command

2023-09-05 Thread Marcin Juszkiewicz via groups.io
From: Marcin Juszkiewicz In June I sent patchset of improvements to ArmCpuInfo command. No one responded so I do not see sense in keeping it in EDK2. I created https://github.com/hrw/edk2-armcpuinfo to have a place to store final version. Will add information how to build it into README in repos

[edk2-devel] [PATCH 1/1] Revert "ArmPkg: add ArmCpuInfo EFI application"

2023-09-05 Thread Marcin Juszkiewicz via groups.io
I am moving this command outside of EDK2. This reverts commit 2c2cb235289642775a7c4e6eaeffa6d3828d279c. --- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c | 2430 -- ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf | 31 - ArmPkg/ArmPkg.dsc|1 - 3 files

[edk2-devel] [PATCH edk2-non-osi 1/1] Platform/Qemu/Sbsa: Update TF-A binaries to enable FEAT_FGT

2023-05-15 Thread Marcin Juszkiewicz via groups.io
Update the TF-A binaries to have FEAT_FGT support. This support was merged into TF-A: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/19459 This allows SBSA Reference Platform to boot Linux on "max" cpu. Signed-off-by: Marcin Juszkiewicz --- Platform/Qemu/Sbsa/Readme.md | 31 +

[edk2-devel] [PATCH] Platform/Qemu/Sbsa: Update TF-A binaries to enable SVE/SME

2023-02-08 Thread Marcin Juszkiewicz via groups.io
From: Marcin Juszkiewicz Update the TF-A binaries with SVE/SME enablement. This support was merged into TF-A: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/17825 This allows to test SBSA Reference Platform to boot Linux 6.x kernels with "max" cpu. Signed-off-by: Marcin Juszki

Re: [edk2-devel] [PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with QEMU "max" cpu support

2021-09-14 Thread Marcin Juszkiewicz via groups.io
W dniu 14.09.2021 o 14:07, Leif Lindholm pisze: Hi Marcin, Thanks! Reviewed-by: Leif Lindholm But could you give me access to this patch on a public branch somewhere, where I can pick it down from? It is in https://github.com/hrw/fork-tianocore-edk2-non-osi/commit/f2b8581d4e5cceeb73e10f4e73

[edk2-devel] [PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with QEMU "max" cpu support

2021-09-13 Thread Marcin Juszkiewicz via groups.io
Update the TF-A binaries with support for QEMU "max" cpu. This support was merged into TF-A: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/9113 This allows to test SBSA Reference Platform with newer CPU features than Cortex-A72 has. --- Platform/Qemu/Sbsa/bl1.bin | Bin 19221 -> 1