Re: [U-Boot] Using sata on mx6qsabrelite

2012-04-26 Thread Dirk Behme
On 26.04.2012 22:17, Fabio Estevam wrote: Pete, On Thu, Apr 26, 2012 at 5:10 PM, Pinewski Pete-RYLV50 wrote: Eric, Fabio, I just cloned the master tree, applied the patches (no problems), built u-boot ("make mx6qsabrelite") and tried to flash the u-boot.bin into the sabrelite board but I am

Re: [U-Boot] [PATCH 2/2] mmc: tegra: invalidate complete cachelines

2012-04-26 Thread Simon Glass
Hi Mike, On Fri, Apr 27, 2012 at 5:29 PM, Mike Frysinger wrote: > On Thursday 26 April 2012 06:34:43 Thierry Reding wrote: > > For reference, see sd_change_freq() in drivers/mmc/mmc.c. > > yes, that shows what we're talking about. > int sd_change_freq(struct mmc *mmc) > { >... stack vars

Re: [U-Boot] [PATCH v2 17/21] net: cosmetic: Rename CDPHandler to CDPReceive

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote: > This is not called as a handler, so don't name it that way > > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Simon Glass > Cc: Mike Frysinger > --- > Changes for v2: > - Split from "Improve variable names and co

Re: [U-Boot] [PATCH v2 18/21] net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote: > Clearer constant name. > Also remove related BOOTP_SIZE which was unused and doesn't take > into account VLAN packets. > > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Simon Glass > Cc: Mike Frysinger > --- > Cha

Re: [U-Boot] [PATCH v2 19/21] net: cosmetic: Alphabetize includes in net.c

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote: > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Simon Glass > Cc: Mike Frysinger > --- > Changes for v2: > - Split from "Improve variable names and code readability" > > net/net.c | 20 ++-- > 1

Re: [U-Boot] [PATCH v2 20/21] net: cosmetic: Rename tmp to reply_ip_addr in arp.c

2012-04-26 Thread Simon Glass
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote: > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Simon Glass > Cc: Mike Frysinger > Acked-by: Simon Glass > --- > Changes for v2: > - Split from "Improve variable names and code readability" > > net/arp.c |6 +++---

Re: [U-Boot] [PATCH v2 21/21] net: cosmetic: Replace magic numbers in arp.c with constants

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote: > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Simon Glass > Cc: Mike Frysinger > --- > Changes for v2: > - Split from "Improve variable names and code readability" > > include/net.h |6 ++ > net/arp.c

Re: [U-Boot] [PATCH v2 1/2] CONFIG_SYS_BAUDRATE_TABLE: Add , place there

2012-04-26 Thread Wolfgang Denk
Dear Tom Rini, In message <1335480396-29478-1-git-send-email-tr...@ti.com> you wrote: > We provide a default table of { 9600, 19200, 38400, 57600, 115200 } > in which mkconfig places after in > the generated config file. This is used when a board has not set its > own table. A number of boards

Re: [U-Boot] Pull request: Integrate latest yaffs2

2012-04-26 Thread Wolfgang Denk
Dear Charles Manning, In message <201204271059.46750.mannin...@actrix.gen.nz> you wrote: > > I understand what you are trying to achieve but the reality is that nobody is > going to read the patching of a whole file system. You may be wrong. In any case we will run them though thigs like checkp

Re: [U-Boot] Pull request: Integrate latest yaffs2

2012-04-26 Thread Wolfgang Denk
Dear Graeme Russ, In message you wrote: > > We do support patches > 100k - Just not directly via the mailing list. > They get posted here: > > http://www.denx.de/wiki/view/U-Boot/TooBigPatches Actually this is only for true monster patches that (significantly) exceed the "hard" limit of 400..

Re: [U-Boot] [PATCH v2 13/21] net: cosmetic: Un-typedef ICMP_t

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote: > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Simon Glass > Cc: Mike Frysinger > --- > Changes for v2: > - Split apart from "Un-typedef variables in net" > - Renamed structs from *_t to *_hdr since they are no

<    1   2