Mike Rapoport wrote:
> CM-T35 is a system-on-module board from CompuLab, Ltd. The CM-T35
> datasheet can be found at
> http://www.compulab.co.il/t35/html/t35-cm-datasheet.htm
>
> Signed-off-by: Mike Rapoport
>
Any updates on this?
___
U-Boot mailin
Hello Wolfgang,
Wolfgang Denk wrote:
> In message <1242645655326-git-send-email-daniel.gorsulow...@esd.eu> Daniel
> Gorsulowski wrote:
>> While hard_i2c support is not available
>> (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html),
>> this patch enables soft_i2c on AT91SAM9263 So
On Sun, 22 Nov 2009 21:57:05 +0100
Wolfgang Denk wrote:
> > In message <20090713131125.6e6a3...@marrow.netinsight.se> Simon Kagstrom
> > wrote:
> > > The mv881116 PHY initialization is split out to a common file to enable
> > > code reuse between different boards.
> > >
> > > Signed-off-by: Sim
Dear Wolfgang,
2009/11/18 Minkyu Kang :
> In some case, saved address and compared address are different. (e.g: 80M)
> So, it can be get wrong memory size.
> This patch fix the such problem, and fix style problems also.
>
> Signed-off-by: Minkyu Kang
> ---
> common/memsize.c | 77
> ++
This is a quick and dirty patch to fix the build on a NetBSD platform,
using Linux binary compatibility to run ELDK 4.2 toolchain for ARM.
It is not intended for any kind of inclusion, but might give some hints
about
what's wrong or allow people not to give up on this error. A couple of other
nits
Hello Jerry, Wolfgang and all the u-boot maillist participants!
Sorry for the broken encoding in my previous mail.
>> I have a LPC2468 board and currently play with u-boot. U-boot version
>> is 1.1.6 from Embedded Artists. I've already made u-boot loading and
>
> 1.1.6 is really old.
I'll keep t
Hi Wolfgang,
This fix is already applied.
http://git.denx.de/?p=u-boot/u-boot-ppc4xx.git;a=commitdiff;h=fcdb36b85a
c033c09a9762a0a14808f7cb2ed54c
I resubmitted and changed the subject line little bit. Sorry that I did
not send you a note about that change.
Regards,
Rup
-Original Message---
On Sunday 22 November 2009 19:34:55 Peter Tyser wrote:
> Anyone know what's up with include/asm-blackfin/mmc.h? All it contains
> is:
> #include
>
> And that file doesn't exist.
the file doesnt exist *anymore*. the Blackfin SDH driver is still using the
old mmc framework and only recently has
On Sun, 2009-11-22 at 21:54 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1247241800-29059-3-git-send-email-pty...@xes-inc.com> you wrote:
> > Signed-off-by: Peter Tyser
>
> Could you please rebase this patch, and the other two in this series:
> [PATCH v2 3/6] Move lib_generic
Dear Wolfgang and Tom,
2009/11/23 Wolfgang Denk :
> Dear Tom,
> In message <1253692384-3236-1-git-send-email-ratbert.chu...@gmail.com> Po-Yu
> Chuang wrote:
>> This patch adds support for A320 evaluation board from Faraday. This board
>> uses FA526 processor by default and has 512kB and 32MB NOR
This header should not be included any more,I will drop it.
Best Regards
Cliff
>-Original Message-
>From: Peter Tyser [mailto:pty...@xes-inc.com]
>Sent: Monday, November 23, 2009 8:35 AM
>To: u-boot mailing list
>Cc: Cai, Cliff; vap...@gentoo.org
>Subject: include/asm-blackfin/mmc.h???
Anyone know what's up with include/asm-blackfin/mmc.h? All it contains
is:
#include
And that file doesn't exist.
Thanks,
Peter
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
How and where do i add a new command to the uboot. This is a freescale
platform specific command and would not work on other platforms.
Are there any guidelines in place?
Thanks for your help,
Stephanie.
___
U-Boot mailing list
U-Boot@lists.denx.de
h
Dear Peter Tyser,
In message <1255732587-24542-3-git-send-email-pty...@xes-inc.com> you wrote:
> These commands are only enabled when the hush shell is enabled and can
> be useful in scripts such as:
>
> while true do
> echo "Booting OS...";
> run $bootcmd;
> echo "Booting OS failed";
Dear Peter Tyser,
In message <1255732587-24542-2-git-send-email-pty...@xes-inc.com> you wrote:
> Shorten the overly-verbose help message of 'help' and clean up some
> redundant ifdefery while we're at it.
>
> Signed-off-by: Peter Tyser
> ---
> common/cmd_help.c | 21 +++--
> 1
Dear Peter Tyser,
In message <1255732587-24542-1-git-send-email-pty...@xes-inc.com> you wrote:
> command.c should contain common code related to commands, not
> miscellaneous command implementations.
>
> Signed-off-by: Peter Tyser
> ---
> common/Makefile |5 +
> common/cmd_echo.c|
Dear Nishanth Menon,
In message <1255669597-10607-2-git-send-email...@ti.com> you wrote:
> Make the lan91c96 driver capable of CONFIG_NET_MULTI
> to be clean for the new arch, add a a lil detect function
----^^^
"for the new arch" is not really helpful for the
Hello Wolfgang.
Thanks for looking at my patch-set.
>> +printf("%s:%s\n", __FILE__, __func__);
>
> Guess this should be debug() instead?
Actually, this was meant to be removed in final code. As explained in
the 0/8 message, this patch set was mainly and RFC, as some of the
stuff looked que
Dear Mike Frysinger,
In message <1255562883-19679-1-git-send-email-vap...@gentoo.org> you wrote:
> Reported-by: Peter Gombos
> Signed-off-by: Mike Frysinger
> ---
> drivers/mtd/spi/stmicro.c |3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgan
Dear Tom,
In message <20091012001749.ga23...@july> Kyungmin Park wrote:
> After OneNAND IPL updated, apollon boot code exceeds 1KiB size,
>
> This patch reduces the apollon boot code
>
> Signed-off-by: Kyungmin Park
Can you please check the status of this patch:
http://thread.gmane.org/gmane.c
Dear Mike Frysinger,
In message <1255122743-20232-1-git-send-email-vap...@gentoo.org> you wrote:
> From: Jason McMullan
>
> Signed-off-by: Jason McMullan
> Signed-off-by: Mike Frysinger
> ---
> v2
> - fix up issues after talking to Jason
>
> Wolfgang: is this ok to merge for this releas
Dear Alessandro Rubini,
In message <109a8c9f77c98641a8a02c4346cd2c7d2cc6794f.1255086085.git.rubini@
unipv.it> you wrote:
> From: Alessandro Rubini
...
> +void lcd_enable(void)
> +{
> + printf("%s:%s\n", __FILE__, __func__);
> + int i;
Please no declarations in the middle of code.
And p
Dear Alessandro Rubini,
In message <13e66c1b362688fc77332fc0c9519567214ca6a2.1255086085.git.rubini@
unipv.it> you wrote:
> From: Alessandro Rubini
...
> -TEXT_BASE = 0x03F8
> +# A display of 800x480x4 takes almost 2MB, so we must be lower than that.
x4 ? 4bpp or what?
I cannot parse this.
Dear Alessandro Rubini,
In message <5a9bb8fb15cdb47d2ccd77af62f759ed493de944.1255086085.git.rubini@
unipv.it> you wrote:
> From: Alessandro Rubini
>
> Signed-off-by: Alessandro Rubini
> Acked-by: Andrea Gallo
Please see previous comments about coding style.
Additionally:
> +int nhk8815_key
Dear Alessandro Rubini,
In message you wrote:
> From: Alessandro Rubini
>
> Signed-off-by: Alessandro Rubini
> Acked-by: Andrea Gallo
...
> +int pe_getreg(int addr, int reg)
> +{
> + unsigned char val8 = reg;
> + int ret;
> +
> + ret = i2c_read(addr, reg, 1 /* len */, &val8, 1);
>
Dear Alessandro Rubini,
In message <5d6b28b1993d090ee26fa192c1784739eb12db3f.1255086085.git.rubini@
unipv.it> you wrote:
> From: Alessandro Rubini
>
> Signed-off-by: Alessandro Rubini
> Acked-by: Andrea Gallo
> ---
> common/lcd.c | 26 --
> 1 files changed, 20 inser
Dear Anatolij,
In message Alessandro Rubini wrote:
> From: Alessandro Rubini
>
> Signed-off-by: Alessandro Rubini
> Acked-by: Andrea Gallo
> ---
> drivers/video/Makefile |1 +
> drivers/video/amba.c | 86
>
> include/amba_clcd.h|
Dear Ben,
In message <4acdde30.8030...@bus-elektronik.de> Jens Scharsig wrote:
> This patch adds a new net api driver for AT91RM9200 EMAC
>
> * adds NET_MULTI api EMAC (CONFIG_DRIVER_AT91EMAC)
> * generic PHY initialization
>
> Signed-off-by: Jens Scharsig
> ---
>
> This patch was tested with
Dear Anatolij,
In message <48a15e2db97a6bccf6cc0ebdfae45bc5f946a2f7.1255000877.git.rubini@
unipv.it> Alessandro Rubini wrote:
> From: Alessandro Rubini
>
> Signed-off-by: Alessandro Rubini
> Acked-by: Andrea Gallo
Could you please comment on your position about this patch (and
eventually app
Dear Andy & Kumar,
In message <1254737518-7313-1-git-send-email-dipen.dud...@freescale.com> Dipen
Dudhat wrote:
> On some Freescale SoC Internal DMA of eSDHC controller has bug.
> So PIO Mode has been introduced to do data transfer using CPU.
>
> Signed-off-by: Dipen Dudhat
> ---
> Changes from
Dear Ingo van Lil,
In message <20091005090838.ga22...@zaphod.peppercon.de> you wrote:
> According to the PPC reference implementation the udelay() function is
> responsible for resetting the watchdog timer as frequently as needed.
> Most other architectures do not meet that requirement, so long-ru
Dear Marcel Ziswiler,
In message <1254434117.8315.15.ca...@com-21> you wrote:
> Signed-off-by: Marcel Ziswiler
> Tested-by: Heiko Schocher
> ---
> Changes since v1:
> - Added previously missed mgcoge board as pointed out by Peter Tyser and Heiko
> - Moved the board-specific Ethernet modification
Dear Tom,
In message <1253692384-3236-1-git-send-email-ratbert.chu...@gmail.com> Po-Yu
Chuang wrote:
> This patch adds support for A320 evaluation board from Faraday. This board
> uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM.
> FA526 is an ARMv4 processor and uses the
Dear Po-Yu Chuang,
In message <1253692355-3158-1-git-send-email-ratbert.chu...@gmail.com> you
wrote:
> This patch adds an FTRTC010 driver for Faraday A320 evaluation board.
>
> Signed-off-by: Po-Yu Chuang
> ---
> drivers/rtc/Makefile |1 +
> drivers/rtc/ftrtc010.c | 124
> +
Dear Tom,
In message <902963.84935...@web15002.mail.cnb.yahoo.com>
=?utf-8?B?6Zu3IOmrmA==?= wrote:
>
> In u-boot-2009.08/cpu/arm920t/start.S, the instruction of line 158 is
> "ldr r1, x3ff", but the effective bits in INTSUBMSK register of
> S3C2410 are [10...0]. So I think "0x3ff" is not right.
Dear Albin Tonnerre,
In message
<1252442374-25386-1-git-send-email-albin.tonne...@free-electrons.com> you wrote:
> This patch allows to use the atmel_mci SD/MMC driver on the at91 architecture.
> It contains:
> - initialization code for the MCI controller for all the supported AT91. It
>allo
Dear Renato Andreola,
In message <4a925011.9080...@imagos.it> you wrote:
> From 21d84ab72266f118794233176bd356d8b1cfdf35 Mon Sep 17 00:00:00 2001
> From: Renato Andreola
> Date: Fri, 21 Aug 2009 18:05:51 +0200
> Subject: [PATCH] drivers/mtd/cfi_flash: precision and underflow problem in
> tout c
Dear Mark Jackson,
In message <4a897a7c.9060...@mimc.co.uk> you wrote:
> This patch adds a default bootargs "fbmem" value to the
> CONFIG_BOOTARGS string for the MIMC200 board.
>
> Signed-off-by: Mark Jackson
> ---
> include/configs/mimc200.h |2 +-
> 1 files changed, 1 insertions(+), 1 del
Dear Stefan Roese,
In message <200908270650.39795...@denx.de> you wrote:
>
> On Wednesday 26 August 2009 22:09:27 Wolfgang Denk wrote:
> > > u-boot reports a PCIE PLL lock error at boot time on Yucca
> > > board, and left PCIe nonfunctional. This is fixed by making u-boot
> > > function ppc4xx_in
Dear Tom,
In message <4a60eb7c.4010...@poczta.fm> Andrzej Wolski wrote:
> Currently pullups are incorrectly set for all AT91 SoCs:
> pullup for TXD line is enabled, what is not necessary, but
> pullup for RXD line, what may be necessary for some boards,
> is disabled. This patch fixes it: it enabl
Dear Dimitar Dimitrov,
In message <200907151856.24888.dinu...@gmail.com> you wrote:
> This is my third try for Olimex SAM9-L9260/61 board support patches.
>
> Here follows the first patch.
> ---
>
> Boards utilizing the Atmel LCD driver can now specify that the LCD clock must
> be inverted by d
Dear Tom,
In message <200907142213.38832.dinu...@gmail.com> Dimitar Dimitrov wrote:
>
> The SAM9-L9261 board support is based on code for AT91SAM9261EK. Networking
> is missing and will be added after the DM9000 support for AT91 boards is
> fixed to comply with U-Boot guide-lines.
>
> Signed-off
Dear Ben,
In message <20090805212225.3a5c0832e...@gemini.denx.de> I wrote:
> Dear Ben,
>
> In message <20090713131125.6e6a3...@marrow.netinsight.se> Simon Kagstrom
> wrote:
> > The mv881116 PHY initialization is split out to a common file to enable
> > code reuse between different boards.
> >
>
Dear Peter Tyser,
In message <1247241800-29059-3-git-send-email-pty...@xes-inc.com> you wrote:
> Signed-off-by: Peter Tyser
Could you please rebase this patch, and the other two in this series:
[PATCH v2 3/6] Move lib_generic to lib/generic
[PATCH v2 4/6] Move libfdt to lib/libfdt
against curre
Dear Kim & Peter,
In message <1247081322-22392-2-git-send-email-pty...@xes-inc.com> Peter Tyser
wrote:
> When SDRAM ECC is enabled and CONFIG_ECC_INIT_VIA_DDRCONTROLLER is not
> defined use DMA to set SDRAM to a known state. Previously a sequence of
> 64-bit stores was used.
>
> Signed-off-by:
Dear "Rendine Francesco",
In message <19afd08d18580f478430ce6278e20225211...@msrv-be20.valueteam.com> you
wrote:
>
> I would like to submit you a patch to add a preliminary support to EHCI
> USB Freescale controller integrated on MPC5121.
I apologize for the long delay.
> There is still much jo
Dear Kim,
In message <4a394e90.6080...@ruggedcom.com> Richard Retanubun wrote:
> Greetings,
>
> Our board have one PHY's SMI attached via GPIO (bitBang SMI)
> and the other network device (a switch) connected to the 8360e's real SMI
> controller.
>
> This patch aims to make u-boot able to use b
Dear Tom,
In message <1244889058-5961-1-git-send-email-plagn...@jcrosoft.com> JC wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> Cc: Haavard Skinnemoen
> ---
> cpu/at32ap/Makefile |2 +-
> cpu/at32ap/hsdramc.c |3 ---
> 2 files changed, 1 insertions(+), 4 deletions(-)
Can y
Dear Andy & Kumar,
In message <1244849221-17692-1-git-send-email-dave...@freescale.com> Dave Liu
wrote:
> * The ELPIDA 2GB unbuffered DDR3 SDRAM DIMMs - EBJ21EE8BAFA-AE-E
> 600MT/s, 667MT/s and 800MT/s passed on P2020DS
> * Micron 1GB unbuffered DDR3 SDRAM DIMMs - MT9JSF12872AY-1G4D1
> 600MT/
Dear Heiko,
In message <1242645655326-git-send-email-daniel.gorsulow...@esd.eu> Daniel
Gorsulowski wrote:
> While hard_i2c support is not available
> (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html),
> this patch enables soft_i2c on AT91SAM9263 SoC.
>
> Signed-off-by: Daniel Go
Dear Renato Andreola,
In message <49df39cd.9010...@imagos.it> you wrote:
> From b75bd27f89ac6c105cebb6507cf082b6f5fffc7d Mon Sep 17 00:00:00 2001
> From: Renato Andreola
> Date: Fri, 10 Apr 2009 12:32:29 +0200
> Subject: Nios2: do_boom_linux(): kernel gunzip input data integrity
> problem d
Dear Andy & Kumar,
In message <1238751340-26758-1-git-send-email-dave...@freescale.com> Dave Liu
wrote:
> Give the MPC8569MDS board one default environment var.
>
> Signed-off-by: Dave Liu
> ---
> include/configs/MPC8569MDS.h | 72
> --
> 1 files chan
Hello,
> Here also Wolfgang Denk says that ext2 is currently broken in u-boot
> for newer ext2 images.
I rather would say it is broken for rev 0,
i.e. old ext2 images and images generated with genext2fs
> Is this still true or has it been fixed since then?
I just posted a patch: [PATCH] EXT2FS:
From: Michael Brandt
extfs.c assumes that there is always a valid inode_size field in the
superblock. But this is not true for ext2fs rev 0. Such ext2fs images are for
instance generated by genext2fs. Symptoms on ARM machines are messages like:
"raise: Signal # 8 caught"
This fix checks for rev 0
54 matches
Mail list logo