[U-Boot] Please pull u-boot-mpc85xx - master branch

2009-09-10 Thread Kumar Gala
The following changes since commit 21170c80a83f1e60ce7f6f83005e06a5c2d15a8e:
  Poonam Aggrwal (1):
ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().

are available in the git repository at:

  git://git.denx.de/u-boot-mpc85xx.git master

Kumar Gala (2):
  ppc/85xx: Clean up do_reset
  ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link 
address

 board/freescale/mpc8536ds/config.mk |2 ++
 board/freescale/mpc8572ds/config.mk |2 ++
 board/freescale/p1_p2_rdb/config.mk |2 ++
 board/freescale/p2020ds/config.mk   |2 ++
 config.mk   |4 
 cpu/mpc85xx/cpu.c   |   25 +
 cpu/mpc85xx/u-boot.lds  |   10 +++---
 7 files changed, 28 insertions(+), 19 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-mpc85xx - master branch

2009-09-10 Thread Wolfgang Denk
Dear Kumar Gala,

In message pine.lnx.4.64.0909100356030.19...@localhost.localdomain you wrote:
 The following changes since commit 21170c80a83f1e60ce7f6f83005e06a5c2d15a8e:
   Poonam Aggrwal (1):
 ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to 
 checkcpu().
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 Kumar Gala (2):
   ppc/85xx: Clean up do_reset
   ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link 
 address
 
  board/freescale/mpc8536ds/config.mk |2 ++
  board/freescale/mpc8572ds/config.mk |2 ++
  board/freescale/p1_p2_rdb/config.mk |2 ++
  board/freescale/p2020ds/config.mk   |2 ++
  config.mk   |4 
  cpu/mpc85xx/cpu.c   |   25 +
  cpu/mpc85xx/u-boot.lds  |   10 +++---
  7 files changed, 28 insertions(+), 19 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
COMPONENT EQUIVALENCY NOTICE:  The  Subatomic  Particles  (Electrons,
Protons,  etc.) Comprising This Product Are Exactly the Same in Every
Measurable Respect as Those Used in the Products of Other  Manufactu-
rers,  and  No Claim to the Contrary May Legitimately Be Expressed or
Implied.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-mpc85xx - master branch

2009-09-08 Thread Wolfgang Denk
Dear Kumar Gala,

In message pine.lnx.4.64.0909080919540.2...@localhost.localdomain you wrote:
 The following changes since commit 0052a051f60a043f1730b3a46f23b3c7b0eb7820:
   Wolfgang Denk (1):
 Merge branch 'master' of git://git.denx.de/u-boot-i2c
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 Anton Vorontsov (1):
   fsl: sys_eeprom: Fix 'may be used uninitialized' warning
 
 Dipen Dudhat (2):
   ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
   ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
 
 Kumar Gala (7):
   ppc/8xxx: relocate cpu pointer in global data
   ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
   85xx: Add support for setting IVORs to fixed offset defaults
   ppc/85xx: Add a simple function to search the TLB
   ppc/85xx: Fix bug in setup_mp code
   ppc/85xx: Cleanup makefile and related optional files
   ppc/8xxx: Refactor code to determine if PCI is enabled  agent/host
 
 Poonam Aggrwal (3):
   ppc/85xx,86xx: Handling Unknown SOC version
   ppc/85xx/86xx: Device tree fixup for number of cores
   ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
 
 Timur Tabi (1):
   fsl: add register read-back to set_law()
 
  board/atum8548/atum8548.c |6 +-
  board/freescale/common/sys_eeprom.c   |3 +-
  board/freescale/mpc8536ds/mpc8536ds.c |   15 +-
  board/freescale/mpc8544ds/mpc8544ds.c |   14 +-
  board/freescale/mpc8548cds/mpc8548cds.c   |6 +-
  board/freescale/mpc8568mds/mpc8568mds.c   |4 +-
  board/freescale/mpc8569mds/mpc8569mds.c   |4 +-
  board/freescale/mpc8572ds/mpc8572ds.c |   17 +--
  board/freescale/mpc8610hpcd/mpc8610hpcd.c |   12 +-
  board/freescale/mpc8641hpcn/mpc8641hpcn.c |5 +-
  board/freescale/p1_p2_rdb/ddr.c   |5 -
  board/freescale/p1_p2_rdb/pci.c   |   10 +-
  board/freescale/p2020ds/p2020ds.c |   14 +-
  board/sbc8548/sbc8548.c   |6 +-
  board/tqc/tqm85xx/tqm85xx.c   |8 +-
  cpu/mpc85xx/Makefile  |   23 +++-
  cpu/mpc85xx/commproc.c|3 -
  cpu/mpc85xx/cpu.c |   14 +-
  cpu/mpc85xx/cpu_init.c|7 +
  cpu/mpc85xx/ddr-gen3.c|1 -
  cpu/mpc85xx/ether_fcc.c   |4 -
  cpu/mpc85xx/fdt.c |9 ++
  cpu/mpc85xx/fixed_ivor.S  |   79 ++
  cpu/mpc85xx/mp.c  |   32 -
  cpu/mpc85xx/pci.c |4 +-
  cpu/mpc85xx/release.S |3 +
  cpu/mpc85xx/serial_scc.c  |3 -
  cpu/mpc85xx/speed.c   |2 +-
  cpu/mpc85xx/start.S   |6 +
  cpu/mpc85xx/tlb.c |   27 
  cpu/mpc86xx/cpu.c |   11 +-
  cpu/mpc86xx/fdt.c |3 +
  cpu/mpc8xxx/Makefile  |2 +
  cpu/mpc8xxx/cpu.c |   11 +-
  cpu/mpc8xxx/ddr/ctrl_regs.c   |   23 ---
  cpu/mpc8xxx/fdt.c |   55 +++
  cpu/mpc8xxx/pci_cfg.c |  225 
 +
  drivers/misc/fsl_law.c|3 +-
  include/asm-ppc/fsl_ddr_sdram.h   |1 -
  include/asm-ppc/fsl_pci.h |5 +
  include/asm-ppc/immap_85xx.h  |2 +-
  include/asm-ppc/mmu.h |7 +-
  include/asm-ppc/processor.h   |   14 ++
  lib_ppc/board.c   |4 +
  44 files changed, 568 insertions(+), 144 deletions(-)
  create mode 100644 cpu/mpc85xx/fixed_ivor.S
  create mode 100644 cpu/mpc8xxx/fdt.c
  create mode 100644 cpu/mpc8xxx/pci_cfg.c

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
G's Third Law: In spite of all evidence  to  the  contra-
ry,  the  entire  universe  is composed of only two basic substances:
magic and bullshit.
H's Dictum:There is no magic ...
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-mpc85xx - master branch

2009-08-12 Thread Wolfgang Denk
Dear Kumar Gala,

In message pine.lnx.4.64.0908101646200.22...@localhost.localdomain you wrote:
 The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875:
   Wolfgang Denk (1):
 Prepare 2009.08-rc2
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 Kumar Gala (1):
   85xx: Removed BEDBUG support from FSL 85xx boards
 
  include/configs/MPC8536DS.h |1 -
  include/configs/MPC8544DS.h |1 -
  include/configs/MPC8572DS.h |1 -
  include/configs/P2020DS.h   |1 -
  4 files changed, 0 insertions(+), 4 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
If you believe that feeling bad or worrying long enough will change a
past or future event, then you are residing on another planet with  a
different reality system.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Please pull u-boot-mpc85xx - master branch

2009-08-10 Thread Kumar Gala
The following changes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875:
  Wolfgang Denk (1):
Prepare 2009.08-rc2

are available in the git repository at:

  git://git.denx.de/u-boot-mpc85xx.git master

Kumar Gala (1):
  85xx: Removed BEDBUG support from FSL 85xx boards

 include/configs/MPC8536DS.h |1 -
 include/configs/MPC8544DS.h |1 -
 include/configs/MPC8572DS.h |1 -
 include/configs/P2020DS.h   |1 -
 4 files changed, 0 insertions(+), 4 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Please pull u-boot-mpc85xx - master branch

2009-06-12 Thread Kumar Gala
(some fixes for v2009.06)

The following changes since commit c3ab4243b5c44a5551204c324510175f444f6fd5:
  Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx

are available in the git repository at:

  git://git.denx.de/u-boot-mpc85xx.git master

Haiying Wang (5):
  85xx: Fix MURAM size for MPC8569
  85xx: Fix some settings for MPC8569MDS board
  85xx: Add PIB support at CS4/CS5 for MPC8569MDS
  85xx: Add UART1 support for MPC8569MDS
  85xx: Add README for MPC8569MDS

Kumar Gala (2):
  85xx: Use print_size to report amount of memory not mapped by TLBs
  fsl-ddr: Fix handling of 4G of memory when !CONFIG_PHYS_64BIT

 board/freescale/mpc8569mds/mpc8569mds.c |6 ++
 cpu/mpc85xx/tlb.c   |2 +-
 cpu/mpc8xxx/ddr/ctrl_regs.c |3 +-
 cpu/mpc8xxx/ddr/ddr.h   |2 +-
 cpu/mpc8xxx/ddr/ddr1_dimm_params.c  |4 +-
 cpu/mpc8xxx/ddr/ddr2_dimm_params.c  |4 +-
 cpu/mpc8xxx/ddr/ddr3_dimm_params.c  |4 +-
 cpu/mpc8xxx/ddr/main.c  |   45 -
 cpu/mpc8xxx/ddr/util.c  |   18 +--
 doc/README.mpc8569mds   |   78 +++
 include/asm-ppc/immap_qe.h  |9 +++-
 include/configs/MPC8569MDS.h|   16 +--
 12 files changed, 145 insertions(+), 46 deletions(-)
 create mode 100644 doc/README.mpc8569mds
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-mpc85xx - master branch

2009-06-12 Thread Wolfgang Denk
Dear Kumar Gala,

In message pine.lnx.4.64.0906120919450.25...@localhost.localdomain you wrote:
 (some fixes for v2009.06)
 
 The following changes since commit c3ab4243b5c44a5551204c324510175f444f6fd5:
   Wolfgang Denk (1):
 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 Haiying Wang (5):
   85xx: Fix MURAM size for MPC8569
   85xx: Fix some settings for MPC8569MDS board
   85xx: Add PIB support at CS4/CS5 for MPC8569MDS
   85xx: Add UART1 support for MPC8569MDS
   85xx: Add README for MPC8569MDS
 
 Kumar Gala (2):
   85xx: Use print_size to report amount of memory not mapped by TLBs
   fsl-ddr: Fix handling of 4G of memory when !CONFIG_PHYS_64BIT
 
  board/freescale/mpc8569mds/mpc8569mds.c |6 ++
  cpu/mpc85xx/tlb.c   |2 +-
  cpu/mpc8xxx/ddr/ctrl_regs.c |3 +-
  cpu/mpc8xxx/ddr/ddr.h   |2 +-
  cpu/mpc8xxx/ddr/ddr1_dimm_params.c  |4 +-
  cpu/mpc8xxx/ddr/ddr2_dimm_params.c  |4 +-
  cpu/mpc8xxx/ddr/ddr3_dimm_params.c  |4 +-
  cpu/mpc8xxx/ddr/main.c  |   45 -
  cpu/mpc8xxx/ddr/util.c  |   18 +--
  doc/README.mpc8569mds   |   78 
 +++
  include/asm-ppc/immap_qe.h  |9 +++-
  include/configs/MPC8569MDS.h|   16 +--
  12 files changed, 145 insertions(+), 46 deletions(-)
  create mode 100644 doc/README.mpc8569mds

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
What is wanted is not the will to believe,  but the will to find out,
which is the exact opposite.
-- Bertrand Russell, Skeptical Essays, 1928
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot