The default dockstar configuration for U-Boot currently causes it to
overrun the environment area, so that a "saveenv" command bricks the
device. This patch moves the environment to a higher address to avoid
that.
Signed-off-by: Eric Cooper
---
include/configs/dockstar.h | 4 ++
lines, though, so that '#include "dockstar.h"'
is the last one, to be consistent with other board files like
sheevaplug.c etc.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
oot@debian:/install/uboot-git/u-boot]#
I can confirm this failure. "git bisect" shows that the
build was broken by this commit:
a7efd719 ARM: kirkwood: reduce dependence of including platform file
which patched a number of board files in the Marvell directory, but
not the DockStar. I
Commit a7efd719f415833a833d6a8e46bcd470a0847ecc removed some #includes
from kirkwood.h that must now be done in dockstar.c
Signed-off-by: Eric Cooper
---
board/Seagate/dockstar/dockstar.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/board/Seagate/dockstar/dockstar.c
Since "tftpsrv" is new, wouldn't it make sense to change it to
"srvtftp" or something else that doesn't conflict with a common
abbreviation?
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing
This patch adds additional u-boot.* files mentioned in Makefile,
and adds *.bin since these are deleted as part of "make clean".
Signed-off-by: Eric Cooper
---
Changes since v1:
Added more general *.bin pattern.
.gitignore |8 +---
1 files changed, 5 insertions(+), 3
This patch adds additional u-boot.* files mentioned in Makefile, and
removes one (u-boot-flexonenand.bin) that I couldn't find anywhere in
the current tree.
Signed-off-by: Eric Cooper
---
.gitignore |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/.gitign
to the datasheet when
working on the code.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
someone else's firmware, you can set up whatever you want (you'll want
to learn about the mtdparts kernel boot parameter). Otherwise, you
can use the existing system to find out what it is (try "cat
/proc/mtd" if it's running an embedded Linux).
--
Eric Cooper
sistent
ubifs partition, but not from one that needs repair (because that
requires writing). So you can't rely on booting your Linux kernel
*from a ubifs partition*. But if you have your kernel in a separate,
read-only uImage partition you should be fine (it's just more annoying
t
==> Include platform Common Definations */
> -#include
> -
> /* > Include driver Common Definations */
> /*
> * Common NAND configuration
> --
> 1.6.3.1
You didn't fix the "Definations" typos in this one.
--
Eric Cooper e c c @ c m u . e d
.
Good luck, I look forward to seeing the results of your analysis.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
sion, but another
> one pops right up.
This has nothing to do with U-Boot. Linux typically uses the file
/etc/inittab to specify whether to spawn login processes on serial
lines. Look at that, along with the Linux man page for "init".
--
Eric Cooper
for whitespace-only patches to
ease the job of the custodians. Line-breaking and other style changes
might still require eyeballing.)
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
red.
How about replacing it with this:
If you encounter warnings for existing code, not modified by your
patch, consider submitting a separate, cosmetic-only patch --
clearly described as such -- that *precedes* your substantive
patch.
--
Eric Cooper e c c
e in the same way.
Cheers,
Eric
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
quot;, it works
correctly.
I'm not sure what the difference could be. Does anyone have any
ideas? It's a lot more convenient to use TFTP to test out new images
than JTAG, so I'd like to get this working.
--
Eric Cooper e c c @ c m u . e d u
___
Since addr_sp is a byte address, it should be adjusted by 12 here.
Signed-off-by: Eric Cooper
Cc: Albert ARIBAUD
---
arch/arm/lib/board.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index dc46e21..d5b34ad 100644
--- a
On Sun, Feb 20, 2011 at 11:20:07AM +0100, Wolfgang Denk wrote:
> [...] or feel free to create a doc/README.toolchain or similar that
> can then also be used to document things like linker options,
> information about known issues, etc.
+1 for a README.toolchain file.
--
Er
image into a uInitrd (with mkimage), use u-boot to load that
into memory (from MMC or whatever), and then pass its address as the
second argument to bootm.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.d
start with sheevaplug configuration
add modifications by Alexander Holler
change RAM definitions to one bank (128 MB)
change ident string and prompt
define MTD partitions and default environment variables
add support for LEDs
Signed-off-by: Eric Cooper
---
Changes for v2:
- rebased on
Sorry, please disregard -- I sent this before committing Prafulla's other
suggested change.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
start with sheevaplug configuration
add modifications by Alexander Holler
change RAM definitions to one bank (128 MB)
change ident string and prompt
change environment to 0xA
define MTD partitions and default environment variables
add support for LEDs
Signed-off-by: Eric Cooper
env offset at
> 0x6 to pack u-boot+env in first 512kb
The factory partitioning uses 1M for u-boot, so I wasn't paying
attention to saving space. But I'll move it down as you suggest.
Thanks for the feedback.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
start with sheevaplug configuration
add modifications by Alexander Holler
change RAM definitions to one bank (128 MB)
change ident string and prompt
change environment to 0xA
define MTD partitions and default environment variables
add support for LEDs
Signed-off-by: Eric Cooper
se it with gdb to debug what's going on, please let me know.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Wed, Nov 10, 2010 at 08:53:03AM +0100, Albert ARIBAUD wrote:
> Can you make the ELF images available? I'll do the readlf/objdump
> analysis and feed back on what I find.
I've uploaded them here:
http://www.cs.cmu.edu/~ecc/u-boot.{good,bad}
Thanks.
--
Eric Cooper
may not produce a working build in this case)?
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
here (commands not found):
http://lists.denx.de/pipermail/u-boot/2010-October/080198.html
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
DockStar
Marvell>>
I suspect something related to the recent merge with the elf_reloc branch.
Does this problem occur on anyone else's kirkwood board since then?
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thu, Oct 21, 2010 at 06:19:20PM -0400, Mike Frysinger wrote:
> gmane has a news gateway
And right after I posted my question (naturally) I found that the
archive at
marc.infohttp://marc.info/?l=u-boot
offers an option to download raw messages.
--
Eric Cooper e c c @ c
uot;git am ..." for example. Is there some other way
to get the patches or raw emails that I'm missing?
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
in board/Seagate/
someday.
Any problem with this, given that I am not affiliated with Seagate in
any way?
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
start with sheevaplug configuration
add modifications by Alexander Holler
change RAM definitions to one bank (128 MB)
change ident string
change environment to 0xA
define MTD partitions and default environment variables
add support for LEDs
Signed-off-by: Eric Cooper
---
Changes
inits */
Thanks.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Please ignore, the same patch was submitted earlier today by Gray Remlin.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 30a564d..a3136da 100644
--- a/Makefile
+++ b/Makefile
@@ -341,7 +341,7 @@ $(obj)u-boot.imx: $(obj)u-boot.bin
$(obj)u-boot.kwb: $(obj)u-boot.bin
$(obj)tool
almost identical to the DockStar.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Sun, Oct 17, 2010 at 08:40:31PM -0400, Eric Cooper wrote:
> I no longer see any of the early console messages that should result
> from display_banner, print_cpuinfo, etc. The first thing I see is the
> NAND information:
> [...]
But if I load the same u-boot image into memory an
ething when I rebased?
Thanks.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
w enough about the hardware to do it myself,
and since I don't have a JTAG environment ready in case I mess it up,
I don't really want to "experiment" :-)
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing li
Ubifs includes recovery code, but since u-boot treats it as a
read-only mount, this is never performed. Once I booted Linux,
everything was fine.
I'd like to request that the read-only flag be removed (at least to
allow recovery) so that the ubifs-only scheme can be used reliably.
--
Eric Co
From: Alexander Holler
Change ident string.
Include long help messages.
Environment is at 0xa.
Define MTD partitions and default environment variables.
Signed-off-by: Eric Cooper
---
include/configs/dockstar.h | 218
1 files changed, 218
derived from patches posted by Jeff Doozan
in the uBoot forum at http://forum.doozan.com
Signed-off-by: Eric Cooper
---
board/Marvell/dockstar/dockstar.c | 30 ++
include/configs/dockstar.h|1 -
2 files changed, 30 insertions(+), 1 deletions(-)
diff
Signed-off-by: Eric Cooper
---
board/Marvell/dockstar/Makefile | 51
board/Marvell/dockstar/config.mk | 28 +++
board/Marvell/dockstar/dockstar.c | 155 +
board/Marvell/dockstar/dockstar.h | 41 ++
boards.cfg
From: Alexander Holler
Signed-off-by: Eric Cooper
---
board/Marvell/dockstar/kwbimage.cfg | 162 +++
1 files changed, 162 insertions(+), 0 deletions(-)
create mode 100644 board/Marvell/dockstar/kwbimage.cfg
diff --git a/board/Marvell/dockstar/kwbimage.cfg
b
: change RAM definitions to one bank (128 MB)
DockStar: config
Eric Cooper (3):
add DOCKSTAR machine type
DockStar: board support (derived from sheevaplug)
DockStar: LED support
arch/arm/include/asm/mach-types.h | 13 ++
board/Marvell/dockstar/Makefile | 51
board
Signed-off-by: Eric Cooper
---
arch/arm/include/asm/mach-types.h | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/mach-types.h
b/arch/arm/include/asm/mach-types.h
index fd28d2b..e0b6090 100644
--- a/arch/arm/include/asm/mach-types.h
48 matches
Mail list logo