[edk2-devel] [edk2-platform][PATCH v1 2/4] Drivers/OptionRomPkg: Move ASIX drivers to AsixPkg

2020-05-10 Thread Samer El-Haj-Mahmoud
Move ASIX Ax88772 and Ax88772b USB networking drivers to the newly created Silicon/AsixPkg/. Cc: Ray Ni Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Michael D Kinney Signed-off-by: Samer El-Haj-Mahmoud --- Drivers/OptionRomPkg/OptionRomPkg.dsc

[edk2-devel] [edk2-platform][PATCH v1 0/4] Update ASIX USB Networking drivers

2020-05-10 Thread Samer El-Haj-Mahmoud
/asix_usb_nic_drivers_v2 version 1: https://edk2.groups.io/g/devel/message/58771 version 2 changes: - Create new ASIX Package to host existing and new ASIX drivers[Ray] Cc: Ray Ni Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Michael D Kinney Signed-off-by: Samer El-Haj-Mahmoud Samer El-Haj

[edk2-devel] [edk2-platform][PATCH v1 1/4] Silicon/AsixPkg: Create AsixPkg

2020-05-10 Thread Samer El-Haj-Mahmoud
Create a new AsixPkg for build verification of ASIX USB drivers. Cc: Ray Ni Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Michael D Kinney Signed-off-by: Samer El-Haj-Mahmoud --- Silicon/ASIX/AsixPkg.dec | 34 ++ Silicon/ASIX/AsixPkg.dsc | 67 2 files changed, 101

[edk2-devel] [edk2-platform][PATCH v1 6/6] Platform/RaspberryPi: set DMA translation for BCM Genet driver

2020-05-08 Thread Samer El-Haj-Mahmoud
From: Ard Biesheuvel The driver for the Broadcom Genet network controller was modified from a minimal MAC address programming driver to a true SNP driver implementing full network functionality. Since this involve DMA, set the DmaLib parameters correctly in the platform. Cc: Pete Batard Cc: Lei

[edk2-devel] [edk2-platform][PATCH v1 2/6] Silicon/Broadcom: BcmGenetDxe : Add GENET driver

2020-05-08 Thread Samer El-Haj-Mahmoud
Add support for the Broadcom GENET v5 ethernet controller for the Raspberry Pi 4 (BCM2711) Cc: Pete Batard Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Andrei Warkentin Cc: Jared McNeill Co-authored-by: Jared McNeill Co-authored-by: Andrei Warkentin Co-authored-by: Samer El-Haj-Mahmoud Co

[edk2-devel] [edk2-platform][PATCH v1 3/6] Platform/RaspberryPi: Clean up PCDs out of the GENET driver

2020-05-08 Thread Samer El-Haj-Mahmoud
Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Andrei Warkentin Cc: Jared McNeill Authored-by: Ard Biesheuvel Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RaspberryPi.dec | 3 +++ Silicon/Broadcom/Bcm27xx/Bcm27xx.dec | 2

[edk2-devel] [edk2-platform][PATCH v1 4/6] Platform/RaspberryPi: Register GENET platform device protocol

2020-05-08 Thread Samer El-Haj-Mahmoud
, which will consume this in its implementation of the UEFI driver model Supported/Start/Stop methods. Cc: Pete Batard Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Andrei Warkentin Cc: Jared McNeill Co-authored-by: Samer El-Haj-Mahmoud Co-authored-by: Ard Biesheuvel Co-authored-by: Andrei

[edk2-devel] [edk2-platform][PATCH v1 1/6] Silicon/Broadcom: Add BcmGenetPlatformDevice protocol

2020-05-08 Thread Samer El-Haj-Mahmoud
Add BcmGenetPlatformDevice definition for GENET. This protocol will be used to register GENET platform device that is on a non-discoverable bus. Cc: Pete Batard Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Andrei Warkentin Authored-by: Ard Biesheuvel Signed-off-by: Samer El-Haj-Mahmoud

[edk2-devel] [edk2-platform][PATCH v1 0/6] Add Broadcom GENET driver for RPi4

2020-05-08 Thread Samer El-Haj-Mahmoud
This series adds SNP support for Broadcom GENET on the RPi4 Cc: Pete Batard Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Andrei Warkentin Cc: Jared McNeill Ard Biesheuvel (1): Platform/RaspberryPi: set DMA translation for BCM Genet driver Samer El-Haj-Mahmoud (5): Silicon/Broadcom: Add

[edk2-devel] [edk2-platform][PATCH v1 5/6] Platform/RaspberryPi: Remove PlatformPcdLib

2020-05-08 Thread Samer El-Haj-Mahmoud
: Andrei Warkentin Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RaspberryPi.dec | 3 -- Platform/RaspberryPi/RPi4/RPi4.dsc | 2 - Platform/RaspberryPi/Library/PlatformPcdLib/PlatformPcdLib.inf | 44

Re: [edk2-devel] [PATCH 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand

2020-05-08 Thread Samer El-Haj-Mahmoud
Any update on this patch? This is a useful command to add to the Shell (for both testing and deployment/scripting). > -Original Message- > From: Vladimir Olovyannikov > Sent: Tuesday, April 21, 2020 1:37 PM > To: Samer El-Haj-Mahmoud ; > devel@edk2.groups.io; Ray N

[edk2-devel] [edk2-platform][PATCH v1 0/2] Update ASIX USB Networking drivers

2020-05-06 Thread Samer El-Haj-Mahmoud
This series adds two new ASIX USB networking drivers, Ax88179 and Ax88772c. Cc: Ray Ni Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Samer El-Haj-Mahmoud Samer El-Haj-Mahmoud (2): OptionRomPkg: UsbNetworking: ASIX Ax88179 driver Drivers/OptionRomPkg: UsbNetworking: ASIX Ax88772c

Re: [edk2-devel] [edk2-rfc] [RFCv2] code-first process for UEFI-forum specifications

2020-05-05 Thread Samer El-Haj-Mahmoud
Acked-by: Samer El-Haj-Mahmoud > -Original Message- > From: r...@edk2.groups.io On Behalf Of Leif Lindholm > via Groups.Io > Sent: Monday, March 23, 2020 3:06 PM > To: devel@edk2.groups.io; r...@edk2.groups.io > Cc: fel...@ami.com; Mark Doran ; Andrew Fish > ; Las

Re: [edk2-devel] [PATCH 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand

2020-04-21 Thread Samer El-Haj-Mahmoud
27;http' command, similar to what is common in other http CLI clients like curl If (1) is important enough for users, then could we entertain adding (2) in addition to (1). Thanks, --Samer > -Original Message- > From: Vladimir Olovyannikov > Sent: Monday, April 20,

Re: [edk2-devel] ShellPkg: acpiview command doesn't appear to be included in any profile

2020-04-20 Thread Samer El-Haj-Mahmoud
smbiosview (and other standard commands) are defined in the UEFI Shell specification, which specifies the profiles/for each command (UEFI Shell Spec 2.2, Table 11). For instance, smbiosview is defined as part of the Debug1 profile. This is why the code registers that command in UefiShellDebug1C

Re: [edk2-devel] [edk2-platform][PATCH v1 0/4] Platform/RaspberryPi : Enable TFTP shell command

2020-04-20 Thread Samer El-Haj-Mahmoud
Thanks Ard! > -Original Message- > From: devel@edk2.groups.io On Behalf Of Ard > Biesheuvel via groups.io > Sent: Monday, April 20, 2020 9:25 AM > To: Samer El-Haj-Mahmoud ; > devel@edk2.groups.io > Cc: Leif Lindholm ; Pete Batard ; Andrei > Warkentin (awarken..

Re: [edk2-devel] [edk2-platform][PATCH v1 0/4] Platform/RaspberryPi : Enable TFTP shell command

2020-04-20 Thread Samer El-Haj-Mahmoud
f > Lindholm via groups.io > Sent: Monday, April 20, 2020 7:23 AM > To: Andrei Warkentin (awarken...@vmware.com) > ; Ard Biesheuvel > Cc: Pete Batard ; Samer El-Haj-Mahmoud > ; devel@edk2.groups.io > Subject: Re: [edk2-devel] [edk2-platform][PATCH v1 0/4] Platform/RaspberryPi > :

Re: [edk2-devel] [edk2-platform][PATCH v1 0/4] Platform/RaspberryPi : Enable TFTP shell command

2020-04-19 Thread Samer El-Haj-Mahmoud
> -Original Message- > From: devel@edk2.groups.io On Behalf Of Ard > Biesheuvel via groups.io > Sent: Sunday, April 19, 2020 9:34 AM > To: Samer El-Haj-Mahmoud ; > devel@edk2.groups.io > Cc: Leif Lindholm ; Pete Batard ; Andrei > Warkentin (awarken...@vmware.co

[edk2-devel] [edk2-platform][PATCH v1 3/4] Platform/RaspberryPi/RPi3: Enable TFTP command by default

2020-04-19 Thread Samer El-Haj-Mahmoud
Enable the TFTP dynamic shell command by default. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RPi3/RPi3.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/RaspberryPi

[edk2-devel] [edk2-platform][PATCH v1 4/4] Platform/RaspberryPi/RPi4: Enable TFTP command by default

2020-04-19 Thread Samer El-Haj-Mahmoud
Enable the TFTP dynamic shell command by default. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RPi4/RPi4.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/RaspberryPi

[edk2-devel] [edk2-platform][PATCH v1 0/4] Platform/RaspberryPi : Enable TFTP shell command

2020-04-19 Thread Samer El-Haj-Mahmoud
Fix an ASSERT with the TFTP dynamic Shell command on the RPi3 and RPi4 when running DEBUG builds. Also, enable the command by default for all builds. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Samer El-Haj-Mahmoud (4): Platform/RaspberryPi/RPi3: Fix TFTP

[edk2-devel] [edk2-platform][PATCH v1 2/4] Platform/RaspberryPi/RPi4: Fix TFTP dynamic command initialization

2020-04-19 Thread Samer El-Haj-Mahmoud
Set the PcdShellLibAutoInitialize for the TFTP dynamic Shell command. This fixes an ASSERT observed in https://github.com/pftf/RPi4/issues/38 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RPi4/RPi4.dsc

[edk2-devel] [edk2-platform][PATCH v1 1/4] Platform/RaspberryPi/RPi3: Fix TFTP dynamic command initialization

2020-04-19 Thread Samer El-Haj-Mahmoud
Set the PcdShellLibAutoInitialize for the TFTP dynamic Shell command. This fixes an ASSERT observed in https://github.com/pftf/RPi3/issues/11 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RPi3/RPi3.dsc

Re: [edk2-devel] [PATCH 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand

2020-04-19 Thread Samer El-Haj-Mahmoud
Tested-By: Samer El-Haj-Mahmoud I tested on Aarch64 (RPi4) and the command seems to work well. One question: why is the input arguments "host[:port]" and the remote file "http_uri" not treated as a single "http_uri" argument? For example, instead of: fs0:\

Re: [edk2-devel] [edk2][PATCH v2 1/2] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms

2020-04-18 Thread Samer El-Haj-Mahmoud
Jian, Hao, Can you please push this simple patch? It has been reviewed a while ago and ready to be committed. Thanks, --Samer > -Original Message- > From: devel@edk2.groups.io On Behalf Of Samer El- > Haj-Mahmoud via groups.io > Sent: Friday, April 10, 2020 11:29 AM >

Re: [edk2-devel] [edk2-test PATCH] SctPkg: Updated Start Address Alignment code

2020-04-17 Thread Samer El-Haj-Mahmoud
Gaurav, You sent to the old list. Adding the new edk2-devel list > > > -Original Message- > > From: Gaurav Jain > > Sent: Friday, April 17, 2020 2:55 AM > > To: edk2-de...@lists.01.org > > Cc: Eric Jin ; Supreeth Venkatesh > > ; Samer El-Haj-Mahm

[edk2-devel] [edk2-platform][PATCH v1 1/1] Maintainers.txt: Update RPi reviewers

2020-04-14 Thread Samer El-Haj-Mahmoud
Add Andrei to the reviewers list for RPi Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud --- Maintainers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Maintainers.txt b/Maintainers.txt index 0e50b6fdf36a..1fe73e6cedb2 100644 --- a

[edk2-devel] [edk2-platform][PATCH v1 1/1] * Readme.md: Update supported platforms

2020-04-14 Thread Samer El-Haj-Mahmoud
link) Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Samer El-Haj-Mahmoud --- Readme.md | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 912a78600a32..8f9522659d7b 100644 --- a/Readme.md +++ b

[edk2-devel] [edk2-platform][PATCH v2 0/3] Platform/RaspberryPi : Switch to common GraphicsConsoleDxe

2020-04-14 Thread Samer El-Haj-Mahmoud
PcdUgaConsumeSupport to FALSE [Ard] Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Samer El-Haj-Mahmoud (3): Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe Platform/RaspberryPi/RPi3: Switch to common GraphicsConsoleDxe Platform/RaspberryPi:Remove RPi

[edk2-devel] [edk2-platform][PATCH v2 1/3] Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe

2020-04-14 Thread Samer El-Haj-Mahmoud
Switch from the PI specific GraphicsConsoleDxe driver to the common driver in MdeModulePkg. There is no need to carry RPi specific version. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Signed-off-by: Samer El

[edk2-devel] [edk2-platform][PATCH v2 2/3] Platform/RaspberryPi/RPi3: Switch to common GraphicsConsoleDxe

2020-04-14 Thread Samer El-Haj-Mahmoud
Switch from the PI specific GraphicsConsoleDxe driver to the common driver in MdeModulePkg. There is no need to carry RPi specific version. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Signed-off-by: Samer El

[edk2-devel] [edk2-platform][PATCH v2 3/3] Platform/RaspberryPi:Remove RPi GraphicsConsoleDxe

2020-04-14 Thread Samer El-Haj-Mahmoud
Remove the PI specific GraphicsConsoleDxe driver, since RPi3/RPi4 switched to using the common driver in MdeModulePkg. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin Signed-off-by: Samer El-Haj-Mahmoud

Re: [edk2-devel] [edk2][PATCH v2 1/2] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms

2020-04-14 Thread Samer El-Haj-Mahmoud
Thanks Sami for the review Jian, Can we get this patch pushed please? It has been reviewed by Sami, Ard, and Dandan. Thanks, --Samer From: devel@edk2.groups.io On Behalf Of Sami Mujawar via groups.io Sent: Tuesday, April 14, 2020 5:45 AM To: Samer El-Haj-Mahmoud ; devel@edk2.groups.io

Re: [edk2-devel] [edk2-platform][PATCH v1 1/3] Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Thanks Ard... Will take care of it next time. From: devel@edk2.groups.io on behalf of Ard Biesheuvel via groups.io Sent: Saturday, April 11, 2020, 3:45 PM To: Samer El-Haj-Mahmoud Cc: edk2-devel-groups-io; Leif Lindholm; Pete Batard Subject: Re: [edk2-devel

[edk2-devel] [edk2-platform][PATCH v1 3/3] Platform/RaspberryPi:Remove RPi GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Remove the PI specific GraphicsConsoleDxe driver, since RPi3/RPi4 switched to using the common driver in MdeModulePkg. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi

[edk2-devel] [edk2-platform][PATCH v1 0/3] Platform/RaspberryPi : Switch to common GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Switch RaspberryPi from using a private GraphicsConsoleDxe to the common GraphicsConsoleDxe in MdeModulePkg. Samer El-Haj-Mahmoud (3): Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe Platform/RaspberryPi/RPi3: Switch to common GraphicsConsoleDxe Platform/RaspberryPi:Remove

[edk2-devel] [edk2-platform][PATCH v1 1/3] Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Switch from the PI specific GraphicsConsoleDxe driver to the common driver in MdeModulePkg. There is no need to carry RPi specific version. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud

[edk2-devel] [edk2-platform][PATCH v1 2/3] Platform/RaspberryPi/RPi3: Switch to common GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Switch from the PI specific GraphicsConsoleDxe driver to the common driver in MdeModulePkg. There is no need to carry RPi specific version. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud

[edk2-devel] RFC: ASIX USB drivers

2020-04-11 Thread Samer El-Haj-Mahmoud
EDK2 community, (and CCing OptionRomPkg maintainers), ASIX (https://www.asix.com.tw/) has graciously contributed the source code of their latest USB NIC drivers to be up-streamed to TianoCore. The original contribution (ZIP files) is available here: https://github.com/samerhaj/uefi_drivers/tre

[edk2-devel] [edk2][PATCH v2 2/2] Revert "ArmVirtPkg/ArmVirtQemu: limit ACPI support to v5.0 and higher"

2020-04-10 Thread Samer El-Haj-Mahmoud
: Samer El-Haj-Mahmoud Acked-by: Ard Biesheuvel --- ArmVirtPkg/ArmVirtQemu.dsc | 4 1 file changed, 4 deletions(-) diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc index 5a210a0bac72..1233f1ece484 100644 --- a/ArmVirtPkg/ArmVirtQemu.dsc +++ b/ArmVirtPkg/ArmVirtQemu.dsc

[edk2-devel] [edk2][PATCH v2 0/2] ACPI table defailt for Aarch64

2020-04-10 Thread Samer El-Haj-Mahmoud
Set the default value of PcdAcpiExposedTableVersions for Aarch64 platforms to 0x20 to indicate ACPI 5.0. Samer El-Haj-Mahmoud (2): MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms Revert "ArmVirtPkg/ArmVirtQemu: limit ACPI support to v5.0 and higher" Md

[edk2-devel] [edk2][PATCH v2 1/2] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms

2020-04-10 Thread Samer El-Haj-Mahmoud
error reported by acpiview command, as seen on the RPi (see https://github.com/pftf/RPi4/issues/25). Cc: Dandan Bi Cc: Liming Gao Cc: Jian J Wang Cc: Hao A Wu Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Samer El-Haj-Mahmoud Reviewed-by: Ard Biesheuvel Reviewed-by: Dandan Bi

Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms

2020-03-26 Thread Samer El-Haj-Mahmoud
Thanks Ard and Laszlo. Leif, Dandan, Liming, Hao, any objection in merging this patch to edk2? > -Original Message- > From: Ard Biesheuvel > Sent: Wednesday, March 25, 2020 5:16 AM > To: Samer El-Haj-Mahmoud > Cc: Laszlo Ersek ; devel@edk2.groups.io; > sa...@elhajm

Re: [edk2-devel] [PATCH v2 00/28] Add PEI phase to LS1043ARDB Platform

2020-03-26 Thread Samer El-Haj-Mahmoud
ggar...@nxp.com) ; Michael D > Kinney ; devel@edk2.groups.io; V Sethi > (v.se...@nxp.com) ; Samer El-Haj-Mahmoud mahm...@arm.com>; Jon (j...@solid-run.com) > Subject: [PATCH v2 00/28] Add PEI phase to LS1043ARDB Platform > > From: Pankaj Bansal > > This patch series adds PEI

[edk2-devel] [[edk2-platform][PATCH 1/1] Platform/RaspberryPi/RPi3: Enable HTTP Boot

2020-03-25 Thread Samer El-Haj-Mahmoud
Enable HTTP Boot (with and without TLS) on RPi3 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RPi3/RPi3.dsc | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b

Re: [edk2-devel] [[edk2-platform][PATCH 1/1] Platform/RaspberryPi/RPi4: Enable HTTP Boot

2020-03-25 Thread Samer El-Haj-Mahmoud
> -Original Message- > From: Ard Biesheuvel > Sent: Wednesday, March 25, 2020 5:20 AM > To: Samer El-Haj-Mahmoud > Cc: devel@edk2.groups.io; Samer El-Haj-Mahmoud > ; Leif Lindholm > Subject: Re: [edk2-devel] [[edk2-platform][PATCH 1/1] > Platform/RaspberryP

Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms

2020-03-24 Thread Samer El-Haj-Mahmoud
Thanks Laszlo, I will wait for the maintainers to accept the patch, then submit an amended version for ArmVirtQemu. -Original Message- From: Laszlo Ersek Sent: Tuesday, March 24, 2020 7:03 PM To: Samer El-Haj-Mahmoud ; devel@edk2.groups.io; sa...@elhajmahmoud.com Cc: Dandan Bi

Re: [edk2-devel] [[edk2-platform][PATCH 1/1] Platform/RaspberryPi/RPi4: Enable HTTP Boot

2020-03-24 Thread Samer El-Haj-Mahmoud
Tested with USB NICs (both ASIX AX88772C and Realtek gigabit ethernet). Both work pretty well (tested IPv4 and IPv6). -Original Message- From: devel@edk2.groups.io On Behalf Of Ard Biesheuvel via Groups.Io Sent: Tuesday, March 24, 2020 5:55 PM To: Samer El-Haj-Mahmoud Cc: edk2-devel

[edk2-devel] [[edk2-platform][PATCH 1/1] Platform/RaspberryPi/RPi4: Enable HTTP Boot

2020-03-24 Thread Samer El-Haj-Mahmoud
Enable HTTP Boot (with and without TLS) on RPi4 Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RPi4/RPi4.dsc | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform

Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms

2020-03-23 Thread Samer El-Haj-Mahmoud
andan Bi ; Liming Gao ; Hao A Wu ; Leif Lindholm ; Ard Biesheuvel Subject: Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms On 03/22/20 17:08, Samer El-Haj-Mahmoud wrote: > Set the default value of PcdAcpiExposedTableVersions for

[edk2-devel] [PATCH v1 1/1] MdeModulePkg: PcdAcpiExposedTableVersions default for Arm64 platforms

2020-03-22 Thread Samer El-Haj-Mahmoud
error reported by acpiview command, as seen on the RPi (see https://github.com/pftf/RPi4/issues/25). Cc: Dandan Bi Cc: Liming Gao Cc: Hao A Wu Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Samer El-Haj-Mahmoud --- MdeModulePkg/MdeModulePkg.dec | 3 +++ 1 file changed, 3 insertions

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: UART Dynamic clock freq Support

2020-03-19 Thread Samer El-Haj-Mahmoud
Any help from maintainers in reviewing this MdeModulePkg patch please? Thanks, --Samer -Original Message- From: devel@edk2.groups.io On Behalf Of Pankaj Bansal via Groups.Io Sent: Wednesday, February 19, 2020 8:32 AM To: Jian J Wang ; Hao A Wu ; Ray Ni ; Maurice Ma ; Guo Dong ; Benjam

Re: [edk2-devel] [edk2-rfc] [RFC] code-first process for UEFI-forum specifications

2020-03-11 Thread Samer El-Haj-Mahmoud
Thanks Leif. As far as I know, the main feedback I heard is "when will this start?"... So, the sooner the better .. Thanks for taking the lead and driving! -Original Message- From: Leif Lindholm Sent: Wednesday, March 11, 2020 12:03 PM To: Samer El-Haj-Mahmoud Cc:

Re: [edk2-devel] [edk2-rfc] [RFC] code-first process for UEFI-forum specifications

2020-03-11 Thread Samer El-Haj-Mahmoud
Has there been any progress on this "code-first process" proposal? Any timeline on when we should expect it to be launched? Thanks, --Samer -Original Message- From: devel@edk2.groups.io On Behalf Of Felix Polyudov via Groups.Io Sent: Friday, February 14, 2020 10:30 AM To: r...@edk2.gr

Re: [edk2-devel] [edk2-platforms][PATCH 2/8] Platform/RPi: Replace Bcm283x SoC base register address with a PCD

2019-11-18 Thread Samer El-Haj-Mahmoud
inaro.org; phi...@redhat.com; Samer El-Haj-Mahmoud Subject: Re: [edk2-devel] [edk2-platforms][PATCH 2/8] Platform/RPi: Replace Bcm283x SoC base register address with a PCD On Thu, Nov 14, 2019 at 04:07:34PM +, Pete Batard wrote: > From: Samer El-Haj-Mahmoud > > Define BCM

<    1   2   3