Hello Adam,
Am Donnerstag, 1. Juli 2010, 04:37:31 schrieb Adam Moskowitz:
> To make better use of the 32MB of flash on the board, we're considering
> putting the kernel, the root filesystem, and some state data in a JFFS2
> partition on the flash. I thought sure I read somewhere in the docs that
>
On Wed, Jun 30, 2010 at 11:37 PM, Vipin KUMAR wrote:
> Hello Ben,
>
> This is a nice idea. I see that the logic needs 8bytes at offset 0 in block 0
> oob area. This means that it would also overwrite the offset 5 (which is the
> bad block marker in case of small page devices) and offset 0 (bad blo
On Wed, Jun 30, 2010 at 5:41 PM, Wolfgang Denk wrote:
> Dear Ben Gardiner,
>
> In message <1277933528-8335-1-git-send-email-bengardi...@nanometrics.ca> you
> wrote:
>> This is a re-submission of the patch by Harald Welte
>> with minor modifications for rebase and changes
>> as suggested by Scott
The following changes since commit 39ddd10b046fb791f47281ffb2100be01909ad72:
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-06-30
10:10:32 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git sf
Mike Frysinger (1):
sf: move u
At the moment, the default SPI flash subsystem is quite terse. Errors and
successes both result in a generic message. So move the useful errors and
useful successes to printf output by default.
While we're here, also convert the messages to use print_size().
Signed-off-by: Mike Frysinger
---
From: Wolfgang Wegner
This patch adds redundant environment for environment in SPI flash.
I took env_flash.c as an example and slightly modified it. Apart
from adapting things to SF, I also slightly changed the decision
logic to use area 2 as a default in case the flags are wrong because
not havi
From: Thomas Chou
Some old STMicro parts do not support JEDEC ID (0x9f). This patch
uses RES (0xab) to get Electronic ID and translates it to JEDEC ID.
Signed-off-by: Thomas Chou
Acked-by: Mike Frysinger
---
drivers/mtd/spi/spi_flash.c |1 +
drivers/mtd/spi/stmicro.c | 21
These have been posted in the past and shouldn't be any pending issues.
Mike Frysinger (1):
sf: move useful messages from debug to printf
Thomas Chou (1):
spi_flash: support old STMicro parts with RES
Wolfgang Wegner (1):
add redundant environment for env_sf.c
common/env_sf.c
On Jun 17, 2010, at 11:37 AM, Becky Bruce wrote:
> Extract the operation to read a tlb into a function - we will need
> this later to print out the tlbs, and there's no point in duplicating
> the code. Create a TSIZE_TO_BYTES macro to deal with the conversion
> from the MAS field to an actual si
On Jun 17, 2010, at 11:37 AM, Becky Bruce wrote:
> This dumps out the contents of TLB1 on 85xx-based systems.
>
> Signed-off-by: Becky Bruce
> ---
> arch/powerpc/cpu/mpc85xx/tlb.c | 20
> arch/powerpc/include/asm/mmu.h |1 +
> 2 files changed, 21 insertions(+), 0 deleti
On Jun 17, 2010, at 11:37 AM, Becky Bruce wrote:
> Currently, 83xx, 86xx, and 85xx have a lot of duplicated code
> dedicated to defining and manipulating the LBC registers. Merge
> this into a single spot.
>
> To do this, we have to decide on a common name for the data structure
> that holds th
On 7/1/2010 3:02 AM, Ben Gardiner wrote:
> This is a re-submission of the patch by Harald Welte
> with minor modifications for rebase and changes
> as suggested by Scott Wood [1] [2].
>
> This patch enables the environment partition to have a run-time dynamic
> location (offset) in the NAND fla
Dne Čt 1. července 2010 02:44:01 Albert ARIBAUD napsal(a):
> Le 01/07/2010 02:09, Marek Vasut a écrit :
> common/cmd_ide.c | 22 +-
> 1 files changed, 13 insertions(+), 9 deletions(-)
> >>>
> >>> I don't see the big advantage of this patch yet.
> >>
> >> It won'
On Jun 17, 2010, at 11:37 AM, Becky Bruce wrote:
> Each platform had its own version of the upmconfig, despite the
> init process being identical. Now that we have a spot for common
> lbc code, create a common upmconfig() there.
>
> Signed-off-by: Becky Bruce
> Acked-by: Kim Phillips
> ---
>
On Jun 17, 2010, at 11:37 AM, Becky Bruce wrote:
> The new command dumps the TLBCAM, the LAWs, and the BR/OR regs.
> Add CONFIG_CMD_REGINFO to the config for all MPC85xx parts.
>
> Signed-off-by: Becky Bruce
> ---
> arch/powerpc/cpu/mpc85xx/cpu.c | 13 +
> common/cmd_reginfo.c
On Jun 17, 2010, at 11:37 AM, Becky Bruce wrote:
> Add printing of LAWBARH/LAWBARL for FSL_CORENET platforms.
>
> Signed-off-by: Becky Bruce
> ---
> drivers/misc/fsl_law.c |6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
applied to 85xx
- k
___
On Jun 17, 2010, at 11:37 AM, Becky Bruce wrote:
> The current code redefines functions based on FSL_CORENET_ vs not -
> create macros/inlines instead that hide the differences.
>
> Signed-off-by: Becky Bruce
> ---
> arch/powerpc/include/asm/fsl_law.h |1 +
> drivers/misc/fsl_law.c
On Jun 17, 2010, at 11:37 AM, Becky Bruce wrote:
> Some parts that have an Enhanced Local Bus Controller weren't
> setting CONFIG_FSL_ELBC. Fix this so we can use this define
> properly going forward (currently it's only used if PHYS_64BIT is
> set, which meant not all platforms needed to have i
Right now I have my board (a custom PPC-based system) booting from a
kernel and a root filesystem, both in raw flash partitions, both created
with mkimage; The root is loaded as a ramdisk (kinda like an initrd); we
don't actually run with the root in flash.
To make better use of the 32MB of flash
Le 01/07/2010 02:09, Marek Vasut a écrit :
common/cmd_ide.c | 22 +-
1 files changed, 13 insertions(+), 9 deletions(-)
>>>
>>> I don't see the big advantage of this patch yet.
>>
>> It won't compile at least on ARM. Same case as with the dm9000 ethernet
>> adapte
Signed-off-by: Albert Aribaud
---
include/configs/edminiv2.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h
index 5c328c8..923cca9 100644
--- a/include/configs/edminiv2.h
+++ b/include/configs/edminiv2.h
@@ -1
Signed-off-by: Albert Aribaud
---
arch/arm/include/asm/arch-orion5x/orion5x.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/arch-orion5x/orion5x.h
b/arch/arm/include/asm/arch-orion5x/orion5x.h
index 11de968..2009ac5 100644
--- a/arch/arm/include/
Signed-off-by: Albert Aribaud
---
arch/arm/include/asm/arch-orion5x/orion5x.h | 20 ++
board/LaCie/edminiv2/config.mk |6 -
board/LaCie/edminiv2/edminiv2.c | 26
include/configs/edminiv2.h | 29 +
Signed-off-by: Albert Aribaud
---
arch/powerpc/include/asm/config.h |3 +++
common/cmd_ide.c | 22 +-
doc/README.PXA_CF |8
include/configs/ap325rxa.h|1 +
include/configs/ms7720se.h|1 +
include/conf
This patch is superseded by a new patch set.
Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Mon, 28 Jun 2010 16:45:29 +0400
Ilya Yanok wrote:
> This patch provides support for MPC8308ERDB development board from
so, according to this document:
http://cache.freescale.com/files/32bit/doc/user_guide/MPC8308RDBUG.pdf
the board name is just 'mpc8308rdb', not 'mpc8308erdb'. AFAICT, ther
Dne Čt 24. června 2010 02:36:00 Marek Vasut napsal(a):
> Dne St 23. června 2010 22:51:28 Wolfgang Denk napsal(a):
> > Dear Marek Vasut,
> >
> > In message <1277320683-2057-1-git-send-email-marek.va...@gmail.com> you
wrote:
> > > Signed-off-by: Marek Vasut
> > > ---
> > >
> > > common/cmd_ide.c
On Wednesday, June 30, 2010 18:44:46 Wolfgang Denk wrote:
> +static void dummy(void) __attribute__((unused));
> static void dummy(void)
> {
> }
put the attribute before the "static" and you shouldnt need the duplicate
prototype
-mike
signature.asc
Description: This is a digitally signed mess
Dear Wolfgang,
On 2010-06-29 22:06, Wolfgang Denk wrote:
> The board maintainer states:
>
> The GTH board is obsolete and has not been manufactured for
> several years.
> To my knowledge, no recent U-Boot build has been tested on that
> card.
>
> So drop support for this board.
Dear Albert ARIBAUD,
In message <4c2bc6cb.1070...@free.fr> you wrote:
>
> > Incorrect multiline comment style.
>
> Will this be ok?
Yes.
> >> -#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)
> >> +#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)
Also get rid of the #ifdef's while doing this.
Suggested-by: Mike Frysinger
Signed-off-by: Wolfgang Denk
---
v2: fix compile problem for some boards.
v3: get rid of #ifdef mess and use attribute instead as suggested
by Mike Frysinger
common/exports.c |1 +
1 files changed,
Hi Wolfgang,
Le 30/06/2010 23:39, Wolfgang Denk a écrit :
> Dear Albert Aribaud,
>
> In message<1277933418-682-1-git-send-email-albert.arib...@free.fr> you wrote:
>>
>> Signed-off-by: Albert Aribaud
>> ---
>> This patch:
>> - adds support in libata for the orion5x MVSATAHC controller;
>> - enable
Dear Remy Bohmer,
In message you
wrote:
> The following changes since commit 39ddd10b046fb791f47281ffb2100be01909ad72:
> Wolfgang Denk (1):
> Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb
Le 30/06/2010 23:30, Albert Aribaud a écrit :
> This patch:
> - adds support in libata for the orion5x MVSATAHC controller;
> - enables orion5x MVSTAHC port 1 on the edmini board;
> - adds IDE and EXT2 commands to the edminiv2 command set.
Note: commands "ide", "esxt2ls" and "ext2load" have been
Dear Ben Gardiner,
In message <1277933528-8335-1-git-send-email-bengardi...@nanometrics.ca> you
wrote:
> This is a re-submission of the patch by Harald Welte
> with minor modifications for rebase and changes
> as suggested by Scott Wood [1] [2].
>
> This patch enables the environment partition
Dear Albert Aribaud,
In message <1277933418-682-1-git-send-email-albert.arib...@free.fr> you wrote:
>
> Signed-off-by: Albert Aribaud
> ---
> This patch:
> - adds support in libata for the orion5x MVSATAHC controller;
> - enables orion5x MVSTAHC port 1 on the edmini board;
> - adds IDE and EXT2
This is a re-submission of the patch by Harald Welte
with minor modifications for rebase and changes
as suggested by Scott Wood [1] [2].
This patch enables the environment partition to have a run-time dynamic
location (offset) in the NAND flash. The reason for this is simply that
all NAND fla
Signed-off-by: Albert Aribaud
---
This patch:
- adds support in libata for the orion5x MVSATAHC controller;
- enables orion5x MVSTAHC port 1 on the edmini board;
- adds IDE and EXT2 commands to the edminiv2 command set.
arch/arm/include/asm/arch-orion5x/orion5x.h | 20 ++-
board/L
Hi all,
Has anyone tried the latest release on the i.MX31 PDK board? I downloaded it on
my board, using U-boot v2010.03-rc1 to download and update U-boot, and after a
reset it doesn't start. Since I don't have a debugger right now I don't know
more than that. I'll get my hands on one and re-fl
The following changes since commit 39ddd10b046fb791f47281ffb2100be01909ad72:
Wolfgang Denk (1):
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Ajay Kumar Gupta (4):
musb: Use name b
Hi,
2010/6/30 Becky Bruce :
> This avoids a build warning that you see if anyone in the
> header chain has included io.h (which is coming shortly). The previous
> code redefined readl/writel; this patch renames it to be specific to
> ohci. The defines are also moved from ohci-hcd.c to ohci.h.
>
>
> This is version 4, which takes into account all feedback to date, and has
> been rebased on the next branch.
>
> The folowing series adds support for two boards based upon the TI
> OMAP4430. The OMAP4430 is a Cortex-A9 based SOC from TI.
>
> The first patch in this series renames the cpu
> Subject: [U-Boot] [PATCH v4 4/6] ARMV7: Restructure OMAP i2c driver to
> allow code sharing between OMAP3 and OMAP4
>
> This patch modifies the omap24xx driver so that it will also work with
> OMAP4.
>
> Signed-off-by: Steve Sakoman
> ---
IIRC you already had an ACK for this change from Hei
> Subject: [U-Boot] [PATCH v4 3/6] ARMV7: Restructure OMAP mmc driver to
> allow code sharing between OMAP3 and OMAP4
>
> The architecture independent header is moved to drivers/mmc, and the
> architecture
> dependent headers reside in asm/arch-omap3 and asm/arch-omap4
>
> Signed-off-by: Steve
Dear Hong,
In message <0f5f73e36031fd46ad3f2e6948f0c0a0205...@frimb01.corp.atmel.com> you
wrote:
>
> We noticed that the AT91 custodian tree has been left orphaned for a
> period of time. We're going to take care of AT91 custodian tree and
> continue bug fixing, patch review, and new board suppo
This avoids a build warning that you see if anyone in the
header chain has included io.h (which is coming shortly). The previous
code redefined readl/writel; this patch renames it to be specific to
ohci. The defines are also moved from ohci-hcd.c to ohci.h.
Signed-off-by: Becky Bruce
---
Remy,
- Revives POST for blackfin arch;
- Removes redundant code:
arch/blackfin/lib/post.c
board/ssv/common/post.c
arch/powerpc/cpu/ppc4xx/commproc.c
arch/powerpc/cpu/mpc512x/common.c
- fixes up the post_word_{load|store} usage;
Signed-off-by: Michael Zaidman
Acked-by: Detlev Zundel
On Jun 30, 2010, at 9:02 AM, Kumar Gala wrote:
>
> On Jun 30, 2010, at 8:55 AM, Timur Tabi wrote:
>
>> Kumar, please don't forget this patch.
>>
>> On Mon, Jun 14, 2010 at 3:28 PM, Timur Tabi wrote:
>>> Add basic suport for the Freescale P1022DS reference board.
>>>
>>> Specifics:
>>>
>>> 1
On Wed, Jun 30, 2010 at 9:02 AM, Kumar Gala wrote:
>
> On Jun 30, 2010, at 8:55 AM, Timur Tabi wrote:
>
>> Kumar, please don't forget this patch.
It applies against Wolfgang's 'next' branch. Have you updated your
branch to pull in the new Makefile code?
--
Timur Tabi
Linux kernel developer at
On Jun 30, 2010, at 8:55 AM, Timur Tabi wrote:
> Kumar, please don't forget this patch.
>
> On Mon, Jun 14, 2010 at 3:28 PM, Timur Tabi wrote:
>> Add basic suport for the Freescale P1022DS reference board.
>>
>> Specifics:
>>
>> 1) 36-bit only
>> 2) Booting from NOR flash only
>> 3) Environme
Kumar, please don't forget this patch.
On Mon, Jun 14, 2010 at 3:28 PM, Timur Tabi wrote:
> Add basic suport for the Freescale P1022DS reference board.
>
> Specifics:
>
> 1) 36-bit only
> 2) Booting from NOR flash only
> 3) Environment stored in NOR flash only
> 4) No SPI support
> 5) No DIU supp
Tom, Wolfgang,
THis time everything should be ok.
Thks for your attention,
Arm
Vipin KUMAR wrote:
> Dear Wolfgang, Tom,
>
> The following set of patches is the fifth iteration of patches for the
> following
> changes
> -> Network device driver for synopsys designware peripheral
> -> SPEAr1300
>
> This patch adds support for the second and third mmc channels on OMAP3
> processors
>
> Boards wishing to use this feature should define CONFIG_SYS_MMC_SET_DEV
> in the board config
>
> Tested on Overo
>
> Signed-off-by: Steve Sakoman
> Tested-by: Philip Balister
Thanks
There were ch
On Jun 23, 2010, at 9:08 AM, Poonam Aggrwal wrote:
> Signed-off-by: Vivek Mahajan
> ---
> include/configs/P1_P2_RDB.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
applied to 85xx
- k
___
U-Boot mailing list
U-Boot@lists.denx.de
http:/
On Jun 23, 2010, at 8:56 AM, Poonam Aggrwal wrote:
> This patch enables the eSPI configuration to use
> the Spansion Flash on P1 and P2 RDB Platforms
>
> This also enables the Intel Pro/1000 PT Gb Ethernet
> PCI-E Network Adapter configuration support
>
> Signed-off-by: Poonam Aggrwal
> ---
>
On May 24, 2010, at 3:09 PM, Kumar Gala wrote:
> We have several boards that use the same ICS307 CLK chip to drive the
> System clock and DDR clock. Move the code into a common location so we
> share it.
>
> Convert the P2020DS board as the first to use the new common ICS307
> code.
>
> Signed
Signed-off-by: Kumar Gala
---
board/freescale/common/Makefile |1 +
board/freescale/mpc8536ds/mpc8536ds.c | 148 -
include/configs/MPC8536DS.h | 14 +--
3 files changed, 6 insertions(+), 157 deletions(-)
diff --git a/board/freescale/common/M
Signed-off-by: Kumar Gala
---
board/freescale/common/Makefile |1 +
board/freescale/mpc8572ds/mpc8572ds.c | 145 +
include/configs/MPC8572DS.h | 14 +--
3 files changed, 7 insertions(+), 153 deletions(-)
diff --git a/board/freescale/common/M
On May 24, 2010, at 1:48 PM, Kumar Gala wrote:
> The various boards that have PIXIS FPGAs have slightly different
> register definitions, however there is some common functionality (like
> reset, ICS307 clk control, etc) that can be shared.
>
> The struct definition exists for MPC8536DS, MPC8544
The e5500 has a link register stack and segment target address cache.
Its safe to enable these bits on older e500 cores as the bits are
implemented in the register.
Signed-off-by: Kumar Gala
---
arch/powerpc/include/asm/processor.h |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
d
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/cpu.c | 20 ++--
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c
index fddeb2f..25fb25c 100644
--- a/arch/powerpc/cpu/mpc85xx/cpu.c
+++ b/arch/
On Jun 9, 2010, at 11:18 PM, Kumar Gala wrote:
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++
> 1 files changed, 14 insertions(+), 0 deletions(-)
applied to 85xx
- k
___
U-Boot mailing list
U-Boot@list
On Jun 9, 2010, at 11:18 PM, Kumar Gala wrote:
> Add 'errata' command to report what errata we workaround
>
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/mpc85xx/Makefile |1 +
> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 35 +
> 2 files changed, 36 i
On Jun 9, 2010, at 11:17 PM, Kumar Gala wrote:
> If we explicitly disabled a core remove it from the dtb we pass on to
> the kernel.
>
> Signed-off-by: Kumar Gala
> ---
> * Fix issues reported by Timur
>
> arch/powerpc/cpu/mpc85xx/mp.c | 23 +++
> arch/powerpc/cpu/mpc86xx
On Jun 9, 2010, at 1:17 PM, Kumar Gala wrote:
> We may have cpu-handles pointing to the cpu nodes we delete. If so we
> should delete the handles as well.
>
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/mpc8xxx/fdt.c | 36 ++--
> 1 files changed, 30 inse
On Jun 9, 2010, at 11:46 PM, Kumar Gala wrote:
> From: Kim Phillips
>
> Signed-off-by: Kim Phillips
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/mpc8xxx/fdt.c|6 +
> arch/powerpc/include/asm/config.h |4 ++-
> arch/powerpc/include/asm/immap_85xx.h | 38
On Jun 9, 2010, at 11:46 PM, Kumar Gala wrote:
> From: Kim Phillips
>
> CONFIG_SYS_FSL_SEC_COMPAT is set to 2 for the SEC 2.x and SEC 3.x.
> Parts with newer SEC h/w versions will increment the number to
> accomodate incompatible code changes.
>
> Signed-off-by: Kim Phillips
> Signed-off-by:
On Apr 27, 2010, at 12:23 PM, Kim Phillips wrote:
>
> Signed-off-by: Kim Phillips
> ---
> unnecessarily introducing mpc83xx-specific conditions in the mpc8xxx
> Makefile due to current development logistics is ugly IMHO, but it
> sounds like this is what the people want anyway.
>
> Makefile
On Jun 25, 2010, at 2:52 PM, Remy Bohmer wrote:
> Hi Becky,
>
> 2010/6/17 Becky Bruce :
>> This avoids a build warning that you see if anyone in the
>> header chain has included io.h (which is coming shortly). I
>> also move this to the "ohci.h" header file in the same dir,
>> which is cleaner.
Ceci est pour vous informer que vous avez dépassé votre quota de courriel
limite de 425 Mo et vous avez besoin pour augmenter votre limite de quota
de courriel parce que dans moins de 48 heures de votre e-mail sera
désactiver. Augmentation votre limite de quota de courriel et de continuer
à util
2010/6/22 Claudio Mignanti :
> The function get_mci_clk_rate is used inside atmel_mci driver
> but never defined. Fix this typo.
>
No comment on this topic.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hello all,
U-Boot v2010.06 has been released and is available from the git
repository and the FTP server.
The "next" branch has been pulled into mainline ("master" branch) and
has been removed afterward.
The Merge Window for the next release (v2010.09) is open until
Sat Jul 17, 2010, 23:59:59 CE
Dear Reinhard Arlt,
In message <4c2aec16.9080...@t-online.de> you wrote:
>
> The question is: Is it O.K., that the irq routines run in real mode,
> with all your I/O locations are cacheable, for example.
I expect to see problems when you enable data cache for I/O; there are
many drivers in U-Bo
This patch adds support for the T3CORP board, based on the
AppliedMicro (APM) PPC460GT.
Signed-off-by: Stefan Roese
---
v3: - Changed AMCC to APM
- Removed unnecessary code for 128MiB flash
- Changed spelling: FLASH -> flash
v2: - Fixed spelling: fibre -> fiber
- Rebased on next, no
Hello,
Scott Wood wrote:
> On Tue, Jun 29, 2010 at 10:03:53AM +0200, Reinhard Arlt wrote:
>> Hello,
>>
>> the data cache is disabled on the CPCI750 board for the SDRAM by the
>> DBAT entry for the SDRAM, but the data cache is enabled for most
>> 74xx_7xx boards in
>>
>> cpu/74xx_7xx/start.S togeth
75 matches
Mail list logo