Thanks a lot Anatolij!
I have done the following changes:
--- include/configs/pcm030.h.org2009-03-28 18:15:31.0 +0100
+++ include/configs/pcm030.h2009-03-29 10:49:52.0 +0200
@@ -156,8 +156,8 @@
#define CONFIG_PCI_MEM_BUS 0x4000
#define CO
Hi,
I am trying to boot linux-2.6.26 on mpc8548e borad, but linux can not boot.
I checked the __log_buf information, and here is the output, it seems that
my flat device tree file has something wrong, and kernel went into a trap.
Could anyone give me some clue ? I am stuck here. T
Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger
> CC: Haavard Skinnemoen
Looks good to me.
Acked-by: Haavard Skinnemoen
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear =?GB2312?B?0dbttQ==?=,
In message <844375050903290447j315cb86dk3090cfe1fd8d3...@mail.gmail.com> you
wrote:
>
>I am trying to boot linux-2.6.26 on mpc8548e borad, but linux can not boot.
Both U-Boot 1.2 and Linux 2.6.26 are very old. Please use recent
versions instead (u-boot-2009.03 an
Mike Frysinger wrote:
> The common SPI flash code reads the idcode and passes it down to the SPI
> flash driver, so there is no need to read it again ourselves.
>
> Signed-off-by: Mike Frysinger
> CC: Haavard Skinnemoen
> CC: Jason McMullan
> CC: TsiChung Liew
Looks reasonable, though it's pr
Mike Frysinger wrote:
> Some SPI flash drivers like to have extended id information available
> (like the spansion flash), so rather than making it re-issue the ID cmd
> to get at the last 2 bytes, have the common code read 5 bytes rather than
> just 3. This also matches the Linux behavior where i
Hi Folks,
I'm porting u-boot-1.3.1 to customer board, which includes MPC850 and 32MB
SDRAM.
When I turned off icache, bus can work correctly under 25MHz/50MHz clock
frequence.
Note that CPU is working under 50MHz. However, the board only can work with
bus
frequence of 25MHz with enabled icache. If
Hi!
Have you read the BIOSEMU stuff in the mailing list?
Can you adjust the PCI section and perhaps you can include the video
example (set undef video).
Greats,
Markus
On Fri, Mar 27, 2009 at 10:48 PM, Jon Smirl wrote:
> On Fri, Mar 27, 2009 at 4:12 PM, Wolfgang Denk wrote:
>>> > create mode
Dear Guowen SHAN,
In message you
wrote:
>
> I'm porting u-boot-1.3.1 to customer board, which includes MPC850 and 32MB
> SDRAM.
> When I turned off icache, bus can work correctly under 25MHz/50MHz clock
> frequence.
> Note that CPU is working under 50MHz. However, the board only can work with
On Sun, Mar 29, 2009 at 10:08 AM, Markus Rathgeb
wrote:
> Hi!
>
> Have you read the BIOSEMU stuff in the mailing list?
> Can you adjust the PCI section and perhaps you can include the video
> example (set undef video).
I have v1 of the pcm030 hardware and the baseboard doesn't have a PCI slot.
I
On Sun, Mar 29, 2009 at 4:29 PM, Jon Smirl wrote:
> Forget about running the video BIOS initially, just use the memory
> commands from u-boot to make sure you can read and write the
> framebuffer. That will ensure that you have your BARs set, PCI
> timings right, etc.
Have you read the messages
On Sat, Mar 28, 2009 at 11:26 AM, Markus Rathgeb wrote:
> Hi!
>
> I own a phytec's pcm-030 with the shipped baseboard pcm-973.
> I would like to use a radeon 9200 pci card in the slot on the baseboard.
>
> I have done a git checkout of the u-boot and I am using the 'board
> support patch for phyCO
2009/3/29 Jon Smirl :
> On Sat, Mar 28, 2009 at 11:26 AM, Markus Rathgeb wrote:
>> Hi!
>>
>> I own a phytec's pcm-030 with the shipped baseboard pcm-973.
>> I would like to use a radeon 9200 pci card in the slot on the baseboard.
BTW what you are doing will definitely work if you can get it
debug
On Sunday 29 March 2009 08:40:10 Haavard Skinnemoen wrote:
> Mike Frysinger wrote:
> > Some SPI flash drivers like to have extended id information available
> > (like the spansion flash), so rather than making it re-issue the ID cmd
> > to get at the last 2 bytes, have the common code read 5 bytes
On 20:00 Mon 16 Mar , Dirk Behme wrote:
> A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
> switches. This patch changes the pinmux configuration for those pins.
> They were previously set up for unused MMC3_DAT4-7.
>
> Signed-off-by: Steve Sakoman
> ---
>
> Patch is ag
On Monday 16 March 2009 02:23:50 Hu Mingkai-B21284 wrote:
> From: Mike Frysinger [mailto:vap...@gentoo.org]
> > On Sunday 15 March 2009 22:52:18 Mingkai Hu wrote:
> > > Add MTD SPI Flash support for S25FL008A, S25FL016A, S25FL032A,
> > > S25FL064A, S25FL128P.
> >
> > this doesnt really need to be p
Signed-off-by: Mike Frysinger
Acked-by: Haavard Skinnemoen
---
v2
- fix handling of leading/trailing 1 byte edge cases
drivers/mtd/spi/Makefile |1 +
drivers/mtd/spi/spi_flash.c |5 +
drivers/mtd/spi/spi_flash_internal.h |1 +
drivers/mtd/spi/sst.c
Some SPI flash drivers like to have extended id information available
(like the spansion flash), so rather than making it re-issue the ID cmd
to get at the last 2 bytes, have the common code read 5 bytes rather than
just 3. This also matches the Linux behavior where it always reads 5 id
bytes from
From: Ladislav Michl
Divisor field is called PTV not PVT.
Signed-off-by: Ladislav Michl
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
V2:
Fix Remaing CONFIG_SYS_PVT
Best Regards,
J.
cpu/arm1136/omap24xx/interrupts.c |2 +-
cpu/arm925t/interrupts.c|2 +-
cpu/arm926e
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
Makefile |2 +-
cpu/arm720t/cpu.c | 62 --
cpu/arm720t/s3c4510b/Makefile | 46 +++
cpu/arm720t/s3c4510b/cache.c
add CONFIG_SA1100_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/sa1100/Makefile|2 +-
drivers/serial/Makefile|1 +
.../serial.c => drivers/serial/serial_sa1100.c |0
include/config
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/s3c44b0/Makefile |2 +-
cpu/s3c44b0/{cpu.c => cache.c} | 56 +---
cpu/s3c44b0/cpu.c | 62
3 files changed, 2 insertions(+), 118 deletions
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/s3c44b0/Makefile |2 +-
drivers/serial/Makefile|1 +
.../serial.c => drivers/serial/serial_s3c44b0.c|0
include/configs/B2.h |1 +
4
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/s3c44b0/cpu.c | 77 --
drivers/rtc/Makefile |1 +
drivers/rtc/s3c44b0_rtc.c | 102 +
include/configs/B2.h |1 +
4 files changed, 104 ins
add CONFIG_NETARM_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm720t/Makefile|2 +-
drivers/serial/Makefile |1 +
{cpu/arm720t => drivers/serial}/serial_netarm.c |5 -
include/configs/m
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/s3c44b0/cpu.c | 735 +++-
drivers/i2c/Makefile |1 +
cpu/s3c44b0/cpu.c => drivers/i2c/s3c44b0_i2c.c | 198 ---
include/configs/B2.h
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm1136/mx31/Makefile |2 +-
drivers/serial/Makefile|1 +
.../mx31/serial.c => drivers/serial/serial_mx31.c |6 --
3 files changed, 2 insertions(+), 7 deletions(-)
rename
add CONFIG_USB_S3C64XX to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm1176/s3c64xx/Makefile |1 -
drivers/usb/Makefile |1 +
.../s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c |0
include/configs/s
add CONFIG_KS8695_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm920t/ks8695/Makefile|2 +-
drivers/serial/Makefile|1 +
.../serial.c => drivers/serial/serial_ks8695.c |0
include/config
add CONFIG_LPC2292_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm720t/serial.c| 77
drivers/serial/Makefile |1 +
drivers/serial/serial_lpc2292.c | 105 +++
incl
add CONFIG_CLPS7111_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm720t/Makefile |2 +-
drivers/serial/Makefile|1 +
.../serial.c => drivers/serial/serial_clps7111.c |4
include
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm_cortexa8/omap3/interrupts.c | 128 ---
1 files changed, 0 insertions(+), 128 deletions(-)
diff --git a/cpu/arm_cortexa8/omap3/interrupts.c
b/cpu/arm_cortexa8/omap3/interrupts.c
index 9e9817d..384ffdc 10
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm920t/s3c24x0/Makefile |2 +-
drivers/mtd/nand/Makefile |1 +
.../nand.c => drivers/mtd/nand/s3c2410_nand.c |8
include/configs/sbc2410x.h |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm920t/imx/Makefile |2 +-
drivers/serial/Makefile|1 +
.../imx/serial.c => drivers/serial/serial_imx.c|6 --
include/configs/mx1ads.h |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm926ejs/davinci/Makefile |2 +-
drivers/mtd/nand/Makefile |1 +
.../nand.c => drivers/mtd/nand/davinci_nand.c |9 -
include/configs/davinci_dvevm.h|
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm920t/s3c24x0/Makefile |2 +-
drivers/i2c/Makefile |1 +
.../s3c24x0/i2c.c => drivers/i2c/s3c24x0_i2c.c |5 -
3 files changed, 2 insertions(+), 6 deletions(-)
rename
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm926ejs/davinci/Makefile |2 +-
drivers/i2c/Makefile |1 +
.../davinci/i2c.c => drivers/i2c/davinci_i2c.c |5 -
3 files changed, 2 insertions(+), 6 deletions(-)
rename
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
cpu/arm920t/s3c24x0/Makefile |3 +--
drivers/serial/Makefile|1 +
.../serial.c => drivers/serial/serial_s3c24x0.c|4
include/configs/VCMA9.h|1
Hi Wolfgang,
Please pull
The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
Wolfgang Denk (1):
VCMA9: fix compile errors
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Jean-Christophe PLAGNIOL-VILLARD (19):
s3c4510b: m
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <20090329210943.gf19...@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
>
> Please pull
> The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
> Wolfgang Denk (1):
> VCMA9: fix compile errors
>
> are available in th
On 23:31 Sun 29 Mar , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
>
> In message <20090329210943.gf19...@game.jcrosoft.org> you wrote:
> > Hi Wolfgang,
> >
> > Please pull
> > The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
> > Wolfgang Denk (1
Hi Wolfgang,
Please pull
The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
Wolfgang Denk (1):
VCMA9: fix compile errors
are available in the git repository at:
git://git.denx.de/u-boot-at91.git master
Jean-Christophe PLAGNIOL-VILLARD (12):
at91sam9/a
> +# along with this program; if not, write to the Free Software
> +# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> +# MA 02111-1307 USA
> +#
> +
> +include $(TOPDIR)/config.mk
> +
> +LIB = $(obj)lib$(BOARD).a
> +
> +COBJS-y += meesc.o
please use $(BOARD)
> +
> +SRCS := $(SOBJS:.o=.S) $(
This patchset contains updates for the ink4x0 platform. Namely it
adds hardware diagnostic funtions and an RTC driver.
For a nice integration by using private command tables, do_help is
extended to support this scenario also.
To successfully convert all the pointer access to accessor macros, a
b
Signed-off-by: Detlev Zundel
Signed-off-by: Andreas Pfefferle
---
drivers/rtc/Makefile |1 +
drivers/rtc/rtc4543.c | 118 +
include/rtc.h |4 ++
3 files changed, 123 insertions(+), 0 deletions(-)
create mode 100644 drivers/rtc/rt
This patch adds the board specific communication routines needed by
the external 4543 RTC.
Signed-off-by: Detlev Zundel
Signed-off-by: Andreas Pfefferle
---
board/inka4x0/inka4x0.c | 20 ++
include/configs/inka4x0.h | 90 ++--
2 files change
This pretty unintelligent interface is used on some RTC chips.
Signed-off-by: Detlev Zundel
---
Makefile|3 +-
drivers/twserial/Makefile | 46 ++
drivers/twserial/soft_tws.c | 111 +++
include/tws.h
This patch adds advanced diagnosis functions for the inka4x0 board.
Signed-off-by: Andreas Pfefferle
Signed-off-by: Detlev Zundel
---
board/inka4x0/Makefile|4 +-
board/inka4x0/inka4x0.c | 20 ++-
board/inka4x0/inkadiag.c | 514 +
includ
Signed-off-by: Detlev Zundel
---
board/inka4x0/inka4x0.c | 139 +--
1 files changed, 75 insertions(+), 64 deletions(-)
diff --git a/board/inka4x0/inka4x0.c b/board/inka4x0/inka4x0.c
index a8bc3b3..7428b92 100644
--- a/board/inka4x0/inka4x0.c
+++ b/boa
Dear Guowen SHAN,
>
> In message
> you wrote:
> >
> > I'm porting u-boot-1.3.1 to customer board, which includes MPC850 and
> 32MB SDRAM.
> > When I turned off icache, bus can work correctly under 25MHz/50MHz clock
> frequence.
> > Note that CPU is working under 50MHz. However, the board only can
On Fri, Mar 27, 2009 at 7:15 PM, Wolfgang Denk wrote:
>
> commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
> Author: Stefan Roese
> Date: Thu Mar 26 16:14:13 2009 +0100
This Patch Removes the problem , Thanks.
--
Regards,
Renjith.
___
U-Boot
This patch improves device command for selecting mmc device
Signed-off-by: Minkyu Kang
---
common/cmd_mmc.c | 61 +
1 files changed, 56 insertions(+), 5 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 16c919b..fb99899 100
Hello Michael,
Michael Zaidman wrote:
> Hi Heiko,
>
> The patch "netloop: speed up NetLoop" you delivered
> into the u-boot-2009.03 introduced bug I have described
> below a few days ago. Could you please take a look at
> the proposed fix?
>
Sorry, seems I missed it.
> Thanks,
> Michael
>
> -
Hello Jens,
Jens Scharsig wrote:
> This patch fix the compiler/linker errors
>
> common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
> common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
>
> if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not uesd/undef
>
>
Hello Jean-Christophe
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 11:31 Fri 27 Mar , Jens Scharsig wrote:
>
>> This patch fix the compiler/linker errors
>>
>> common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
>> common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_spe
Hello Jean,
Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> ---
> cpu/s3c44b0/cpu.c | 735
> +++-
> drivers/i2c/Makefile |1 +
> cpu/s3c44b0/cpu.c => drivers/i2c/s3c44b0_i
Hello Jean,
Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> ---
> cpu/arm926ejs/at91/Makefile|6 +
> .../arm926ejs/at91/at91cap9_i2c.c | 31 ++--
> .../arm926ejs/at91/at91sam9260_i2c.c | 31
57 matches
Mail list logo