[U-Boot] Obtaining start/end address of an MTD partition

2010-05-04 Thread Matthew Lear
Hello all, I've posted this to the MTD mailing list to no avail :-( I'm hoping that somebody can help me here... Is it possible to obtain an MTD partition's start address (either through usage of the MTD ioctls or some other means)? I've had a very quick look and from what I can tell, this doesn'

Re: [U-Boot] Obtaining board specific phy diagnostics

2009-09-01 Thread Matthew Lear
Matthew Lear wrote: > Hi all, > > Is there a common mechanism to hook in board specific ethernet phy > commands? For example, I'd like to hook in the ability to read the TDR > characteristics of the ethernet cable connected to my board. I know the > phy on my board supports

[U-Boot] Obtaining board specific phy diagnostics

2009-09-01 Thread Matthew Lear
Hi all, Is there a common mechanism to hook in board specific ethernet phy commands? For example, I'd like to hook in the ability to read the TDR characteristics of the ethernet cable connected to my board. I know the phy on my board supports this so I was planning on hooking it into the mii comma

Re: [U-Boot] Network based logging with U-Boot

2009-08-18 Thread Matthew Lear
Hi Wolfgang, Wolfgang Denk wrote: > Dear Matthew Lear, > > In message <4a896ed5.3010...@bubblegen.co.uk> you wrote: [snip] >> I've got netconsole running via netcat on a host pc but this is console >> only and is not ideal for a multi-platform deployment model.

[U-Boot] Network based logging with U-Boot

2009-08-17 Thread Matthew Lear
Hello all, Is U-Boot able to log its actives etc to a machine accessible via the network? Desirable -> U-Boot being able to log all its boot up info and details regarding booting it's OS image etc (ie everything sent to stdout) to a file on a remote machine. Scenario - multiple deployments all h

Re: [U-Boot] U-Boot doesn't compile for M54455EVB_intel_config

2009-07-20 Thread Matthew Lear
Thanks TsiChung. That did the trick. -- Matt TC Liew wrote: > Matt, > > In asm-m68k/io.h, please add > > #ifndef _IO_BASE > #define _IO_BASE 0 > #endif > > Regards, > TsiChung > > On Wed, Jul 15, 2009 at 9:43 AM, Matthew Lear wrote: >> Hi TsiChung

[U-Boot] U-Boot doesn't compile for M54455EVB_intel_config

2009-07-15 Thread Matthew Lear
Hi TsiChung / Wolfgang, I just pulled u-boot.git to re-sync and tried to configure and build it for M54455EVB_intel_config but the compilation failed. I tried a fresh clone just to be sure and it was the same. [snip] m68k-linux-gnu-gcc -g -Os -ffixed-d7 -msep-data -D__KERNEL__ -DTEXT_BASE=0x

[U-Boot] Can't start Linux if U-Boot built with CONFIG_WATCHDOG

2009-07-09 Thread Matthew Lear
Hello all, I've added watchdog support based on U-Boot (git) for the m68k coldfire mcf54455evb platform. I've fed the patch to the maintainer to help in development. However, I am unable to start my m68k w/MMU coldfire Linux kernel from U-Boot if U-Boot is built with CONFIG_WATCHDOG regardless if

[U-Boot] Providing more board info from U-Boot to resident OS

2009-07-07 Thread Matthew Lear
Hello all, U-Boot provides data containing board information to a resident OS that may be booted. Are there plans to extend this so that an additional 'level' of more specific board information can be provided to the OS? Specifically, and for example, is there a mechanism that U-Boot can use to i

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-24 Thread Matthew Lear
Hi Detlev, > What exactly is secure boot? Jean-Christophe - if I may interject... Embedded systems using core soc silicon from a number of manufacturers have started to use what is known as 'secure boot'. This is typically the case in applications which utilise conditional access system software t

Re: [U-Boot] mcf5445x watchdog support in U-Boot

2009-06-24 Thread Matthew Lear
starting the >> linux kernel of watchdog behavior to make sure it is not causing problem >> to the linux kernel. >> >> Best Regards, >> TsiChung >> >> >> -Original Message- >> From: Matthew Lear [mailto:m...@bubblegen.co.uk] >> Sent: Monday, June

Re: [U-Boot] Mips, U-Boot and ramdisk

2009-06-23 Thread Matthew Lear
Hi Robert. > I set the bootargs variable to: root=\dev\ram (I used: set bootargs > root=/dev/ram) > But when I'm trying to start the Linux with the > > bootm 8100 81C0 > > the Linux can't find the ramdisk. It write out: > > Initrd not found or empty - disabling initrd Do you see U-Boot

Re: [U-Boot] mcf5445x watchdog support in U-Boot

2009-06-18 Thread Matthew Lear
gt; investigate more in booting linux and the transition to starting the > linux kernel of watchdog behavior to make sure it is not causing problem > to the linux kernel. > > Best Regards, > TsiChung > > > -Original Message- > From: Matthew Lear [mailto:m...@bubbl

[U-Boot] mcf54455 evb ethernet tx timeouts

2009-06-18 Thread Matthew Lear
Hi TsiChung, I pulled U-Boot from git (2009.06-00185-g57fe301), configured it for the Freescale mcf54455 EVB with Intel flash (M54455EVB_intel_config) and programmed it into the Intel flash device. It boots fine but when it attempts any ethernet communication whatsoever there are tx timeouts from

[U-Boot] mcf5445x watchdog support in U-Boot

2009-06-15 Thread Matthew Lear
Hi TsiChung et al, I was wondering if there are plans to support and utilise the watchdog in the mcf5445x devices within U-Boot? I've ported a kernel driver from the bitshrine gpp (http://www.bitshrine.org/gpp/linux-2.6.25-mcfv4e-watchdog.patch) so that it hooks into my 54455 hw (Freescale EVB),