. 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
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
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
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
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
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
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
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
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
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
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
> >
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
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.
- 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
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
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
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
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
> 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
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
> > &
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
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
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
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
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
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
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
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
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
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
>&
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
>
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
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
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
egards.
--
Gilles.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
_REV0_4.pdf
--
Gilles.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
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
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:
>>
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:
>>
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.
__
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 &
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 &
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
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
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
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
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
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
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
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
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
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 ++
>
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
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
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 +
56 matches
Mail list logo