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

2015-02-02 Thread Gilles
. 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.de

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

2015-02-02 Thread Gilles
for readability and resubmit the patch. Cheers, Gilles . On Feb 2, 2015, at 14:28 , Wolfgang Denk wrote: > Dear Gilles, > > In message <3037d005-fdee-4fcb-ad36-1977e2e4b...@gigadevices.com> you wrote: >> >> I ran the patman tool to generate this patch which

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

2015-02-02 Thread Gilles
eady, but I had to many 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] 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-for

[U-Boot] bav335x support broken

2015-03-14 Thread Gilles
where?) on v2015.04-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/bui

Re: [U-Boot] bav335x support broken

2015-03-15 Thread Gilles
should 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 > wrote: > > Hi Gilles, > > This u

Re: [U-Boot] bav335x support broken

2015-03-17 Thread Gilles
ant restart? I actually don't have a debugger for this hardware :-( Cheers, Gilles . > On Mar 16, 2015, at 09:14 , Anish Khurana > 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 int

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

2015-03-24 Thread Gilles
ory before 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 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

[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: G

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

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 > >

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 Talis

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

2024-02-12 Thread Gilles Talis
assigned-clock-rates = <4>; > > + assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_400M>; > > }; > > > > &usdhc3 { > > 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: [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

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

2019-10-25 Thread Gilles DOFFE
max value (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/ho

[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] Adding Support for BAV335x boards

2015-02-10 Thread Gilles Gameiro
t PHY. + Overwrite this if you have an older Rev.A and want ethernet support. + +endif diff --git a/board/birdland/bav335x/MAINTAINERS b/board/birdland/bav335x/MAINTAINERS new file mode 100644 index 000..45dcfcb --- /dev/null +++ b/board/birdland/bav335x/MAINTAINERS @@ -0,0 +1,13 @@ +BAV335x B

[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] Need FTP client support in U-Boot

2014-10-30 Thread Gilles Chanteperdrix
> If you need OS functionality like a full-blown network stack, than > just boot an OS ... It seems some bootloader or x86 PXE (I do not know where it is implemented) have TCP support. So, that may not be that uncommon after all, and there is maybe even some code to take from these

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 wrote: > > > On Wed, Oct 29, 2014 at 03:49:15PM +0100, Wolfgang Denk wrote: > > > Dear Madhu, > > > > > > In message > > &

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 wrote: > > > > > On Wed, Oct 29, 2014 at 03:49:15PM +0100, Wol

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 > wrote: > > > > On Sat, Nov 01, 2014 at 10:50:06AM +0100, Gilles Chanteperdrix wrote: > > > On Fri, Oct 31, 2014 at 12:35:18PM +0400, An

[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 --- 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 --git a/board/ti/panda/Makefile

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

2011-05-09 Thread Gilles Chanteperdrix
Copied from omap3. Signed-off-by: Gilles Chanteperdrix --- 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 changed, 263 insertions(+), 0

[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 --- arch/arm/include/asm/arch-omap4/ehci.h |8 + drivers/usb/host/Makefile |1 + drivers/usb

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 > 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, probably. The

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 > 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 to f

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

2011-05-12 Thread Gilles Chanteperdrix
ments before I send another round 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 lis

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 > 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 >&

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

2011-05-26 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 >

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

2011-06-07 Thread Gilles Chanteperdrix
Then modified the config.h in order to enable all this, that is, adding: #define CONFIG_CMD_USB 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_E

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

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 periph

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

2013-05-15 Thread Gilles Chanteperdrix
egards. -- 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
_REV0_4.pdf -- 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 c

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

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: >>

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: >>

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

2011-03-17 Thread Gilles Chanteperdrix
hould work. So my question 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. __

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 &

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 &

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

2015-03-23 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

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

2015-03-23 Thread Gilles Gameiro
Signed-off-by: Gilles Gameiro --- board/birdland/bav335x/board.h | 2 +- configs/birdland_bav335a_defconfig | 356 - configs/birdland_bav335b_defconfig | 356 - 3 files changed, 709 insertions(+), 5 deletions(-) diff

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

2016-06-09 Thread Gilles Chanteperdrix
Signed-off-by: Gilles Chanteperdrix --- 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..8340dd1 100644 --- a/board/wandboard

[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 th

[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

[PATCH] board: emcraft: Add support for Emcraft Systems NavQ+

2024-10-20 Thread Gilles Talis
Signed-off-by: Gilles Talis --- arch/arm/dts/imx8mp-navqp-u-boot.dtsi | 113 + arch/arm/mach-imx/imx8m/Kconfig |8 + board/emcraft/imx8mp_navqp/Kconfig| 15 + board/emcraft/imx8mp_navqp/MAINTAINERS|8 + board/emcraft/imx8mp_navqp/Makefile

Re: [PATCH] board: emcraft: Add support for Emcraft Systems NavQ+

2024-10-21 Thread Gilles Talis
Hi Fabio, thanks for the review. Le lun. 21 oct. 2024 à 08:21, Fabio Estevam a écrit : > > Hi Gilles, > > On Sun, Oct 20, 2024 at 5:10 PM Gilles Talis wrote: > > > +/ { > > + wdt-reboot { > > + compatible = "wdt-rebo

[PATCH] arm64: imx: imx8mp-debix-model-a: Migrate to OF_UPSTREAM

2024-10-09 Thread Gilles Talis
Device tree for this board can be deleted. Device tree location now points to the freescale/ directory. Use absolute path to PMIC node entry and its regulators as device tree in kernel does not provide corresponding labels Signed-off-by: Gilles Talis --- arch/arm/dts/Makefile

Re: [PATCH] clk: imx8mp: Add i.MX8MP Dummy clk

2024-10-11 Thread Gilles Talis
ee. This will be done in Kernel device tree and sync to U-Boot in > future. > > Fixes: 76332fae769 ("mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk > API") > Reported-by: Gilles Talis > Signed-off-by: Peng Fan > --- > drivers/clk/imx/clk-imx8mp.c | 2 ++ >

Re: [PATCH v2] board: emcraft: Add support for Emcraft Systems NavQ+

2024-10-27 Thread Gilles Talis
Hi Fabio, thank you for the second review! Le ven. 25 oct. 2024 à 07:20, Fabio Estevam a écrit : > > Hi Gilles, > > On Thu, Oct 24, 2024 at 9:44 PM Gilles Talis wrote: > > > > The Emcraft Systems NavQ+ kit is a mobile robotics platform > > based on NXP i.MX8 MP

[PATCH v3] board: emcraft: Add support for Emcraft Systems NavQ+

2024-10-27 Thread Gilles Talis
Signed-off-by: Gilles Talis --- Changes v2 --> v3 - Fixed board documentation build error - Removed board_phy_config() function - Added SPDX to env file - Removed PHY_ADDR config variable Changes v1 --> v2: - Removed unused usdhc properties from dtsi - Moved to correct ethernet PHY driver (R

[PATCH v2] board: emcraft: Add support for Emcraft Systems NavQ+

2024-10-24 Thread Gilles Talis
Signed-off-by: Gilles Talis --- Changes v1 --> v2: - Removed unused usdhc properties from dtsi - Moved to correct ethernet PHY driver (REALTEK -> ATHEROS) - Removed empty board_late_init() function - Moved env variables to an env file --- arch/arm/dts/imx8mp-navqp-u-boot.dtsi | 110 +