Re: [U-Boot-Users] UBOOT port to i.MX27ADS - NAND issues

2008-10-31 Thread Robert Schwebel
basically diff -u Bug you should probably read this: http://lxr.linux.no/linux/Documentation/SubmittingPatches rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686

Re: [U-Boot-Users] RFC: mailing list transfer

2008-08-01 Thread Robert Schwebel
On Fri, Aug 01, 2008 at 05:17:49PM +0200, Wolfgang Denk wrote: > Do you think this is a reasonable plan? Any hints, ideas, tips? Yes, good idea! Local infrastructure has turned out to be much more reliable than services like SF these days. rsc -- Dipl.-Ing. Robert Schwebel | h

Re: [U-Boot-Users] i.MX27ADS patch/port for UBOOT

2008-07-29 Thread Robert Schwebel
On Tue, Jul 29, 2008 at 10:25:41PM +0530, Tiju wrote: > How do I get the MX27ADS u-bootv2 patches? It is in the u-boot-v2 git tree: http://git.denx.de/?p=u-boot/u-boot-v2.git;a=summary rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science

Re: [U-Boot-Users] [PATCH U-Boot-v2] at91sam9260ek: fix names

2008-07-29 Thread Robert Schwebel
On Tue, Jul 29, 2008 at 05:53:37PM +0200, Robert Schwebel wrote: > Fix some left-overs from copy and paste. However, the board still fails to build, looks like you've forgotten to change in some of the Pengutronix TechWeek stuff: [EMAIL PROTECTED]:u-boot-v2$ make ARCH=arm CROSS_COMP

[U-Boot-Users] [PATCH U-Boot-v2] at91sam9260ek: fix names

2008-07-29 Thread Robert Schwebel
Fix some left-overs from copy and paste. Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]> --- board/at91sam9260ek/init.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Index: u-boot-v2/board/at91sam9260ek/

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-29 Thread Robert Schwebel
On Tue, Jul 29, 2008 at 09:30:21AM -0500, Jon Loeliger wrote: > I think we should first spend more serious effort towards installing > Konfig structure and building into the config mix. Already there in u-boot-v2. Might be worth a deeper look. rsc -- Dipl.-Ing. Robert Schwebel

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-07-29 Thread Robert Schwebel
maintainers tend to break oftree semantics with almost every kernel release - seems to be part of the design :-) However, no time to investigate this further atm. rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Han

Re: [U-Boot-Users] i.MX27ADS patch/port for UBOOT

2008-07-29 Thread Robert Schwebel
e) u-boot-v2 port for the ADS. Improvements are welcome. rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121

[U-Boot-Users] [PATCH U-Boot-v2] at91sam9260ek: add defconfig

2008-07-29 Thread Robert Schwebel
The board has no defconfig file; add one. Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]> --- arch/arm/configs/at91sam9260ek_defconfig | 189 +++ 1 file changed, 189 insertions(+) Index: u-boot-v2/arch/arm/configs/at91sam9260ek_def

Re: [U-Boot-Users] Changing u-boot relocation scheme

2008-07-23 Thread Robert Schwebel
verhead is not so big as one might think. You can play around with the feature by building the "sandbox" target, which is a user-mode-u-boot (port of u-boot to Linux userspace). rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science a

Re: [U-Boot-Users] V2 status, (Was Re: V2: Error in recent check-in)

2008-07-08 Thread Robert Schwebel
can be split up once it goes up significantly. rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim,

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-22 Thread Robert Schwebel
n - which was a cause for tree breakage over and over again in the past. But as oftree seems to be designed around arbitrary strings, I suppose it's just a matter of agreeing on the same nomenclature. rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solution

Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats

2008-06-22 Thread Robert Schwebel
ard - maybe an extension board and having sub devicetrees would make it possible to simply put the devicetree for each component into a piece of storage *on the component*. So the bootloader and later Linux would be able to build the whole tree from these sniplets. Robert -- Dipl.-Ing. R

Re: [U-Boot-Users] [Patch 0/9] U-boot-V2: Introduce I2C support for SDP3430

2008-06-18 Thread Robert Schwebel
. Linke writing a shell function for your usb transceivers which just encapsulates the right predefined i2c_read/write operations. > Are we ok with i2ctools movement here? Hmm? How do you mean that? rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solution

Re: [U-Boot-Users] [Patch 0/9] U-boot-V2: Introduce I2C support for SDP3430

2008-06-18 Thread Robert Schwebel
te clear. We also need an abstraction for i2c devices. The only devices I have seen which really needed a bootloader driver are a) eeproms b) RTCs c) analog/digital in/outputs (i.e. gpio expanders) Other use cases? Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix -

Re: [U-Boot-Users] [Patch 1/9] U-boot-V2:ID: Sync mod_devicetable

2008-06-18 Thread Robert Schwebel
type[32]; > + charcompatible[128]; > +#ifdef __KERNEL__ > + void*data; > +#else > + kernel_ulong_t data; > +#endif > +}; No of-tree support here. U-Boot has to *provide* an oftree, not to consume one. I leave the other subsystems out that are not avail

Re: [U-Boot-Users] [Patch 0/9] U-boot-V2: Introduce I2C support for SDP3430

2008-06-18 Thread Robert Schwebel
in U-Boot and moved it to the kernel. It might be a good opportunity to check the code now ... :-) rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 311

Re: [U-Boot-Users] [Patch 0/9] U-boot-V2: Introduce I2C support for SDP3430

2008-06-18 Thread Robert Schwebel
#x27;s have a look at how it would integrate into the device/driver model and how the user-visible API would look like - write a small framework for i2c, with host+algo+device parts, heavily inspired by the best of Linux and the best of u-boot/u-boot-v2. That worked out very well for the featur

Re: [U-Boot-Users] Booting U-boot from NAND on MX31

2008-06-09 Thread Robert Schwebel
owever, it's not yet production quality. As always: roadmap depends on customer demands ... Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche St

Re: [U-Boot-Users] MX31ADS: I2C1 bus

2008-06-09 Thread Robert Schwebel
mmand, SDA > and SCL lines are stuck at ~2.1V. JP6 and JP7 are both in 2-3 position. > > Am I missing something? That looks like u-boot-v1. Sascha maintains the u-boot-v2 tree, which hopefully doesn't have any such #define cruft any more :-) The v1 port was done by Guennadi Liak

Re: [U-Boot-Users] u-boot v2

2008-05-30 Thread Robert Schwebel
problems. So it will evolve over the time. Anything else is a matter of community activity. Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134

Re: [U-Boot-Users] U-Boot V2 question

2008-05-03 Thread Robert Schwebel
s_manual.dox;hb=HEAD No, the dox files are hand coded. So you can send patches against them :) Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 3

Re: [U-Boot-Users] Problems with 1.3.3-rc1 on i.MX31ADS

2008-04-30 Thread Robert Schwebel
st that if there is already a v2 port, why would you want to do that? Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, German

Re: [U-Boot-Users] Problems with 1.3.3-rc1 on i.MX31ADS

2008-04-29 Thread Robert Schwebel
On Sun, Apr 27, 2008 at 12:06:04AM +0300, Felix Radensky wrote: > Thanks for adding i.mx31 support to u-boot. Hopefully i.mx27 support > will follow soon. i.MX27 is supported in u-boot-v2. Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutio

Re: [U-Boot-Users] iMX27 support status

2008-04-17 Thread Robert Schwebel
eries for the board: http://www.pengutronix.de/software/linux-i.MX/index_en.html Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, G

Re: [U-Boot-Users] [PATCH v2 3/7] add an i2c driver for mx31

2008-04-14 Thread Robert Schwebel
> smaller. That's how it is done in u-boot-v2, btw. Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phon

Re: [U-Boot-Users] [PATCH] Fix name of i.MX31 boards in config file header

2008-04-14 Thread Robert Schwebel
On Mon, Apr 14, 2008 at 10:33:44PM +0200, Magnus Lilja wrote: > - * Configuration settings for the 242x TI H4 board. > + * Configuration settings for the phyCORE i.MX31 board. This is "phyCORE-i.MX31". Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pen

Re: [U-Boot-Users] [RFC] Host tool to perform semiautomatic updates

2008-03-16 Thread Robert Schwebel
robably read my answer... Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 |

Re: [U-Boot-Users] U-Boot version string in kernel/userspace

2008-01-22 Thread Robert Schwebel
the mainline kernel. RMK will likely block it. And for good reasons. He has explained it many times on alkml. Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hann