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

2024-02-12 Thread Gilles Talis
ates = <4>; > > + assigned-clock-parents = < IMX8MP_SYS_PLL1_400M>; > > }; > > > > { > > No, the same error. :-( > > Regards, > Milan > I tried with a 32GB Sandisk high endurance SD and a 64GB Sandisk Ultra SDXC UHS-I and both worked. Can you tell me which 64GB sd cards you tried booting with? And also, which steps you followed to get the errors (which image to download, etc...)? thanks Gilles.

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

2023-12-15 Thread Gilles Talis
Hi Milan, Thanks for testing the patch! Glad that you could get it to work! Hi Fabio, Le mer. 13 déc. 2023 à 12:22, Fabio Estevam a écrit : > On Thu, Dec 7, 2023 at 2:15 PM Milan Zamazal wrote: > > > > Peng Fan writes: > > > > > On 5/24/2023 3:21 AM, Gilles T

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

2023-12-11 Thread Gilles Talis
Hi Milan, Le jeu. 7 déc. 2023 à 11:09, Milan Zamazal a écrit : > 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 > >

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

2023-05-23 Thread Gilles Talis
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 interfaces are: - Serial console - Micro SD - eQOS and FEC Ethernet imx8mp-debix-model-a.dts is taken from Linux 6.3. Signed-off-by: Gilles Talis

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

2023-05-21 Thread Gilles Talis
Hi Peng, Le jeu. 11 mai 2023 à 20:47, Peng Fan a écrit : > > Hi Gilles, > > only some minor comments, overall looks good. Thanks for the review. Will fix all comments, but one (see below). > > On 4/13/2023 9:17 PM, Gilles Talis wrote: > > Add support for the Polyhex

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

2023-04-13 Thread Gilles Talis
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 interfaces are: - Serial console - Micro SD - eQOS and FEC Ethernet imx8mp-debix-model-a.dts is taken from Linux 6.3-rc6. Signed-off-by: Gilles

Re: [U-Boot] [PATCH] usb: ehci: add ehci max xfer size ehci config entry

2019-11-13 Thread Gilles Doffe
- Le 28 Oct 19, à 23:46, Marek Vasut ma...@denx.de a écrit : > On 10/28/19 6:35 PM, Robert Hancock wrote: >> On 2019-10-25 8:30 a.m., Gilles DOFFE wrote: >>> Some USB sticks cannot handle SIZE_MAX bytes (65535) blocks transfer, >>> leading to 'EHCI timed out on TD'

[U-Boot] [PATCH] usb: ehci: add ehci max xfer size ehci config entry

2019-10-25 Thread Gilles DOFFE
(SIZE_MAX). Signed-off-by: Gilles DOFFE --- drivers/usb/host/Kconfig| 7 +++ drivers/usb/host/ehci-hcd.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 30c6b69be8..62054c9c7a 100644 --- a/drivers/usb/host/Kconfig

[U-Boot] [PATCH] wandboard: enable SATA with imx6q

2016-06-09 Thread Gilles Chanteperdrix
Signed-off-by: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org> --- board/wandboard/wandboard.c | 6 ++ include/configs/wandboard.h | 12 2 files changed, 18 insertions(+) diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c index 4ce74cd..8

[U-Boot] [PATCH] Change defconfigs to include driver model (required after v2015.01), and fix typo in EEProm config format.

2015-03-24 Thread Gilles Gameiro
Signed-off-by: Gilles Gameiro gil...@gigadevices.com --- board/birdland/bav335x/board.h | 2 +- configs/birdland_bav335a_defconfig | 356 - configs/birdland_bav335b_defconfig | 356 - 3 files changed, 709 insertions

[U-Boot] [PATCH 0/1] Adding Support for the BAV335x boards.

2015-03-24 Thread Gilles Gameiro
This patch adds support for the BAV335x Network Processor boards. It supports both the Rev.A 10/100GB, and Rev.B with GB ethernet. Gilles Gameiro (1): Change defconfigs to include driver model (required after v2015.01), and fix typo in EEProm config format. board/birdland/bav335x/board.h

Re: [U-Boot] [PATCH 0/1] Adding Support for the BAV335x boards.

2015-03-24 Thread Gilles
running patman). Should I repost with the proper comment or just leave it as is? Cheers, Gilles . On Mar 23, 2015, at 23:13 , Gilles Gameiro gguess...@gmail.com wrote: This patch adds support for the BAV335x Network Processor boards. It supports both the Rev.A 10/100GB, and Rev.B with GB ethernet

Re: [U-Boot] bav335x support broken

2015-03-17 Thread Gilles
actually don't have a debugger for this hardware :-( Cheers, Gilles . On Mar 16, 2015, at 09:14 , Anish Khurana anish.khurana130...@gmail.com wrote: Hi Giles, I was browsing the code and it seems it is failing in spl_fat.c file in function spl_load_image_fat_os() and internally calls

Re: [U-Boot] bav335x support broken

2015-03-16 Thread Gilles
be enabled and isn't. (maybe you have a suggestion on this?) Anyway, I'll post updated defconfigs when I figure it out. Hopefully this is just a config issue. Thanks, Gilles . On Mar 14, 2015, at 10:55 , Anish Khurana anish.khurana130...@gmail.com wrote: Hi Gilles, This u-boot version

[U-Boot] bav335x support broken

2015-03-14 Thread Gilles
-rc1 ))) After adding the define, everything compiles up to failing on the final link with: drivers/serial/built-in.o: In function `get_current': /home/gilles/bbdev/u-boot/drivers/serial/serial.c:389: undefined reference to `default_serial_console' drivers/serial/built-in.o: In function

[U-Boot] [PATCH] Adding Support for BAV335x boards

2015-02-10 Thread Gilles Gameiro
100644 index 000..45dcfcb --- /dev/null +++ b/board/birdland/bav335x/MAINTAINERS @@ -0,0 +1,13 @@ +BAV335x BOARD +M: Gilles Gameiro gil...@gigadevices.com +S: Maintained +F: include/configs/bav335x.h +F: board/birdland/bav335x/Kconfig +F: board/birdland/bav335x/Makefile +F

[U-Boot] [PATCH 0/1] Adding Support for the BAV335x boards.

2015-02-10 Thread Gilles Gameiro
This patch adds support for the BAV335x Network Processor boards. It supports both the Rev.A 10/100GB, and Rev.B with GB ethernet. Gilles Gameiro (1): Adding Support for BAV335x boards arch/arm/Kconfig | 14 + board/birdland/bav335x/Kconfig | 33 ++ board/birdland

[U-Boot] Patch to add support for BAV335x boards

2015-02-03 Thread Gilles
Hi Folks, I just added support for the BAV335x OEM boards http://birdland.com/oem/bav335x-network-processor/ This patch was generated with the patman tool which reported no checks, warnings nor errors. The patch is relative to the v2015.01 tag. Cheers, Gilles . 0001-Adding-Support

[U-Boot] 0001-Adding-Support-for-BAV335x-boards.patch

2015-02-02 Thread Gilles
is there. Also threw a few alignment should match open parenthesis but the code is clean. This patch is based of v2015.01 Cheers, Gilles . 0001-Adding-Support-for-BAV335x-boards.patch Description: Binary data ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] 0001-Adding-Support-for-BAV335x-boards.patch

2015-02-02 Thread Gilles
and resubmit the patch. Cheers, Gilles . On Feb 2, 2015, at 14:28 , Wolfgang Denk w...@denx.de wrote: Dear Gilles, In message 3037d005-fdee-4fcb-ad36-1977e2e4b...@gigadevices.com you wrote: I ran the patman tool to generate this patch which appears to throw a few (erroneous) warnings about

Re: [U-Boot] 0001-Adding-Support-for-BAV335x-boards.patch

2015-02-02 Thread Gilles
nested if statements, I just broke up the splitting differently. Thanks for your patience, Gilles . ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] 425, Sorry, invalid address given

2014-11-28 Thread Gilles Chanteperdrix
Hi, I get the error in the subject when trying and downloading u-boot on the ftp: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10.tar.bz2 Regards. -- Gilles. ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] 425, Sorry, invalid address given

2014-11-28 Thread Gilles Chanteperdrix
On Fri, Nov 28, 2014 at 11:59:49PM +0100, Gilles Chanteperdrix wrote: Hi, I get the error in the subject when trying and downloading u-boot on the ftp: ftp://ftp.denx.de/pub/u-boot/u-boot-2014.10.tar.bz2 Regards. If you need to search in the logs, my IP address is: 78.194.115.96

Re: [U-Boot] Need FTP client support in U-Boot

2014-11-02 Thread Gilles Chanteperdrix
On Sat, Nov 01, 2014 at 09:17:05AM -0600, Simon Glass wrote: Hi Giles, On 1 November 2014 04:10, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On Sat, Nov 01, 2014 at 10:50:06AM +0100, Gilles Chanteperdrix wrote: On Fri, Oct 31, 2014 at 12:35:18PM +0400, Antony Pavlov

Re: [U-Boot] Need FTP client support in U-Boot

2014-11-01 Thread Gilles Chanteperdrix
On Fri, Oct 31, 2014 at 12:35:18PM +0400, Antony Pavlov wrote: On Thu, 30 Oct 2014 08:08:44 +0100 Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On Wed, Oct 29, 2014 at 03:49:15PM +0100, Wolfgang Denk wrote: Dear Madhu, In message 23c3598d8b87452eb6a3d1f52afb8

Re: [U-Boot] Need FTP client support in U-Boot

2014-11-01 Thread Gilles Chanteperdrix
On Sat, Nov 01, 2014 at 10:50:06AM +0100, Gilles Chanteperdrix wrote: On Fri, Oct 31, 2014 at 12:35:18PM +0400, Antony Pavlov wrote: On Thu, 30 Oct 2014 08:08:44 +0100 Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On Wed, Oct 29, 2014 at 03:49:15PM +0100, Wolfgang Denk

Re: [U-Boot] Need FTP client support in U-Boot

2014-10-30 Thread Gilles Chanteperdrix
not be that uncommon after all, and there is maybe even some code to take from these implementations, because they are also most probably single threaded and not using interrupts. Regards. -- Gilles. ___ U-Boot

[U-Boot] OMAP3 rom API

2014-03-26 Thread Gilles Chanteperdrix
in the call to set the L2 cache auxiliary control register, if it exists. Thanks in advance. Regards. -- Gilles. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-18 Thread Gilles Chanteperdrix
On 05/16/2013 10:39 AM, Lubomir Popov wrote: Hi Gilles, On 16/05/13 01:31, Gilles Chanteperdrix wrote: On 05/15/2013 05:55 PM, Lubomir Popov wrote: Prerequisites: appropriate patches to the USB EHCI and Eth drivers, and to the OMAP5 clock register definitions. Hi Lubomir, I have

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-18 Thread Gilles Chanteperdrix
On 05/18/2013 07:07 PM, Tom Rini wrote: On 05/18/2013 11:25 AM, Gilles Chanteperdrix wrote: I was working with u-boot-ti master, applied all the patches, and it still does not seem to work. I just tried the u-boot master branch but it fails to compile for omap5_uevm. Did you have other

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-18 Thread Gilles Chanteperdrix
On 05/18/2013 09:13 PM, Lubomir Popov wrote: Hi Gilles, On 05/16/2013 10:39 AM, Lubomir Popov wrote: Hi Gilles, On 16/05/13 01:31, Gilles Chanteperdrix wrote: On 05/15/2013 05:55 PM, Lubomir Popov wrote: Prerequisites: appropriate patches to the USB EHCI and Eth drivers

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-18 Thread Gilles Chanteperdrix
On 05/18/2013 09:13 PM, Lubomir Popov wrote: Hi Gilles, On 05/16/2013 10:39 AM, Lubomir Popov wrote: Hi Gilles, On 16/05/13 01:31, Gilles Chanteperdrix wrote: On 05/15/2013 05:55 PM, Lubomir Popov wrote: Prerequisites: appropriate patches to the USB EHCI and Eth drivers

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-15 Thread Gilles Chanteperdrix
. -- Gilles. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH RFC] OMAP5: uEVM: Enable USB EHCI functionality (preliminary, not tested)

2013-05-15 Thread Gilles Chanteperdrix
-- Gilles. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] omap4 EHCI support and SMSC95xx support on panda

2011-06-22 Thread Gilles Chanteperdrix
On 06/22/2011 12:24 PM, kris.m wrote: Hi, I am trying to enable tftpboot on pandaboard and followed the steps and applied Simon and Gilles patches. But not able to get ethernet detected. I am using trace32 debugger to directly init the RAM and othe peripherals and load u-boot

Re: [U-Boot] TFTP support for Pandaboard (OMAP4430 Cortex-A9 Dual core)

2011-06-07 Thread Gilles Chanteperdrix
1 #define CONFIG_USB_STORAGE 1 #define CONFIG_USB_HOST_ETHER 1 #define CONFIG_USB_EHCI 1 #define CONFIG_USB_EHCI_OMAP4 1 #define CONFIG_USB_HOST1 #define CONFIG_USB_ETHER_SMSC95XX 1 -- Gilles

Re: [U-Boot] TFTP support for Pandaboard (OMAP4430 Cortex-A9 Dual core)

2011-06-07 Thread Gilles Chanteperdrix
On 06/07/2011 11:31 AM, Iordan Neshev wrote: On 6/7/2011 10:53 AM, Gilles Chanteperdrix wrote: On 06/06/2011 08:07 PM, Peter Meerwald wrote: 1. I need to boot my Pandaboard via TFTP. As long as I see this is not yet possible, since in u-boot\include\configs\omap4_panda.h

Re: [U-Boot] omap4 EHCI support and SMSC95xx support on panda

2011-05-27 Thread Gilles Chanteperdrix
On 05/26/2011 10:52 PM, Peter Meerwald wrote: Hello, I am trying to get tftp working on the pandaboard; I am testing Simon's v6 patch series and Gilles EHCI patches doc/README.sub claims that the SMSC driver supports usbethaddr, I do not see this smsc95xx_init_mac_address() fails

Re: [U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-18 Thread Gilles Chanteperdrix
On 05/18/2011 09:50 PM, John Rigby wrote: On Mon, May 9, 2011 at 3:04 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: diff --git a/drivers/usb/host/ehci-omap4.c b/drivers/usb/host/ehci-omap4.c new file mode 100644 index 000..19cd286 --- /dev/null +++ b/drivers/usb

Re: [U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-12 Thread Gilles Chanteperdrix
On 05/10/2011 04:08 PM, John Rigby wrote: On Mon, May 9, 2011 at 11:04 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: Copied from omap3. I have not looked at the code but if it truly is a copy (other than some base addresses) is there a way to share with omap3? I am going

Re: [U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-12 Thread Gilles Chanteperdrix
of patches, in order to avoid having to send 10 rounds of patches. Maybe the patches were sent to the wrong person? -- Gilles. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-10 Thread Gilles Chanteperdrix
On 05/10/2011 04:08 PM, John Rigby wrote: On Mon, May 9, 2011 at 11:04 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: Copied from omap3. I have not looked at the code but if it truly is a copy (other than some base addresses) is there a way to share with omap3? Yes

[U-Boot] tftp booting the panda board

2011-05-09 Thread Gilles Chanteperdrix
timeout, any further attempt causes a timeout. Regards. -- Gilles. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 3/3] omap4_panda: add support for EHCI

2011-05-09 Thread Gilles Chanteperdrix
Signed-off-by: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org --- board/ti/panda/Makefile |4 ++- board/ti/panda/ehci-panda.c | 59 +++ 2 files changed, 62 insertions(+), 1 deletions(-) create mode 100644 board/ti/panda/ehci-panda.c diff

[U-Boot] [PATCH 1/3] omap4: add support for gpios

2011-05-09 Thread Gilles Chanteperdrix
Copied from omap3. Signed-off-by: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org --- arch/arm/cpu/armv7/omap4/Makefile |1 + arch/arm/cpu/armv7/omap4/gpio.c| 169 arch/arm/include/asm/arch-omap4/gpio.h | 93 + 3 files

[U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-09 Thread Gilles Chanteperdrix
As board may need some specific support, implement inner functions to be called by the boards implementaions of ehci_hcd_start, ehci_hcd_stop. Signed-off-by: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org --- arch/arm/include/asm/arch-omap4/ehci.h |8 + drivers/usb/host/Makefile

Re: [U-Boot] Working on u-boot on panda board.

2011-03-17 Thread Gilles Chanteperdrix
Aneesh V wrote: Hi Gilles, On Thursday 17 March 2011 06:13 PM, Gilles Chanteperdrix wrote: Hi, I would like to make some changes to u-boot on pandaboard. Sometimes in the past, in u-boot, I could loadb a new u-boot binary, then go to it, and the new version of u-boot would start

[U-Boot] Working on u-boot on panda board.

2011-03-17 Thread Gilles Chanteperdrix
is: is this loadb+go method still supposed to be working, and only broken, somehow, on pandaboard? Or is it no longer supposed to be working? Regards. -- Gilles. ___ U-Boot mailing list U-Boot

Re: [U-Boot] Working on u-boot on panda board.

2011-03-17 Thread Gilles Chanteperdrix
Aneesh V wrote: Hi Gilles, On Thursday 17 March 2011 06:13 PM, Gilles Chanteperdrix wrote: Hi, I would like to make some changes to u-boot on pandaboard. Sometimes in the past, in u-boot, I could loadb a new u-boot binary, then go to it, and the new version of u-boot would start