[U-Boot] STM32H7-EVAL Ethernet support

2019-03-06 Thread Sergei Poselenov
Hello all, Did anyone succeed in bringing up Ethernet support on the STM32H7x3-EVAL board (stm32h743-eval_deconfig)? Please let us know. Regards, Sergei Poselenov, Emcraft Systems ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de

Re: [U-Boot] [PATCH 1/1] Fixed clobbered output of the "help usb" command

2010-08-09 Thread Sergei Poselenov
Hi Remy, On Mon, 9 Aug 2010 19:26:46 +0200 Remy Bohmer wrote: > > --- a/common/cmd_usb.c > > +++ b/common/cmd_usb.c > > @@ -712,7 +712,7 @@ U_BOOT_CMD( > >        "usb part [dev] - print partition table of one or all USB > > storage" " devices\n" > > Patch is corrupt. Lines are wrapped. > Sor

[U-Boot] [PATCH 1/1] Fixed clobbered output of the "help usb" command

2010-08-09 Thread Sergei Poselenov
starting at block `blk#' to memory address `addr' usb write addr blk# cnt - write `cnt' blocks starting at block `blk#' from memory address `addr' => Please apply. Regards, Sergei >From 473e86d3f5fe82fa7b27e5e73929e0e1f11987f4 Mon Sep 17 00:00:00 2001 From:

Re: [U-Boot] [PATCH] Added a do_div() wrapper macro, lldiv().

2008-11-04 Thread Sergei Poselenov
> "return(lldiv(a,b))" Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> diff --git a/include/div64.h b/include/div64.h index c495aef..d833144 100644 --- a/include/div64.h +++ b/include/div64.h @@ -36,4 +36,14 @@ extern uint32_t __div64_32(uint64_t *dividend,

Re: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv().

2008-11-02 Thread Sergei Poselenov
Hello, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:09 Sat 01 Nov , [EMAIL PROTECTED] wrote: > >> Hello, >> >> This is a patch to modify the mx31ads target to use lldiv(). Otherwise, >> it fails to build by EABI toolchain. >> >> Signed-