Bug#1059223: src:meson: fails to migrate to testing for too long: fails autopkgtest on arm64 and i386

2024-02-26 Thread Fabio Pedretti
Ubuntu fixed it with this patch: https://launchpadlibrarian.net/715235929/meson_1.3.2-1_1.3.2-1ubuntu1.diff.gz

Bug#1059223: src:meson: fails to migrate to testing for too long: fails autopkgtest on arm64 and i386

2024-02-26 Thread Fabio Pedretti
Ubuntu fixed it with this patch: https://launchpadlibrarian.net/715235929/meson_1.3.2-1_1.3.2-1ubuntu1.diff.gz

[Git][archlinux/packaging/packages/dbeaver] Pushed new tag 23.3.5-1

2024-02-25 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed new tag 23.3.5-1 at Arch Linux / Packaging / Packages / dbeaver -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dbeaver/-/tree/23.3.5-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/dbeaver][main] upgpkg: 23.3.5-1

2024-02-25 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed to branch main at Arch Linux / Packaging / Packages / dbeaver Commits: f2db0ccf by Fabio Castelli (Muflone) at 2024-02-25T17:20:52+01:00 upgpkg: 23.3.5-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

Bug#1056117: meson: generates non-determinstic .pkgconfig files

2024-02-25 Thread Fabio Pedretti
Source-Version: 1.3.1-1 Fixed upstream in 1.3.1.

[GIT PULL] Please pull u-boot-imx-master-20240224

2024-02-24 Thread Fabio Estevam
CONFIG_IMX_TMU Fabio Estevam (1): imx53-qsb: Convert to watchdog driver model Frieder Schrempf (1): board: imx6dl-sielaff: spl.c: Remove multiline string Jesse Taube (2): imx: imxrt1050-evk: Add support for SPI flash booting imx: imxrt1050-evk: Add documentation for SPI boot

Re: [PATCH 1/1] opos6uldev: Convert to watchdog driver model

2024-02-24 Thread Fabio Estevam
On Fri, Feb 23, 2024 at 8:28 AM Sébastien Szymanski wrote: > > 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 driver model via sysreset, which > is the preferred method for

Re: [PATCH] imx53-qsb: Convert to watchdog driver model

2024-02-24 Thread Fabio Estevam
On Wed, Feb 21, 2024 at 2:39 PM Fabio Estevam wrote: > > 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 driver model via sysreset, which

Re: [PATCH 0/3] Enable IMX_TMU driver for PHYTEC boards

2024-02-24 Thread Fabio Estevam
On Tue, Feb 20, 2024 at 7:43 AM Benjamin Hahn wrote: > > Enable IMX_TMU driver to prevent the system from booting when it is too > hot. > > Signed-off-by: Benjamin Hahn > --- > Benjamin Hahn (3): > phycore-imx8mp_defconfig: Enable CONFIG_IMX_TMU > phycore-imx8mm_defconfig: Enable

Re: [PATCH 0/5] imx93_var_som: Add USB support.

2024-02-24 Thread Fabio Estevam
On Tue, Feb 20, 2024 at 7:35 AM Mathieu Othacehe wrote: > > Hello, > > This series adds USB support for the imx93_var_som board. It depends on: > https://lists.denx.de/pipermail/u-boot/2024-February/546203.html > > It also adds support for fastboot and EFI partitions. > > Thanks, > > Mathieu > >

Re: [PATCH] board: imx6dl-sielaff: spl.c: Remove multiline string

2024-02-24 Thread Fabio Estevam
On Tue, Feb 20, 2024 at 6:01 AM Frieder Schrempf wrote: > > From: Frieder Schrempf > > Remove the malformed multiline string and fix the checkpatch warning. > > Reported-by: Dan Carpenter > Signed-off-by: Frieder Schrempf Applied, thanks.

Re: [PATCH v4 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-02-24 Thread Fabio Estevam
On Tue, Feb 20, 2024 at 2:20 PM Fabio Estevam wrote: > Please fix both issues and submit a v5. I have fixed these issues myself and applied it, thanks.

Re: koji news and 1.34.0 upgrade

2024-02-24 Thread Fabio Valentini
aveat: > For f41 / rawhide, this has been set to "aarch64 x86_64 ppc64le s390x" > (ie, excluding i686). If this works well we can extend it to other build > tags. Fabio -- ___ devel mailing list -- devel@lists.fedoraproject.org To

Re: [OE-core] [PATCH] openssl: add loongarch64 support

2024-02-24 Thread Fabio Estevam
On Sat, Feb 24, 2024 at 10:54 AM Xiaotian Wu wrote: > It would be nice to put here the same text you added in the cover letter. Also, you missed your Signed-off-by line. > --- > meta/recipes-connectivity/openssl/openssl_3.2.1.bb | 3 +++ > 1 file changed, 3 insertions(+)

Re: google-re2 pacakge update and facebook vs google python bindings ?

2024-02-24 Thread Fabio Valentini
uced a switch to autochangelog, which should be > the maintainer's decision, and is best done in a separate commit > before the bump. Besides, the changelog file was not committed to > dist-git. Did this just erase all changelog history from the rpm? Yes, this was done incorrec

Re: [PATCH v2 0/7] toradex: fix reset and hardware detection regressions

2024-02-23 Thread Fabio Estevam
: Francesco Dolcini > Closes: https://lore.kernel.org/all/ZY2ZDWAQuTlRjV9H@francesco-nb/ For the series: Reviewed-by: Fabio Estevam

Re: [PATCH 1/1] opos6uldev: Convert to watchdog driver model

2024-02-23 Thread Fabio Estevam
> is the preferred method for implementing the watchdog reset. > > Signed-off-by: Sébastien Szymanski Reviewed-by: Fabio Estevam

Re: [PATCH v2] arm64: zynqmp: Support semihosting boot method

2024-02-22 Thread Fabio Estevam
On Thu, Feb 22, 2024 at 1:53 PM Sean Anderson wrote: > > From: Sean Anderson ... > Signed-off-by: Sean Anderson > --- > I'm resending this from my linux.dev email as my regular email is > mangling my patches. That's OK, but you need to make sure that the From and Signed-off-by fields match.

[PATCH] imx53-qsb: Convert to watchdog driver model

2024-02-21 Thread 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 driver model via sysreset, which is the preferred method for implementing the watchdog reset. Signed-off-by: Fab

Re: ECDSA related PRs

2024-02-21 Thread Fabio Estevam
Hi Bob, On Wed, Feb 21, 2024 at 8:30 AM Bob Wolff wrote: > > Hi there, > I have two separate but related pull requests I'd like to contribute. They > both have to do with ECDSA support. > - The simple one is a lack of null-pointer check that can cause a crash in > certain situations. Easy peasy.

Re: [PATCH v4 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-02-20 Thread Fabio Estevam
On Mon, Feb 19, 2024 at 11:50 PM Jesse T wrote: > Huh, this is very interesting and I haven't noticed before. > When sending git send-email lowercases my email. > It seems like all my commits are like this. > Do you want this fixed? Please fix both issues and submit a v5.

Re: [PATCH 7/7] verdin-imx8mp_defconfig: Enable PCIe/NVMe support

2024-02-20 Thread Fabio Estevam
On Tue, Feb 20, 2024 at 10:51 AM Sumit Garg wrote: > > Also, enable reset driver which is a prerequisite for PCIe support. > > Signed-off-by: Sumit Garg > --- > configs/verdin-imx8mp_defconfig | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/configs/verdin-imx8mp_defconfig

Bug#1057386: [Pkg-electronics-devel] imsprog , #1057386

2024-02-20 Thread Fabio Fantoni
Hi, is it possible to upload this shortly to try to include before the feature freeze on Ubuntu 24.04? (February 29th) I helped to improve the packaging, and now seems ready to me, but I'm only DM and I can't upload new packages. 2 DD did a review on mentors over the past weeks and the

Bug#1057386: [Pkg-electronics-devel] imsprog , #1057386

2024-02-20 Thread Fabio Fantoni
Hi, is it possible to upload this shortly to try to include before the feature freeze on Ubuntu 24.04? (February 29th) I helped to improve the packaging, and now seems ready to me, but I'm only DM and I can't upload new packages. 2 DD did a review on mentors over the past weeks and the

Re: [PATCH v4 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-02-19 Thread Fabio Estevam
On Mon, Feb 19, 2024 at 8:01 PM Jesse Taube wrote: > > Add support for booting the imxrt1050-evk from spi. > Add imximage config and the ability for SPL to boot from NOR. > Enable binman in Kconfig and device tree for imxrt* as it is used to > prepend fspi_header.bin to SPL and u-boot.img. > >

Re: [PATCH v3 1/3] arm: dts: imxrt: Add binman support

2024-02-19 Thread Fabio Estevam
On Mon, Feb 19, 2024 at 5:18 PM Jesse T wrote: > Shall I send a V4 with them squashed then? Yes, please send a v4 with them squashed and with a nice commit log :-)

Re: [PATCH v2] usb: ehci-mx6: Add i.MX93 support

2024-02-19 Thread Fabio Estevam
On Mon, Feb 19, 2024 at 2:05 PM Mathieu Othacehe wrote: > > i.MX93 uses the same USB IP as i.MX8MM. It can then reuse the ehci-mx6 > driver. > > Reviewed-by: Marek Vasut > Signed-off-by: Mathieu Othacehe Reviewed-by: Fabio Estevam I assume you will add USB support to some i.MX93 boards later.

Bug#1062060: cinnamon-desktop: NMU diff for 64-bit time_t transition

2024-02-19 Thread Fabio Fantoni
Il 18/02/2024 01:20, Steve Langasek ha scritto: Hi, It is easiest for us to include cinnamon in the batch NMUs to unstable. Thanks, ok, thanks, only small reminder to include the missed Breaks

[Desktop-packages] [Bug 1833322] Re: Please consider no more having irqbalance enabled by default (per image/use-case/TBD)

2024-02-19 Thread Fabio Augusto Miranda Martins
Sorry for the late feedback, but sharing here: AWS docs regarding best practices regarding cpu-starvation [1] do not recommend disabling the irqbalance service. Quoting the doc: > "Note: we do not recommend disabling irqbalance service. ENA driver doesn’t provide affinity hints, and if device

[Touch-packages] [Bug 1833322] Re: Please consider no more having irqbalance enabled by default (per image/use-case/TBD)

2024-02-19 Thread Fabio Augusto Miranda Martins
Sorry for the late feedback, but sharing here: AWS docs regarding best practices regarding cpu-starvation [1] do not recommend disabling the irqbalance service. Quoting the doc: > "Note: we do not recommend disabling irqbalance service. ENA driver doesn’t provide affinity hints, and if device

Re: [PATCH] usb: ehci-mx6: Add i.MX93 support

2024-02-19 Thread Fabio Estevam
Hi Mathieu, On Mon, Feb 19, 2024 at 5:43 AM Mathieu Othacehe wrote: > > i.MX93 uses the same USB IP as i.MX8MM. It can then reuse the ehci-mx6 > driver. > > Signed-off-by: Mathieu Othacehe You missed copying Marek Vasut, who is the USB maintainer. > --- > drivers/usb/host/Kconfig| 6

Re: EXT: [PATCH 1/5] msc_sm2s_imx8mp: Convert to DM_SERIAL

2024-02-19 Thread Fabio Estevam
On Thu, Feb 15, 2024 at 9:05 AM Ian Ray wrote: > > On Tue, Feb 13, 2024 at 08:43:38AM -0300, Fabio Estevam wrote: > > > > From: Fabio Estevam > > > > The conversion to DM_SERIAL is mandatory, so do the conversion. > > > > Signed-off-by: Fabio Estev

Re: [PATCH v4 1/3] mtd: spi-nor-ids: Add support for ESMT/EON EN25Q80B

2024-02-19 Thread Fabio Estevam
On Thu, Feb 15, 2024 at 11:00 AM Frieder Schrempf wrote: > > From: Frieder Schrempf > > The datasheet can be found here: > https://www.esmt.com.tw/upload/pdf/ESMT/datasheets/EN25Q80B_Ver.E.pdf > > Signed-off-by: Frieder Schrempf > Reviewed-by: Fabio Estevam Applied all, thanks.

Re: [PATCH] MAINTAINERS: Update after GEHC spin-off

2024-02-19 Thread Fabio Estevam
On Tue, Feb 13, 2024 at 11:08 AM Ian Ray wrote: > > Update our email addresses, from @ge.com to @gehealthcare.com, after GE > HealthCare was spun-off from GE. > > Remove Antti, who no longer works on the project. > > Signed-off-by: Ian Ray Applied, thanks.

[GIT PULL] Please pull u-boot-imx-master-20240219

2024-02-19 Thread Fabio Estevam
addresses. Fabio Estevam (5): msc_sm2s_imx8mp: Convert to DM_SERIAL msc_sm2s_imx8mp: Make Ethernet functional imx8mp-msc-sm2s: Add mmc aliases msc_sm2s_imx8mp: Add redundant environment support

Re: [PATCH v3 1/3] arm: dts: imxrt: Add binman support

2024-02-18 Thread Fabio Estevam
On Sun, Feb 18, 2024 at 10:39 PM Fabio Estevam wrote: > > Hi Jesse, > > On Sun, Feb 18, 2024 at 6:20 PM Jesse Taube wrote: > > > > Enable binman in Kconfig and in device tree. > > Please explain the rationale for doing this. Also, it seems that this patch alo

Re: [PATCH v3 1/3] arm: dts: imxrt: Add binman support

2024-02-18 Thread Fabio Estevam
Hi Jesse, On Sun, Feb 18, 2024 at 6:20 PM Jesse Taube wrote: > > Enable binman in Kconfig and in device tree. Please explain the rationale for doing this.

Re: Feedback wanted - pruning old rawhide chroots in Copr

2024-02-18 Thread Fabio Valentini
Rawhide empty, requiring fresh builds of things. Since there is no equivalent to the mass rebuild in COPR, that would also solve the problem of "stale" packages in Rawhide chroots. Fabio -- ___ devel mailing list -- devel@lists.fedoraproject.org To

Re: Proposing a Fedora SIG for the upcoming COSMIC desktop environment

2024-02-17 Thread Fabio Valentini
o, I agree with Michel, there is probably going to be a lot of overlap with the Rust SIG, so it would be great to have you in the Rust matrix room to coordinate first steps :) Fabio -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe

[Kernel-packages] [Bug 2053280] Re: System randomly freezing and coming back seconds after

2024-02-16 Thread Fabio R Sluzala
21.3 Release: 21.3 fabio@PC:~$ cat /etc/upstream-release/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu Jammy Jellyfish" fabio@PC:~$ cat /etc/lsb-release DISTRIB_ID=LinuxMint DISTRIB_RELEASE=21.3 DISTRI

[Kernel-packages] [Bug 2053280] Re: System randomly freezing and coming back seconds after

2024-02-15 Thread Fabio R Sluzala
fabio@PC:~$ cat /etc/upstream-release/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu Jammy Jellyfish" fabio@PC:~$ cat /etc/lsb-release DISTRIB_ID=LinuxMint DISTRIB_RELEASE=21.3 DISTRIB_CODENAME=virginia DISTRIB_D

[Kernel-packages] [Bug 2053280] [NEW] System randomly freezing and coming back seconds after

2024-02-15 Thread Fabio R Sluzala
-17-generic #17~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 16 14:32:32 UTC 2 x86_64 x86_64 x86_64 GNU/Linux I am using Linux Mint, but the link in the kernel package manager for bug reports brought me here lsb_release -rd Description:Linux Mint 21.3 Release:21.3 fabio@PC:~$ cat /etc

[MARMAM] DOLPHIN RESEARCH INTERNSHIPS (3 spots available) - SARDINIA ISLAND (ITALY)

2024-02-15 Thread Fabio Ronchetti
org Gabriella La Manna, Ph.D. --- Dr Fabio Ronchetti www.mareterragroup.net www.progettonaturasardegna.com www.instagram.com/progetto_natura_ecoturismo www.facebook.com/progettonaturasardegna progettonat...@mareterragroup.net.com Via P. Enrico 42 07041 Alghero (SS) Tel: +393921404069 Research associ

Re: [PATCH v2 2/3] board: Add support for Sielaff i.MX6 Solo board

2024-02-15 Thread Fabio Estevam
in the Linux > kernel that are available from linux-next and will likely be > part of Linux v6.9. > > Signed-off-by: Frieder Schrempf > --- > Changes in v2: > * Implement changes suggested by Fabio (Thanks!) > * Fix system reset and remove unneeded cpu_reset() > * Add 'static

Re: [heads up] update to jpegxl-0.9.2 with soname bump in rawhide

2024-02-14 Thread Fabio Valentini
On Wed, Feb 14, 2024 at 7:00 PM Sérgio Basto wrote: > > On Wed, 2024-02-14 at 16:41 +0100, Fabio Valentini wrote: > > On Wed, Feb 14, 2024 at 2:53 PM Sérgio Basto > > wrote: > > > > > > On Fri, 2024-02-09 at 13:28 +, Sérgio Basto wrote: > > >

Re: [heads up] update to jpegxl-0.9.2 with soname bump in rawhide

2024-02-14 Thread Fabio Valentini
webkitgtk-2.43.4-4.fc41 failed to build [1] > > webkitgtk just failed on i686 , should I processed to F40 ? webkitgtk is a critical package that would likely cause composes to fail. I don't think the side tag should be merged unless this package is fixed and can be rebuilt. Fabio -- __

Re: Virtualisation

2024-02-14 Thread Fabio Natali
hes, F. -- Fabio Natali https://fabionatali.com

Re: [PATCH v2 3/3] doc: board: Add minimal documentation for Sielaff i.MX6 Solo board

2024-02-14 Thread Fabio Estevam
On Tue, Feb 13, 2024 at 2:33 PM Frieder Schrempf wrote: > > From: Frieder Schrempf > > Describe how to build and boot for the Sielaff i.MX6 Solo board. > > Signed-off-by: Frieder Schrempf Reviewed-by: Fabio Estevam

Re: [PATCH v2 2/3] board: Add support for Sielaff i.MX6 Solo board

2024-02-14 Thread Fabio Estevam
that are available from linux-next and will likely be > part of Linux v6.9. > > Signed-off-by: Frieder Schrempf Reviewed-by: Fabio Estevam

Virtualisation

2024-02-13 Thread Fabio Natali
be an option, but I understand it might be a bit of an overkill for a small number of VMs? Does anyone have any recommendation, in terms of a small-scale virtualisation setup, ideally declarative and perhaps Guile-based? Anything I could take inspiration from? Thanks, cheers, Fabio. -- Fabio Natali

Re: [PATCH 2/3] board: Add support for Sielaff i.MX6 Solo board

2024-02-13 Thread Fabio Estevam
Hi Frieder, On Tue, Feb 13, 2024 at 1:58 PM Frieder Schrempf wrote: > I understand the reasoning and I can change that if you insist. But I'm > not really happy about it as we already use the flash.bin as common name > for the binary across all platforms downstream. Also in our upstream >

[PATCH 5/5] msc_sm2s_imx8mp: Fix CONFIG_DEFAULT_FDT_FILE

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam There is no imx8mp-msc-sm2s.dtb file in upstream Linux. Change it to imx8mp-msc-sm2s-ep1.dtb. Signed-off-by: Fabio Estevam --- configs/msc_sm2s_imx8mp_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/msc_sm2s_imx8mp_defconfig b

[PATCH 4/5] msc_sm2s_imx8mp: Add redundant environment support

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam Redundant environment support is required for software updates. Add support for it. Signed-off-by: Fabio Estevam --- configs/msc_sm2s_imx8mp_defconfig | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/msc_sm2s_imx8mp_defconfig b/configs

[PATCH 2/5] msc_sm2s_imx8mp: Make Ethernet functional

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam Currently, the Ethernet ports are not working. The Ethernet PHY reset lines are controlled by the TCA6424 I2C GPIO expander. The TCA6424 I2C GPIO expander is supported by the CONFIG_DM_PCA953X driver. Select the CONFIG_DM_PCA953X option so that the Ethernet PHYs can go

[PATCH 3/5] imx8mp-msc-sm2s: Add mmc aliases

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam Add mmc alias so that the eMMC is mmc0 and the SD card is mmc1 to have a well defined device numbering scheme. Signed-off-by: Fabio Estevam --- arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/imx8mp-msc-sm2s-u

[PATCH 1/5] msc_sm2s_imx8mp: Convert to DM_SERIAL

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam The conversion to DM_SERIAL is mandatory, so do the conversion. Signed-off-by: Fabio Estevam --- arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi | 8 board/msc/sm2s_imx8mp/spl.c | 9 - configs/msc_sm2s_imx8mp_defconfig| 1 + include/configs

Re: lazarus is marked for autoremoval from testing

2024-02-13 Thread Fabio Fantoni
Il 13/02/2024 08:06, Abou Al Montacir ha scritto: Hi All, On Tue, 2024-02-13 at 04:39 +, Debian testing autoremoval watch wrote: lazarus 3.0+dfsg1-6 is marked for autoremoval from testing on 2024-03-13 It is affected by these RC bugs: 1061034: lcl-utils-3.0: lcl-utils-3.0 Missing

Bug#1063776: nagios-plugins-contrib: add a check for lvm thinpool

2024-02-12 Thread Fabio Fantoni
Package: nagios-plugins-contrib Version:  45.20231212 Severity: wishlist Dear Maintainer, searching a check for lvm thinpool to avoid data corruption due to unexpected full I didn't found one check on the available on Debian packages. I found one and tested:

Pull request: Please pull u-boot-imx-master-20240212

2024-02-12 Thread Fabio Estevam
Hi Tom, Please pull from u-boot-imx, thanks. The following changes since commit d7aaaf4223d0a2f9f8c9eed47d7431860b3116d8: Merge tag 'u-boot-dfu-20240209' of https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-02-09 09:00:42 -0500) are available in the Git repository at:

Re: [PATCH v2 0/3] imx93_var_som: Enable AHAB support

2024-02-12 Thread Fabio Estevam
On Fri, Feb 9, 2024 at 7:30 AM Mathieu Othacehe wrote: > > Hello, > > In this v2, I moved imx93_probe_mu to a dedicated header. Applied all, thanks.

Re: [PATCH v2] spi: mxc_spi: Add imx6ul-ecspi compatible string

2024-02-12 Thread Fabio Estevam
4376fb68 ("arm64: dts: imx8mp: update ecspi compatible and clk") > 8eb1252bbedf ("spi: imx: remove ERR009165 workaround on i.mx6ul") > > Fixes: 451799a6ceac ("arm: dts: imx8mp: Sync the DT with kernel 6.4-rc4") > Reviewed-by: Fabio Estevam > Signed-off-by: Marek Vasut Applied, thanks.

Re: [PATCH] ARM: imx: Let SPL configure ECSPI1 clock on Data Modul i.MX8M Plus eDM SBC

2024-02-12 Thread Fabio Estevam
On Thu, Feb 8, 2024 at 2:34 PM Marek Vasut wrote: > > The SPL clock code does configure the ECSPI clock frequency, which has > to match the mxc-spi driver configuration for successful SPI NOR boot. > Drop the assigned-clock from DT ecspi1 node on this board to let the > SPL clock code do the

Bug#1063662: bleachbit: Depends on transitional policykit-1

2024-02-10 Thread Fabio Fantoni
ove policykit-1 depends (Closes: #1025545) -- Fabio Fantoni Thu, 10 Aug 2023 11:21:13 + OpenPGP_signature.asc Description: OpenPGP digital signature

Re: [PATCH 1/3] mtd: spi-nor-ids: Add support for ESMT/EON EN25Q80B

2024-02-10 Thread Fabio Estevam
On Thu, Feb 8, 2024 at 1:59 PM Frieder Schrempf wrote: > > From: Frieder Schrempf > > The datasheet can be found here: > https://www.esmt.com.tw/upload/pdf/ESMT/datasheets/EN25Q80B_Ver.E.pdf > > Signed-off-by: Frieder Schrempf Reviewed-by: Fabio Estevam

Re: [PATCH 2/3] board: Add support for Sielaff i.MX6 Solo board

2024-02-10 Thread Fabio Estevam
Hi Frieder, On Thu, Feb 8, 2024 at 1:59 PM Frieder Schrempf wrote: > +/ { > + binman: binman { > + filename = "flash.bin"; > + pad-byte = <0x00>; > + > + spl: blob-ext@1 { > + offset = <0x0>; > +

Re: [PATCH v2 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-02-09 Thread Fabio Estevam
On Fri, Feb 9, 2024 at 3:27 PM Jesse T wrote: > These errors also happen on master. There are no errors in master, otherwise they would not pass the CI build. > I will submit a patch to fix these soon. Just to clarify: on master we do get the following warnings (not errors):

Re: [PATCH 0/2] imx93_var_som: Enable AHAB support

2024-02-09 Thread Fabio Estevam
On Fri, Feb 9, 2024 at 11:25 AM Mathieu Othacehe wrote: > Once the board is closed you can only boot from signed images. If the > signed image is not working (hanging during relocation for instance), > then you can always boot from a new one. All the interfaces: SD-card, > UART, USB are still

Re: [PATCH 3/3] doc: board: Add minimal documentation for Sielaff i.MX6 Solo board

2024-02-09 Thread Fabio Estevam
Hi Frieder, On Thu, Feb 8, 2024 at 1:59 PM Frieder Schrempf wrote: > +Burn the flash.bin to SD card at an offset of 1 KiB: > + > +.. code-block:: bash > + > + $ dd if=flash.bin of=/dev/sd[x] bs=1K seek=1 conv=notrunc I see that you used binman to create the flash.bin file. You could simply

Re: [PATCH 0/2] imx93_var_som: Enable AHAB support

2024-02-09 Thread Fabio Estevam
Hi Mathieu, On Fri, Feb 9, 2024 at 5:05 AM Mathieu Othacehe wrote: > No. I fused the board and with this series applied and the three HAFDBS > commits reverted, I can boot just fine on that board. Yes, this part I understood. > Without reverting those commits, the SPL is working fine and

Cloudstack Host HA

2024-02-09 Thread fabio
Hi all, I have a question about host HA. I have a cluster with KVM (QEMU emulator version 6.2.0) with NFS(v3) primary storage. I have dedicated 1 host in this cluster for HA but, when I tried to shutting down another host in order to test HA functionality, it stops with error: "Failed to

Re: [PATCH] ARM: imx: Let SPL configure ECSPI1 clock on Data Modul i.MX8M Plus eDM SBC

2024-02-08 Thread Fabio Estevam
SPL clock code do the configuration and keep it aligned with the driver > expectation. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam

Re: [PATCH] spi: mxc_spi: Add imx6ul-ecspi compatible string

2024-02-08 Thread Fabio Estevam
PI operation on i.MX8MP. > > Signed-off-by: Marek Vasut I assume this goes via Jagan's spi tree. Reviewed-by: Fabio Estevam

Re: [PATCH 1/2] board: imx93_var_som: Probe ELE MU

2024-02-08 Thread Fabio Estevam
On Thu, Feb 8, 2024 at 6:45 AM Mathieu Othacehe wrote: > diff --git a/board/variscite/imx93_var_som/spl.c > b/board/variscite/imx93_var_som/spl.c > index 502e599b91a..0965a2de996 100644 > --- a/board/variscite/imx93_var_som/spl.c > +++ b/board/variscite/imx93_var_som/spl.c > @@ -97,6 +97,7 @@

Re: [PATCH 0/2] imx93_var_som: Enable AHAB support

2024-02-08 Thread Fabio Estevam
Hi Mathieu, On Thu, Feb 8, 2024 at 6:45 AM Mathieu Othacehe wrote: > > Hello, > > This enables AHAB support on the imx93_var_som. > I was able to test that I can boot from signed images on a closed board. > > There is one issue that has been discovered and that is discussed here: >

Re: [PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-02-08 Thread Fabio Estevam
Hi Giulio, On Wed, Jan 31, 2024 at 10:06 AM Giulio Benetti wrote: > The problem is that mmu_set_region_dcache_behaviour() is not implemented > for armv7m and mxsfb.c requires it when DCache is enabled, that's why > I've disabled. > > So we can keep it as is or implement armv7m complete >

Re: just to let you know FESCo agreed to a preliminary injunction while we consider this issue

2024-02-08 Thread Fabio Valentini
X11 session". I'm also unsure how handling bug reports would best work in this situation. People *will* report bugs against the wrong components, causing additional work for the KDE SIG. (Hell, I'm getting bug reports filed against elementary / Pantheon packages, an

Pull request: Please pull u-boot-imx-master-20240208

2024-02-08 Thread Fabio Estevam
storage support phycore-imx8mp: add support for booting and flashing emmc via UUU Fabio Estevam (3): mx6sabresd: Fix U-Boot corruption after saving the environment mx6sabresd: Convert to watchdog driver model mx6sabresd: Remove board_phy_config() Igor Opaniuk (2): imx

Re: [PATCH v3 1/4] imx8mp-phyboard-pollux-rdk: sync with kernel devicetree from v6.8-rc2

2024-02-08 Thread Fabio Estevam
On Thu, Feb 8, 2024 at 9:03 AM Benjamin Hahn wrote: > > sync devicetree with kernel v6.8-rc2. > > New commits on kernel v6.8-rc2: > 4a58fcdb1818 arm64: dts: imx8mp-phyboard-pollux: Add support for RS232/RS485 > 3bd7fdcc359e arm64: dts: imx8mp-phyboard-pollux: Add gpio-line-names > f5faa633daf8

Re: [PATCH v2 1/3] mx6sabresd: Fix U-Boot corruption after saving the environment

2024-02-08 Thread Fabio Estevam
On Fri, Feb 2, 2024 at 1:04 PM Fabio Estevam wrote: > > From: Fabio Estevam > > U-Boot binary has grown in such a way that it goes beyond the reserved > area for the environment variables. > > Running "saveenv" and rebooting the board causes U-Boot to hang bec

Re: [PATCH v1 2/2] imx: imx8: print reset cause

2024-02-08 Thread Fabio Estevam
On Wed, Jan 31, 2024 at 9:49 AM Igor Opaniuk wrote: > > Add support for printing reset cause during boot. > > Signed-off-by: Igor Opaniuk Applied, both, thanks.

Re: [PATCH v1] tools: mkimage: Add support for i.MXRT FlexSPI Header

2024-02-08 Thread Fabio Estevam
On Tue, Jan 23, 2024 at 11:15 PM Jesse Taube wrote: > > Modify imx8m Flex SPI Configuration Block to work with imxrt. > Add more Flex SPI configuration options to Kconfig. > > Signed-off-by: Jesse Taube > --- Applied, thanks.

Re: [PATCH] toradex: tdx-cfg-block: add 0086 i.mx8m mini sku

2024-02-08 Thread Fabio Estevam
On Wed, Jan 31, 2024 at 2:32 PM Joao Paulo Goncalves wrote: > > From: Joao Paulo Goncalves > > Add new product id 0086 Verdin iMX8M Mini DualLite 2GB IT. > > Signed-off-by: Joao Paulo Goncalves Applied, thanks.

Re: [PATCH v4] board: phytec: phycore-imx93: Add phyBOARD-Segin-i.MX93 support

2024-02-08 Thread Fabio Estevam
On Tue, Jan 30, 2024 at 11:50 AM Mathieu Othacehe wrote: > > Add initial support for the PHYTEC phyBOARD-Segin-i.MX93 board based on > the PHYTEC phyCORE-i.MX93 SoM. > > Supported features: > - 1GB LPDDR4 RAM > - eMMC > - external SD > - FEC Ethernet > - debug UART > - watchdog > > Signed-off-by:

Re: [PATCH] imx9: clock: Fix board_interface_eth_init for FEC

2024-02-08 Thread Fabio Estevam
On Tue, Jan 30, 2024 at 9:43 AM Primoz Fiser wrote: > > Commit d5eae216d833 ("net: dwc_eth_qos: Add board_interface_eth_init() > for i.MX93") implemented board_interface_eth_init for i.MX9 platforms. > However it only accounted for the EQOS interface while any board using > FEC as primary

Re: [PATCH v2 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-02-08 Thread Fabio Estevam
Hi Jesse, On Tue, Feb 6, 2024 at 1:40 PM Jesse Taube wrote: > > Add support for booting the imxrt1050-evk from spi. > Add imximage config and the ability for SPL to boot from NOR. > > Signed-off-by: Jesse Taube This causes the following build failure when building imxrt1020-evk_defconfig:

Re: inconsistent wget behavior

2024-02-07 Thread Fabio Estevam
Hi Paul, On Wed, Jan 10, 2024 at 9:20 AM Fabio Estevam wrote: > One colleague from you at Linaro was able to reproduce the bug: > > https://lore.kernel.org/u-boot/cadq0-x_cj1ecn67u3sefcz-jm4obsymzka+jazrca3ekq84...@mail.gmail.com/ > > It is not specific to i.MX. Have you had a

Re: [PATCH] drm/bridge: imx8mp-hdmi-pvi: Fix build warnings

2024-02-07 Thread Fabio Estevam
Hi Adam, On Tue, Feb 6, 2024 at 9:23 PM Adam Ford wrote: > > Two separate build warnings were reported. One from an > uninitialized variable, and the other from returning 0 > instead of NULL from a pointer. > > Fixes: 059c53e877ca ("drm/bridge: imx: add driver for HDMI TX Parallel Video >

Re: bodhi push error

2024-02-06 Thread Fabio Valentini
er-updates-testing', 'f39-updates-testing', > 'f39-container-updates-testing', 'f39-flatpak-updates-testing']." Known issue, already reported to releng: https://pagure.io/releng/issue/11932 Will hopefully be sorted out soon. Fabio -- ___ de

Re: Fw: [Bug 2066129] mingw-libgsf-1_14_52 is available

2024-02-06 Thread Fabio Valentini
> > >> and f39 > > > Correct, I missed that. Geg, Sandro, can you retire the mingw-libgsf > > > package? > > > > > I've retired the package, but not sure if it worked 100% as I'm not > > listed as packa

[Git][archlinux/packaging/packages/dbeaver] Pushed new tag 23.3.4-1

2024-02-05 Thread Fabio Castelli (@muflone)
Fabio Castelli pushed new tag 23.3.4-1 at Arch Linux / Packaging / Packages / dbeaver -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dbeaver/-/tree/23.3.4-1 You're receiving this email because of your account on gitlab.archlinux.org.

Re: [PATCH 0/5] update venice dts

2024-02-05 Thread Fabio Estevam
Hi Tim, On Mon, Feb 5, 2024 at 4:09 PM Tim Harvey wrote: > > This series brings some recent upstream Linux dt updates into U-Boot for > the Gateworks Venice family. Please specify what "some recent upstream Linux dt" means. Is it 6.8-rc, linux-next, or Shawn's tree? Can't you instead sync the

Cloudstack Host HA

2024-02-05 Thread fabio
Hi all, I have a question about host HA. I have a cluster with KVM (QEMU emulator version 6.2.0) with NFS(v3) primary storage. I have dedicated 1 host in this cluster for HA but, when I tried to shutting down another host in order to test HA functionality, it stops with error: "Failed to

[jira] [Resolved] (SYNCOPE-1802) Missing delegated SAML2 IdP configuration parameters

2024-02-05 Thread Fabio Martelli (Jira)
[ https://issues.apache.org/jira/browse/SYNCOPE-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Martelli resolved SYNCOPE-1802. - Resolution: Fixed > Missing delegated SAML2 IdP configuration paramet

Bug#1062963: muffin: NMU diff for 64-bit time_t transition

2024-02-04 Thread Fabio Fantoni
Il 04/02/2024 08:55, Graham Inggs ha scritto: Source: muffin Version: 5.8.1-2 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade User: debian-...@lists.debian.org Usertags: time-t NOTICE: these changes must not be uploaded to unstable yet! Dear

Bug#1062963: muffin: NMU diff for 64-bit time_t transition

2024-02-04 Thread Fabio Fantoni
Il 04/02/2024 08:55, Graham Inggs ha scritto: Source: muffin Version: 5.8.1-2 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade User: debian-...@lists.debian.org Usertags: time-t NOTICE: these changes must not be uploaded to unstable yet! Dear

Bug#1062060: cinnamon-desktop: NMU diff for 64-bit time_t transition

2024-02-04 Thread Fabio Fantoni
Thanks for all the replies and sorry if I wasted your time. After reading all your answers, some mails on debian-devel and other discussions on IRC I should have understood enough. The transition with package renames and other rebuilds handled triggered as a batch in cooperation with the

Bug#1062060: cinnamon-desktop: NMU diff for 64-bit time_t transition

2024-02-04 Thread Fabio Fantoni
Thanks for all the replies and sorry if I wasted your time. After reading all your answers, some mails on debian-devel and other discussions on IRC I should have understood enough. The transition with package renames and other rebuilds handled triggered as a batch in cooperation with the

PyDev 12.0.0 Released

2024-02-04 Thread Fabio Zadrozny via Python-list
, Html, JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny -- https://mail.python.org/mailman/listinfo/python-list

[Pydev-code] PyDev 12.0.0 Released

2024-02-04 Thread Fabio Zadrozny
, Html, JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___ pyde

[Pydev-users] PyDev 12.0.0 Released

2024-02-04 Thread Fabio Zadrozny
, Html, JavaScript, etc. Links: PyDev: http://pydev.org PyDev Blog: http://pydev.blogspot.com PyDev on VSCode: http://pydev.org/vscode LiClipse: http://www.liclipse.com PyVmMonitor - Python Profiler: http://www.pyvmmonitor.com/ Cheers, Fabio Zadrozny ___ Pydev

<    1   2   3   4   5   6   7   8   9   10   >