Dear Ronald Kortekaas,
In message <4b8f4fbb.8040...@chess.nl> you wrote:
>
> >> The problem was the definition of CONFIG_ENV_ADDR_REDUND after undefining
> >> this it works.
> >>
> > Do you understand the consequewnces of removing this definition? Are
> > you sure you really want to do this
Dear Ronald Kortekaas,
In message <4b8f60a1.4070...@chess.nl> you wrote:
>
> I think I found the solution. I changed my configuration als follows:
...
> Changed my mtdparts to:
>
> #define MTDPARTS_DEFAULT
> "mtdparts=physmap-flash.0:256k(uboot)ro,128k(ubootenv),128k(ubootenv_re),4096k(ke
On Tuesday 02 March 2010 10:59:19 Wolfgang Wegner wrote:
> For platforms with flash below ram addresses, the current check to
> activate monitor protection is wrong/insufficient. This patch fixes
> CONFIG_MONITOR_IS_IN_RAM for these systems by adding a check for
> this configuration.
Applied to u-
The following changes since commit f3651764e57e353251695691677bd95ba5a420bc:
Frans Meulenbroeks (1):
cmd_itest.c: fix pointer dereferencing
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Eugene O'Brien (1):
ppc4xx: Corrected EBC register
The following changes since commit f3651764e57e353251695691677bd95ba5a420bc:
Frans Meulenbroeks (1):
cmd_itest.c: fix pointer dereferencing
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Wolfgang Wegner (1):
] fix monitor protection fo
Hi All,
This query is wrt NAND 8/16 bit device support at runtime. Currently,
the u-boot code can support only one of these at a time.
Although the NAND device in itself can be recognized by reading the
device id, the NAND controllers may need different platform specific
initializations for diffe
Heiko Schocher wrote:
> This patch adds support for the magnesium board from LogicPD.
> This board uses i.MX27 SoC and has 8MB NOR flash, 128MB NAND
> flash, FEC ethernet controller integrated into i.MX27.
>
Heiko,
I have only a little comment.
> int checkboard(void)
> {
> +#if defined(CONFIG
Dear Vipin KUMAR,
In message <4b8f8c3f.6050...@st.com> you wrote:
>
> This query is wrt NAND 8/16 bit device support at runtime. Currently,
> the u-boot code can support only one of these at a time.
Yes, indeed. I have yet to see a piece of hardware which implements
both 8 and 16 bit interfaces
Dear Heiko Schocher,
In message <4b8f5d65.4070...@denx.de> you wrote:
> This patch adds support for the magnesium board from LogicPD.
> This board uses i.MX27 SoC and has 8MB NOR flash, 128MB NAND
> flash, FEC ethernet controller integrated into i.MX27.
The magnesium board is NOT developed by nor
Dear Vipin KUMAR,
In message <4b8f5122.60...@st.com> you wrote:
> On 3/3/2010 8:26 PM, Tom wrote:
...
> > Please move this up to be after
> > Sangmoon Kim
> >
> > debrisMPC8245
> > KVME080MPC8245
> >
>
> This is under Power PC systems section.
> Do you really want me to
Hi all,
I am working with U-Boot support for the USIP, a MIPS32 4Kc micorcontroller.
Basic functionality has been implemented. Currently I'm working on USB
/ USB_OTG support.
But what I really want is USB OTG support for the MIPS32 4Kc micorcontroller.
Can you give me some pointers on implemen
Prafulla Wadaskar wrote:
> This patch fixes following build warning
>
> Invalid Kwbimage command Type - valid names are: BOOT_FROM, NAND_ECC_MODE,
> NAND_PAGE_SIZE, SATA_PIO_MODE, DDR_INIT_DELAY, DATA, , spi, nand, sata, pex,
> uart
>
> Signed-off-by: Prafulla Wadaskar
> ---
> board/keymile/k
To set my uboot environment (2008-10) I upload a script to uboot
set serverip192.168.90.230
a) set bootargs_nfsmem=128M console=ttyS2,115200n8 noinitrd rw
root=/dev/nfs nfsroot=$(serverip):/opt/rootfs, nolock
b) set bootargs_nfsmem=128M console=ttyS2,115200n8 noinitrd rw
root=/
There are some compiler warnings.
These should be resolved.
mx51evk.ERR
soc.c: In function 'print_cpuinfo':
soc.c:68: warning: implicit declaration of function 'get_mcu_main_clk'
soc.c: In function 'cpu_mmc_init':
soc.c:99: warning: implicit declaration of function 'fsl_esdhc_mmc_init'
clock.c:45
Dear Arno Steffen,
In message <804f0d21003040708h672d4814m6e1c4d5f32ea9...@mail.gmail.com> you
wrote:
> To set my uboot environment (2008-10) I upload a script to uboot
...
> I case a) the serverip while loading will inserted fix in bootargs_nfs
> In case b) the serverip will not replaced so that
The patch add initial support for the Freescale i.MX51 processor
(family arm cortex_a8).
Signed-off-by: Stefano Babic
Signed-off-by: Fred Fan
---
Changes since last version:
Removed warnings during compilation due to missing prototypes.
Added missed prototype in sys_proto.h (as already done for
The patch add header files to support the Freescale i.MX51
processor, setting definitions for internal registers.
Signed-off-by: Stefano Babic
Signed-off-by: Fred Fan
---
Changes since last version:
Removed enum mxc_clock (moved in clock.h) from imx-regs.h
(required to remove warnings during c
The patch adds initial support for the Freescale mx51evk board.
Network (FEC) and SD controller (fsl_esdhc) are supported.
Signed-off-by: Stefano Babic
Signed-off-by: Fred Fan
---
Changes since last version:
Added missing prototype (get_cpu_rev) including sys_proto.h
in mx51evk.c
MAINTAINERS
The esdhc controller in the mx51 processor is quite
the same as the one in some powerpc processors
(MPC83xx, MPC85xx). This patches adapts the driver
to support the arm mx51.
Signed-off-by: Stefano Babic
---
Changes since last version:
added missing prototype in speed.c
cpu/arm_cortexa8/mx51/
Dear Kim Phillips,
In message <20100302114647.e5acc8d7.kim.phill...@freescale.com> you wrote:
> Wolfgang Denk,
>
> Please pull:
>
> The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f:
> Jens Scharsig (1):
> new board (eb_cpux9k2)
>
> are available in the git r
Dear Nobuhiro Iwamatsu,
In message <29ab51dc1003021952y152a4336q15f07c10a7d16...@mail.gmail.com> you
wrote:
> Dear Wolfgang Denk,
>
> Please pull:
>
> The following changes since commit f3651764e57e353251695691677bd95ba5a420bc:
> Frans Meulenbroeks (1):
> cmd_itest.c: fix pointer dere
Dear TC Liew,
In message you
wrote:
> Wolfgang,
>
> Please pull. Thanks!
>
> Regards,
> TsiChung
>
> The following changes since commit f3651764e57e353251695691677bd95ba5a420bc:
> Frans Meulenbroeks (1):
> cmd_itest.c: fix pointer dereferencing
>
> are available in the git reposito
Dear Stefan Roese,
In message <201003041010.26733...@denx.de> you wrote:
> The following changes since commit f3651764e57e353251695691677bd95ba5a420bc:
> Frans Meulenbroeks (1):
> cmd_itest.c: fix pointer dereferencing
>
> are available in the git repository at:
>
> git://www.denx.de
Dear Wolfgang and Tom,
On 4 March 2010 21:44, Wolfgang Denk wrote:
> Dear Vipin KUMAR,
>
> In message <4b8f5122.60...@st.com> you wrote:
>> On 3/3/2010 8:26 PM, Tom wrote:
> ...
>> > Please move this up to be after
>> > Sangmoon Kim
>> >
>> > debris MPC8245
>> > KVME080 MPC
On 3/4/2010 5:58 PM, Wolfgang Denk wrote:
> Dear Vipin KUMAR,
>
> In message <4b8f8c3f.6050...@st.com> you wrote:
>>
>> This query is wrt NAND 8/16 bit device support at runtime. Currently,
>> the u-boot code can support only one of these at a time.
>
> Yes, indeed. I have yet to see a piece of h
> -Original Message-
> From: Tom [mailto:tom@windriver.com]
> Sent: Thursday, March 04, 2010 7:25 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: [U-Boot] [PATCH] arm: kirkwood: suen3: fixed
> build warning
>
> Prafulla Wada
This patch adds support for the magnesium board from
projectiondesign. This board uses i.MX27 SoC and has
8MB NOR flash, 128MB NAND flash, FEC ethernet controller
integrated into i.MX27. As this port is based on
the imx27lite port, common config options are collected
in include/configs/imx27lite-co
Hi, Babic
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefano Babic
> Sent: 2010年3月5日 3:22
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V5 03/11] MX51: Add register definitions
>
> The patch add header files to
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefano Babic
> Sent: 2010年3月5日 3:19
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH V5 02/11] MX51: Add initial support
> for theFreescale MX51
>
> The patch add initial
Dear Wolfgang,
I read that chapter and changed to
set bootargs_nfs'setenv bootargs mem=128M console=ttyS2,115200n8
noinitrd rw root=/dev/nfs nfsroot=${serverip}:/opt/rootfs, nolock'
set boot_nfs'run bootargs_nfs addip; printenv bootargs; tftpboot
0x8000 uImage; bootm 0x800
30 matches
Mail list logo