Re: [edk2-devel] [edk2-platforms PATCH v2 0/8] Silicon/Marvell/OdysseyPkg:

2024-01-12 Thread Marcin Wojtas via groups.io
+marcin.s.woj...@gmail.com Hi Narinder, czw., 21 gru 2023 o 01:54 Narinder Dhillon napisał(a): > > From: Narinder Dhillon > > New Marvell Odyssey SoC > > This patchset contains only the very basic elements needed to boot to > EDK2 UiApp on Marvell Odyssey SoC > - ARM BL31 firmware component

Re: [edk2-devel] [edk2-platforms PATCH v2 7/8] Silicon/Marvell: Driver to dump board configuration

2024-01-12 Thread Marcin Wojtas via groups.io
+marcin.s.woj...@gmail.com Hi Narinder, czw., 21 gru 2023 o 01:54 Narinder Dhillon napisał(a): > > From: Narinder Dhillon > > This patch adds an EDK2 shell command to dump board configuration > device tree. > > Signed-off-by: Narinder Dhillon > --- >

Re: [edk2-devel] [edk2-platforms PATCH v2 6/8] Silicon/Marvell: Device tree driver

2024-01-12 Thread Marcin Wojtas via groups.io
pt., 12 sty 2024 o 13:00 Marcin Wojtas napisał(a): > > +marcin.s.woj...@gmail.com > > Hi Narinder, > > czw., 21 gru 2023 o 01:54 Narinder Dhillon napisał(a): > > > > From: Narinder Dhillon > > > > This patch adds a device tree driver that is used to read board > > configuration information

Re: [edk2-devel] [edk2-platforms PATCH v2 6/8] Silicon/Marvell: Device tree driver

2024-01-12 Thread Marcin Wojtas via groups.io
+marcin.s.woj...@gmail.com Hi Narinder, czw., 21 gru 2023 o 01:54 Narinder Dhillon napisał(a): > > From: Narinder Dhillon > > This patch adds a device tree driver that is used to read board > configuration information from a device tree. > > Signed-off-by: Narinder Dhillon > --- >

Re: [edk2-devel] [edk2-platforms PATCH v2 5/8] Silicon/Marvell: RTC driver

2024-01-12 Thread Marcin Wojtas via groups.io
+marcin.s.woj...@gmail.com Hi Narinder, czw., 21 gru 2023 o 01:54 Narinder Dhillon napisał(a): > > From: Narinder Dhillon > > Marvell Odyssey SoC does not have RTC on chip. This patch provides a > dummy RTC driver to generate architectural protocol and help boot > Odyssey SoC. > >

Re: [edk2-devel] [edk2-platforms PATCH v2 4/8] Silicon/Marvell: Odyssey watchdog driver

2024-01-12 Thread Marcin Wojtas via groups.io
+marcin.s.woj...@gmail.com Hi Narinder czw., 21 gru 2023 o 01:54 Narinder Dhillon napisał(a): > > From: Narinder Dhillon > > This patch adds watchdog driver for Odyssey SoC. To make sure - isn't this watchdog IP compatible with the ARM generic watchdog (ArmPkg/Drivers/GenericWatchdogDxe/).

Re: [edk2-devel] [edk2-platforms PATCH v2 2/8] Silicon/Marvell: Odyssey ArmPlatformLib

2024-01-12 Thread Marcin Wojtas via groups.io
+marcin.s.woj...@gmail.com Hi Narinder, czw., 21 gru 2023 o 01:54 napisał(a): > > From: Narinder Dhillon > > This patch adds ArmPlatformLib for Marvell Odyssey SoC. > > Signed-off-by: Narinder Dhillon > --- > .../AArch64/ArmPlatformHelper.S | 86 >

Re: [edk2-devel] [edk2-platforms PATCH v2 1/8] Silicon/Marvell: New Marvell Odyssey processor

2024-01-12 Thread Marcin Wojtas via groups.io
+marcin.s.woj...@gmail.com Hi Narinder, czw., 21 gru 2023 o 01:54 napisał(a): > > From: Narinder Dhillon > > This patch creates ArmPlatformPkg for Odyssey SoC by overriding some of > the files in original ArmPlatformPkg. Differences from standard > ArmPlatformPkg are marked with "--- MRVL

Re: [edk2-devel] [edk2-platforms PATCH v2 3/8] Silicon/Marvell: Odyssey SmcLib

2024-01-12 Thread Marcin Wojtas via groups.io
+marcin.s.woj...@gmail.com Hi Narinder, czw., 21 gru 2023 o 01:54 Narinder Dhillon napisał(a): > > From: Narinder Dhillon > > This patch provides SMC call needed by Odyssey to determine available > memory size. > > Signed-off-by: Narinder Dhillon > --- >

Re: [edk2-devel] [edk2-platforms PATCH 1/1] Silicon/Marvell/OdysseyPkg: New Marvell Odyssey processor

2023-12-08 Thread Marcin Wojtas via groups.io
Hi Narinder, czw., 30 lis 2023 o 16:14 Narinder Dhillon napisał(a): > > From: Narinder Dhillon > > This patch adds support for Marvell Odyssey processor. > > It contains only the very basic elements needed to boot to EDK2 UiApp. > - ARM BL31 firmware component copies EDK2 image into memory, so

Re: [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: Add ImagePropertiesRecordLib Instance

2023-12-08 Thread Marcin Wojtas via groups.io
pt., 1 gru 2023 o 01:34 Taylor Beebe napisał(a): > > ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it > needs to be added to most platforms. > > Signed-off-by: Taylor Beebe > Cc: Marcin Wojtas > Cc: Leif Lindholm > --- > Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 + > 1

Re: [edk2-devel] [edk2-platforms PATCH v2 1/1] Silicon/Marvell: Retructure package

2023-11-14 Thread Marcin Wojtas via groups.io
Hi Narinder, Thanks for the patch. 2 comments: s/Retructure/Restructure/ from the commit title. czw., 2 lis 2023 o 04:47 Narinder Dhillon napisał(a): > > From: Narinder Dhillon > > Current Marvell package structure makes it difficult to add new silicon > packages that reuse common elements

Re: [edk2-devel] [edk2-platforms PATCH 16/19] Armada7k8k/RealTimeClockLib: hide LibRtcVirtualNotifyEvent

2023-10-12 Thread Marcin Wojtas via groups.io
Hi, czw., 12 paź 2023 o 11:10 Laszlo Ersek napisał(a): > > The RealTimeClockLib class header in edk2 mistakenly declares a function > called LibRtcVirtualNotifyEvent(). No component ever calls this function > crossing module boundaries; all RealTimeClockLib instances in edk2 and > edk2-platforms

Re: [edk2-devel] [PATCH edk2-platforms 1/1] Silicon/Marvell: Fix setting I2cStatus in MvI2cEnableConf

2023-05-10 Thread Marcin Wojtas via groups.io
śr., 10 maj 2023 o 17:38 Rebecca Cran napisał(a): > > Fix setting I2cStatus in MvI2cEnableConf. > > Signed-off-by: Rebecca Cran > --- > Silicon/Marvell/Drivers/I2c/MvI2cDxe/MvI2cDxe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[edk2-devel] [edk2-non-osi: PATCH] SolidRun/Cn913xCEx7Eval: Add missing switch CPU port mode description

2022-12-26 Thread Marcin Wojtas via groups.io
The DSA device tree binding requires setting the CPU port mode explicitly and it was missing in the CN913x CEx7 Evaluation Board swtich description. Fix that. Signed-off-by: Marcin Wojtas --- Silicon/Marvell/OcteonTx/DeviceTree/T91/cn9130-cex7.dts | 5 + 1 file changed, 5 insertions(+)