Re: [PATCH] arm: dts: imx8mm-venice-gw73xx: add TPM device

2023-12-13 Thread Fabio Estevam
On Wed, Oct 18, 2023 at 3:33 PM Tim Harvey wrote: > > Add the TPM device found on the GW73xx revision F PCB. > > This hangs off of SPI2, uses gpio1_10 as a CS and gpio1_11 as RST#. > > Signed-off-by: Tim Harvey Applied to u-boot-imx next, thanks.

Re: [PATCH] imx8mn-var-som: add manufacturer to target description

2023-12-13 Thread Fabio Estevam
On Tue, Oct 17, 2023 at 11:25 AM Hugo Villeneuve wrote: > > From: Hugo Villeneuve > > Add Variscite manufacturer to the IMX8MN_VAR_SOM target menu label as > the majority of targets include the manufacturer as part of their menu > description/label and it helps when looking for a particular >

Re: [PATCH v2 1/4] net: dwc_eth_qos: add i.MX93 support

2023-12-13 Thread Fabio Estevam
On Tue, Oct 17, 2023 at 6:45 AM Sébastien Szymanski wrote: > > Add support for DWC EQoS MAC on i.MX93. > > Signed-off-by: Sébastien Szymanski Applied all to u-boot-imx next, thanks.

Re: [PATCH] imx7d-sdb: Sync devicetree with kernel 6.5-rc1

2023-12-13 Thread Fabio Estevam
On 11/07/2023 08:23, Fabio Estevam wrote: From: Fabio Estevam Commit 0aea5dda2928 ("ARM: dts: imx7d-sdb-u-boot: Fix usdhc1 UHS operation") did a temporary workaround by addng the usdhc1 fix inside the -u-boot.dtsi file. The imx7d-sdb.dts from kernel 6.5-rc1 contains the proper U

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2023-12-13 Thread Fabio Estevam
On Thu, Dec 7, 2023 at 2:15 PM Milan Zamazal wrote: > > Peng Fan writes: > > > On 5/24/2023 3:21 AM, Gilles Talis wrote: > >> Add support for the Polyhex Debix Model A SBC board. > >> It is an industrial grade single board computer based on > >> NXP's i.MX 8M Plus. > >> Currently supported

Re: [PATCH] imx8qm_dmsse20a1: Improve SPL memory configuration

2023-12-13 Thread Fabio Estevam
On Thu, May 4, 2023 at 7:41 AM Fabio Estevam wrote: > > From: Fabio Estevam > > Currently, building imx8qm_dmsse20a1_defconfig leads to the following > warning: > > aarch64-linux-ld.bfd: invalid origin for memory region .sdram > > Fix it by using the sam

Re: How to clone subpackages during koji build stage

2023-12-13 Thread Fabio Valentini
for subprojects as separate tarballs and unpack them where expected during %prep step and usually Option 1 is preferred in Fedora, but it will depend on the exact circumstances and what kinds of subprojects you're dealing with. Fabio -- ___

[darktable-dev] Italian translation

2023-12-13 Thread Fabio Sirna
Hi, I am reviewing the Italian translation. I just want to make sure there are no other translators working at the same time (just to avoid interfering). I am also open to collaborate and share translations in case there are otheri initiatives. Please let me know. -- Fabio

Re: Guix at 37C3 Chaos Communication Congress in late Dec?

2023-12-12 Thread Fabio Natali
ould meet up? Hi Matt, I'm not based in Hamburg and will only be there for 37C3 - but hopefully someone else in list may see this and get back to you for a non-37C3 local meetup. All best, Fabio. -- Fabio Natali https://fabionatali.com

Request to join the team

2023-12-12 Thread Fabio Fantoni
Hi, I would like to join the Debian Python team for help to maintain bleachbit, that I already helped, and possible occasional help to other packages with low or zero activity. My salsa login is fantu and I'm a DM. I have read

Re: [PATCH 1/3] drm/mxsfb: Add an entry for "fsl,imx8mq-lcdif"

2023-12-12 Thread Fabio Estevam
Hi Lucas, On Tue, Dec 12, 2023 at 3:19 PM Lucas Stach wrote: > I don't really like this series. While we don't make any strong > guarantees in this way, it breaks booting older kernels with a new DT. I thought we needed only to guarantee that old DTs still run with newer kernels, not the other

Re: [PATCH 1/5] configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV

2023-12-12 Thread Fabio Estevam
Hi Adam, On Tue, Dec 12, 2023 at 2:05 PM Adam Ford wrote: > Fabio / Stefan, > > Is there any chance this series can be applied to imx-next? Yes, I will start collecting patches for u-boot-imx next soon.

Re: Guix at 37C3 Chaos Communication Congress in late Dec?

2023-12-12 Thread Fabio Natali
On 2023-12-11, 21:02 +, Fabio Natali wrote: > I'll keep the list updated if I do make some progress, it'd be great > to get feedback, hope that's alright. Quick update re 37C3, I ended up registering 3 self-organised sessions - little more than a placeholder at the minute: - GN

Re: Pull request: please pull u-boot-imx-20231212

2023-12-12 Thread Fabio Estevam
Hi Tom, On Tue, Dec 12, 2023 at 1:20 PM Fabio Estevam wrote: > From: Andrejs Cainikovs (1): > apalis-imx8: add USBH_EN gpio hog This one did not apply cleanly, and I messed up the From: line (it contains a double From:) Could you please fix it while applying? Thanks

Re: [PATCH] tqma6: Fix DDR configuration

2023-12-12 Thread Fabio Estevam
formation on this topic. I think someone at NXP who is close to the i.MX6 DDR controller design would be able to explain it. I am adding Peng Fan on Cc just in case. Or maybe you need to enter a ticket to the NXP folks. Regards, Fabio Estevam

Pull request: please pull u-boot-imx-20231212

2023-12-12 Thread Fabio Estevam
Fabio Estevam (4): imx8mp_evk: Select CONFIG_NET_RANDOM_ETHADDR pico-pi-imx7d: Convert to watchdog driver model pico-pi-imx6ul: Connvert to DM_SERIAL imx7s-warp-u-boot: Fix aliases and chosen nodes indentation From: Andrejs Cainikovs (1): apalis

Re: [PATCH] imx8mp_evk: Select CONFIG_NET_RANDOM_ETHADDR

2023-12-12 Thread Fabio Estevam
On Thu, Oct 26, 2023 at 9:16 AM Fabio Estevam wrote: > > From: Fabio Estevam > > On an early revision of the imx8mp-evk that I have access to, > the MAC addresses fuses are not programmed, causing failure to bring > the Ethernet interfaces. > > Fix th

Re: [PATCH] pico-pi-imx7d: Convert to watchdog driver model

2023-12-12 Thread Fabio Estevam
On Thu, Oct 26, 2023 at 6:02 PM Fabio Estevam wrote: > > From: Fabio Estevam > > Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused > the 'reset' command in U-Boot to not cause a board reset. > > Fix it by switching to the watchdog d

Re: [PATCH 1/2] pico-pi-imx6ul: Connvert to DM_SERIAL

2023-12-12 Thread Fabio Estevam
On Sat, Nov 4, 2023 at 6:47 PM Fabio Estevam wrote: > > From: Fabio Estevam > > The conversion to DM_SERIAL is mandatory, so select this option. > > Signed-off-by: Fabio Estevam Applied, thanks.

Re: [PATCH 1/2] imx7s-warp-u-boot: Fix aliases and chosen nodes indentation

2023-12-12 Thread Fabio Estevam
On Mon, Nov 6, 2023 at 1:33 PM Fabio Estevam wrote: > > From: Fabio Estevam > > The aliases and chosen nodes are currently indented using spaces. > > Fix them to use the standard tab indentation. > > Signed-off-by: Fabio Estevam Applied, thanks.

Re: [PATCH v1] apalis-imx8: add USBH_EN gpio hog

2023-12-12 Thread Fabio Estevam
On Fri, Oct 20, 2023 at 12:25 PM Andrejs Cainikovs wrote: > > From: Andrejs Cainikovs > > USB host interface is not working on some Apalis Toradex carrier > boards with Apalis iMX8 SoM. This is due to USBH_EN pin, which > powers USB peripherals, having a strong pull-down on some boards, > and a

Re: [PATCH] arm: dts: imx8mn-var-som: Fix broken EEPROM read

2023-12-12 Thread Fabio Estevam
On Tue, Oct 17, 2023 at 5:58 PM Hugo Villeneuve wrote: > > From: Hugo Villeneuve > > On branch WIP/17Oct2023, the EEPROM can no longer be read: > > U-Boot 2023.10-latest (Oct 17 2023 - 15:53:43 -0400) > CPU: Freescale i.MX8MNano Quad rev1.0 at 1200 MHz > Reset cause: POR >

Re: [PATCH v1] board: colibri_imx7: fix emmc detection

2023-12-12 Thread Fabio Estevam
On Tue, Dec 12, 2023 at 8:48 AM Francesco Dolcini wrote: > > Hello Fabio, > > On Tue, Dec 12, 2023 at 08:28:15AM -0300, Hiago De Franco wrote: > > From: Marcel Ziswiler > > > > Later versions of Colibri iMX7D V1.1B modules use a "new" SoC fusing. The

Re: [PATCH] tqma6: Fix DDR configuration

2023-12-12 Thread Fabio Estevam
On Fri, Nov 17, 2023 at 1:50 PM Miquel Raynal wrote: > > Initially investigating a Linux network issue causing a lot of drop and > poor network performances on a custom system based on a TQMA6A module > (based on an iMX6Q), [1st link below]. > > I eventually correlated my observations with a

Re: [PATCH] board: gateworks: venice: add fixup for GW73xx-F+

2023-12-12 Thread Fabio Estevam
On Wed, Oct 18, 2023 at 3:33 PM Tim Harvey wrote: > > GW73xx-F board revision switched back to the original PCIe switch due to > part availability. > > Signed-off-by: Tim Harvey Applied, thanks.

[Kernel-packages] [Bug 1970672] Re: makedumpfile falls back to cp with "__vtop4_x86_64: Can't get a valid pmd_pte."

2023-12-12 Thread Fabio Augusto Miranda Martins
ubuntu@kdump-instance:/mnt/202204202351$ makedumpfile -c -d 31 ./vmcore.202204202351 ./dump-incomplete-fabio The kernel version is not supported. The makedumpfile operation may be incomplete. Checking for memory holes : [100.0 %] / __vtop4_x86_64: Can't get

[digikam] [Bug 478423] Rating assignment via UI or shortcut is not consistent

2023-12-12 Thread Fabio Sirna
https://bugs.kde.org/show_bug.cgi?id=478423 --- Comment #7 from Fabio Sirna --- (In reply to Maik Qualmann from comment #6) > Ok, yes confirmed, the preview thumbnail bar ignores the setting. Since we > actually only consider the preview thumbnail bar to be "reading", i

[digikam] [Bug 478423] Rating assignment via UI or shortcut is not consistent

2023-12-12 Thread Fabio Sirna
https://bugs.kde.org/show_bug.cgi?id=478423 --- Comment #5 from Fabio Sirna --- (In reply to Maik Qualmann from comment #3) > This is not a bug. You can specify how grouped items are to be treated in > the digiKam settings under Miscellaneous in Grouping for various actions. > You c

[digikam] [Bug 478423] Rating assignment via UI or shortcut is not consistent

2023-12-12 Thread Fabio Sirna
https://bugs.kde.org/show_bug.cgi?id=478423 --- Comment #4 from Fabio Sirna --- Created attachment 164105 --> https://bugs.kde.org/attachment.cgi?id=164105=edit digikam miscellaneuos setting for gropus -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 478423] Rating assignment via UI or shortcut is not consistent

2023-12-12 Thread Fabio Sirna
https://bugs.kde.org/show_bug.cgi?id=478423 --- Comment #2 from Fabio Sirna --- (In reply to caulier.gilles from comment #1) > It's reproducible with digiKam 8.2.0 released few days ago ? > > GiIles Caulier Yes, tested on digiKam-8.2.0-x86-64.appimage as in my Kubuntu stable i

[digikam] [Bug 478423] New: Rating assignment via UI or shortcut is not consistent

2023-12-11 Thread Fabio Sirna
https://bugs.kde.org/show_bug.cgi?id=478423 Bug ID: 478423 Summary: Rating assignment via UI or shortcut is not consistent Classification: Applications Product: digikam Version: 8.1.0 Platform: Other OS: Linux

Re: [PATCH 1/1] clk: imx8mn: add pwm clocks

2023-12-11 Thread Fabio Estevam
Hi Nicolas, On Mon, Dec 11, 2023 at 1:52 PM Nicolas Heemeryck wrote: > > Based on Linux kernel 6.7-rc4, add necessary clocks for the PWM > controllers. > > Signed-off-by: Nicolas Heemeryck Reviewed-by: Fabio Estevam

Re: Guix at 37C3 Chaos Communication Congress in late Dec?

2023-12-11 Thread Fabio Natali
if I do make some progress, it'd be great to get feedback, hope that's alright. Cheers, Fabio. -- Fabio Natali https://fabionatali.com

[PATCH 3/3] arm64: dts: imx8mq: Exclude "fsl,imx6sx-lcdif"

2023-12-11 Thread Fabio Estevam
From: Fabio Estevam On i.MX6SX, the LCDIF has an associated power domain. i.MX8MQ does not have an LCDIF power domain, so pass only "fsl,imx8mq-lcdif" as compatible string to fix the following dt-schema warning: imx8mq-evk.dtb: lcd-controller@3032: 'power-domains' is a require

[PATCH 2/3] dt-bindings: lcdif: Decouple imx8mq from imx6sx

2023-12-11 Thread Fabio Estevam
From: Fabio Estevam On i.MX6SX, the LCDIF has an associated power domain. i.MX8MQ does not have an LCDIF power domain, so allow passing only "fsl,imx8mq-lcdif" as compatible string to fix the following dt-schema warning: imx8mq-evk.dtb: lcd-controller@3032: 'power-domains' is

[PATCH 1/3] drm/mxsfb: Add an entry for "fsl,imx8mq-lcdif"

2023-12-11 Thread Fabio Estevam
From: Fabio Estevam On i.MX6SX, the LCDIF has an associated power domain. However, i.MX8MQ does not have an LCDIF power domain. imx8mq.dtsi has the following compatible string: compatible = "fsl,imx8mq-lcdif", "fsl,imx6sx-lcdif"; which causes the following dt-schema warn

Guix at 37C3 Chaos Communication Congress in late Dec?

2023-12-11 Thread Fabio Natali
, Fabio. - 0 https://events.ccc.de/congress/2023/hub/en/index PS: Please keep me in CC if/when replying as I might miss your email otherwise. -- Fabio Natali https://fabionatali.com

Re: [PATCH] imx: imx-hab: Select SPL_DRIVERS_MISC in the SPL case

2023-12-11 Thread Fabio Estevam
Hi Lisandro, On 11/12/2023 11:45, Lisandro Pérez Meyer wrote: I actually tested this, so, should I reply with Reviewed-By? Feel free to reply with your Tested-by tag. Thanks

[PATCH] imx: imx-hab: Select SPL_DRIVERS_MISC in the SPL case

2023-12-11 Thread Fabio Estevam
From: Fabio Estevam Selecting CONFIG_IMX_HAB=y on a SPL target, such as apalis_imx6_defconfig, for example, leads to the following build error: /usr/bin/arm-linux-gnueabihf-ld.bfd: arch/arm/mach-imx/hab.o: in function `imx_hab_is_enabled': arch/arm/mach-imx/hab.c:879: undefined reference

Bug#1057391: cinnamon: FTBFS: dh_girepository: error: Could not find Clutter-0.gir dependency

2023-12-09 Thread Fabio Fantoni
Thanks for all informations, I did some changes in git, moved gir files in /usr/share/cinnamon the package for the split should be cinnamon-dev, with only gir I thinked gir1.2-cinnamon-0.1-dev, what is correct and/or best? upstream tends to avoid new packages even when in theory they would

Bug#1057391: cinnamon: FTBFS: dh_girepository: error: Could not find Clutter-0.gir dependency

2023-12-09 Thread Fabio Fantoni
Thanks for all informations, I did some changes in git, moved gir files in /usr/share/cinnamon the package for the split should be cinnamon-dev, with only gir I thinked gir1.2-cinnamon-0.1-dev, what is correct and/or best? upstream tends to avoid new packages even when in theory they would

Re: iMX6, CONFIG_IMX_HAB and fuse_read()

2023-12-09 Thread Fabio Estevam
On Sat, Dec 9, 2023 at 11:12 AM Lisandro Pérez Meyer wrote: > That made it! So the question is: is CONFIG_SPL_DRIVERS_MISC something > that should be pulled in automatically by CONFIG_IMX_HAB or by > something else? Yes, I think we need something like that: diff --git

Re: [PATCH 2/2] ARM: imx: Update DRAM timings with inline ECC on Data Modul i.MX8M Plus eDM SBC

2023-12-09 Thread Fabio Estevam
tting at 3600 MTps. > > Enable inline ECC which is necessary to detect ECC errors and collect > statistics by the EDAC driver in Linux. This reduces the DRAM size by > 64 MiB for each 512 MiB of DRAM, so for a 4 GiB device the available > DRAM size becomes 3.5 GiB . > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH 1/2] ARM: imx: Force DRAM regulators into FPWM mode on Data Modul i.MX8M Plus eDM SBC

2023-12-09 Thread Fabio Estevam
> Force DRAM regulators to forced PWM mode only to stop tempting the DRAM. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: iMX6, CONFIG_IMX_HAB and fuse_read()

2023-12-08 Thread Fabio Estevam
On Fri, Dec 8, 2023 at 10:15 PM Lisandro Pérez Meyer wrote: > I added IMX_HAB: > > ``` > $ echo "CONFIG_IMX_HAB=y" >> configs/apalis_imx6_defconfig > ``` Please try like this: --- a/configs/apalis_imx6_defconfig +++ b/configs/apalis_imx6_defconfig @@ -21,7 +21,9 @@ CONFIG_OF_LIBFDT_OVERLAY=y

Bug#1057391: cinnamon: FTBFS: dh_girepository: error: Could not find Clutter-0.gir dependency

2023-12-08 Thread Fabio Fantoni
I tried to look on recent gobject-introspection changes About muffin I tried to add "Provides: ${gir:Provides}" to -dev package but it didn't added anything, I tried after saw https://salsa.debian.org/gnome-team/gobject-introspection/-/commit/d3611aaf3d8d98ca910b5f1e96f68a579538507f I not

Bug#1057391: cinnamon: FTBFS: dh_girepository: error: Could not find Clutter-0.gir dependency

2023-12-08 Thread Fabio Fantoni
I tried to look on recent gobject-introspection changes About muffin I tried to add "Provides: ${gir:Provides}" to -dev package but it didn't added anything, I tried after saw https://salsa.debian.org/gnome-team/gobject-introspection/-/commit/d3611aaf3d8d98ca910b5f1e96f68a579538507f I not

Re: iMX6, CONFIG_IMX_HAB and fuse_read()

2023-12-08 Thread Fabio Estevam
Hi Lisandro, On Fri, Dec 8, 2023 at 3:43 PM Lisandro Pérez Meyer wrote: > > Hi! > > I am currently not subscribed (already filled the form waiting for > confirmation), so please CC me for the moment. > > I am trying to enable Secure Boot/HAB on u-boot 2022.07. In a previous Please try the top

Re: Question about device links between supplier and consumer

2023-12-07 Thread Fabio Estevam
Hi Richard, On Thu, Dec 7, 2023 at 10:43 AM Rafael J. Wysocki wrote: > > Otherwise, the mmc driver will be defer probed after the init > > executed, as you can imagine, the init will complain it can not find > > the dev node specified by the 'root=/dev/xxx' in the kernel. command > > line.

[MARMAM] Dolphin Research Internship in Sardinia 2024

2023-12-07 Thread Fabio Ronchetti
eld. For any questions and to receive detailed information for applying, please send email to: i...@mareterra-erc.org Gabriella La Manna, PhD --- Dr Fabio Ronchetti www.mareterragroup.net www.progettonaturasardegna.com www.instagram.com/progetto_natura_ecoturismo www.facebook.com/progettonaturasarde

Re: Change of cronie and crontabs CIS compliance

2023-12-06 Thread Fabio Valentini
ocs don't expand the acronym, and googling for it obviously yields results for something entirely different Fabio -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Cond

[PATCH v2] dt-bindings: lcdif: Properly describe the i.MX23 interrupts

2023-12-06 Thread Fabio Estevam
From: Fabio Estevam i.MX23 has two LCDIF interrupts instead of a single one like other i.MX devices. Take this into account for properly describing the i.MX23 LCDIF interrupts. This fixes the following dt-schema warning: imx23-olinuxino.dtb: lcdif@8003: interrupts: [[46], [45]] is too

[PATCH v2] dt-bindings: display: adi, adv75xx: Document #sound-dai-cells

2023-12-06 Thread Fabio Estevam
From: Fabio Estevam When using audio from ADV7533 or ADV7535 and describing the audio card via simple-audio-card, the '#sound-dai-cells' needs to be passed. Document the '#sound-dai-cells' property to fix the following dt-schema warning: imx8mn-beacon-kit.dtb: hdmi@3d: '#sound-dai-cells' does

[PATCH] dt-bindings: display: adi,adv75xx: Document #sound-dai-cells

2023-12-05 Thread Fabio Estevam
From: Fabio Estevam When using audio from ADV7533 or ADV7535 and describing the audio card via simple-audio-card, the '#sound-dai-cells' needs to be passed. Document the '#sound-dai-cells' property to fix the following dt-schema warning: imx8mn-beacon-kit.dtb: hdmi@3d: '#sound-dai-cells' does

[PATCH v2] dt-bindings: lcdif: Properly describe the i.MX23 interrupts

2023-12-05 Thread Fabio Estevam
From: Fabio Estevam i.MX23 has two LCDIF interrupts instead of a single one like other i.MX devices. Take this into account for properly describing the i.MX23 LCDIF interrupts. This fixes the following dt-schema warning: imx23-olinuxino.dtb: lcdif@8003: interrupts: [[46], [45]] is too

[PATCH] dt-bindings: lcdif: Properly describe the i.MX23 interrupts

2023-12-05 Thread Fabio Estevam
From: Fabio Estevam i.MX23 has two i.MX23 interrupts instead of a single one like other i.MX devices. Take this into account for properly describing the i.MX23 LCDIF interrupts. This fixes the following dt-schema warning: imx23-olinuxino.dtb: lcdif@8003: interrupts: [[46], [45]] is too

Bug#1057391: cinnamon: FTBFS: dh_girepository: error: Could not find Clutter-0.gir dependency

2023-12-04 Thread Fabio Fantoni
Il 04/12/2023 22:14, Holger Schröder ha scritto: The same thing happens when you try to build Cinnamon 6.0.0 https://github.com/linuxmint/cinnamon /hsp Is not related to cinnamon itself but to latest gobject-introspection changes in sid/testing I don't know what is the good way to fix

Bug#1057391: cinnamon: FTBFS: dh_girepository: error: Could not find Clutter-0.gir dependency

2023-12-04 Thread Fabio Fantoni
Il 04/12/2023 22:14, Holger Schröder ha scritto: The same thing happens when you try to build Cinnamon 6.0.0 https://github.com/linuxmint/cinnamon /hsp Is not related to cinnamon itself but to latest gobject-introspection changes in sid/testing I don't know what is the good way to fix

Re: [PATCH] tools: mxsboot: pre-fill buffer with 0xff, not 0

2023-12-03 Thread Fabio Estevam
outfd) > goto err0; > } > > - memset(buf, 0, size); > + memset(buf, 0xff, size); This makes sense: Reviewed-by: Fabio Estevam Thanks

Re: [PATCH] ARM: imx: Enable CAAM on DH i.MX8M Plus DHCOM

2023-12-01 Thread Fabio Estevam
will help that old kernel version function correctly. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH] ARM: imx: Enable CAAM on Data Modul i.MX8M Mini/Plus eDM SBC

2023-12-01 Thread Fabio Estevam
will help that old kernel version function correctly. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH] ddr: imx: Add 3600 MTps rate support

2023-12-01 Thread Fabio Estevam
On Fri, Dec 1, 2023 at 10:49 PM Marek Vasut wrote: > > Add PLL settings for DDR 3600 MTps . This is very similar to 3200 MTps > PLL setting, except the divider is not 9 but 8 . > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH] ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps rates

2023-12-01 Thread Fabio Estevam
On Fri, Dec 1, 2023 at 10:48 PM Marek Vasut wrote: > > The new MX8M DDR tool 3.31 now generates a programming file which uses > data rate 3734 instead of 3733 or 3732 . Handle another rounding option . > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: Signature strength of .dsc

2023-12-01 Thread Fabio Fantoni
Il 01/12/2023 01:20, Dimitri John Ledkov ha scritto: Hi, Currently dak requires signatures on .changes & .dsc uploads. .changes with signatures are publicly announced and then .dsc are published in the archive with signatures. .changes references .dsc. All .dsc have Checksums-Sha256 for the

Bug#1054645:

2023-11-30 Thread Fabio Pedretti
forwarded 1054645 https://gitlab.freedesktop.org/mesa/mesa/-/issues/10228 thanks

Bug#1054645:

2023-11-30 Thread Fabio Pedretti
forwarded 1054645 https://gitlab.freedesktop.org/mesa/mesa/-/issues/10228 thanks

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-30 Thread Fabio Estevam
On Thu, Nov 30, 2023 at 10:14 AM Maxim Uvarov wrote: > I will test that. smsc95xx_eth included in some CI tests and it worked. So > some differences on real hardware... > Log says that a ping packet was sent, but no packet on rx. > Might be the start function of smsc95xx_eth called wrongly

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-30 Thread Fabio Estevam
Hi Maxim, On Thu, Nov 30, 2023 at 5:39 AM Maxim Uvarov wrote: > If networking for some reason doesn't work on that board (I tested only > virtual board). Please try to compile with: Could you also try on a real board? Tom tested on a Raspberry Pi3 and it failed too:

Re: [Qgis-user] Connecting to Oracle Spatial using a proxy user

2023-11-29 Thread Fabio Fumi via QGIS-User
gt; > > Thick/OCI driver. Also, compatibility with the oracle client needs to > be taken care of. I use the Oracle instant client 21.11 and > > SQLDeveloper > > > 21.4.1. > > > > > > I'm trying to replicate such an Oracle

Re: [PATCH] arm: dts: imx8mp-venice-gw72xx: add TPM device

2023-11-29 Thread Fabio Estevam
On Mon, Nov 27, 2023 at 4:37 PM Tim Harvey wrote: > > Add the TPM device found on the GW72xx revision F PCB. > > This hangs off of SPI2, uses gpio1_10 as a CS and gpio1_11 as RST#. > > Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam

Re: [PATCH] arm: dts: imx8mm-venice-gw72xx: add TPM device

2023-11-29 Thread Fabio Estevam
On Mon, Nov 27, 2023 at 4:37 PM Tim Harvey wrote: > > Add the TPM device found on the GW72xx revision F PCB. > > This hangs off of SPI2, uses gpio1_10 as a CS and gpio1_11 as RST#. > > Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam

Re: [PATCH] arm64: imx8mp: Enable TCP, IPv6, wget on Data Modul i.MX8M eDM SBC

2023-11-29 Thread Fabio Estevam
ater is enabled to future proof the IP > stack on this platform. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH] tqma6: Fix DDR configuration

2023-11-29 Thread Fabio Estevam
html > Link: > https://github.com/tq-systems/u-boot-tqmaxx/commit/15eb6abbefbf6916c28467b85485911dad3da6bc > Signed-off-by: Miquel Raynal Yes, better not to write to reserved fields: Reviewed-by: Fabio Estevam

Re: [PATCH 2/2] board: apalis/colibri imx6/imx6ull/imx7: Add fastboot bootcmd support

2023-11-29 Thread Fabio Estevam
configurations is set, it indicates that the board is in recovery mode > and can use either SDP or Fastboot. > > The default option remains the SDP command, but if > CONFIG_CMD_FASTBOOT is set, it changes to 'fastboot usb 0' as > the boot command. > > Signed-off-by: Hiago De Franco Reviewed-by: Fabio Estevam

Re: [PATCH 1/2] apalis/colibri imx6/imx6ull/imx7: defconfig: Enable fastboot support

2023-11-29 Thread Fabio Estevam
00, to make it consistent with the other boards. > > Signed-off-by: Hiago De Franco Reviewed-by: Fabio Estevam

Re: [PATCH] arm64: imx8mp: Inhibit DTC warning on DH i.MX8MP DHCOM rev.100 DTO

2023-11-29 Thread Fabio Estevam
t; it would also require a full new copy of the PHY node, i.e. > ethernet-phy@5 { ... reg = <5>; ... }, to avoid DTC warnings about > mismatch between node unit and reg value. The node unit in SoM DT is > ethernet-phy@7 { ... }; . > > This simpler approach avoids unnecessary dupl

Re: [PATCH 2/2] arm64: imx8mp: Enable TCP, IPv6, wget on DH i.MX8MP DHCOM

2023-11-29 Thread Fabio Estevam
ater is enabled to future proof the IP > stack on this platform. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH 1/2] arm: imx6: Enable TCP, IPv6, wget on DH i.MX6 DHCOM

2023-11-29 Thread Fabio Estevam
ater is enabled to future proof the IP > stack on this platform. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH 0/2] librem5: allow using distroboot w/ extlinux files

2023-11-29 Thread Fabio Estevam
env variable > librem5: Add addresses for compressed kernel load For the series: Reviewed-by: Fabio Estevam Angus, Are you happy with this series?

Re: [PATCH] imx8mn_var_som: Add myself to MAINTAINERS

2023-11-29 Thread Fabio Estevam
On Thu, Oct 19, 2023 at 4:42 PM Hugo Villeneuve wrote: > > From: Hugo Villeneuve > > I would like to help maintaining the imx8mn_var_som symphony board. > > Add myself to MAINTAINERS. > > Signed-off-by: Hugo Villeneuve Reviewed-by: Fabio Estevam

Re: [PATCH v2] arm: mxs: Clear CPSR V bit to activate low vectors

2023-11-29 Thread Fabio Estevam
hould handle > exceptions on its own using its own exception handling code, which is located > at 0x0, i.e. at low vectors. Clear the CPSR V bit, so that the CPU would jump > to low vectors on exception instead, and therefore run the U-Boot exception > handling code. > > Signed-off-by: Ma

Re: [PATCH] arm: dts: imx8mp-venice-gw73xx: add TPM device

2023-11-29 Thread Fabio Estevam
On Wed, Oct 18, 2023 at 3:33 PM Tim Harvey wrote: > > Add the TPM device found on the GW73xx revision F PCB. > > This hangs off of SPI2, uses gpio1_10 as a CS and gpio1_11 as RST#. > > Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam

Re: [PATCH] arm: dts: imx8mm-venice-gw73xx: add TPM device

2023-11-29 Thread Fabio Estevam
On Wed, Oct 18, 2023 at 3:33 PM Tim Harvey wrote: > > Add the TPM device found on the GW73xx revision F PCB. > > This hangs off of SPI2, uses gpio1_10 as a CS and gpio1_11 as RST#. > > Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam

Re: [PATCH] board: gateworks: venice: add fixup for GW73xx-F+

2023-11-29 Thread Fabio Estevam
On Wed, Oct 18, 2023 at 3:33 PM Tim Harvey wrote: > > GW73xx-F board revision switched back to the original PCIe switch due to > part availability. > > Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam

Re: [PATCH] imx8mn-var-som: add manufacturer to target description

2023-11-29 Thread Fabio Estevam
g for a particular > manufacturer/board. > > Signed-off-by: Hugo Villeneuve Reviewed-by: Fabio Estevam

Re: [nexa] Extracting Training Data from ChatGPT

2023-11-29 Thread Fabio Alemagna
Il giorno mer 29 nov 2023 alle ore 17:01 Antonio Casilli ha scritto: > > Ciao Fabio, > > il testo riportanto nel tuo test con ChatGPT3.5 sembra avere una > corrispondenza online. Si tratterebbe di un'estratto di una fanfiction che > riprende i personaggi della telenovela ind

Re: [nexa] Extracting Training Data from ChatGPT

2023-11-29 Thread Fabio Alemagna
prodotto nel mio caso, non ho trovato corrispondenze dirette online, per cui non trovo sostanziata la tesi che quelli siano dati di training più di quanto non sia dato di training ogni singola parola che ChatGPT emette. Fabio Il giorno mer 29 nov 2023 alle ore 13:42 Daniela Tafani ha scritto

Re: Rust bindings for Python (pyo3 versions <0.19, cpython) broken with Python 3.12

2023-11-29 Thread Fabio Valentini
On Fri, Nov 17, 2023 at 1:34 AM Kevin Fenzi wrote: > > On Mon, Nov 13, 2023 at 07:25:10PM +0100, Fabio Valentini wrote: > > > > Yup, I've mentioned that in the bug I filed for python-bcrypt - > > It might be as simple as bumping the dependency on pyo3 from v0.15 to v0.19.

Re: Rust bindings for Python (pyo3 versions <0.19, cpython) broken with Python 3.12

2023-11-29 Thread Fabio Valentini
On Fri, Nov 17, 2023 at 1:34 AM Kevin Fenzi wrote: > > On Mon, Nov 13, 2023 at 07:25:10PM +0100, Fabio Valentini wrote: > > > > Yup, I've mentioned that in the bug I filed for python-bcrypt - > > It might be as simple as bumping the dependency on pyo3 from v0.15 to v0.19.

Re: TPM SPI issue

2023-11-29 Thread Fabio Estevam
Hi Niek, On Wed, Nov 29, 2023 at 9:51 AM niek.nooij...@omron.com wrote: > > Hi there > > I have the same issue as here: > https://community.infineon.com/t5/OPTIGA-TPM/I-MX8-TPM-SLB9670-SPI-Com-Error/td-p/472533 > > apparently the CS is released in between responses. Can you help me solve >

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-28 Thread Fabio Estevam
Hi Tim, On Tue, Nov 28, 2023 at 9:10 PM Tim Harvey wrote: > Fabio, > > You won't see this build issue with the entire series applied... only > with the patches up to and including 'net/lwip: integrate lwIP > library'. My point was there are points in the series where > compi

Re: [PATHv11 00/43] net/lwip: add lwip library for the network stack

2023-11-28 Thread Fabio Estevam
Hi Tim and Maxim, On Tue, Nov 28, 2023 at 8:05 PM Tim Harvey wrote: > Hi Maxim, > > I've tried this series on my imx8mm-venice boards and find that basic > ping/dhcp/tftp breaks: > u-boot=> net list > eth0 : ethernet@30be 00:d0:12:78:f8:01 active > u-boot=> setenv ipaddr 192.168.1.1 >

Re: [PATHv11 07/43] net/lwip: implement wget cmd

2023-11-28 Thread Fabio Estevam
Hi Maxim, On Tue, Nov 28, 2023 at 4:07 PM Maxim Uvarov wrote: > From this log it's a little bit different wget output. My version prints "#" > for status. So I guess it's original wget. You can spend time on debugging it > but this code will be replaced. > With my code I tried big iso

Bug#1057033: nemo: Several MIME types not recognized on GVFS mounted volumes

2023-11-28 Thread Fabio Fantoni
Control: fixed -1 5.8.5-2 Hi, thanks for the report. Problem reproduced immediately when seeing a .doc file on share smb, on Sid with nemo 5.8.5 is not present so was fixed but from a fast search I don't found the possible commit of fix, only one related to video thumbnails from network

Re: [PATHv11 07/43] net/lwip: implement wget cmd

2023-11-28 Thread Fabio Estevam
Hi Maxim, On Mon, Nov 27, 2023 at 5:46 PM Maxim Uvarov wrote: > > U-Boot recently got support for an alternative network stack using LWIP. > Replace wget command with the LWIP variant while keeping the output and > error messages identical. > > Signed-off-by: Maxim Uvarov Do you know whether

Re: [PATCH 1/1] pico-imx7d: add baseboard SD card boot detect

2023-11-27 Thread Fabio Estevam
On Mon, Nov 27, 2023 at 4:55 PM Szőke Kálmán Benjamin wrote: > > Unused function parameters should be removed > https://rules.sonarsource.com/c/tag/based-on-misra/RSPEC-1172/ >From this same URL: "Exceptions There are some cases when you want to have an unused parameter (usually because the

Re: libxml2 2.12.0 (and 2.12.1) in rawhide, with some API breaks

2023-11-27 Thread Fabio Valentini
t if these changes also affect ABI (the first sounds like it might do that), dependent packages would need to be rebuilt either way, wouldn't they? Fabio -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@l

Re: [PATCH 1/1] pico-imx7d: add baseboard SD card boot detect

2023-11-26 Thread Fabio Estevam
Hi Benjamin, On Sun, Nov 26, 2023 at 8:17 PM Szőke Kálmán Benjamin wrote: > > It can happen when will -Wall be enabled as in others SW projects. My patches > are final, ready and works. I will not remove this "supression", it must be a > part of it if the target is to provide code in good

Bug#1056906: debuild: cannot disable lintian

2023-11-26 Thread Fabio Pedretti
Il giorno dom 26 nov 2023 alle ore 14:37 Adam D. Barratt ha scritto: > > Control: tags -1 + moreinfo > > On Sun, 2023-11-26 at 14:06 +0100, Fabio Pedretti wrote: > > when I add --no-lintian (as found in debuild man page) option > > to debuild, I get the following erro

Bug#1053241: glibc: please apply upstream patch to fix slow fstat

2023-11-26 Thread Fabio Pedretti
Il giorno dom 26 nov 2023 alle ore 16:28 Aurelien Jarno ha scritto: > > Hi, > > On 2023-09-29 21:52, Fabio Pedretti wrote: > > Package: glibc > > Version: 2.36-9+deb12u1 > > Severity: normal > > X-Debbugs-Cc: pedretti.fa...@gmail.com > > > > De

<    5   6   7   8   9   10   11   12   13   14   >