[U-Boot] Please pull u-boot-ppc4xx/next

Wolfgang Denk wd at denx.de
Thu Sep 23 21:07:43 CEST 2010


Dear Stefan Roese,

In message <201009221114.51159.sr at denx.de> you wrote:
> The following changes since commit d70d8ccc200db8c16a6654cb726c3d74b6640b32:
> 
>   silence config step commands display during MAKEALL builds (2010-09-21 21:46:49 +0200)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-ppc4xx.git next
> 
> Matthias Fuchs (1):
>       ppx4xx: remove unused functionality for DU405 boards
> 
> Stefan Roese (9):
>       ppc4xx: Remove unreferenced file include/405_dimm.h
>       ppc4xx: Move ppc4xx headers to powerpc include directory
>       ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
>       ppc4xx: Big header cleanup, mostly PPC440 related
>       ppc4xx: Big header cleanup part 2, mostly PPC405 related
>       ppc4xx: Use common NS16550 driver for PPC4xx UART
>       ppc4xx: Remove now unused CONFIG_UART1_CONSOLE
>       Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature
>       ppc4xx: Cleanup of PVR detection code in cpu.c
> 
> Victor Gallardo (1):
>       ppc4xx: Disable trace broadcast for 44x non debug mode
> 
>  README                                             |   19 -
>  arch/i386/lib/board.c                              |    7 -
>  arch/m68k/lib/board.c                              |    4 -
>  arch/powerpc/cpu/ppc4xx/40x_spd_sdram.c            |    2 +-
>  arch/powerpc/cpu/ppc4xx/44x_spd_ddr.c              |    2 +-
>  arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c             |    4 +-
>  arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c   |    2 +-
>  arch/powerpc/cpu/ppc4xx/4xx_pci.c                  |   36 +-
>  arch/powerpc/cpu/ppc4xx/4xx_pcie.c                 |    2 +-
>  arch/powerpc/cpu/ppc4xx/4xx_uart.c                 |  827 ++-------
>  arch/powerpc/cpu/ppc4xx/cache.S                    |    2 +-
>  arch/powerpc/cpu/ppc4xx/cmd_ecctest.c              |    2 +-
>  arch/powerpc/cpu/ppc4xx/cpu.c                      |  146 +-
>  arch/powerpc/cpu/ppc4xx/cpu_init.c                 |   16 +-
>  arch/powerpc/cpu/ppc4xx/dcr.S                      |    2 +-
>  arch/powerpc/cpu/ppc4xx/denali_data_eye.c          |    2 +-
>  arch/powerpc/cpu/ppc4xx/denali_spd_ddr2.c          |    2 +-
>  arch/powerpc/cpu/ppc4xx/ecc.c                      |    2 +-
>  arch/powerpc/cpu/ppc4xx/fdt.c                      |    2 +-
>  arch/powerpc/cpu/ppc4xx/gpio.c                     |    7 +-
>  arch/powerpc/cpu/ppc4xx/interrupts.c               |    2 +-
>  arch/powerpc/cpu/ppc4xx/kgdb.S                     |    2 +-
>  arch/powerpc/cpu/ppc4xx/miiphy.c                   |    4 +-
>  arch/powerpc/cpu/ppc4xx/reginfo.c                  |    8 +-
>  arch/powerpc/cpu/ppc4xx/sdram.c                    |    2 +-
>  arch/powerpc/cpu/ppc4xx/speed.c                    |    4 +-
>  arch/powerpc/cpu/ppc4xx/start.S                    |    5 +-
>  arch/powerpc/cpu/ppc4xx/tlb.c                      |    2 +-
>  arch/powerpc/cpu/ppc4xx/uic.c                      |    2 +-
>  arch/powerpc/cpu/ppc4xx/xilinx_irq.c               |    2 +-
>  arch/powerpc/include/asm/4xx_pcie.h                |    2 +-
>  arch/powerpc/include/asm/ppc405.h                  |   80 +
>  arch/powerpc/include/asm/ppc405cr.h                |  105 ++
>  arch/powerpc/include/asm/ppc405ep.h                |  252 +++
>  arch/powerpc/include/asm/ppc405ex.h                |   90 +
>  arch/powerpc/include/asm/ppc405ez.h                |  102 +
>  arch/powerpc/include/asm/ppc405gp.h                |  108 ++
>  arch/powerpc/include/asm/ppc440.h                  |  190 ++
>  arch/powerpc/include/asm/ppc440ep_gr.h             |  244 +++
>  arch/powerpc/include/asm/ppc440epx_grx.h           |  464 +++++
>  arch/powerpc/include/asm/ppc440gp.h                |   72 +
>  arch/powerpc/include/asm/ppc440gx.h                |  102 +
>  arch/powerpc/include/asm/ppc440sp.h                |   98 +
>  arch/powerpc/include/asm/ppc440spe.h               |  114 ++
>  arch/powerpc/include/asm/ppc460ex_gt.h             |  222 +++
>  arch/powerpc/include/asm/ppc460sx.h                |   44 +
>  .../powerpc/include/asm/ppc4xx-emac.h              |    8 +-
>  arch/powerpc/include/asm/{gpio.h => ppc4xx-gpio.h} |    0
>  .../powerpc/include/asm/ppc4xx-i2c.h               |    0
>  arch/powerpc/include/asm/ppc4xx-mal.h              |  168 ++
>  arch/powerpc/include/asm/ppc4xx-sdram.h            |    2 -
>  arch/powerpc/include/asm/ppc4xx.h                  |  344 ++++
>  arch/powerpc/lib/board.c                           |    7 -
>  arch/sparc/lib/board.c                             |    4 -
>  board/amcc/acadia/memory.c                         |    2 +-
>  board/amcc/acadia/pll.c                            |   30 +-
>  board/amcc/bamboo/bamboo.c                         |    6 +-
>  board/amcc/bamboo/bamboo.h                         |   11 -
>  board/amcc/bamboo/flash.c                          |    6 +-
>  board/amcc/bubinga/flash.c                         |    2 +-
>  board/amcc/canyonlands/canyonlands.c               |    4 +-
>  board/amcc/common/flash.c                          |    2 +-
>  board/amcc/ebony/flash.c                           |    2 +-
>  board/amcc/ebony/init.S                            |    1 +
>  board/amcc/katmai/init.S                           |    1 +
>  board/amcc/katmai/katmai.c                         |    4 +-
>  board/amcc/kilauea/kilauea.c                       |    4 +-
>  board/amcc/luan/flash.c                            |    2 +-
>  board/amcc/luan/init.S                             |    1 +
>  board/amcc/luan/luan.c                             |    2 +-
>  board/amcc/makalu/makalu.c                         |    6 +-
>  board/amcc/ocotea/flash.c                          |    2 +-
>  board/amcc/ocotea/init.S                           |    1 +
>  board/amcc/ocotea/ocotea.c                         |    2 +-
>  board/amcc/redwood/init.S                          |    1 +
>  board/amcc/redwood/redwood.c                       |    2 +-
>  board/amcc/sequoia/sdram.c                         |    2 +-
>  board/amcc/sequoia/sequoia.c                       |    8 +-
>  board/amcc/taihu/flash.c                           |    2 +-
>  board/amcc/taihu/lcd.c                             |    2 +-
>  board/amcc/taihu/taihu.c                           |    2 +-
>  board/amcc/taishan/init.S                          |    1 +
>  board/amcc/taishan/taishan.c                       |    2 +-
>  board/amcc/walnut/flash.c                          |    2 +-
>  board/amcc/yosemite/yosemite.c                     |    2 +-
>  board/amcc/yucca/flash.c                           |    4 +-
>  board/amcc/yucca/init.S                            |    1 +
>  board/amcc/yucca/yucca.c                           |    2 +-
>  board/amirix/ap1000/init.S                         |    2 +-
>  board/amirix/ap1000/pci.c                          |    2 +-
>  board/cray/L1/L1.c                                 |    2 +-
>  board/cray/L1/flash.c                              |    2 +-
>  board/cray/L1/init.S                               |    2 +-
>  board/csb272/csb272.c                              |    2 +-
>  board/csb272/init.S                                |    2 +-
>  board/csb472/csb472.c                              |    2 +-
>  board/csb472/init.S                                |    2 +-
>  board/dave/PPChameleonEVB/flash.c                  |    2 +-
>  board/dave/common/pci.c                            |    2 +-
>  board/eric/flash.c                                 |    2 +-
>  board/eric/init.S                                  |    2 +-
>  board/esd/adciop/flash.c                           |    2 +-
>  board/esd/ar405/flash.c                            |    2 +-
>  board/esd/ash405/flash.c                           |    2 +-
>  board/esd/canbt/flash.c                            |    2 +-
>  board/esd/cms700/flash.c                           |    2 +-
>  board/esd/common/flash.c                           |    2 +-
>  board/esd/common/pci.c                             |    2 +-
>  board/esd/cpci2dp/flash.c                          |    2 +-
>  board/esd/cpci405/flash.c                          |    2 +-
>  board/esd/cpciiser4/flash.c                        |    2 +-
>  board/esd/dasa_sim/flash.c                         |    2 +-
>  board/esd/dp405/flash.c                            |    2 +-
>  board/esd/du405/du405.c                            |    4 +-
>  board/esd/du405/flash.c                            |    2 +-
>  board/esd/du440/du440.c                            |    6 +-
>  board/esd/hh405/flash.c                            |    2 +-
>  board/esd/hub405/flash.c                           |    2 +-
>  board/esd/ocrtc/flash.c                            |    2 +-
>  board/esd/pci405/flash.c                           |    2 +-
>  board/esd/pci405/pci405.c                          |    1 -
>  board/esd/pci405/writeibm.S                        |    2 +-
>  board/esd/plu405/flash.c                           |    2 +-
>  board/esd/pmc405de/pmc405de.c                      |    2 +-
>  board/esd/pmc440/pmc440.c                          |   12 +-
>  board/esd/pmc440/sdram.c                           |    2 +-
>  board/esd/tasreg/flash.c                           |    2 +-
>  board/esd/voh405/flash.c                           |    2 +-
>  board/esd/vom405/flash.c                           |    2 +-
>  board/esd/wuh405/flash.c                           |    2 +-
>  board/gdsys/dlvision/dlvision.c                    |    2 +-
>  board/gdsys/gdppc440etx/gdppc440etx.c              |    2 +-
>  board/gdsys/intip/intip.c                          |    4 +-
>  board/jse/flash.c                                  |    2 +-
>  board/jse/init.S                                   |    2 +-
>  board/jse/jse.c                                    |    2 +-
>  board/jse/sdram.c                                  |    2 +-
>  board/korat/korat.c                                |    8 +-
>  board/lwmon5/lwmon5.c                              |   12 +-
>  board/lwmon5/sdram.c                               |    2 +-
>  board/ml2/init.S                                   |    2 +-
>  board/mosaixtech/icon/icon.c                       |    4 +-
>  board/mosaixtech/icon/init.S                       |    1 +
>  board/mpl/common/flash.c                           |    2 +-
>  board/mpl/common/memtst.c                          |    2 +-
>  board/mpl/mip405/init.S                            |    3 +-
>  board/mpl/mip405/mip405.c                          |    3 +-
>  board/mpl/pip405/init.S                            |    3 +-
>  board/netstal/common/fixed_sdram.c                 |    2 +-
>  board/netstal/hcu4/hcu4.c                          |    2 +-
>  board/netstal/hcu5/hcu5.c                          |   26 +-
>  board/netstal/hcu5/sdram.c                         |    2 +-
>  board/netstal/mcu25/mcu25.c                        |    2 +-
>  board/pcs440ep/pcs440ep.c                          |    2 +-
>  board/prodrive/alpr/alpr.c                         |    2 +-
>  board/prodrive/alpr/fpga.c                         |    2 +-
>  board/prodrive/alpr/init.S                         |    1 +
>  board/prodrive/p3p440/init.S                       |    1 +
>  board/quad100hd/nand.c                             |    2 +-
>  board/quad100hd/quad100hd.c                        |    2 +-
>  board/sandburst/common/flash.c                     |    2 +-
>  board/sandburst/common/ppc440gx_i2c.c              |    4 +-
>  board/sandburst/common/ppc440gx_i2c.h              |    4 +-
>  board/sandburst/karef/init.S                       |    1 +
>  board/sandburst/metrobox/init.S                    |    1 +
>  board/sc3/init.S                                   |    2 +-
>  board/sc3/sc3.c                                    |   10 +-
>  board/snmc/qs850/flash.c                           |    2 +-
>  board/snmc/qs860t/flash.c                          |    2 +-
>  board/t3corp/t3corp.c                              |    4 +-
>  board/tb0229/flash.c                               |    2 +-
>  board/w7o/flash.c                                  |    2 +-
>  board/w7o/init.S                                   |    2 +-
>  board/w7o/post1.S                                  |    2 +-
>  board/xes/xpedite1000/init.S                       |    1 +
>  board/zeus/update.c                                |    2 +-
>  board/zeus/zeus.c                                  |    2 +-
>  common/serial.c                                    |   15 +-
>  common/stdio.c                                     |    8 -
>  doc/README.ppc440                                  |    6 -
>  drivers/i2c/ppc4xx_i2c.c                           |    4 +-
>  drivers/mtd/nand/ndfc.c                            |    2 +-
>  drivers/net/4xx_enet.c                             |    9 +-
>  drivers/serial/serial_netarm.c                     |    5 -
>  include/405_dimm.h                                 |    4 -
>  include/405_mal.h                                  |  129 --
>  include/common.h                                   |   11 +-
>  include/configs/AP1000.h                           |    6 -
>  include/configs/APC405.h                           |    6 +
>  include/configs/AR405.h                            |    6 +
>  include/configs/ASH405.h                           |   17 +-
>  include/configs/ATUM8548.h                         |    1 -
>  include/configs/CANBT.h                            |    6 +
>  include/configs/CATcenter.h                        |   18 +-
>  include/configs/CMS700.h                           |   19 +-
>  include/configs/CPCI2DP.h                          |    7 +-
>  include/configs/CPCI405.h                          |    6 +
>  include/configs/CPCI4052.h                         |    6 +
>  include/configs/CPCI405AB.h                        |    6 +
>  include/configs/CPCI405DT.h                        |    6 +
>  include/configs/CPCIISER4.h                        |    6 +
>  include/configs/CRAYL1.h                           |    6 +
>  include/configs/DP405.h                            |   19 +-
>  include/configs/DU405.h                            |   37 +-
>  include/configs/DU440.h                            |    9 +-
>  include/configs/ERIC.h                             |    6 +
>  include/configs/G2000.h                            |   17 +-
>  include/configs/HH405.h                            |   17 +-
>  include/configs/HUB405.h                           |   17 +-
>  include/configs/JSE.h                              |   14 +-
>  include/configs/KAREF.h                            |    7 +-
>  include/configs/METROBOX.h                         |    7 +-
>  include/configs/MIP405.h                           |    6 +
>  include/configs/ML2.h                              |   10 -
>  include/configs/MPC8308RDB.h                       |    1 -
>  include/configs/MPC8315ERDB.h                      |    1 -
>  include/configs/MPC8323ERDB.h                      |    1 -
>  include/configs/MPC832XEMDS.h                      |    1 -
>  include/configs/MPC8349EMDS.h                      |    1 -
>  include/configs/MPC8349ITX.h                       |    1 -
>  include/configs/MPC8360EMDS.h                      |    1 -
>  include/configs/MPC8360ERDK.h                      |    1 -
>  include/configs/MPC837XEMDS.h                      |    1 -
>  include/configs/MPC837XERDB.h                      |    1 -
>  include/configs/MPC8536DS.h                        |    1 -
>  include/configs/MPC8540ADS.h                       |    1 -
>  include/configs/MPC8540EVAL.h                      |    1 -
>  include/configs/MPC8541CDS.h                       |    1 -
>  include/configs/MPC8544DS.h                        |    1 -
>  include/configs/MPC8548CDS.h                       |    1 -
>  include/configs/MPC8555CDS.h                       |    1 -
>  include/configs/MPC8568MDS.h                       |    1 -
>  include/configs/MPC8569MDS.h                       |    1 -
>  include/configs/MPC8572DS.h                        |    1 -
>  include/configs/MPC8610HPCD.h                      |    1 -
>  include/configs/MPC8641HPCN.h                      |    1 -
>  include/configs/MVBLM7.h                           |    1 -
>  include/configs/OCRTC.h                            |    6 +
>  include/configs/ORSG.h                             |    6 +
>  include/configs/P1_P2_RDB.h                        |    1 -
>  include/configs/P2020DS.h                          |    1 -
>  include/configs/PCI405.h                           |    6 +
>  include/configs/PIP405.h                           |    6 +
>  include/configs/PLU405.h                           |   17 +-
>  include/configs/PM854.h                            |    1 -
>  include/configs/PMC405.h                           |    6 +
>  include/configs/PMC405DE.h                         |    7 +-
>  include/configs/PMC440.h                           |   11 +-
>  include/configs/PPChameleonEVB.h                   |   29 +-
>  include/configs/SBC8540.h                          |    1 -
>  include/configs/TQM834x.h                          |    1 -
>  include/configs/TQM85xx.h                          |    1 -
>  include/configs/VOH405.h                           |   17 +-
>  include/configs/VOM405.h                           |   19 +-
>  include/configs/W7OLMC.h                           |    6 +
>  include/configs/W7OLMG.h                           |    6 +
>  include/configs/WUH405.h                           |   17 +-
>  include/configs/XPEDITE1000.h                      |    7 +-
>  include/configs/acadia.h                           |    1 +
>  include/configs/alpr.h                             |    8 +-
>  include/configs/amcc-common.h                      |    6 +-
>  include/configs/aria.h                             |    1 -
>  include/configs/bamboo.h                           |    6 +-
>  include/configs/bubinga.h                          |   12 +-
>  include/configs/canyonlands.h                      |    4 +-
>  include/configs/csb272.h                           |    6 +
>  include/configs/csb472.h                           |    6 +
>  include/configs/dlvision.h                         |    2 +-
>  include/configs/eNET.h                             |    1 -
>  include/configs/ebony.h                            |    3 +-
>  include/configs/gdppc440etx.h                      |    7 +-
>  include/configs/hcu5.h                             |    5 -
>  include/configs/icon.h                             |    3 +-
>  include/configs/intip.h                            |    4 +-
>  include/configs/katmai.h                           |    3 +-
>  include/configs/kilauea.h                          |    4 +-
>  include/configs/kmeter1.h                          |    1 -
>  include/configs/korat.h                            |   10 +-
>  include/configs/luan.h                             |    4 +-
>  include/configs/lwmon5.h                           |   10 +-
>  include/configs/makalu.h                           |    4 +-
>  include/configs/mcu25.h                            |    7 -
>  include/configs/mecp5123.h                         |    1 -
>  include/configs/mpc5121ads.h                       |    1 -
>  include/configs/neo.h                              |    7 +-
>  include/configs/netstal-common.h                   |    5 +
>  include/configs/ocotea.h                           |    3 +-
>  include/configs/p3p440.h                           |    7 +-
>  include/configs/pcs440ep.h                         |    8 +-
>  include/configs/quad100hd.h                        |   15 +-
>  include/configs/redwood.h                          |    6 +-
>  include/configs/sbc405.h                           |    6 +
>  include/configs/sbc8349.h                          |    1 -
>  include/configs/sbc8548.h                          |    1 -
>  include/configs/sbc8560.h                          |    1 -
>  include/configs/sbc8641d.h                         |    1 -
>  include/configs/sc3.h                              |   13 +-
>  include/configs/sequoia.h                          |    6 +-
>  include/configs/socrates.h                         |    1 -
>  include/configs/stxssa.h                           |    1 -
>  include/configs/t3corp.h                           |    4 +-
>  include/configs/taihu.h                            |    3 +-
>  include/configs/taishan.h                          |    3 +-
>  include/configs/vme8349.h                          |    1 -
>  include/configs/walnut.h                           |    2 +-
>  include/configs/yosemite.h                         |    4 +-
>  include/configs/yucca.h                            |    4 +-
>  include/configs/zeus.h                             |   22 +-
>  include/ppc405.h                                   |  832 ---------
>  include/ppc440.h                                   | 1958 --------------------
>  include/ppc4xx.h                                   |  225 ---
>  nand_spl/board/amcc/bamboo/sdram.c                 |    2 +-
>  nand_spl/board/amcc/canyonlands/ddr2_fixed.c       |    4 +-
>  post/board/lwmon5/watchdog.c                       |    2 +-
>  post/cpu/ppc4xx/denali_ecc.c                       |    2 +-
>  post/cpu/ppc4xx/ether.c                            |    4 +-
>  post/cpu/ppc4xx/fpu.c                              |    2 +-
>  317 files changed, 3689 insertions(+), 4578 deletions(-)
>  create mode 100644 arch/powerpc/include/asm/ppc405.h
>  create mode 100644 arch/powerpc/include/asm/ppc405cr.h
>  create mode 100644 arch/powerpc/include/asm/ppc405ep.h
>  create mode 100644 arch/powerpc/include/asm/ppc405ex.h
>  create mode 100644 arch/powerpc/include/asm/ppc405ez.h
>  create mode 100644 arch/powerpc/include/asm/ppc405gp.h
>  create mode 100644 arch/powerpc/include/asm/ppc440.h
>  create mode 100644 arch/powerpc/include/asm/ppc440ep_gr.h
>  create mode 100644 arch/powerpc/include/asm/ppc440epx_grx.h
>  create mode 100644 arch/powerpc/include/asm/ppc440gp.h
>  create mode 100644 arch/powerpc/include/asm/ppc440gx.h
>  create mode 100644 arch/powerpc/include/asm/ppc440sp.h
>  create mode 100644 arch/powerpc/include/asm/ppc440spe.h
>  create mode 100644 arch/powerpc/include/asm/ppc460ex_gt.h
>  create mode 100644 arch/powerpc/include/asm/ppc460sx.h
>  rename include/ppc4xx_enet.h => arch/powerpc/include/asm/ppc4xx-emac.h (98%)
>  rename arch/powerpc/include/asm/{gpio.h => ppc4xx-gpio.h} (100%)
>  rename include/4xx_i2c.h => arch/powerpc/include/asm/ppc4xx-i2c.h (100%)
>  create mode 100644 arch/powerpc/include/asm/ppc4xx-mal.h
>  create mode 100644 arch/powerpc/include/asm/ppc4xx.h
>  delete mode 100644 include/405_dimm.h
>  delete mode 100644 include/405_mal.h
>  delete mode 100644 include/ppc405.h
>  delete mode 100644 include/ppc440.h
>  delete mode 100644 include/ppc4xx.h

Applied to next, 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: wd at denx.de
Never call a man a fool.  Borrow from him.


More information about the U-Boot mailing list