[U-Boot] MMU initialization

2008-11-14 Thread A. Geisreiter
Hello, I use U-Boot with a Marvell PXA270 CPU. And I have built a new Windows Embedded CE 6.0 Image with a given BSP for the board. In the end I get a binary Image with a virtual start address. This means to me, that the MMU must be initialized of the bootloader. But I think this should be the

Re: [U-Boot] [PATCH] Added support for TMQ CAPD Board from Genesys Design

2008-11-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:02 Fri 14 Nov , Jared Holzman wrote: > --- > Makefile |3 + > board/tmq/tmq_capd/Makefile | 61 +++ > board/tmq/tmq_capd/config.mk |1 + > board/tmq/tmq_capd/led.c | 56 +++ > board/tmq/tmq_capd/nand.c | 83 + > board/tmq/tmq_capd/tmq_ca

Re: [U-Boot] [PATCH RFC] at91sam9/at91cap: move common initialisation to cpu

2008-11-14 Thread Stelian Pop
Le jeudi 13 novembre 2008 à 23:32 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : > > Note however that serial and spi are not the only initialisations that > > can be moved: the very same thing can be done with all the other device > > initialisations. > I've just put serial & spi for the RFC

[U-Boot] [ Ramdisk crc error ]

2008-11-14 Thread sean
I've upgrade the capacity of Ram size from 256M to 512M on my custom board based on SEQUOIA. (U-boot Version:2008.10-rc2) I built a ramdisk image which is 72MB.( Also, I modified rd_size to 73728) When I boot up my board, I've got a message like below. . . RAMDISK: Compressed image found a

Re: [U-Boot] [ Ramdisk crc error ]

2008-11-14 Thread Jerry Van Baren
sean wrote: > I've upgrade the capacity of Ram size from 256M to 512M on my custom board > based on SEQUOIA. > > (U-boot Version:2008.10-rc2) > > I built a ramdisk image which is 72MB.( Also, I modified rd_size to 73728) > > When I boot up my board, I've got a message like below. > > RAMDISK: C

[U-Boot] [PATCH] katmai: change default config

2008-11-14 Thread Yuri Tikhonov
Hello, This patch enables support for EXT2, and increases the CONFIG_SYS_BOOTMAPSZ size for the default configuration of the katmai boards to use them as the RAID-reference AMCC setups. EXT2 enabling allows one to boot kernels from the EXT2 formatted Compact Flash cards. CONFIG_SYS_BOOTMAPS

[U-Boot] Asymmetric Flash JS28F256P33B95

2008-11-14 Thread Marco Stornelli
Hi all, I'd like to use the flash JS28F256P33B95, are there problems with the uboot? The flash is asymmetric: 255 sectors of 128kb and the last sector splitted in 4*32kb. What is the best uboot configuration to use that? Do I have to set CFG_MAX_FLASH_SECT to 255 or 256? I'd like to use the botto

Re: [U-Boot] [PATCH-OMAP3] OMAP3: Clean up system information

2008-11-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:14 Wed 12 Nov , [EMAIL PROTECTED] wrote: > Clean up system info: > > - Move board dependent config to board header > - Clean up code and remove unused code > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > board/omap3/beagle/beagle.h|6 + > board/omap3/evm/ev

Re: [U-Boot] [PATCH-OMAP3] OMAP3: Fix broken NAND ECC HW switch

2008-11-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:03 Tue 11 Nov , [EMAIL PROTECTED] wrote: > Fix broken NAND ECC HW switch and invert logic of if(!hardware) for easier > reading. > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > > --- > drivers/mtd/nand/omap_gpmc.c | 21 - > 1 files changed, 16 insertions(+), 5

Re: [U-Boot] [PATCH] lib_arm: do_bootm_linux() - correct a small mistake

2008-11-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:53 Sun 09 Nov , Ilko Iliev wrote: > This patch corrects a small bug in the "if" condition: > the parameter "flag" is 0 and the "if" condition is always true. > The result is - the boom command doesn't start the kernel. > Affected targets: all arm based. > > > Signed-off-by: Ilko Iliev

Re: [U-Boot] Hangs up after transferring control to kernel

2008-11-14 Thread eliad lubovsky
On Thu, Nov 13, 2008 at 4:52 PM, Kumar Gala <[EMAIL PROTECTED]>wrote: > > On Nov 13, 2008, at 1:36 PM, eliad lubovsky wrote: > > >> >> On Wed, Nov 12, 2008 at 8:14 PM, Kumar Gala <[EMAIL PROTECTED]> >> wrote: >> >> On Nov 12, 2008, at 5:48 PM, eliad lubovsky wrote: >> >> I am trying to boot kernel

[U-Boot] [PATCH] OMAP3: set L1NEON bit in aux control register

2008-11-14 Thread Mans Rullgard
This is required to work around ARM erratum 621766, affecting Cortex-A8 r1p0-3: When a sequence of Neon load instructions is intermixed with several branches, some of which are mispredicted, it is possible for the processor to deadlock due to Neon loads on the speculative path not being pr

[U-Boot] [PATCH v2] mpc83xx: New board support SIMPC8313

2008-11-14 Thread Ron Madrid
This patch will create a new board, SIMPC8313, from Sheldon Instruments. This board boots from NAND devices and is configureable for either large or small page devices. The board supports non-soldered DDR2, one ethernet port, a Marvell 88E1118 PHY, and PCI host support. The board also has a F

[U-Boot] [PATCH v3] mpc83xx: New board support SIMPC8313

2008-11-14 Thread Ron Madrid
This patch will create a new board, SIMPC8313, from Sheldon Instruments. This board boots from NAND devices and is configureable for either large or small page devices. The board supports non-soldered DDR2, one ethernet port, a Marvell 88E1118 PHY, and PCI host support. The board also has a F

Re: [U-Boot] [PATCH v2] mpc83xx: New board support SIMPC8313

2008-11-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:09 Fri 14 Nov , Ron Madrid wrote: > This patch will create a new board, SIMPC8313, from Sheldon Instruments. > This board boots from NAND devices and is configureable for either large or > small page devices. The board supports non-soldered DDR2, one ethernet port, > a Marvell 88E111

Re: [U-Boot] [PATCH] OMAP3: set L1NEON bit in aux control register

2008-11-14 Thread Dirk Behme
Mans Rullgard wrote: > This is required to work around ARM erratum 621766, affecting > Cortex-A8 r1p0-3: > > When a sequence of Neon load instructions is intermixed with several > branches, some of which are mispredicted, it is possible for the > processor to deadlock due to Neon loads on th