Re: [U-Boot] [PATCH] mpc512x: fix fixed_sdram() init code.

2009-10-05 Thread m stan
Thank You for fixing this ... also .. "marx" was in pop3 properties - thanks for catching it. Your powers of observation are very keen ! -Martha -Original Message- From: Wolfgang Denk w...@denx.de Sent 10/4/2009 4:56:08 PM To: u-boot@lists.denx.de Cc: Martha

Re: [U-Boot] [PATCH] Add mpc5125ads board and processor to the mpc512x family

2009-10-13 Thread m stan
Hi Wolfgang, I had to chuckle when I read your opening paragraph – let me say that I have never thought of myself as a victim – even at the hands of these FSL silicon guys!!! But I did get a pretty raw deal – yes. Now I am going to respond a little before I go and resubmit. Very Best Regards,

Re: [U-Boot] [PATCH] Add mpc5125ads board and processor to the mpc512x family

2009-10-20 Thread m stan
> > Yes but the default has constants like CONFIG_SYS_MICRON_INIT_DEV_OP > > ... must I then declare this if I am using > > CONFIG_SYS_ELPIDA_INIT_DEV_OP ? > Well, the ideas was that this was the default setting that fits most > boards, and if it doesn't fit it will be overwritten by another arra

Re: [PATCH 1/4] socfpga: chameleonv3: Enable ext4 in SPL

2022-08-27 Thread Alexandru M Stan
On Fri, Aug 26, 2022 at 12:54 AM Paweł Anikiel wrote: > > Allow SPL to boot from an ext4 filesystem. > > Signed-off-by: Paweł Anikiel > --- > configs/socfpga_chameleonv3_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/socfpga_chameleonv3_defconfig > b/configs/socfpga_

Re: [PATCH 2/4] socfpga: chameleonv3: Move environment to a text file

2022-08-27 Thread Alexandru M Stan
On Fri, Aug 26, 2022 at 12:54 AM Paweł Anikiel wrote: > > Move the environment to an easily editable text file in the boot > partition > > Signed-off-by: Paweł Anikiel > --- > board/google/chameleonv3/environment.txt | 13 + > include/configs/socfpga_chameleonv3.h| 9 - >

Re: [PATCH 3/4] arm: dts: chameleonv3: Override chameleonv3 bitstream names

2022-08-27 Thread Alexandru M Stan
On Fri, Aug 26, 2022 at 12:54 AM Paweł Anikiel wrote: > > Set the bitstream name per Chameleon variant. This allows the same > boot filesystem with all bitstream variants to be used on different > boards. > > Signed-off-by: Paweł Anikiel > --- > arch/arm/dts/socfpga_arria10_chameleonv3_270_3-u-b

Re: [PATCH 4/4] arm: dts: chameleonv3: Add 270-2 variant

2022-08-30 Thread Alexandru M Stan
Hey Simon, On Mon, Aug 29, 2022 at 7:29 PM Simon Glass wrote: > > Hi Paweł, > > On Mon, 29 Aug 2022 at 02:23, Paweł Anikiel wrote: > > > > On Sat, Aug 27, 2022 at 2:22 AM Simon Glass wrote: > > > > > > Hi Paweł, > > > > > > On Fri, 26 Aug 2022 at 01:54, Paweł Anikiel wrote: > > > > > > > > Add

Re: [PATCH v2 1/6] socfpga: chameleonv3: Enable ext4 in SPL

2022-10-29 Thread Alexandru M Stan
On Fri, Oct 14, 2022 at 2:49 AM Paweł Anikiel wrote: > > Allow SPL to boot from an ext4 filesystem. > > Signed-off-by: Paweł Anikiel > --- > configs/socfpga_chameleonv3_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/socfpga_chameleonv3_defconfig > b/configs/socfpga_c

Re: [PATCH v2 2/6] socfpga: chameleonv3: Move environment to a text file

2022-10-29 Thread Alexandru M Stan
On Fri, Oct 14, 2022 at 2:49 AM Paweł Anikiel wrote: > > Move the environment to an easily editable text file in the boot > partition > > Signed-off-by: Paweł Anikiel > --- > board/google/chameleonv3/environment.txt | 13 + > include/configs/socfpga_chameleonv3.h| 9 - >

Re: [PATCH v2 3/6] arm: dts: chameleonv3: Override chameleonv3 bitstream names

2022-10-29 Thread Alexandru M Stan
On Fri, Oct 14, 2022 at 2:49 AM Paweł Anikiel wrote: > > Set the bitstream name per Chameleon variant. This allows the same > boot filesystem with all bitstream variants to be used on different > boards. > > Signed-off-by: Paweł Anikiel > --- > arch/arm/dts/socfpga_arria10_chameleonv3_270_3-u-bo

Re: [PATCH v2 4/6] arm: dts: chameleonv3: Rename chameleonv3.dts to .dtsi

2022-10-29 Thread Alexandru M Stan
On Fri, Oct 14, 2022 at 2:49 AM Paweł Anikiel wrote: > > This file is included by the different chameleonv3 variants. Change the > name to .dtsi. > > Signed-off-by: Paweł Anikiel > --- > ...arria10_chameleonv3.dts => socfpga_arria10_chameleonv3.dtsi} | 0 > arch/arm/dts/socfpga_arria10_chameleon

Re: [PATCH v2 5/6] arm: dts: chameleonv3: Add 270-2 variant

2022-10-29 Thread Alexandru M Stan
On Fri, Oct 14, 2022 at 2:49 AM Paweł Anikiel wrote: > > Add devicetree for chameleonv3 with the 270-2I2-D11E variant of the > Mercury+ AA1 module > > Signed-off-by: Paweł Anikiel > --- > arch/arm/dts/Makefile| 1 + > .../socfpga_arria10_chameleonv3_270_2-u-boot.

Re: [PATCH v2 6/6] chameleonv3: Convert CONFIG_SPL_MAX_SIZE to Kconfig

2022-10-29 Thread Alexandru M Stan
On Fri, Oct 14, 2022 at 2:49 AM Paweł Anikiel wrote: > > This file was missed during the conversion process. Add the symbol to > defconfig. > > Signed-off-by: Paweł Anikiel > --- > configs/socfpga_chameleonv3_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/socfpga_cham

[U-Boot] [PATCH] Rename CONFIG_SYS_MDDRC memory constants for all mpc512x boards

2009-09-10 Thread Martha M Stan
From: Martha Marx Signed-off-by: Martha Marx Stan --- cpu/mpc512x/fixed_sdram.c| 104 include/configs/aria.h | 190 +- include/configs/mecp5123.h | 78 +- include/configs/mpc5121ads.h | 86 +++

[U-Boot] [PATCH] Add new Elpida memory configuration for mpc5121ads board

2009-09-10 Thread Martha M Stan
From: Martha Marx Rev 3 and earlier stay with Micron settings. Rev 4 boards manufactured before Nov-2008 Serial Number #1180 also stay with Micron settings. All new boards use a slightly slower Elpida setting. CONFIG_SYS_ELPIDA_MICRON_MIX sets up this detection and use. Signed-off-by: Martha Mar

Re: [U-Boot] [PATCH] Rename CONFIG_SYS_MDDRC memory constants for all mpc512x boards

2009-09-10 Thread Martha M Stan
Very Elegant Wolfgang - I like it ... I'll take a stab and I'll try not to tarnish it! -M > > Looking at the code it seems we have just a list of constants that > need to get written all to the same mddrc.ddr_command register. To > make this configurable, we should probably not try to add more

[U-Boot] [PATCH] Streamlined mpc512x fixed_sdram init sequence allowing for

2009-09-11 Thread Martha M Stan
Signed-off-by: Martha M Stan --- board/davedenx/aria/aria.c |2 +- board/esd/mecp5123/mecp5123.c |2 +- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 94 --- include/asm-ppc/immap_512x.h

[U-Boot] [PATCH] Add Elpida Memory Configuration to mpc5121ads Boards

2009-09-11 Thread Martha M Stan
Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c | 97 ++- include/configs/mpc5121ads.h| 39 - 2 files changed, 132 insertions(+), 4 deletions(-) diff --git a/board/freescale/mpc5121ads/mpc5121ads.c b/board

[U-Boot] [PATCH] Add Elpida Memory Configuration to mpc5121ads Boards

2009-09-21 Thread Martha M Stan
Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c | 98 ++- include/configs/mpc5121ads.h| 35 ++- 2 files changed, 129 insertions(+), 4 deletions(-) diff --git a/board/freescale/mpc5121ads/mpc5121ads.c b/board/freescale

[U-Boot] [PATCH] Streamlined mpc512x fixed_sdram init sequence.

2009-09-21 Thread Martha M Stan
Signed-off-by: Martha M Stan --- board/davedenx/aria/aria.c |2 +- board/esd/mecp5123/mecp5123.c |2 +- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 104 -- include/asm-ppc/immap_512x.h

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
Signed-off-by: Martha M Stan --- cpu/mpc512x/fixed_sdram.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/cpu/mpc512x/fixed_sdram.c b/cpu/mpc512x/fixed_sdram.c index 673d61e..7617e31 100644 --- a/cpu/mpc512x/fixed_sdram.c +++ b/cpu/mpc512x

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
3rd time's a charm -- Wolfgang had also changed the Elpida patch one so I fixed the reg ordering in it too. Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 29 - 2 files change

[U-Boot] [PATCH] Fixed ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
No errors this time Signed-off-by: Martha M Stan --- cpu/mpc512x/fixed_sdram.c | 29 - 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a/cpu/mpc512x/fixed_sdram.c b/cpu/mpc512x/fixed_sdram.c index 673d61e..1f6295f 100644 --- a/cpu/mpc512x

[U-Boot] [PATCH] Stay with memory ordering of MDDRC config registers to unbreak mpc5121ads patch

2009-09-25 Thread Martha M Stan
Used #Defined IDX values so as not to confuse those not familiar with the naming and ordering of the MDDRC config registers. Signed-off-by: Martha M Stan --- board/freescale/mpc5121ads/mpc5121ads.c |2 +- cpu/mpc512x/fixed_sdram.c | 26 +++--- include