The original code did not generate autoconf.mk until after some targets
dependencies had already been calculated, for example the directories in
the SUBDIRS variable
Signed-off-by: Peter Tyser
---
Makefile | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a
On Tue, 2009-03-10 at 14:06 +0530, Manikandan Pillai wrote:
> The cmd_misc.c was changed to fix sleep.
> nand_base.c was fixed to fix the wait.
>
> Signed-off-by: Manikandan Pillai
> ---
> common/cmd_misc.c |1 +
> cpu/arm_cortexa8/omap3/interrupts.c | 13 -
>
On Wed, 2009-03-04 at 19:21 -0500, Mike Frysinger wrote:
> On Wednesday 04 March 2009 18:33:02 Peter Tyser wrote:
> > --- a/README
> > +++ b/README
> > + the tools directory you can use the MinGW toolchain
> > + (http://www.mingw.org). Set y
On Wed, 2009-03-04 at 18:54 -0500, Mike Frysinger wrote:
> On Wednesday 04 March 2009 18:33:01 Peter Tyser wrote:
> > Signed-off-by: Peter Tyser
> > ---
> > include/elf.h |1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/
On Wed, 2009-03-04 at 18:48 -0500, Mike Frysinger wrote:
> On Wednesday 04 March 2009 18:32:53 Peter Tyser wrote:
> > Signed-off-by: Peter Tyser
> > ---
> > tools/Makefile | 107
> > +--- 1 files changed,
> &g
Signed-off-by: Peter Tyser
---
common/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/Makefile b/common/Makefile
index f13cd11..f81f3d8 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -51,7 +51,7 @@ COBJS-y += cmd_nvedit.o
COBJS-y += env_common.o
Signed-off-by: Peter Tyser
---
tools/Makefile.win32 | 37 -
1 files changed, 0 insertions(+), 37 deletions(-)
delete mode 100644 tools/Makefile.win32
diff --git a/tools/Makefile.win32 b/tools/Makefile.win32
deleted file mode 100644
index 69dc44c..000
build win32 executables, eg:
make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
Signed-off-by: Peter Tyser
---
README| 10 ++
include/image.h |2 +
include/libfdt_env.h | 12 +++
include/linux/types.h |5 ++-
tools/Makefile
Signed-off-by: Peter Tyser
---
include/elf.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/elf.h b/include/elf.h
index a9839df..3a948f7 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -45,6 +45,7 @@
#include
typedef unsigned char uint8_t
Signed-off-by: Peter Tyser
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index e8b4c13..238ab1e 100644
--- a/Makefile
+++ b/Makefile
@@ -3470,7 +3470,7 @@ clean:
@rm -f $(obj)api_examples/demo $(TIMESTAMP_FILE) $(VERSION_FILE
Replace random()/srandom() use with rand()/srand() to support
compilation with the mingw toolchain
Signed-off-by: Peter Tyser
---
tools/gen_eth_addr.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/gen_eth_addr.c b/tools/gen_eth_addr.c
index 75be385..429b20d
Signed-off-by: Peter Tyser
---
tools/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 3a76a6d..6fccb8a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -87,7 +87,7 @@ include $(TOPDIR)/config.mk
# Generated executable
Signed-off-by: Peter Tyser
---
doc/README.NetConsole |6 ++
tools/Makefile|1 +
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/doc/README.NetConsole b/doc/README.NetConsole
index 94c8816..639cc12 100644
--- a/doc/README.NetConsole
+++ b/doc/README.NetConsole
Signed-off-by: Peter Tyser
---
tools/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 3b90ba6..27a0361 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -88,7 +88,7 @@ include $(TOPDIR)/config.mk
BIN_FILES
Signed-off-by: Peter Tyser
---
tools/Makefile |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 27a0361..3a76a6d 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -92,6 +92,7 @@ BIN_FILES-$(CONFIG_SHA1_CHECK_UB_IMG) += ubsha1
Signed-off-by: Peter Tyser
---
tools/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 09512ec..3b90ba6 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -85,7 +85,7 @@ endif
include $(TOPDIR)/config.mk
# Generated
Signed-off-by: Peter Tyser
---
tools/Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 6fccb8a..6e60c0d 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -89,7 +89,7 @@ BIN_FILES-$(CONFIG_CMD_LOADS) += img2srec$(SFX
Signed-off-by: Peter Tyser
---
tools/Makefile | 107 +---
1 files changed, 55 insertions(+), 52 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 991ad8b..09512ec 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -21,57 +21,6
Split variable declarations into multiple lines and use the standard
VAR-y convention. This should more easily allow conditional
compilation of files in the future.
Signed-off-by: Peter Tyser
---
tools/Makefile | 46 ++
1 files changed, 34
Signed-off-by: Peter Tyser
---
tools/Makefile | 153
1 files changed, 77 insertions(+), 76 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 9e9ee15..5cce148 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -138,164
riable and used HOST* variables instead
4. Updated top-level Makefile to remove all generated *.exe files
Peter Tyser (15):
tools/Makefile: Remove inappropriate double-tabs
tools/Makefile: Split variable declarations into multiple lines
tools/Makefile: Build bmp_logo only when LCD or VIDEO logos
Sorry for the delayed response,
On Tue, 2009-02-10 at 11:31 -0600, Scott Wood wrote:
> On Tue, Feb 10, 2009 at 08:59:11AM -0500, Jerry Van Baren wrote:
> > That is my reasoning behind my statement that we can generally ignore
> > the autonegotiation <-> fixed configuration case because the odds o
On Fri, 2009-02-06 at 18:27 -0500, Mike Frysinger wrote:
> On Friday 06 February 2009 17:01:43 Peter Tyser wrote:
> > On Fri, 2009-02-06 at 16:51 -0500, Mike Frysinger wrote:
> > > On Friday 06 February 2009 14:59:10 Peter Tyser wrote:
> > > > On Fri, 2009-02-06 at 20
Hi Heiko,
On Tue, 2009-02-24 at 11:30 +0100, Heiko Schocher wrote:
> In case where a board not uses CONFIG_POST, it is not
> necessary to init the DTTs when running from flash.
>
> Signed-off-by: Heiko Schocher
> ---
> lib_ppc/board.c |5 -
> 1 files changed, 4 insertions(+), 1 deletion
[U-Boot] [PATCH 01/15 v6] OMAP3: Add pin mux, clock
> and cpu headers
> 12/14 Dirk Behme [U-Boot] [PATCH 05/15 v6] OMAP3: Add common board,
> interrupt and system info
> 12/17 Peter Tyser[U-Boot] [PATCH v6 0/3] Support for XPedite5370 and
> misc GPIO
The 3 patches above have already made it into mainline.
Best,
Peter
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Tue, 2009-02-17 at 00:10 -0500, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
> ---
> net/bootp.c | 13 ++---
> net/net.c | 17 +
> 2 files changed, 7 insertions(+), 23 deletions(-)
>
> diff --git a/net/bootp.c b/net/bootp.c
> index d1cb
On Fri, 2009-02-06 at 16:51 -0500, Mike Frysinger wrote:
> On Friday 06 February 2009 14:59:10 Peter Tyser wrote:
> > On Fri, 2009-02-06 at 20:06 +0100, Wolfgang Denk wrote:
> > > In message Peter Tyser wrote:
> > > > Add a mkimage_win32.exe build target which can
On Fri, 2009-02-06 at 16:40 -0500, Mike Frysinger wrote:
> On Friday 06 February 2009 16:22:01 Peter Tyser wrote:
> > Add a mkimage_win32.exe build target which can produce a native
> > win32 mkimage executable using the MinGW toolchain. The
> > mkimage_win32.exe binary
environment
but don't use cygwin.
Signed-off-by: Peter Tyser
---
I'm not sure what the odds of this being picked up, but I thought
others might find this useful.
Changes since v1:
- Fixed "Engineering" typos
Makefile |5 ++-
README|6
On Fri, 2009-02-06 at 15:03 -0600, Kumar Gala wrote:
> On Feb 6, 2009, at 2:30 PM, Peter Tyser wrote:
>
> > L1:D-cache 32 KB enabled
> > I-cache 32 KB enabled
>
> a nit but can we get I-cache to line up w/D-Cache
Hmm, they look lined up in my serial console ou
Configuration:
CPU:1066.667 MHz, MPX:533.333 MHz
DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
L1:D-cache 32 KB enabled
I-cache 32 KB enabled
L2:512 KB enabled
Board: X-ES XPedite5170 3U VPX SBC
Signed-off-by: Peter Tyser
---
cpu/mpc86xx/cpu.c | 82
On Fri, 2009-02-06 at 20:06 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1233941433-7943-1-git-send-email-pty...@xes-inc.com> you wrote:
> > Add a mkimage_win32.exe build target which can produce a native
> > win32 mkimage executable usin
On Fri, 2009-02-06 at 13:01 -0600, Kumar Gala wrote:
> On Feb 6, 2009, at 12:41 PM, Peter Tyser wrote:
>
> > On Thu, 2009-02-05 at 20:13 -0600, Kumar Gala wrote:
> >> On Feb 5, 2009, at 1:52 PM, Peter Tyser wrote:
> >>
> >>>
> >>> CPU: 8641
On Thu, 2009-02-05 at 20:13 -0600, Kumar Gala wrote:
> On Feb 5, 2009, at 1:52 PM, Peter Tyser wrote:
>
> >
> > CPU: 8641D, Version: 2.1, (0x80900121)
> > Core: E600 Core 0, Version: 0.2, (0x80040202)
>
> Since you are touching things here.. mind fixing the Versi
environment
but don't use cygwin.
Signed-off-by: Peter Tyser
---
I'm not sure what the odds of this being picked up, but I thought
others might find this useful.
Makefile |5 ++-
README|6 +++
include/image.h |2 +
include/libfdt_env
On Fri, 2009-02-06 at 10:51 -0500, Scott Coulter wrote:
> Kumar,
>
> > This is correct. As the only 8572 board that exists in the u-boot
> > tree is for the Freescale MPC8572DS I didn't query anyone else on
> > possible impact of the change.
>
> Certainly not a problem. Moving the flash add
, MPX:533.333 MHz
DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
L1:D-cache 32 KB enabled
I-cache 32 KB enabled
L2:512 KB enabled
Board: X-ES XPedite5170 3U VPX SBC
Signed-off-by: Peter Tyser
---
cpu/mpc86xx/cpu.c | 80
Signed-off-by: Peter Tyser
---
include/asm-ppc/immap_86xx.h | 29 +
1 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/include/asm-ppc/immap_86xx.h b/include/asm-ppc/immap_86xx.h
index df28c0f..470385f 100644
--- a/include/asm-ppc/immap_86xx.h
+++ b
if needed.
Signed-off-by: Peter Tyser
---
board/freescale/mpc8610hpcd/mpc8610hpcd.c |8 +++
board/freescale/mpc8641hpcn/mpc8641hpcn.c |8 +++
board/sbc8641d/sbc8641d.c | 29 ++
cpu/mpc86xx/cpu.c | 80
Hi Scott,
On Wed, 2009-02-04 at 22:54 +0100, Wolfgang Denk wrote:
> Dear Scott,
>
> In message <498a0917.8080...@freescale.com> you wrote:
> >
> > > get_ticks() not a public interface. It should not be used in any
> > > common code.
> >
> > Then what is it doing in include/common.h?
> >
> > > P
On Wed, 2009-02-04 at 17:07 -0600, Andy Fleming wrote:
> On Wed, Feb 4, 2009 at 3:26 PM, Wolfgang Denk wrote:
> > Dear Andy Fleming,
> >
> > In message <2acbd3e40902041320l3bce93c1p989c4c33ca8e...@mail.gmail.com> you
> > wrote:
> >>
> >> HmmmI made that change for a reason. Waiting for auton
t would have a CRC error that would result
in an error such as:
=> dhcp
Enet starting in 100BT/HD
Speed: 100, half duplex
BOOTP broadcast 1
Got error 4
BOOTP broadcast 2
Thanks!
Tested-by: Peter Tyser
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Wed, 2009-02-04 at 22:26 +0100, Wolfgang Denk wrote:
> Dear Andy Fleming,
>
> In message <2acbd3e40902041320l3bce93c1p989c4c33ca8e...@mail.gmail.com> you
> wrote:
> >
> > HmmmI made that change for a reason. Waiting for autonegotiation
> > to finish on a tsec with no link was quite tireso
On Wed, 2009-02-04 at 22:22 +0100, Wolfgang Denk wrote:
> Dear Scott Wood,
>
> In message <4989fe57.80...@freescale.com> you wrote:
> > Peter Tyser wrote:
> > > The 25ns was calculated based on the addition of trp and trhoh from the
> > > Micron MT29F8G08
/HD
eTSEC2: No link.
=>
With this patch applied the same operation as above resulted in:
=> dhcp
Waiting for PHY auto negotiation to complete. done
Enet starting in 1000BT/FD
Speed: 1000, full duplex
Signed-off-by: Peter Tyser
---
drivers/net/tsec.c | 19 +--
1 files c
On Wed, 2009-02-04 at 13:54 -0600, Scott Wood wrote:
> Peter Tyser wrote:
> > +/*
> > + * CONFIG_SYS_NAND_RESET_CNT is used as a timeout mechanism when resetting
> > + * a flash. NAND flash is initialized prior to interrupts so standard
> > t
Without the timeout present an infinite loop can occur if the
NAND device is broken or not present.
Signed-off-by: Peter Tyser
---
drivers/mtd/nand/nand_base.c | 19 +--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd
Commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61 removed support
for disabling the "No NAND device found!!!" warning when
CONFIG_SYS_NAND_QUIET_TEST was defined. This re-adds support
for silencing the warning.
Signed-off-by: Peter Tyser
---
drivers/mtd/nand/nand_base.c |2 +
Hi Eric,
On Tue, 2009-02-03 at 08:28 -0700, Eric Nelson (Boundary Devices) wrote:
> /
> + * Set a new environment variable from RAM.
> + * Requires three arguments: the variable name, a memory address and a
> length.
> + *
>
Signed-off-by: Peter Tyser
---
See the following threads for background:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/48429
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/47755
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/53340
doc/feature-removal-schedule.txt
On Thu, 2009-01-29 at 22:15 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1233262578.19784.19.ca...@localhost.localdomain> you wrote:
> >
> > Its actually already on the wiki page.
>
> Ah, good. Sometimes I'm better than I think mysel
Hi Wolfgang,
On Thu, 2009-01-29 at 21:37 +0100, Wolfgang Denk wrote:
> Dear Ben Warren,
>
> In message <498203bd.3000...@gmail.com> you wrote:
> >
> > From README:
> >
> >
> > CONFIG_I2C_CMD_TREE is a recommended option that places
> > all I2C commands under a s
On Thu, 2009-01-29 at 10:16 -0800, Ben Warren wrote:
> Jens Scharsig wrote:
> > Since CONFIG_I2C_CMD_TREE are defined, the old flat i2c commands are
> > still present.
> > This patch disables the old flat command by default, if
> > CONFIG_I2C_CMD_TREE is defined.
> > The new option CONFIG_I2C_CMD_F
Hi Wolfgang,
On Wed, 2009-01-28 at 22:15 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1233100992-30871-1-git-send-email-pty...@xes-inc.com> you wrote:
> > Changes since v1:
> > - Rebase on top of tree
>
> Are you sure?
>
> > This
Update taihu and taishan commands to use cmd_usage() function
to display usage messages.
Signed-off-by: Peter Tyser
---
board/amcc/taihu/lcd.c |6 +++---
board/amcc/taihu/taihu.c |6 +++---
board/amcc/taishan/lcd.c |6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff
The pcs440ep's led command usage formatting is non-standard. It
was made standard in preparation for larger command usage updates.
Signed-off-by: Peter Tyser
---
board/pcs440ep/pcs440ep.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/pcs440ep/pcs440e
; vs "cmd2- description".
2. Command definitions are reduced in size/complexity. The patch
shaved off 1.1KB from the XPedite5370 image for example.
Most of the changes were done via scripts, so let me know if
anything looks fishy.
Best,
Peter
Peter Tyser (5):
Clean up diufb co
The diufb command usage formatting is non-standard. It was
made standard in preparation for larger command usage updates.
Signed-off-by: Peter Tyser
---
board/ads5121/ads5121_diu.c |2 +-
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |2 +-
2 files changed, 2
Hi Konstantin,
> > Add support W90P710 ARM SoC from Nuvoton
> > Add W90P1 board based on W90P710
> >
> > Signed-off-by: Konstantin Vovk
> > ---
> > MAKEALL |1 +
> > Makefile|3 +
> > board/w90p1/Makefile
The pcs440ep's led command usage formatting is non-standard. It
was made standard in preparation for larger command usage updates.
Signed-off-by: Peter Tyser
---
board/pcs440ep/pcs440ep.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/pcs440ep/pcs440e
Update taihu and taishan commands to use cmd_usage() function
to display usage messages.
Signed-off-by: Peter Tyser
---
board/amcc/taihu/lcd.c |6 +++---
board/amcc/taihu/taihu.c |6 +++---
board/amcc/taishan/lcd.c |6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff
nd definitions are reduced in size/complexity. The patch
shaved off 1.1KB from the XPedite5370 image for example.
Most of the changes were done via scripts, so let me know if
anything looks fishy.
Best,
Peter
Peter Tyser (5):
Clean up diufb command definitions
pcs440ep: Clean up led comma
The diufb command usage formatting is non-standard. It was
made standard in preparation for larger command usage updates.
Signed-off-by: Peter Tyser
---
board/ads5121/ads5121_diu.c |2 +-
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |2 +-
2 files changed, 2
On Thu, 2008-12-25 at 23:00 -0600, Andy Fleming wrote:
> On Tue, Dec 23, 2008 at 4:32 PM, Peter Tyser wrote:
> > Signed-off-by: Peter Tyser
> > ---
> > This should be applied to the 85xx repository and depends
> > on the currently applied "XPedite5200 board s
Signed-off-by: Peter Tyser
---
This should be applied to the 85xx repository and depends
on the currently applied "XPedite5200 board support" patch.
board/xes/common/actl_nand.c| 65
board/xes/common/fsl_85xx_pci.c |6 +-
board/xes/xpedite5200/Makefile
Signed-off-by: Peter Tyser
---
This should be applied to the 85xx repository and depends
on the currently applied "85xx: Enable inbound PCI config
cycles for X-ES boards" and "XPedite5200 board support".
board/xes/common/fsl_85xx_pci.c |4
1 files changed, 4 insert
> >
> > Let me know if I should take any action.
>
> Ugh, yeah, if you could submit patches which fix this, I'd appreciate
> it. I had some difficulty getting the patches to apply in the right
> order (mailbox issues), and must have lost some things in the merge.
I'll submit 2 patches to fix the
Hi Andy,
On Mon, 2008-12-22 at 13:36 -0600, Andy Fleming wrote:
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mpc85xx.git master
> Peter Tyser (5):
> pci/fsl_pci_init: Enable inbound PCI config cycles
> Add support for PCA953
CONFIG_DS4510_RST defines add additional sub-commands
to the ds4510 command when defined.
Signed-off-by: Peter Tyser
---
README|4 +
drivers/misc/Makefile |1 +
drivers/misc/ds4510.c | 424 +
include/ds4510.h | 75
rovides summary
information for the given pca953x device.
Signed-off-by: Peter Tyser
---
Makefile |2 +
README |9 ++
drivers/gpio/Makefile | 47 ++
drivers/gpio/pca953x.c | 227
include/pca953
Changes since v5:
- Additional error checks in pca953x.c and ds4510.c
- Changed usage of maxargs for command parsing in pca953x.c and ds4510.c
- Moved include/gpio/pca953x.h to include/pca953x.h
- Moved include/gpio/ds4510.h to include/ds4510.h
- Rebased on current TOT
Peter Tyser (3):
Add supp
Hi Wolfgang,
Thanks for the comments.
On Sun, 2008-12-14 at 12:38 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message
> <300544b7901dacbe6b9e3edd052629f612b92735.1228160312.git.pty...@xes-inc.com>
> you wrote:
> > Initial support for the DS4510, a CPU sup
Hi Graeme,
> What is the easiest (or best) way of achieving this. The only way I can
> think of is to:
> - Roll back my history to the commit before d1f2d102a
> - Use patch to apply d1f2d102a
> - Add this change
> - Commit the resulting changes
> - Use git-am to apply the remaining patches
>
On Thu, 2008-12-04 at 03:14 -0600, Andy Fleming wrote:
> + }
> +#else
> + gur->devdisr |= MPC85xx_DEVDISR_PCIE1; /* disable */
> +#endif /* CONFIG_PCIE2 */
>
>
> MPC85xx_DEVDISR_PCIE1 isn't defined anywhere. Did you miss some
> changes you made to header files?
Thanks for catching t
t; as an address
instead of the intended filename.
The previous check for a leading quote in netboot_common()
was replaced with a check which ensures only valid
numbers are treated as addresses.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
common/cmd_net.c | 20
: 0x10
Loading: *
TFTP error: 'File not found' (1)
Starting again
TftpStart() was modified to not modify the 'BootFile' string.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
doah, forgot SOB
net/tftp.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
doah, forgot SOB
include/configs/ATUM8548.h|1 -
include/configs/MPC8536DS.h |1 -
include/configs/MPC8540ADS.h |1 -
include/configs/MPC8540EVAL.h |1 -
include/configs/MPC8541CDS.h |1 -
include/configs/MPC85
On Mon, 2008-12-01 at 14:17 -0600, Jon Loeliger wrote:
> On Mon, 2008-12-01 at 13:47 -0600, Peter Tyser wrote:
> > Initial support for Extreme Engineering Solutions XPedite5200 -
> > a MPC8548-based PMC single board computer.
> >
> > Signed-off-by: Pe
---
include/configs/ATUM8548.h|1 -
include/configs/MPC8536DS.h |1 -
include/configs/MPC8540ADS.h |1 -
include/configs/MPC8540EVAL.h |1 -
include/configs/MPC8541CDS.h |1 -
include/configs/MPC8544DS.h |1 -
include/configs/MPC8548CDS.h |1 -
include/config
Initial support for Extreme Engineering Solutions XPedite5200 -
a MPC8548-based PMC single board computer.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile
Add define used to determine if PCI1 interface is in PCI or PCIX mode.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
include/asm-ppc/immap_85xx.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h
,
Peter
Peter Tyser (2):
85xx: Add PORDEVSR_PCI1 define
XPedite5200 board support
MAINTAINERS |1 +
MAKEALL |1 +
Makefile|3 +
board/xes/common/Makefile |3 +-
board/xes/common/actl_nand.c
CONFIG_DS4510_RST defines add additional sub-commands
to the ds4510 command when defined.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
README|4 +
drivers/misc/Makefile |1 +
drivers/misc/ds4510.c | 400 +
includ
rovides summary
information for the given pca953x device.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
Makefile |2 +
README |9 ++
drivers/gpio/Makefile | 47 ++
drivers/gpio/pca953x.c | 218 +
ixed gur->devdisr typo for PCIe2
- Fixed some lines over 80 chars
- Fixed multiline comment style
- Cleaned up environment defines
Changes since v3:
- Removed CONFIG_L1_INIT_RAM reference
Peter Tyser (3):
Add support for PCA953x I2C gpio devices
Add support for Maxim's DS4510 I2C device
The TftpStart() function modifies the 'BootFile'
string when 'BootFile' contains both an IP address
and filename (eg 1.2.3.4:/path/file). This causes
subsequent calls to TftpStart to incorrectly parse
the TFTP filename and server IP address to use.
For example:
=> tftp 0x10 10.52.0.62:/home/pt
Ignore IP packets which have the "more fragments" flag bit
set. This flag indicates the IP packet is fragmented and
must be ignored by U-Boot.
---
net/net.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/net/net.c b/net/net.c
index cf1f4fa..b8e09e8 100644
--- a/net/net
ory display of &NetFragBuf, but the assembled
packet was not making its way up the stack FWIW.
Peter Tyser (2):
net: Define IP flag field values
net: Add additional IP fragmentation check
include/net.h |6 ++
net/net.c |8 +--
These defines were pulled from the "Add simple
IP/UDP fragmentation support" patch from Frank
Haverkamp <[EMAIL PROTECTED]>.
---
include/net.h |6 ++
net/net.c |6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/include/net.h b/include/net.h
index a5a256b..199
Initial support for Extreme Engineering Solutions XPedite5200 -
a MPC8548-based PMC single board computer.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile
Add define used to determine if PCI1 interface is in PCI or PCIX mode.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
include/asm-ppc/immap_85xx.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h
alignment by spaces to alignment by tabs
- Fixed typos in host_agent_cfg/io_port_cfg
- Fixed variable declaration in code
- Fixed some lines longer than 80 chars
- Cleaned up environment configuration defines
- Fixed multiline comment style
Best,
Peter
Peter Tyser (2):
85xx: Add PORDEVSR_PCI1 define
CONFIG_DS4510_RST defines add additional sub-commands
to the ds4510 command when defined.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
README|4 +
drivers/misc/Makefile |1 +
drivers/misc/ds4510.c | 400 +
includ
rovides summary
information for the given pca953x device.
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
Makefile |2 +
README |9 ++
drivers/gpio/Makefile | 47 ++
drivers/gpio/pca953x.c | 218 +
ixed gur->devdisr typo for PCIe2
- Fixed some lines over 80 chars
- Fixed multiline comment style
- Cleaned up environment defines
Peter Tyser (3):
Add support for PCA953x I2C gpio devices
Add support for Maxim's DS4510 I2C device
XPedite5370 board support
MAINTAINERS
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]>
---
common/cmd_mem.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/common/cmd_mem.c b/common/cmd_mem.c
index d7666c2..400cfd7 100644
--- a/common/cmd_mem.c
+++ b/common/cmd_mem.c
@@ -1175,7 +1175,6 @@ int do
Hi Jon,
On Wed, 2008-11-19 at 11:29 -0600, Jon Loeliger wrote:
> Peter Tyser wrote:
>
> >>> We have the standard Freescale DDR printf's turned into debug as that is
> >>> much, much more verbose than the output above.
> >> Indeed :-(
>
> Hrm. O
On Wed, 2008-11-19 at 00:36 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <[EMAIL PROTECTED]> you wrote:
> > Initial support for Extreme Engineering Solutions XPedite5200 -
> > a MPC8548-based PMC single board computer.
> >
> > Signe
On Wed, 2008-11-19 at 00:28 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <[EMAIL PROTECTED]> you wrote:
> > These 2 patches add support for the XPedite5200 SBC -
> > a MPC8548-based PMC card made by Extreme Engineering
> > Solutions.
>
&g
On Tue, 2008-11-18 at 23:20 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <[EMAIL PROTECTED]> you wrote:
> >
> > This information is very useful to a customer and doesn't add much as
> > far as output. No newlines at least. The outpu
801 - 900 of 989 matches
Mail list logo