[U-Boot] [PATCH] fsl_lbc: add printout of LCRR and LBCR to local bus regs

2011-12-15 Thread Paul Gortmaker
It can be handy to have these in the output when trying to debug odd behaviour. Signed-off-by: Paul Gortmaker diff --git a/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c b/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c index 587576b..023ac9a 100644 --- a/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c +++ b/arch/powerpc/cpu

[U-Boot] [PATCH] MPC85xxCDS: Fix missing LCRR_DBYP bits for 66-133MHz LBC

2011-12-16 Thread Paul Gortmaker
oards to use the symbolic DBYP constant to avoid these "count the zeros" problems, but for now, just fix the impacted boards. Signed-off-by: Paul Gortmaker diff --git a/board/freescale/mpc8541cds/mpc8541cds.c b/board/freescale/mpc8541cds/mpc8541cds.c index d127137..532d32a 100644 --- a/

Re: [U-Boot] New Oxford Semiconductor board with assertion fail in linker

2011-12-19 Thread Paul Gortmaker
On Mon, Dec 19, 2011 at 5:26 PM, Michael Kebe wrote: > Here is the output from a bootup of the old U-Boot: [...] > > U-Boot 1.1.2 (Jun 24 2011 - 09:41:57) [...] > > However even if I try to build with these addresses, the linking > crashes with even more assertion fails: Everyone always feel

Re: [U-Boot] New Oxford Semiconductor board with assertion fail in linker

2011-12-19 Thread Paul Gortmaker
On Mon, Dec 19, 2011 at 10:14 PM, Marek Vasut wrote: >> On Mon, Dec 19, 2011 at 5:26 PM, Michael Kebe wrote: >> > Here is the output from a bootup of the old U-Boot: >> [...] >> >> It isn't an answer to your specific problem, but it is a process that >> will get you there by yourself, at your own

[U-Boot] [PATCH 85xx-next 2/8] sbc8548: relocate 64MB user flash to sane boundary

2011-12-30 Thread Paul Gortmaker
e alternate config uses the full 64MB for booting, in TLB0. Signed-off-by: Paul Gortmaker --- board/sbc8548/law.c |3 ++- board/sbc8548/tlb.c | 23 --- doc/README.sbc8548|8 +++- include/configs/sbc8548.h | 10 +- 4 files changed, 22

[U-Boot] [PATCH 85xx-next 1/8] Revert "SBC8548: fix address mask to allow 64M flash"

2011-12-30 Thread Paul Gortmaker
h to 128MB, it now conflicts with the normal 8MB boot flash, causing issues. Signed-off-by: Paul Gortmaker --- include/configs/sbc8548.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index ba7612c..7c26207 10

[U-Boot] [PATCH 85xx-next 0/8] Updates for Wind River sbc8548 board

2011-12-30 Thread Paul Gortmaker
- The following changes since commit cba9a894fdb1cb49b60fcd1d1d6919cbd7995dd5: Prepare v2011.12 (2011-12-23 20:25:35 +0100) are available in the git repository at: git://openlinux.windriver.com/people/paulg/u-boot sbc8548-Dec30_2011 Paul Gortmaker (8): Revert "SBC8548: fix address mas

[U-Boot] [PATCH 85xx-next 4/8] sbc8548: Fix LBC SDRAM initialization settings

2011-12-30 Thread Paul Gortmaker
-off-by: Paul Gortmaker --- board/sbc8548/sbc8548.c | 29 - include/configs/sbc8548.h | 21 ++--- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index 63d504d..96554b2 100644 --- a

[U-Boot] [PATCH 85xx-next 3/8] sbc8548: enable ability to boot from alternate flash

2011-12-30 Thread Paul Gortmaker
BR0/BR6 and the OR0/OR6 values so it is clear which is being used to map what specific device. The larger sector size (512k) of the alternate flash needs a larger malloc pool, otherwise you'll get failures when running saveenv, so bump it up accordingly. Signed-off-by: Paul Gortmaker ---

[U-Boot] [PATCH 85xx-next 8/8] sbc8548: Fix up local bus init to be frequency aware

2011-12-30 Thread Paul Gortmaker
cause of this. Signed-off-by: Paul Gortmaker --- board/sbc8548/sbc8548.c | 38 +++--- 1 files changed, 35 insertions(+), 3 deletions(-) diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index d1ef3be..371d076 100644 --- a/board/sbc8548/sbc8548.c

[U-Boot] [PATCH 85xx-next 6/8] sbc8548: relocate fixed ddr init code to ddr.c file

2011-12-30 Thread Paul Gortmaker
Nothing to see here, just a relocation of the fixed ddr init sequence to live in the actual ddr.c file itself. Signed-off-by: Paul Gortmaker --- board/sbc8548/ddr.c | 48 + board/sbc8548/sbc8548.c | 44

[U-Boot] [PATCH 85xx-next 7/8] sbc8548: enable support for hardware SPD errata workaround

2011-12-30 Thread Paul Gortmaker
e selected. Signed-off-by: Paul Gortmaker --- board/sbc8548/ddr.c | 31 ++- doc/README.sbc8548| 20 ++-- include/configs/sbc8548.h | 14 ++ 3 files changed, 58 insertions(+), 7 deletions(-) diff --git a/board/sbc8548/ddr

[U-Boot] [PATCH 85xx-next 5/8] sbc8548: Make enabling SPD RAM configuration work

2011-12-30 Thread Paul Gortmaker
d the docs. But the advantage of going to the SPD config is that even the small default module gets configured for CL3 instead of CL4. Signed-off-by: Paul Gortmaker --- board/sbc8548/law.c |5 + board/sbc8548/tlb.c |2 ++ doc/README.sbc8548|

Re: [U-Boot] [GIT PULL] please pull u-boot-mpc85xx

2012-01-13 Thread Paul Gortmaker
ot-mpc85xx.git master > > Kyle Moffett (2): >      eXMeritus HWW-1U-1A: Minor environment variable tweaks >      eXMeritus HWW-1U-1A: Add support for the AT24C128N I2C EEPROM > > Paul Gortmaker (9): >      MPC85xxCDS: Fix missing LCRR_DBYP bits for 66-133MHz LBC >      Revert

Re: [U-Boot] MPC8313 DDR2 configuration

2012-02-07 Thread Paul Gortmaker
On Tue, Feb 7, 2012 at 11:52 AM, Scott Larson wrote: > Hi, > > Looking for help on DDR2 configuration in u-boot. > > > > I have the MPC8313ERDB from Freescale. It has 128Mbytes of DDR2 ram. The > existing 128MByte that uses only CS0. > > > > I have a new board design to bring up. > > The timing pa

Re: [U-Boot] [PATCH] AVR32 removal due to lack of custodian.

2012-02-26 Thread Paul Gortmaker
Adding linux maintainers to CC, since if it dies here, it should probably also die in the linux kernel as well... P. --- On Sat, Feb 25, 2012 at 5:13 PM, Wolfgang Denk wrote: > AVR32 appaers to be unmaintained, and nobody appears to care about > that.  Let's get rid fof it. > > Signed-off-by: Wo

[U-Boot] [PATCH 0/1] Delete sbc8650 / sbc8540 support.

2012-09-26 Thread Paul Gortmaker
t (2012-09-24 13:30:53 -0400) ---- Paul Gortmaker (1): powerpc: delete Wind River SBC8560/8540 support MAINTAINERS | 2 - board/sbc8560/Makefile| 50 - board/sbc8560/README | 57 -- board/sbc8560/ddr.c | 43 - board/sbc8560/law.c

[U-Boot] [PATCH] powerpc: delete Wind River SBC8560/8540 support

2012-09-26 Thread Paul Gortmaker
The sbc8548/60 (both similar, just variations in UART hardware) support has been removed from the linux kernel as of v3.6-rc1~132 so lets also now remove it from the u-boot tree as well. Signed-off-by: Paul Gortmaker --- MAINTAINERS | 2 - board/sbc8560/Makefile| 50

[U-Boot] [PATCH] mpc85xx: use LCRR_DBYP define instead of raw constant

2012-08-13 Thread Paul Gortmaker
umar Gala Cc: Scott Wood Signed-off-by: Paul Gortmaker diff --git a/board/freescale/mpc8540ads/mpc8540ads.c b/board/freescale/mpc8540ads/mpc8540ads.c index c75585e..a275d3a 100644 --- a/board/freescale/mpc8540ads/mpc8540ads.c +++ b/board/freescale/mpc8540ads/mpc8540ads.c @@ -87,10 +87,10 @@

[U-Boot] [PATCH] sbc8548: enable and test CONFIG_SYS_GENERIC_BOARD

2014-08-14 Thread Paul Gortmaker
2 GNU ld (GNU Binutils) 2.21 => --- Signed-off-by: Paul Gortmaker --- include/configs/sbc8548.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index f28f350fcc86..aee0d9e27309 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sb

[U-Boot] [PATCH] sbc8548: document how to write main flash from alternate flash

2015-03-16 Thread Paul Gortmaker
If you are running on the alternate flash in order to fix a corrupted main flash image, it might be good to have the steps for that documented as well. Signed-off-by: Paul Gortmaker --- board/sbc8548/README | 12 1 file changed, 12 insertions(+) diff --git a/board/sbc8548/README b

[U-Boot] [PATCH v2] sbc8548: document how to write main flash from alternate flash

2015-03-16 Thread Paul Gortmaker
use flash image. Signed-off-by: Paul Gortmaker --- [v2: drop protect commands from instances where we flash the non active flash bank ; it wasn't protected anyway.] board/sbc8548/README | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/board/sbc8548/REA

Re: [U-Boot] [PATCH v2] sbc8548: document how to write main flash from alternate flash

2015-03-16 Thread Paul Gortmaker
On 15-03-16 04:01 PM, York Sun wrote: > > > On 03/16/2015 12:53 PM, Paul Gortmaker wrote: >> If you are running on the alternate flash in order to fix a >> corrupted main flash image, it might be good to have the steps >> for that documented as well. >> >>

[U-Boot] Set up stdio earlier when using driver model <--- breaks sbc8548 booting.

2015-03-16 Thread Paul Gortmaker
ed In:serial Out: serial Err: serial Net: eTSEC0 [PRIME], eTSEC1 Hit any key to stop autoboot: 0 - So we never see the eTSEC0 or any other output after "Net: ". My 1st bisect led to my own commit: - commit 2bf4207b8a452476a591d733c6b8f09b337ac

Re: [U-Boot] Set up stdio earlier when using driver model <--- breaks sbc8548 booting.

2015-03-24 Thread Paul Gortmaker
[Re: Set up stdio earlier when using driver model <--- breaks sbc8548 booting.] On 23/03/2015 (Mon 17:01) Simon Glass wrote: > Hi Paul, > > On 16 March 2015 at 19:41, Paul Gortmaker > wrote: > > Testing latest master on sbc8548 (ppc e500v2 single core) and it hangs >

Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-10-05 Thread Paul Gortmaker
[Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD] On 04/10/2015 (Sun 01:45) Masahiro Yamada wrote: > Hi. > > > 2015-09-02 23:05 GMT+09:00 Simon Glass : > > Hi Paul, > > > > On 2 September 2015 at 07:37, Paul Gortmaker > > wrot

Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-10-06 Thread Paul Gortmaker
On 2015-10-05 08:53 PM, Paul Gortmaker wrote: > [Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD] > On 04/10/2015 (Sun 01:45) Masahiro Yamada wrote: > [...] > >> >> Any plan about this patch? >> >> I think this is th

Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-10-16 Thread Paul Gortmaker
On 2015-10-06 11:27 AM, Paul Gortmaker wrote: > On 2015-10-05 08:53 PM, Paul Gortmaker wrote: >> [Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test >> CONFIG_SYS_GENERIC_BOARD] On 04/10/2015 (Sun 01:45) Masahiro Yamada wrote: >> > > [...] > >> >>

[U-Boot] [PATCH v2 3/6] sbc8641d: set proper environment sector size.

2015-10-17 Thread Paul Gortmaker
boot image which starts @ FFF0. Signed-off-by: Paul Gortmaker --- include/configs/sbc8641d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index d248eff42005..9fe90f00ff2a 100644 --- a/include/configs/sbc8641d.h +++ b

[U-Boot] [PATCH v2 1/6] sbc8641d: enable command line editing

2015-10-17 Thread Paul Gortmaker
It is just too painful to use interactively without it. Signed-off-by: Paul Gortmaker --- include/configs/sbc8641d.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 00aab6b3d51d..b4466bc3b4c8 100644 --- a/include/configs

[U-Boot] [PATCH v2 2/6] sbc8641d: increase malloc pool size to a sane default

2015-10-17 Thread Paul Gortmaker
-by: Paul Gortmaker --- include/configs/sbc8641d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index b4466bc3b4c8..d248eff42005 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -242,7 +242,7

[U-Boot] [PATCH 0/6] sbc8641d: misc fixes and generic board enablement

2015-10-17 Thread Paul Gortmaker
ld be good for as long as the board remains relevant now. --- [v2: add patch for extra sector for image ; retest on master] Paul Gortmaker (6): sbc8641d: enable command line editing sbc8641d: increase malloc pool size to a sane default sbc8641d: set proper environment sector size. sbc8641d

[U-Boot] [PATCH v2 5/6] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-10-17 Thread Paul Gortmaker
linux-gcc (GCC) 4.5.2 GNU ld (GNU Binutils) 2.21 => --- As can be seen, the "generic" banner warning message is now gone. [1] sbc8548 hang: https://www.marc.info/?l=u-boot&m=142655649417364&w=3 Signed-off-by: Paul Gortmaker --- include/configs/sb

[U-Boot] [PATCH v2 4/6] sbc8641d: add basic flash setup instructions to README file

2015-10-17 Thread Paul Gortmaker
...so that I don't have to go work them out from scratch again by peering at the manual. Signed-off-by: Paul Gortmaker --- board/sbc8641d/README | 21 + 1 file changed, 21 insertions(+) diff --git a/board/sbc8641d/README b/board/sbc8641d/README index a051466

[U-Boot] [PATCH v2 6/6] sbc8641d: increase monitor size from 256k to 384k

2015-10-17 Thread Paul Gortmaker
obably flirting with the 256k size issue without knowing it when testing on different baselines in earlier commits, but since this is all board specific, a rebase or reorder to put this commit 1st is of little value. Signed-off-by: Paul Gortmaker --- board/sbc8641d/README | 6 +++---

Re: [U-Boot] [PATCH 0/6] sbc8641d: misc fixes and generic board enablement

2015-10-17 Thread Paul Gortmaker
[Re: [PATCH 0/6] sbc8641d: misc fixes and generic board enablement] On 17/10/2015 (Sat 17:50) Tom Rini wrote: > On Sat, Oct 17, 2015 at 04:40:25PM -0400, Paul Gortmaker wrote: > > > The sbc8641d is not really a state of the art board anymore, but it > > does have the dist

Re: [U-Boot] [PATCH 0/6] sbc8641d: misc fixes and generic board enablement

2015-10-17 Thread Paul Gortmaker
[Re: [PATCH 0/6] sbc8641d: misc fixes and generic board enablement] On 17/10/2015 (Sat 18:50) Paul Gortmaker wrote: > [Re: [PATCH 0/6] sbc8641d: misc fixes and generic board enablement] On > 17/10/2015 (Sat 17:50) Tom Rini wrote: > > > On Sat, Oct 17, 2015 at 04:40:25PM -0400,

Re: [U-Boot] [U-Boot, v2, 5/6] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-10-20 Thread Paul Gortmaker
On 2015-10-19 08:07 PM, Tom Rini wrote: > On Sat, Oct 17, 2015 at 04:40:30PM -0400, Paul Gortmaker wrote: > > [nuked most of the commit message as it's now not true] Ah crap, I forgot to get rid of that; thanks for tossing it. P. -- > > Applied to u

Re: [U-Boot] [RFC PATCH 28/28] powerpc: remove sbc8641d support

2015-08-14 Thread Paul Gortmaker
; deleted file mode 100644 > > index 8dfc90c..000 > > --- a/board/sbc8641d/Kconfig > > +++ /dev/null > > @@ -1,9 +0,0 @@ > > -if TARGET_SBC8641D > > - > > -config SYS_BOARD > > - default "sbc8641d" > > - > > -config SYS_CON

[U-Boot] [PATCH 3/5] sbc8641d: set proper environment sector size.

2015-08-24 Thread Paul Gortmaker
boot image which starts @ FFF0. Signed-off-by: Paul Gortmaker --- include/configs/sbc8641d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 77a7e5a799b8..20e7152b0952 100644 --- a/include/configs/sbc8641d.h +++ b

[U-Boot] [PATCH 1/5] sbc8641d: enable command line editing

2015-08-24 Thread Paul Gortmaker
It is just too painful to use interactively without it. Signed-off-by: Paul Gortmaker --- include/configs/sbc8641d.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 8eb7276618b0..354b673845cf 100644 --- a/include/configs

[U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-08-24 Thread Paul Gortmaker
linux-gcc (GCC) 4.5.2 GNU ld (GNU Binutils) 2.21 => --- As can be seen, the "generic" banner warning message is now gone. [1] sbc8548 hang: https://www.marc.info/?l=u-boot&m=142655649417364&w=3 Signed-off-by: Paul Gortmaker --- include/configs/sb

[U-Boot] [PATCH 2/5] sbc8641d: increase malloc pool size to a sane default

2015-08-24 Thread Paul Gortmaker
-by: Paul Gortmaker --- include/configs/sbc8641d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 354b673845cf..77a7e5a799b8 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -242,7 +242,7

[U-Boot] [PATCH 0/5] sbc8641d: misc fixes and generic board enablement

2015-08-24 Thread Paul Gortmaker
n on the tip of tree. [1] https://www.marc.info/?l=u-boot&m=142655649417364&w=3 Paul Gortmaker (5): sbc8641d: enable command line editing sbc8641d: increase malloc pool size to a sane default sbc8641d: set proper environment sector size. sbc8641d: add basic flash setup instructio

[U-Boot] [PATCH 4/5] sbc8641d: add basic flash setup instructions to README file

2015-08-24 Thread Paul Gortmaker
...so that I don't have to go work them out from scratch again by peering at the manual. Signed-off-by: Paul Gortmaker --- board/sbc8641d/README | 21 + 1 file changed, 21 insertions(+) diff --git a/board/sbc8641d/README b/board/sbc8641d/README index a051466

Re: [U-Boot] [PATCH 19/19] powerpc: mpc86xx: remove sbc8641d support

2015-09-01 Thread Paul Gortmaker
On 2015-09-01 09:28 AM, Masahiro Yamada wrote: > This has not been converted to Generic Board, so should be removed. > (See doc/README.generic-board for details.) > > Signed-off-by: Masahiro Yamada > Cc: Paul Gortmaker NACK. I've sent the conversion patches a week ago or s

Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-09-02 Thread Paul Gortmaker
On 2015-09-01 10:08 PM, York Sun wrote: > > > On 08/24/2015 12:26 PM, Paul Gortmaker wrote: >> Tested on commit 3ea0953d36023d7e50fb00b2e258d8fb2828aeac >> ("dm: Move pre-reloc init earlier to cope with board_early_init_f()") >> since the commit after t

Re: [U-Boot] Flatten device tree & PPC linu

2008-08-14 Thread Paul Gortmaker
On Thu, Aug 14, 2008 at 4:10 PM, Fundu <[EMAIL PROTECTED]> wrote: > >> > i'm using a the taishan board u-boot 1.2.0 and >> linux 2.4 >> >> Uh, OK. Those are both pretty darn old by now. >> >> > does u-boot-1.2.0 pass a flatten device tree to the >> kernel ? >> >> Maybe. > how do i make confirm

[U-Boot] [PATCH 2/8] sbc8548: get_clock_freq is not valid for this board

2009-09-18 Thread Paul Gortmaker
The get_clock_freq() comes from freescale/common/cadmus.c and is only valid for the CDS based 85xx reference platforms. It would be nice if we could read the 33 vs. 66MHz status somehow, but in the meantime, tie it to CONFIG_SYS_CLK_FREQ like all the other non-CDS boards do. Signed-off-by: Paul

[U-Boot] [PATCH 6/8] sbc8548: enable use of PCI network cards

2009-09-18 Thread Paul Gortmaker
Create a board_eth_init to allow a place to hook in the PCI ethernet init after all the eTSEC are up and configured. Signed-off-by: Paul Gortmaker --- board/sbc8548/sbc8548.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548

[U-Boot] [PATCH 0/8] Update/enhance sbc8548 support

2009-09-18 Thread Paul Gortmaker
945ed320d1: Kumar Gala (1): ppc/85xx: Disable all async interrupt sources when we boot are available in the git repository at: git://openlinux.windriver.com/people/paulg/u-boot sbc8548 Paul Gortmaker (8): sbc8548: delete unused MPC8548CDS info carried over from port

[U-Boot] [PATCH 3/8] sbc8548: enable access to second bank of flash

2009-09-18 Thread Paul Gortmaker
sh and the remainder (56MB) of the user flash. Signed-off-by: Paul Gortmaker --- board/sbc8548/tlb.c | 26 ++ include/configs/sbc8548.h |7 --- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/board/sbc8548/tlb.c b/board/sbc8548/tlb.c in

[U-Boot] [PATCH 7/8] sbc8548: allow enabling PCI via a make config option

2009-09-18 Thread Paul Gortmaker
accordance with what is being done with other boards. Signed-off-by: Paul Gortmaker --- MAKEALL |4 Makefile | 26 -- include/configs/sbc8548.h | 13 - 3 files changed, 36 insertions(+), 7 deletions(-) diff --git a

[U-Boot] [PATCH 1/8] sbc8548: delete unused MPC8548CDS info carried over from port

2009-09-18 Thread Paul Gortmaker
: Paul Gortmaker --- board/sbc8548/sbc8548.c | 63 include/configs/sbc8548.h |9 -- 2 files changed, 6 insertions(+), 66 deletions(-) diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index e5b21b5..f4fd204 100644 --- a/board

[U-Boot] [PATCH 4/8] sbc8548: correct local bus SDRAM size from 64M to 128M

2009-09-18 Thread Paul Gortmaker
. Signed-off-by: Paul Gortmaker --- board/sbc8548/sbc8548.c |8 +++- board/sbc8548/tlb.c | 22 +++--- include/configs/sbc8548.h | 42 ++ 3 files changed, 60 insertions(+), 12 deletions(-) diff --git a/board/sbc8548/sbc8548.c b

[U-Boot] [PATCH 8/8] sbc8548: replace README with completely new document

2009-09-18 Thread Paul Gortmaker
SBC8560 Makefile, and the typo in the sbc8548.c copyright. Signed-off-by: Paul Gortmaker --- board/sbc8548/Makefile |4 +- board/sbc8548/sbc8548.c |3 +- doc/README.sbc8548 | 189 ++- 3 files changed, 173 insertions(+), 23 deletions

[U-Boot] [PATCH 5/8] sbc8548: update PCI/PCI-e support code

2009-09-18 Thread Paul Gortmaker
ck to 0xe280_ (where PCI2 would be on MPC8548CDS), and similarly it coalesces the PCI and PCI-e mem into one single TLB. Both PCI-x and PCI-e have been tested with intel e1000 cards under linux (with an accompanying dts change in place) Signed-off-by: Paul Gortmaker --- board/sbc8548/

Re: [U-Boot] [PATCH 1/8] sbc8548: delete unused MPC8548CDS info carried over from port

2009-09-19 Thread Paul Gortmaker
Kumar Gala wrote: > > On Sep 18, 2009, at 6:08 PM, Paul Gortmaker wrote: > >> There are a couple defines and PCI bridge quirks related to the PCI >> backplane of the MPC8548CDS that have no meaning in the context of >> the port to the sbc8548 board, so delete them. >

Re: [U-Boot] [PATCH v3 3/3] ppc/85xx: Clean up mpc8572DS PCI setup code

2009-09-20 Thread Paul Gortmaker
On Sat, Sep 19, 2009 at 1:08 PM, Kumar Gala wrote: > Use new fsl_pci_init_port() that reduces amount of duplicated code in the > board ports, use IO accessors and clean up printing of status info. > > Signed-off-by: Kumar Gala > --- > * Fixed set_bits32 -> setbits_be32 You got the bottom one, bu

[U-Boot] [PATCH 1/6] fsl_pci: create a SET_STD_PCI_INFO() helper wrapper

2009-09-20 Thread Paul Gortmaker
Recycle the recently added PCI-e wrapper used to reduce board duplication of code by creating a similar version for plain PCI. Signed-off-by: Paul Gortmaker --- include/asm-ppc/fsl_pci.h | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/include/asm-ppc

[U-Boot] [PATCH 5/6] sbc8548: update PCI/PCI-e support code

2009-09-20 Thread Paul Gortmaker
igned-off-by: Paul Gortmaker --- board/sbc8548/law.c | 12 - board/sbc8548/sbc8548.c | 129 ++--- board/sbc8548/tlb.c | 48 +++- include/configs/sbc8548.h | 45 --- 4 files changed, 94 insertions(+), 140 dele

[U-Boot] [PATCH 6/6] sbc8548: allow enabling PCI via a make config option

2009-09-20 Thread Paul Gortmaker
accordance with what is being done with other boards (i.e. using the "-t" to mkconfig). Signed-off-by: Paul Gortmaker --- MAKEALL |4 Makefile |8 ++-- include/configs/sbc8548.h | 43 +-- 3 files c

[U-Boot] [PATCH 3/6] sbc8548: use I/O accessors

2009-09-20 Thread Paul Gortmaker
Sweep throught the board specific file and replace the various register proddings with the equivalent I/O accessors. Signed-off-by: Paul Gortmaker --- board/sbc8548/sbc8548.c | 91 +++ 1 files changed, 45 insertions(+), 46 deletions(-) diff --git a

[U-Boot] [PATCH 4/6] sbc8548: correct local bus SDRAM size from 64M to 128M

2009-09-20 Thread Paul Gortmaker
. Signed-off-by: Paul Gortmaker --- board/sbc8548/sbc8548.c |8 +++- board/sbc8548/tlb.c | 22 +++--- include/configs/sbc8548.h | 42 ++ 3 files changed, 60 insertions(+), 12 deletions(-) diff --git a/board/sbc8548/sbc8548.c b

[U-Boot] [PATCH 2/6] sbc8548: remove eTSEC3/4 voltage hack

2009-09-20 Thread Paul Gortmaker
With only eTSEC1 and 2 being brought out to RJ-45 connectors, we aren't interested in the eTSEC3/4 voltage hack on this board Signed-off-by: Paul Gortmaker --- board/sbc8548/sbc8548.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/board/sbc8548/sbc8548.c b/

[U-Boot] [PATCH 0/6] sbc8548 update; remaining bits for 85xx tree.

2009-09-20 Thread Paul Gortmaker
This is the remaining bits that weren't merged to 85xx, with the the requested fixes of course. Those being: sbc8548: correct local bus SDRAM size from 64M to 128M -now uses I/O accesors on BR4/OR4 sbc8548: update PCI/PCI-e support code -redone to make use of the code de-duplific

Re: [U-Boot] [PATCH 04/13] ppc: Remove pci config table pointer relocation fixups

2009-09-21 Thread Paul Gortmaker
On Mon, Sep 21, 2009 at 12:20 PM, Peter Tyser wrote: > Signed-off-by: Peter Tyser It looks like something happened during the send of your patches; it seems the long log of what you are trying to fix and how the patch fixes it is missing here and from several of the other patches as well. > ---

Re: [U-Boot] [PATCH 04/13] ppc: Remove pci config table pointer relocation fixups

2009-09-21 Thread Paul Gortmaker
Peter Tyser wrote: > On Mon, 2009-09-21 at 12:49 -0400, Paul Gortmaker wrote: >> On Mon, Sep 21, 2009 at 12:20 PM, Peter Tyser wrote: >>> Signed-off-by: Peter Tyser >> It looks like something happened during the send of your patches; >> it seems the long log of what

[U-Boot] [PATCH] sbc85x0: tidy up Makefile to use new configuration script.

2009-09-21 Thread Paul Gortmaker
x27;t exist, so I've cleaned those up too. Signed-off-by: Paul Gortmaker --- For 85xx tree; since it contains sbc8548 commits which this diff has context of one of those commit changes to Makefile Makefile | 18 ++ include/configs/SBC854

[U-Boot] [PATCH] sbc8349: tidy up Makefile to use new configuration script.

2009-09-21 Thread Paul Gortmaker
Commit 804d83a5 allows us to move all the configuration variation tweaks out of the top level Makefile and down into the board config header. This takes advantage of that for the sbc8349 board. Signed-off-by: Paul Gortmaker --- Makefile | 15 +-- include/configs

Re: [U-Boot] [PATCH 3/8] sbc8548: enable access to second bank of flash

2009-09-23 Thread Paul Gortmaker
Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <47177dab-3638-4978-bd72-78629adcd...@kernel.crashing.org> you > wrote: >> On Sep 18, 2009, at 6:08 PM, Paul Gortmaker wrote: > ... >> applied to 85xx. > > Argh... So how much time do you allow for

Re: [U-Boot] [PATCH 5/8] sbc8548: update PCI/PCI-e support code

2009-09-23 Thread Paul Gortmaker
Wolfgang Denk wrote: > Dear Paul Gortmaker, > > In message > <7d1e5723fdd2d2e1cf51559f876edf17ae8e7a46.1253315004.git.paul.gortma...@windriver.com> > you wrote: >> The PCI/PCI-e support for the sbc8548 was based on an earlier >> version of what the MPC85

Re: [U-Boot] [PATCH 3/8] sbc8548: enable access to second bank of flash

2009-09-23 Thread Paul Gortmaker
[Re: [U-Boot] [PATCH 3/8] sbc8548: enable access to second bank of flash] On 23/09/2009 (Wed 22:48) Wolfgang Denk wrote: > Dear Paul Gortmaker, > > In message <4aba81da.8020...@windriver.com> you wrote: > > > > I'd considered the line length, but there were m

Re: [U-Boot] Please pull u-boot-mpc85xx (updated)

2009-09-24 Thread Paul Gortmaker
On Thu, Sep 24, 2009 at 5:40 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message you > wrote: >> This includes Paul's updates for sbc85xx and p4080 updates.  I have not >> fixed the immap line issue, but will do that as a follow on patch. >> >

[U-Boot] [PATCH] sbc8548: reclaim wasted sector in boot flash

2009-09-25 Thread Paul Gortmaker
change is forward looking with that in mind; i.e. the settings for MONITOR_LEN and ENV_SIZE will work when the 512k sectors of the SODIMM flash are used for alternate boot in the future. Signed-off-by: Paul Gortmaker --- board/sbc8548/config.mk |2 +- doc/README.sbc8548| 24

[U-Boot] [PATCH] mem_mtest: bail out after finding 1st memory error.

2009-09-30 Thread Paul Gortmaker
flood problem if a person tests really bad RAM. Signed-off-by: Paul Gortmaker --- common/cmd_mem.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 9850800..abcd8fd 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c @@ -

[U-Boot] [PATCH] sbc8641d: fix LAW so board doesn't hang on DDR init

2009-09-30 Thread Paul Gortmaker
, but for now this gets the board working again. Signed-off-by: Paul Gortmaker --- board/sbc8641d/law.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/board/sbc8641d/law.c b/board/sbc8641d/law.c index 760c693..d20fa51 100644 --- a/board/sbc8641d/law.c +++ b/board

Re: [U-Boot] [PATCH] mem_mtest: bail out after finding 1st memory error.

2009-09-30 Thread Paul Gortmaker
Wolfgang Denk wrote: > Dear Paul Gortmaker, > > In message <1254338488-15332-1-git-send-email-paul.gortma...@windriver.com> > you wrote: >> The basic memtest function tries to watch for ^C after each >> pattern pass as an escape mechanism, but if things are horrib

Re: [U-Boot] [PATCH] mem_mtest: bail out after finding 1st memory error.

2009-10-01 Thread Paul Gortmaker
Wolfgang Denk wrote: > Dear Paul Gortmaker, > > In message <4ac3c540.9050...@windriver.com> you wrote: >> If you still think it is best to maintain current behaviour >> and not stop after the 1st error, that is fine, I can do that, >> but I just wanted to be su

[U-Boot] [PATCH] mem_mtest: fix error reporting, allow escape with ^C

2009-10-01 Thread Paul Gortmaker
just a single error, which is inconsistent with the normal memtest, and not useful if if you are doing dynamic environmental impact testing, such as heating/cooling etc. Both tests now track the error count and report it properly at test completion. Signed-off-by: Paul Gortmaker --- common/cmd_

Re: [U-Boot] [PATCH] mem_mtest: fix error reporting, allow escape with ^C

2009-10-01 Thread Paul Gortmaker
Mike Frysinger wrote: > On Thursday 01 October 2009 19:52:27 Paul Gortmaker wrote: >> if (iteration_limit && iterations > iteration_limit) { >> -printf("Tested %d iteration(s) without errors.\n", >>

[U-Boot] [PATCH] mem_mtest: fix error reporting, allow escape with ^C

2009-10-02 Thread Paul Gortmaker
just a single error, which is inconsistent with the normal memtest, and not useful if if you are doing dynamic environmental impact testing, such as heating/cooling etc. Both tests now track the error count and report it properly at test completion. Signed-off-by: Paul Gortmaker --- Changes:

[U-Boot] [PATCH] mpc86xx: delete unused MPC86xx_DDR_SDRAM_CLK_CNTL define

2009-10-02 Thread Paul Gortmaker
This is an orphaned legacy leftover that is just polluting the config file namespace. Signed-off-by: Paul Gortmaker --- include/configs/MPC8610HPCD.h |2 -- include/configs/MPC8641HPCN.h |2 -- include/configs/sbc8641d.h|2 -- 3 files changed, 0 insertions(+), 6 deletions

[U-Boot] [PATCH] mpc83xx: cosmetic comment update relating to SPD EEPROM

2009-10-02 Thread Paul Gortmaker
commit 6d0f6bcf337c5261c08fabe12982178c2c489d76 did the big rename of CFG_ macros to CONFIG_SYS macros. But it missed a couple of instances within comments. Signed-off-by: Paul Gortmaker --- include/configs/sbc8349.h |2 +- include/configs/vme8349.h |2 +- 2 files changed, 2 insertions

[U-Boot] [PATCH] mpc8xxx: improve LAW error messages when setting up DDR

2009-10-06 Thread Paul Gortmaker
When setting up the LAWs for the DDR, if there was an error, you got the not-so-helpful error text "ERROR" and nothing else. Not only is it non-informative, but it is also pretty frustrating trying to grep for "ERROR" in the source. Signed-off-by: Paul Gortmaker --- cp

Re: [U-Boot] [PATCH] mpc8xxx: improve LAW error messages when setting up DDR

2009-10-07 Thread Paul Gortmaker
Peter Tyser wrote: > Hi Paul, > >> diff --git a/cpu/mpc8xxx/ddr/util.c b/cpu/mpc8xxx/ddr/util.c >> index 4451989..d0f61a8 100644 >> --- a/cpu/mpc8xxx/ddr/util.c >> +++ b/cpu/mpc8xxx/ddr/util.c >> @@ -89,16 +89,16 @@ __fsl_ddr_set_lawbar(const common_timing_params_t >> *memctl_common_params, >>

[U-Boot] [PATCH v2] mpc8xxx: improve LAW error messages when setting up DDR

2009-10-07 Thread Paul Gortmaker
When setting up the LAWs for the DDR, if there was an error, you got the not-so-helpful error text "ERROR" and nothing else. Not only is it non-informative, but it is also pretty frustrating trying to grep for "ERROR" in the source. Signed-off-by: Paul Gortmaker --- v2

[U-Boot] [PATCH] sbc8349: combine HRCW flash and u-boot image flash

2009-07-23 Thread Paul Gortmaker
, which makes the second copy of the image redundant, and frees up the flash from the end of the environment storage to the end of the flash device itself. Signed-off-by: Paul Gortmaker --- board/sbc8349/config.mk |2 +- doc/README.sbc8349| 30 -- include

[U-Boot] [PATCH 2/2] mpc8349: delete unused SYS_MID_FLASH_JUMP

2009-08-12 Thread Paul Gortmaker
CONFIG_SYS_MID_FLASH_JUMP 0x7F00 include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F00 u-boot$ It currently isn't used, so delete it before it spreads further. Signed-off-by: Paul Gortmaker --- include/configs/MPC8349EMDS.h |1 - include/configs/sbc8

[U-Boot] [PATCH 1/2] sbc8349: make enabling PCI more user friendly.

2009-08-12 Thread Paul Gortmaker
Prior to this commit, to enable PCI, you had to go manually edit the board config header, which isn't really user friendly. This adds the typical PCI make targets to the toplevel Makefile in accordance with what is being done with other boards. Signed-off-by: Paul Gortmaker --- Mak

Re: [U-Boot] TSEC ethernet controller problems (crc errors/ corruption)

2009-06-03 Thread Paul Gortmaker
Kim Phillips wrote: > On Wed, 3 Jun 2009 10:50:25 -0700 > Ira Snyder wrote: ... >> >> In practice, this doesn't seem to make a difference on the MPC8349EMDS >> eval board. Both settings work without any errors. For people like me, >> who are copying an existing board port to a similar board, it

Re: [U-Boot] TSEC ethernet controller problems (crc errors/ corruption)

2009-06-05 Thread Paul Gortmaker
Paul Gortmaker wrote: > Kim Phillips wrote: >> On Wed, 3 Jun 2009 10:50:25 -0700 >> Ira Snyder wrote: > > ... > >>> >>> In practice, this doesn't seem to make a difference on the MPC8349EMDS >>> eval board. Both settings work withou

Re: [U-Boot] [PATCH] sbc8349: fix incorrect comment

2009-10-28 Thread Paul Gortmaker
On Wed, Oct 28, 2009 at 5:11 PM, Wolfgang Denk wrote: > The comment for the BR0_PRELIM port size initialization incorrectly > stated 32 bit, while it's actually 16 bit. The code is correct. Thanks -- at some point I'll go and change them all to use the more human readable BR_PS_16 and similar. P

[U-Boot] [PATCH 1/3] sbc8548: don't enable the 3rd and 4th eTSEC

2008-12-11 Thread Paul Gortmaker
These interfaces don't have usable connectors on the board, so don't bother enumerating or configuring them. Signed-off-by: Paul Gortmaker --- include/configs/sbc8548.h | 15 +-- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/include/configs/sbc8548.h

[U-Boot] [PATCH 3/3] sbc8548: enable command line editing by default.

2008-12-11 Thread Paul Gortmaker
Lets make things a bit more user friendly. It isn't 1985 anymore. Signed-off-by: Paul Gortmaker --- include/configs/sbc8548.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index b27b282..e93b861 100644

[U-Boot] [PATCH 0/3] sbc8548 PHY fix, cmdline editing.

2008-12-11 Thread Paul Gortmaker
Hi Andy, Would you please merge these three sbc8548 patches via the mpc85xx tree? This fixes an incorrect PHY address issue that was masked by the tsec driver inadvertently doing an "if (0) {...}" Rather than put in bogus PHY address for the eTSEC3 and eTSEC4, I just purged them from the board

[U-Boot] [PATCH 2/3] sbc8548: use proper PHY address

2008-12-11 Thread Paul Gortmaker
The values given for the PHY address were wrong, so the code read no valid PHY ID, and fell through to the generic PHY support, which would work on 1000M but would not auto negotiate down to 100M or 10M. Signed-off-by: Paul Gortmaker --- include/configs/sbc8548.h |4 ++-- 1 files changed, 2

[U-Boot] [PATCH] tsec: report when there is no vendor specific PHY support.

2008-12-11 Thread Paul Gortmaker
o the generic support. This change makes that test useful again, and ensures that the selection of generic PHY support doesn't happen without some sort of notice. It also makes it explicitly clear that the generic PHY must be last in the PHY table. Signed-off-by: Paul Gortmaker --- drivers/

Re: [U-Boot] [PATCH] powerpc/85xx: Increase fdt address

2016-07-19 Thread Paul Gortmaker
which is just under > the ramdiskaddr on most targets. > > Signed-off-by: Scott Wood > Cc: Peter Tyser > Cc: Dirk Eibach > Cc: Andy Fleming > Cc: Paul Gortmaker > --- [...] diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h > index bbd1a63..74f219f 10

[U-Boot] [PATCH] MAINTAINERS: delete stale entry for EOL Wind River boards

2011-09-17 Thread Paul Gortmaker
This e-mail address is no longer valid, and the boards are long since EOL. Signed-off-by: Paul Gortmaker diff --git a/MAINTAINERS b/MAINTAINERS index 2f60a60..12fe091 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -355,11 +355,6 @@ Kim Phillips MPC8349EMDS MPC8349 -Daniel Poirot

  1   2   >