All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-arm/master
@ 2011-08-31 10:13 Albert ARIBAUD
  2011-08-31 11:57 ` Marek Vasut
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Albert ARIBAUD @ 2011-08-31 10:13 UTC (permalink / raw)
  To: u-boot

Hi Woldfgang,

The following changes since commit bd061a5214e60c9d1bb24393933323bd1a2dae19:

   Merge branch 'master' of git://git.denx.de/u-boot-sh (2011-08-26 
15:55:03 +0200)

are available in the git repository at:

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

Anton Staaf (1):
       mmc: S5P: Support DMA restarts at buffer boundaries

Asen Dimov (3):
       pm9261: compiles with the AT91 reworked scheme
       make pm9263 buildable for v2011.06 release
       make pm9g45 buildable for v2011.06 release

Chander Kashyap (3):
       SMDKV310: Fix build error for smdkv310 board
       SMDKV310: Fix undefined reference error
       SMDKV310: MMC SPL: Remove unwanted dummy functions

David Jander (1):
       ARM: MX51: PLL errata workaround

Dirk Behme (3):
       MAKEALL ARMv7: Use boards.cfg
       SMDKV310: Fix host compilation of mkv310_image
       mkimage: Fix 'Unknown OMAP image type - 5'

Fabio Estevam (1):
       mx53: ddr3: Update DD3 initialization

Heiko Schocher (1):
       arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize

Igor Grinberg (3):
       arm: nvidia and smdk6400: use common code for machine type
       arm: omap: innovator: use common code for machine type
       arm: fix bd pointer dereference prior initialization

Jason Liu (1):
       mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF

Linus Walleij (7):
       integratorap: make the compile work again
       integratorap: support relocation
       integratorap: support the hush shell
       integratorap: support some rudimentary commands
       integratorap: remove hardcoded 32MB memory cmdline
       integratorcp: make the board compile
       integrator: convert to new build system

Matthias Fuchs (1):
       at91: reworked support for meesc board

Matthias Weisser (1):
       arm: lib: memcpy: Do not copy to same address

Reinhard Meyer (1):
       AT91: fix at91sam9g45.h to include USB Host defines

Simon Glass (4):
       Tegra2: Add microsecond timer function
       Tegra2: Add more clock support
       Tegra2: Add additional pin multiplexing features
       Tegra2: Use clock and pinmux functions to simplify code

Stefano Babic (23):
       MX31: removed warnings due to clock.h
       ARM: versatilepb : drop warnings due to double definitions
       MX35: MX35PDK: support additional RAM on CSD1
       MX: MX35 / MX5: uniform clock command with powerpc
       IMX: uniform GPIO interface using GPIO framework
       MX25: make use of GPIO framework for MX25 processor
       MX31: make use of GPIO framework for MX31 processor
       MX5: make use of GPIO framework for MX5 processor
       MX35: make use of GPIO framework for MX35 processor
       MX31: QONG: make use of GPIO framework
       MX5: efikamx: make use of GPIO framework
       MX25: zmx25: make use of GPIO framework
       MX5: mx53ard: make use of GPIO framework
       MX5: mx53smd: make use of GPIO framework
       MX5: vision2: make use of GPIO framework
       MX5: mx53evk: make use of GPIO framework
       MX5: mx53loco: make use of GPIO framework
       MX35: mx35pdk: make use of GPIO framework
       MX5: mx51evk: make use of GPIO framework
       MX31: mx31ads: make use of GPIO framework
       MX31: imx31_litekit: make use of GPIO framework
       IMX: scb9328: drop warnings
       ARM: versatile: drop warnings

Thomas Petazzoni (4):
       sbc35_a9g20: update board to the new AT91 organization
       tny_a9260/tny_a9g20: update board to the new AT91 organization
       atmel: update at91sam9m10g45 SoC support to new style
       atmel: Update support of board AT91SAM9M10G45-EK to new style

Wolfgang Denk (16):
       ARM: remove broken "assabet" board
       ARM: remove broken "armadillo" board
       ARM: remove broken "B2" board
       ARM: remove broken "edb93xx" boards
       ARM: remove broken "lpd7a40x" boards
       ARM: remove broken "mx1fs2" board
       ARM: remove broken "netstar" board
       ARM: remove broken "sbc2410x" board
       ARM: remove broken "smdk2400" board
       ARM: remove broken "voiceblue" board
       ARM: remove broken "at91cap9adk" board
       ARM: remove broken "cmc_pu2" board
       ARM: remove broken "csb637" board
       ARM: remove broken "kb9202" board
       ARM: remove broken "m501sk" board
       ARM: remove broken "at91rm9200dk" board

aneeshv (3):
       omap: fix gpio related build breaks
       omap4: fix build warning due to signed unsigned comparison
       omap4: increase SRAM budget to fix build error

?ukasz Majewski (2):
       gpio:samsung s5p_ suffix add for GPIO functions
       gpio:samsung: s5p_ suffix add for GPIO functions (C210_universal)

  MAINTAINERS                                        |   14 -
  MAKEALL                                            |   69 +--
  Makefile                                           |   84 --
  arch/arm/cpu/arm1136/mx35/generic.c                |    4 +-
  arch/arm/cpu/arm720t/cpu.c                         |    5 -
  .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c    |  114 ++--
  arch/arm/cpu/armv7/mx5/clock.c                     |    4 +-
  arch/arm/cpu/armv7/mx5/lowlevel_init.S             |   38 +
  arch/arm/cpu/armv7/omap-common/gpio.c              |    2 +-
  arch/arm/cpu/armv7/omap3/board.c                   |    2 +-
  arch/arm/cpu/armv7/omap4/board.c                   |    2 +-
  arch/arm/cpu/armv7/tegra2/Makefile                 |    2 +-
  arch/arm/cpu/armv7/tegra2/ap20.c                   |   91 +--
  arch/arm/cpu/armv7/tegra2/clock.c                  |  158 ++++
  .../led.c => arch/arm/cpu/armv7/tegra2/pinmux.c    |   43 +-
  arch/arm/cpu/armv7/tegra2/timer.c                  |   18 +-
  arch/arm/include/asm/arch-at91/at91sam9g45.h       |   16 +-
  .../arm/include/asm/arch-at91/at91sam9g45_matrix.h |  194 ++---
  .../arm/include/asm/arch-mx25/gpio.h               |   42 +-
  arch/arm/include/asm/arch-mx25/imx-regs.h          |   12 -
  arch/arm/include/asm/arch-mx31/clock.h             |    2 +-
  .../arm/include/asm/arch-mx31/gpio.h               |   23 +-
  arch/arm/include/asm/arch-mx31/imx-regs.h          |    7 -
  .../arm/include/asm/arch-mx35/gpio.h               |   37 +-
  .../arm/include/asm/arch-mx5/gpio.h                |   23 +-
  arch/arm/include/asm/arch-mx5/imx-regs.h           |   12 +-
  arch/arm/include/asm/arch-omap3/gpio.h             |   50 ++
  arch/arm/include/asm/arch-omap3/omap3.h            |    8 -
  arch/arm/include/asm/arch-omap4/clocks.h           |   12 +-
  arch/arm/include/asm/arch-omap4/gpio.h             |   50 ++
  arch/arm/include/asm/arch-omap4/omap4.h            |    8 -
  arch/arm/include/asm/arch-s5pc1xx/gpio.h           |   16 +-
  arch/arm/include/asm/arch-s5pc2xx/gpio.h           |   16 +-
  arch/arm/include/asm/arch-tegra2/clk_rst.h         |  127 ++--
  arch/arm/include/asm/arch-tegra2/clock.h           |  263 ++++++
  arch/arm/include/asm/arch-tegra2/pinmux.h          |  161 ++++-
  .../arm/include/asm/arch-tegra2/timer.h            |   22 +-
  arch/arm/lib/board.c                               |   11 +-
  arch/arm/lib/memcpy.S                              |    3 +
  board/armadillo/Makefile                           |   55 --
  board/armadillo/armadillo.c                        |   72 --
  board/armadillo/config.mk                          |   29 -
  board/armadillo/flash.c                            |  340 --------
  board/armadillo/lowlevel_init.S                    |   66 --
  board/armltd/integrator/integrator.c               |   15 +-
  board/armltd/integrator/lowlevel_init.S            |    2 +-
  board/armltd/integrator/split_by_variant.sh        |  220 -----
  board/armltd/versatile/versatile.c                 |    2 +-
  board/assabet/Makefile                             |   53 --
  board/assabet/assabet.c                            |  131 ---
  board/assabet/config.mk                            |    7 -
  board/assabet/setup.S                              |  136 ----
  board/atmel/at91cap9adk/Makefile                   |   56 --
  board/atmel/at91cap9adk/at91cap9adk.c              |  352 --------
  board/atmel/at91cap9adk/config.mk                  |    1 -
  board/atmel/at91rm9200dk/Makefile                  |   56 --
  board/atmel/at91rm9200dk/at91rm9200dk.c            |  167 ----
  board/atmel/at91rm9200dk/config.mk                 |    1 -
  board/atmel/at91rm9200dk/flash.c                   |  504 ------------
  board/atmel/at91rm9200dk/led.c                     |   80 --
  board/atmel/at91rm9200dk/mux.c                     |   29 -
  board/atmel/at91rm9200dk/partition.c               |   40 -
  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |  115 ++--
  board/atmel/at91sam9m10g45ek/led.c                 |    6 +-
  board/calao/sbc35_a9g20/sbc35_a9g20.c              |   88 +-
  board/calao/tny_a9260/tny_a9260.c                  |   55 +-
  board/cmc_pu2/Makefile                             |   50 --
  board/cmc_pu2/cmc_pu2.c                            |  192 -----
  board/cmc_pu2/config.mk                            |    3 -
  board/cmc_pu2/flash.c                              |  469 -----------
  board/cmc_pu2/load_sernum_ethaddr.c                |  113 ---
  board/csb637/Makefile                              |   50 --
  board/csb637/config.mk                             |    1 -
  board/csb637/csb637.c                              |   94 ---
  board/dave/B2/B2.c                                 |  139 ----
  board/dave/B2/Makefile                             |   55 --
  board/dave/B2/config.mk                            |   30 -
  board/dave/B2/flash.c                              |   76 --
  board/dave/B2/lowlevel_init.S                      |  167 ----
  board/davedenx/qong/fpga.c                         |   10 +-
  board/davedenx/qong/qong.c                         |   36 +-
  board/edb93xx/Makefile                             |   50 --
  board/edb93xx/config.mk                            |   33 -
  board/edb93xx/edb93xx.c                            |  110 ---
  board/edb93xx/pll_cfg.c                            |   58 --
  board/edb93xx/pll_cfg.h                            |   72 --
  board/edb93xx/sdram_cfg.c                          |  146 ----
  board/edb93xx/sdram_cfg.h                          |  144 ----
  board/efikamx/efikamx.c                            |   62 +-
  board/esd/meesc/config.mk                          |    1 -
  board/esd/meesc/meesc.c                            |   49 +-
  board/freescale/mx35pdk/lowlevel_init.S            |    9 +-
  board/freescale/mx35pdk/mx35pdk.c                  |   22 +-
  board/freescale/mx51evk/mx51evk.c                  |   18 +-
  board/freescale/mx53ard/imximage_dd3.cfg           |    6 +-
  board/freescale/mx53ard/mx53ard.c                  |    8 +-
  board/freescale/mx53evk/mx53evk.c                  |    6 +-
  board/freescale/mx53loco/imximage.cfg              |    6 +-
  board/freescale/mx53loco/mx53loco.c                |    6 +-
  board/freescale/mx53smd/imximage.cfg               |    6 +-
  board/freescale/mx53smd/mx53smd.c                  |    4 +-
  board/kb9202/Makefile                              |   53 --
  board/kb9202/config.mk                             |    1 -
  board/kb9202/kb9202.c                              |  107 ---
  board/lpd7a40x/Makefile                            |   51 --
  board/lpd7a40x/config.mk                           |   38 -
  board/lpd7a40x/flash.c                             |  490 -----------
  board/lpd7a40x/lowlevel_init.S                     |  212 -----
  board/lpd7a40x/lpd7a40x.c                          |   93 ---
  board/m501sk/Makefile                              |   50 --
  board/m501sk/config.mk                             |    1 -
  board/m501sk/eeprom.c                              |  102 ---
  board/m501sk/m501sk.c                              |  203 -----
  board/m501sk/m501sk.h                              |  167 ----
  board/mx1fs2/Makefile                              |   51 --
  board/mx1fs2/config.mk                             |   10 -
  board/mx1fs2/flash.c                               |  849 
--------------------
  board/mx1fs2/intel.h                               |   99 ---
  board/mx1fs2/lowlevel_init.S                       |  188 -----
  board/mx1fs2/mx1fs2.c                              |  122 ---
  board/netstar/Makefile                             |   95 ---
  board/netstar/config.mk                            |   11 -
  board/netstar/crcek.S                              |  241 ------
  board/netstar/crcek.h                              |    3 -
  board/netstar/crcit.c                              |   87 --
  board/netstar/eeprom.c                             |  218 -----
  board/netstar/netstar.c                            |  129 ---
  board/netstar/setup.S                              |  284 -------
  board/nvidia/common/board.c                        |  119 +--
  board/pandora/pandora.c                            |    1 +
  board/ronetix/pm9261/led.c                         |    9 +-
  board/ronetix/pm9261/pm9261.c                      |   38 +-
  board/ronetix/pm9263/led.c                         |    9 +-
  board/ronetix/pm9263/pm9263.c                      |   42 +-
  board/ronetix/pm9g45/pm9g45.c                      |   32 +-
  board/samsung/goni/goni.c                          |    8 +-
  board/samsung/smdk2400/Makefile                    |   51 --
  board/samsung/smdk2400/config.mk                   |   25 -
  board/samsung/smdk2400/flash.c                     |  492 ------------
  board/samsung/smdk2400/lowlevel_init.S             |  163 ----
  board/samsung/smdk2400/smdk2400.c                  |  125 ---
  board/samsung/smdk6400/smdk6400.c                  |    1 -
  board/samsung/smdkc100/smdkc100.c                  |    2 +-
  board/samsung/smdkv310/smdkv310.c                  |   10 +-
  board/samsung/universal_c210/universal.c           |   28 +-
  board/sbc2410x/Makefile                            |   51 --
  board/sbc2410x/config.mk                           |   23 -
  board/sbc2410x/flash.c                             |  433 ----------
  board/sbc2410x/lowlevel_init.S                     |  163 ----
  board/sbc2410x/sbc2410x.c                          |  193 -----
  board/scb9328/scb9328.c                            |    2 +-
  board/syteco/zmx25/zmx25.c                         |   35 +-
  board/ti/omap1610inn/omap1610innovator.c           |    7 -
  board/ttcontrol/vision2/vision2.c                  |   71 +-
  board/voiceblue/Makefile                           |   74 --
  board/voiceblue/config.mk                          |    1 -
  board/voiceblue/eeprom.c                           |  218 -----
  board/voiceblue/setup.S                            |  280 -------
  board/voiceblue/voiceblue.c                        |   80 --
  boards.cfg                                         |   38 +-
  doc/README.imx5                                    |   17 +
  doc/README.scrapyard                               |   23 +
  drivers/gpio/mxc_gpio.c                            |   51 ++-
  drivers/gpio/s5p_gpio.c                            |   20 +-
  drivers/mmc/s5p_mmc.c                              |   15 +-
  drivers/spi/mxc_spi.c                              |    8 +-
  include/configs/B2.h                               |  216 -----
  include/configs/armadillo.h                        |  157 ----
  include/configs/assabet.h                          |  173 ----
  include/configs/at91cap9adk.h                      |  218 -----
  include/configs/at91rm9200dk.h                     |  202 -----
  include/configs/at91sam9m10g45ek.h                 |  193 ++---
  include/configs/cmc_pu2.h                          |  238 ------
  include/configs/csb637.h                           |  196 -----
  include/configs/edb93xx.h                          |  269 -------
  include/configs/efikamx.h                          |    2 -
  include/configs/imx31_litekit.h                    |    1 +
  include/configs/integratorap.h                     |   21 +-
  include/configs/integratorcp.h                     |    8 +
  include/configs/kb9202.h                           |  196 -----
  include/configs/lpd7a400-10.h                      |   80 --
  include/configs/lpd7a400.h                         |  117 ---
  include/configs/lpd7a404-10.h                      |   80 --
  include/configs/lpd7a404.h                         |  117 ---
  include/configs/m501sk.h                           |  228 ------
  include/configs/meesc.h                            |  202 +++--
  include/configs/mx1fs2.h                           |  305 -------
  include/configs/mx31ads.h                          |    1 +
  include/configs/mx35pdk.h                          |    7 +-
  include/configs/mx51evk.h                          |    3 +-
  include/configs/mx53ard.h                          |    2 -
  include/configs/mx53evk.h                          |    2 -
  include/configs/mx53loco.h                         |    2 -
  include/configs/mx53smd.h                          |    2 -
  include/configs/netstar.h                          |  245 ------
  include/configs/omap1610h2.h                       |    3 +-
  include/configs/omap1610inn.h                      |    3 +-
  include/configs/omap4_panda.h                      |    2 +-
  include/configs/omap4_sdp4430.h                    |    2 +-
  include/configs/pm9261.h                           |   18 +-
  include/configs/pm9263.h                           |   17 +-
  include/configs/pm9g45.h                           |   16 +-
  include/configs/sbc2410x.h                         |  220 -----
  include/configs/sbc35_a9g20.h                      |   87 +--
  include/configs/smdk2400.h                         |  189 -----
  include/configs/smdk6400.h                         |    2 +-
  include/configs/tny_a9260.h                        |   85 +-
  include/configs/versatile.h                        |    4 -
  include/configs/vision2.h                          |    1 -
  include/configs/voiceblue.h                        |  241 ------
  mmc_spl/board/samsung/smdkv310/Makefile            |    1 +
  mmc_spl/board/samsung/smdkv310/mmc_boot.c          |   28 +-
  .../board/samsung/smdkv310/tools/mkv310_image.c    |    1 +
  mmc_spl/board/samsung/smdkv310/u-boot.lds          |    2 +
  tools/omapimage.c                                  |    1 -
  215 files changed, 2002 insertions(+), 16061 deletions(-)
  create mode 100644 arch/arm/cpu/armv7/tegra2/clock.c
  rename board/atmel/at91cap9adk/led.c => 
arch/arm/cpu/armv7/tegra2/pinmux.c (56%)
  rename include/mxc_gpio.h => arch/arm/include/asm/arch-mx25/gpio.h (59%)
  copy board/edb93xx/early_udelay.h => 
arch/arm/include/asm/arch-mx31/gpio.h (67%)
  rename board/atmel/at91cap9adk/partition.c => 
arch/arm/include/asm/arch-mx35/gpio.h (50%)
  rename board/edb93xx/early_udelay.h => 
arch/arm/include/asm/arch-mx5/gpio.h (67%)
  create mode 100644 arch/arm/include/asm/arch-omap3/gpio.h
  create mode 100644 arch/arm/include/asm/arch-omap4/gpio.h
  create mode 100644 arch/arm/include/asm/arch-tegra2/clock.h
  rename board/edb93xx/flash_cfg.c => 
arch/arm/include/asm/arch-tegra2/timer.h (64%)
  delete mode 100644 board/armadillo/Makefile
  delete mode 100644 board/armadillo/armadillo.c
  delete mode 100644 board/armadillo/config.mk
  delete mode 100644 board/armadillo/flash.c
  delete mode 100644 board/armadillo/lowlevel_init.S
  delete mode 100755 board/armltd/integrator/split_by_variant.sh
  delete mode 100644 board/assabet/Makefile
  delete mode 100644 board/assabet/assabet.c
  delete mode 100644 board/assabet/config.mk
  delete mode 100644 board/assabet/setup.S
  delete mode 100644 board/atmel/at91cap9adk/Makefile
  delete mode 100644 board/atmel/at91cap9adk/at91cap9adk.c
  delete mode 100644 board/atmel/at91cap9adk/config.mk
  delete mode 100644 board/atmel/at91rm9200dk/Makefile
  delete mode 100644 board/atmel/at91rm9200dk/at91rm9200dk.c
  delete mode 100644 board/atmel/at91rm9200dk/config.mk
  delete mode 100644 board/atmel/at91rm9200dk/flash.c
  delete mode 100644 board/atmel/at91rm9200dk/led.c
  delete mode 100644 board/atmel/at91rm9200dk/mux.c
  delete mode 100644 board/atmel/at91rm9200dk/partition.c
  delete mode 100644 board/cmc_pu2/Makefile
  delete mode 100644 board/cmc_pu2/cmc_pu2.c
  delete mode 100644 board/cmc_pu2/config.mk
  delete mode 100644 board/cmc_pu2/flash.c
  delete mode 100644 board/cmc_pu2/load_sernum_ethaddr.c
  delete mode 100644 board/csb637/Makefile
  delete mode 100644 board/csb637/config.mk
  delete mode 100644 board/csb637/csb637.c
  delete mode 100644 board/dave/B2/B2.c
  delete mode 100644 board/dave/B2/Makefile
  delete mode 100644 board/dave/B2/config.mk
  delete mode 100644 board/dave/B2/flash.c
  delete mode 100644 board/dave/B2/lowlevel_init.S
  delete mode 100644 board/edb93xx/Makefile
  delete mode 100644 board/edb93xx/config.mk
  delete mode 100644 board/edb93xx/edb93xx.c
  delete mode 100644 board/edb93xx/pll_cfg.c
  delete mode 100644 board/edb93xx/pll_cfg.h
  delete mode 100644 board/edb93xx/sdram_cfg.c
  delete mode 100644 board/edb93xx/sdram_cfg.h
  delete mode 100644 board/esd/meesc/config.mk
  delete mode 100644 board/kb9202/Makefile
  delete mode 100644 board/kb9202/config.mk
  delete mode 100644 board/kb9202/kb9202.c
  delete mode 100644 board/lpd7a40x/Makefile
  delete mode 100644 board/lpd7a40x/config.mk
  delete mode 100644 board/lpd7a40x/flash.c
  delete mode 100644 board/lpd7a40x/lowlevel_init.S
  delete mode 100644 board/lpd7a40x/lpd7a40x.c
  delete mode 100644 board/m501sk/Makefile
  delete mode 100644 board/m501sk/config.mk
  delete mode 100644 board/m501sk/eeprom.c
  delete mode 100644 board/m501sk/m501sk.c
  delete mode 100644 board/m501sk/m501sk.h
  delete mode 100644 board/mx1fs2/Makefile
  delete mode 100644 board/mx1fs2/config.mk
  delete mode 100644 board/mx1fs2/flash.c
  delete mode 100644 board/mx1fs2/intel.h
  delete mode 100644 board/mx1fs2/lowlevel_init.S
  delete mode 100644 board/mx1fs2/mx1fs2.c
  delete mode 100644 board/netstar/Makefile
  delete mode 100644 board/netstar/config.mk
  delete mode 100644 board/netstar/crcek.S
  delete mode 100644 board/netstar/crcek.h
  delete mode 100644 board/netstar/crcit.c
  delete mode 100644 board/netstar/eeprom.c
  delete mode 100644 board/netstar/netstar.c
  delete mode 100644 board/netstar/setup.S
  delete mode 100644 board/samsung/smdk2400/Makefile
  delete mode 100644 board/samsung/smdk2400/config.mk
  delete mode 100644 board/samsung/smdk2400/flash.c
  delete mode 100644 board/samsung/smdk2400/lowlevel_init.S
  delete mode 100644 board/samsung/smdk2400/smdk2400.c
  delete mode 100644 board/sbc2410x/Makefile
  delete mode 100644 board/sbc2410x/config.mk
  delete mode 100644 board/sbc2410x/flash.c
  delete mode 100644 board/sbc2410x/lowlevel_init.S
  delete mode 100644 board/sbc2410x/sbc2410x.c
  delete mode 100644 board/voiceblue/Makefile
  delete mode 100644 board/voiceblue/config.mk
  delete mode 100644 board/voiceblue/eeprom.c
  delete mode 100644 board/voiceblue/setup.S
  delete mode 100644 board/voiceblue/voiceblue.c
  create mode 100644 doc/README.imx5
  delete mode 100644 include/configs/B2.h
  delete mode 100644 include/configs/armadillo.h
  delete mode 100644 include/configs/assabet.h
  delete mode 100644 include/configs/at91cap9adk.h
  delete mode 100644 include/configs/at91rm9200dk.h
  delete mode 100644 include/configs/cmc_pu2.h
  delete mode 100644 include/configs/csb637.h
  delete mode 100644 include/configs/edb93xx.h
  delete mode 100644 include/configs/kb9202.h
  delete mode 100644 include/configs/lpd7a400-10.h
  delete mode 100644 include/configs/lpd7a400.h
  delete mode 100644 include/configs/lpd7a404-10.h
  delete mode 100644 include/configs/lpd7a404.h
  delete mode 100644 include/configs/m501sk.h
  delete mode 100644 include/configs/mx1fs2.h
  delete mode 100644 include/configs/netstar.h
  delete mode 100644 include/configs/sbc2410x.h
  delete mode 100644 include/configs/smdk2400.h
  delete mode 100644 include/configs/voiceblue.h

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master -- updated
@ 2011-08-04 23:32 Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2011-08-04 23:32 UTC (permalink / raw)
  To: u-boot

Dear Albert ARIBAUD,

I wrote:

> Hm... current build results are shattering; building for ARM with good
> old ELDK 4.2 gives this:
> 
> --------------------- SUMMARY ----------------------------
> Boards compiled: 201
> Boards with warnings or errors: 99 ( assabet dnp1110 gcplus lart shannon ap7 ap720t armadillo B2 ep7312 evb4510 impa7 integratorap lpc2292sodimm modnet50 SMN42 ap920t ap922_XA10 ap926ejs ap946es ap966 cp920t cp922_XA10 cp926ejs cp946es cp966 edb9301 edb
> 9302 edb9302a edb9307 edb9307a edb9312 edb9315 edb9315a imx27lite jadecpu lpd7a400 magnesium mx1fs2 netstar sbc2410x scb9328 smdk2400 smdk2410 spear300 spear310 spear320 spear600 VCMA9 versatile versatileab versatilepb voiceblue integratorcp cp1026 cp11
> 36 omap2420h4 apollon imx31_litekit imx31_phycore imx31_phycore_eet mx31ads mx31pdk mx31pdk_nand qong dig297 igep0020 mx51evk omap3_beagle omap3_overo omap3_evm omap3_zoom2 omap4_panda omap4_sdp4430 at91cap9adk meesc meesc_dataflash pm9261 pm9263 at91sa
> m9m10g45ek pm9g45 SBC35_A9G20 TNY_A9260 TNY_A9G20 csb226 lubbock zylonite actux1_4_16 actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost ixdp425 ixdpg425 pdnb3 scpu )
> ----------------------------------------------------------

It's even more impressive when building on a 32 bit system:

--------------------- SUMMARY ----------------------------
Boards compiled: 201
Boards with warnings or errors: 201 ( assabet dnp1110 gcplus jornada lart shannon ap7 ap720t armadillo B2 ep7312 evb4510 impa7 integratorap lpc2292sodimm modnet50 SMN42 a320evb ap920t ap922_XA10 ap926ejs ap946es ap966 aspenite cp920t cp922_XA10 cp926ejs cp946es cp966 da830evm da850evm edb9301 edb9302 edb9302a edb9307 edb9307a edb9312 edb9315 edb9315a edminiv2 guruplug imx27lite jadecpu km_kirkwood lpd7a400 magnesium mv88f6281gtw_ge mx1ads mx1fs2 netstar nhk8815 nhk8815_onenand omap1510inn omap1610h2 omap1610inn omap5912osk omap730p2 openrd_base openrd_client openrd_ultimate portl2 rd6281a sbc2410x scb9328 sheevaplug smdk2400 smdk2410 spear300 spear310 spear320 spear600 VCMA9 versatile versatileab versatilepb voiceblue davinci_dvevm davinci_schmoogie davinci_sffsdr davinci_sonata davinci_dm355evm davinci_dm355leopard davinci_dm365evm davinci_dm6467evm integratorcp cp1026 cp1136 omap2420h4 apollon imx31_litekit imx31_phycore imx31_phycore_eet mx31ads mx31pdk mx31pdk_nand qong s
 mdk6400 tnetv107x_evm am3517_crane am3517_evm ca9x4_ct_vxp devkit8000 dig297 igep0020 igep0030 mx51evk omap3_beagle omap3_overo omap3_evm omap3_pandora omap3_sdp3430 omap3_zoom1 omap3_zoom2 omap4_panda omap4_sdp4430 s5p_goni smdkc100 at91rm9200ek at91rm9200ek_ram eb_cpux9k2 cpuat91 cpuat91_ram afeb9260 at91cap9adk at91sam9260ek_nandflash at91sam9260ek_dataflash_cs0 at91sam9260ek_dataflash_cs1 at91sam9261ek_nandflash at91sam9261ek_dataflash_cs0 at91sam9261ek_dataflash_cs3 at91sam9263ek_nandflash at91sam9263ek_dataflash_cs0 at91sam9263ek_dataflash at91sam9263ek_norflash at91sam9263ek_norflash_boot at91sam9g10ek_nandflash at91sam9g10ek_dataflash_cs0 at91sam9g10ek_dataflash_cs3 at91sam9g20ek_nandflash at91sam9g20ek_dataflash_cs0 at91sam9g20ek_dataflash_cs1 at91sam9rlek_nandflash at91sam9rlek_dataflash at91sam9xeek_nandflash at91sam9xeek_dataflash_cs0 at91sam9xeek_dataflash_cs1 snapper9260 snapper9g20 cpu9260 cpu9260_nand cpu9260_128M cpu9260_nand_128M cpu9G20 cpu9G20_nand cpu9G2
 0_128M cpu9G20_nand_128M top9000eval_xe top9000su_xe meesc meesc_dataflash otc570 otc570_dataflash pm9261 pm9263 at91sam9m10g45ek pm9g45 SBC35_A9G20 TNY_A9260 TNY_A9G20 balloon3 cerf250 colibri_pxa270 cradle csb226 innokom lubbock palmld palmtc pleb2 polaris pxa255_idp trizepsiv vpac270_nor_128 vpac270_nor_256 vpac270_ond_256 xaeniax xm250 zipitz2 zylonite actux1_4_16 actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost ixdp425 ixdpg425 pdnb3 scpu )
----------------------------------------------------------

I can't say I ever have seen this before :-(

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
Making files is easy under  the  UNIX  operating  system.  Therefore,
users  tend  to  create  numerous  files  using large amounts of file
space. It has been said that the only standard thing about  all  UNIX
systems  is  the  message-of-the-day  telling users to clean up their
files.                             - System V.2 administrator's guide

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master -- updated
@ 2011-08-04 17:04 Albert ARIBAUD
  2011-08-04 21:24 ` Wolfgang Denk
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Albert ARIBAUD @ 2011-08-04 17:04 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Here is my pull request for u-boot-arm/master, from which I did remove 
the wrongly applied commits that you indicated and in which all patches 
submitted before the merge window closure are taken into account.

Developers, please direct complaints to me for any ARM-directed patches 
submitted before the window closure, and which is not accounted for at 
this point.

Still to apply are  bugfix patches submitted after window closure as 
well as the UTF-8 conversion patch and the ARM board removal patch.

The following changes since commit d50a8f45c9a640b3bcbd0ede91f83c8646cca018:

   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-08-02 
22:39:36 +0200)

are available in the git repository at:

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

Ajay Bhargav (2):
       Armada100: MFP macro naming correction
       Armada100: Add Board Support for Marvell GuruPlug-Display

Albert ARIBAUD (1):
       Merge commit '7b2fac7654f7420c2787f74ec3b1540fa3b343e9'

Andreas Bie?mann (8):
       ARM: remove obsolete at91rm9200
       MAKEALL: remove obsolete at91rm9200 soc
       a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warning
       README.at91-soc: remove AT91(RM9200) joining notice
       net/eth.c: drop obsolete at91rm9200 support
       README: fix arm920t/at91 path
       a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART
       avr32: add grasshopper (ICnova AP7000) board

Aneesh V (21):
       omap1610h2: fix build breaks
       omap5912osk: fix build breaks
       omap1510inn: fix build breaks
       omap1610inn: fix build breaks
       omap2420h4: fix build breaks
       omap730p2: fix build breaks
       omap4: utility function to identify the context of hw init
       omap4: cleanup pin mux data
       omap4: add OMAP4430 revision check
       omap4: add clock support
       omap4: add sdram init support
       omap4: calculate EMIF register values
       omap4: automatic sdram detection
       armv7: start.S: fixes and enhancements for SPL
       omap: add basic SPL support
       omap: add MMC and FAT support to SPL
       omap4: add omap4460 revision detection
       omap4: sdram init changes for omap4460
       omap: reuse omap3 gpio support in omap4
       omap4: support TPS programming
       omap4: clock init support for omap4460

Asen Dimov (1):
       AT91: change common at91sam9261 files to compile with new scheme

Chander Kashyap (1):
       SMDKV310: MMC_SPL: Fix building when using "make O="

Christopher Harvey (1):
       Removed unused define, CONFIG_ARMV7.

Dirk Behme (1):
       ARMv7: u8500_href: Add missing header to fix compiler warning

Heiko Schocher (1):
       cosmetic: arm: lib/board.c: Coding Style cleanup

Jason Cooper (1):
       drivers/rtc: add Marvell Integrated RTC

John Rigby (1):
       mkimage: Add OMAP boot image support

Laurence Withers (6):
       DaVinci: rename gpio_defs.h to gpio.h
       DA8xx: add generic GPIO driver
       DaVinci EMAC: declare function for all DA8xx CPUs
       DA8xx: add MMC/SD controller addresses
       DA8xx: switch an enum to defines for consistency
       DA8xx: fix LPSC constants

Matthias Weisser (1):
       arm: auto gen asm-offsets.h for mb86r0x

Po-Yu Chuang (2):
       arm: a320: fix multiline comment style
       arm: a320: enable tagged list support

Reinhard Meyer (3):
       AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init)
       MAKEALL: remove AT91 boards that are in boards.cfg
       AT91/SPI: fix atmel_dataflash_spi.c to allow building without 
warnings

Sanjeev Premi (3):
       omap3: Include array definition only when it is used
       omap3evm: eth: split function setup_net_chip
       omap3evm: eth: Include functions only when necessary

Shiraz Hashim (1):
       spear: fix build errors for spear3xx/spear600 platforms

Sriramakrishnan (1):
       omap3evm: Update ethernet reset sequence for Rev.G board

Stefano Babic (1):
       ARM: versatile: fix board support

Thomas Abraham (1):
       SMDKV310: Enable device tree support

Xu, Hong (6):
       AT91: Makes AT91SAM9RL SoC build correctly against 
u-boot-atmel/master
       AT91: Makes AT91SAM9RL-EK build correctly against u-boot-atmel/master
       AT91: SoC fix at91sam9261_matrix.h
       AT91: Board fix for AT91SAM9261-EK
       AT91: Makes AT91SAM9263 SoC build correctly against 
u-boot-atmel/master
       AT91: Makes AT91SAM9263-EK build correctly against 
u-boot-atmel/master

  MAINTAINERS                                        |    5 +
  MAKEALL                                            |    7 -
  Makefile                                           |   63 -
  README                                             |    2 +-
  arch/arm/cpu/arm920t/at91/reset.c                  |    4 -
  arch/arm/cpu/arm920t/at91rm9200/bcm5221.c          |  232 ----
  arch/arm/cpu/arm920t/at91rm9200/dm9161.c           |  225 ----
  arch/arm/cpu/arm920t/at91rm9200/ether.c            |  316 -----
  arch/arm/cpu/arm920t/at91rm9200/i2c.c              |  192 ---
  arch/arm/cpu/arm920t/at91rm9200/ks8721.c           |  249 ----
  arch/arm/cpu/arm920t/at91rm9200/lowlevel_init.S    |  169 ---
  arch/arm/cpu/arm920t/at91rm9200/lxt972.c           |  192 ---
  arch/arm/cpu/arm920t/at91rm9200/reset.c            |   71 --
  arch/arm/cpu/arm920t/at91rm9200/spi.c              |  152 ---
  arch/arm/cpu/arm920t/at91rm9200/timer.c            |  142 ---
  arch/arm/cpu/arm920t/cpu.c                         |    4 -
  arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c  |    2 +-
  arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c  |   76 +-
  arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c  |   38 +-
  arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c   |   74 +-
  arch/arm/cpu/arm926ejs/at91/lowlevel_init.S        |    2 +-
  arch/arm/cpu/arm926ejs/mb86r0x/Makefile            |    2 +
  arch/arm/cpu/arm926ejs/mb86r0x/asm-offsets.c       |   65 +
  arch/arm/cpu/armv7/Makefile                        |    7 +-
  arch/arm/cpu/armv7/cpu.c                           |    7 +
  arch/arm/cpu/armv7/omap-common/Makefile            |    6 +
  arch/arm/cpu/armv7/{omap3 => omap-common}/gpio.c   |   41 +-
  arch/arm/cpu/armv7/omap-common/spl.c               |  272 ++++
  arch/arm/cpu/armv7/omap-common/u-boot-spl.lds      |   62 +
  arch/arm/cpu/armv7/omap-common/utils.c             |   57 +
  arch/arm/cpu/armv7/omap3/Makefile                  |    1 -
  arch/arm/cpu/armv7/omap3/board.c                   |   12 +
  arch/arm/cpu/armv7/omap3/sys_info.c                |    3 +
  arch/arm/cpu/armv7/omap4/Makefile                  |    6 +
  arch/arm/cpu/armv7/omap4/board.c                   |  180 +++-
  arch/arm/cpu/armv7/omap4/clocks.c                  |  940 ++++++++++++++
  .../panda => arch/arm/cpu/armv7/omap4}/config.mk   |   25 +-
  arch/arm/cpu/armv7/omap4/emif.c                    | 1310 
++++++++++++++++++++
  arch/arm/cpu/armv7/omap4/lowlevel_init.S           |   31 +
  arch/arm/cpu/armv7/omap4/omap4_mux_data.h          |   76 ++
  arch/arm/cpu/armv7/omap4/sdram_elpida.c            |  282 +++++
  arch/arm/cpu/armv7/start.S                         |   50 +-
  arch/arm/cpu/armv7/u-boot.lds                      |    2 +
  arch/arm/include/asm/arch-armada100/mfp.h          |    4 +-
  arch/arm/include/asm/arch-at91/at91_spi.h          |    2 +-
  arch/arm/include/asm/arch-at91/at91sam9261.h       |    3 +-
  .../arm/include/asm/arch-at91/at91sam9261_matrix.h |   77 +-
  arch/arm/include/asm/arch-at91/at91sam9263.h       |   13 +
  .../arm/include/asm/arch-at91/at91sam9263_matrix.h |  146 +--
  arch/arm/include/asm/arch-at91/at91sam9rl.h        |  185 ++--
  arch/arm/include/asm/arch-at91/at91sam9rl_matrix.h |  121 +--
  arch/arm/include/asm/arch-at91rm9200/AT91RM9200.h  |  812 ------------
  arch/arm/include/asm/arch-at91rm9200/hardware.h    |   75 --
  arch/arm/include/asm/arch-davinci/davinci_misc.h   |    2 +-
  .../asm/arch-davinci/{gpio_defs.h => gpio.h}       |    8 +
  arch/arm/include/asm/arch-davinci/hardware.h       |  102 +-
  arch/arm/include/asm/arch-kirkwood/kirkwood.h      |    1 +
  arch/arm/include/asm/arch-mb86r0x/asm-offsets.h    |   74 --
  arch/arm/include/asm/arch-mb86r0x/mb86r0x.h        |   42 +
  arch/arm/include/asm/arch-omap3/cpu.h              |   26 +
  arch/arm/include/asm/arch-omap4/clocks.h           |  690 +++++++++++
  arch/arm/include/asm/arch-omap4/cpu.h              |   26 +
  arch/arm/include/asm/arch-omap4/emif.h             | 1040 ++++++++++++++++
  arch/arm/include/asm/arch-omap4/mux_omap4.h        |    1 +
  arch/arm/include/asm/arch-omap4/omap4.h            |   61 +-
  arch/arm/include/asm/arch-omap4/sys_proto.h        |   72 ++-
  arch/arm/include/asm/armv7.h                       |    6 +
  arch/arm/include/asm/omap_common.h                 |   56 +
  .../include/asm/{arch-omap3/gpio.h => omap_gpio.h} |   27 +-
  arch/arm/lib/board.c                               |  216 ++--
  .../at91rm9200 => board/Marvell/gplugd}/Makefile   |   45 +-
  board/Marvell/gplugd/gplugd.c                      |   62 +
  board/armltd/versatile/config.mk                   |    5 -
  board/armltd/versatile/versatile.c                 |   10 +-
  board/atmel/at91sam9261ek/at91sam9261ek.c          |  136 ++-
  board/atmel/at91sam9261ek/config.mk                |    1 -
  board/atmel/at91sam9261ek/led.c                    |    7 +-
  board/atmel/at91sam9263ek/at91sam9263ek.c          |   56 +-
  board/atmel/at91sam9263ek/config.mk                |    1 -
  board/atmel/at91sam9263ek/led.c                    |   23 +-
  board/atmel/at91sam9rlek/at91sam9rlek.c            |   73 +-
  board/atmel/at91sam9rlek/config.mk                 |    1 -
  board/atmel/at91sam9rlek/led.c                     |    6 +-
  board/davinci/dm355leopard/dm355leopard.c          |    2 +-
  board/davinci/dm365evm/dm365evm.c                  |    2 +-
  .../in-circuit/grasshopper}/Makefile               |   29 +-
  board/in-circuit/grasshopper/grasshopper.c         |  112 ++
  board/spear/common/spr_misc.c                      |   10 +-
  board/st-ericsson/u8500/u8500_href.c               |    1 +
  board/ti/evm/evm.c                                 |   45 +-
  board/ti/evm/evm.h                                 |    1 +
  board/ti/panda/Makefile                            |    2 +
  board/ti/panda/panda.c                             |   25 +-
  board/ti/{sdp4430/sdp.h => panda/panda_mux_data.h} |   76 +-
  board/ti/sdp4430/Makefile                          |    2 +
  board/ti/sdp4430/config.mk                         |   31 -
  board/ti/sdp4430/sdp.c                             |   25 +-
  .../{panda/panda.h => sdp4430/sdp4430_mux_data.h}  |  128 +--
  boards.cfg                                         |   18 +
  common/image.c                                     |    6 +-
  doc/README.at91-soc                                |   22 -
  drivers/gpio/Makefile                              |    1 +
  drivers/gpio/da8xx_gpio.c                          |  281 +++++
  drivers/rtc/Makefile                               |    1 +
  drivers/rtc/mvrtc.c                                |  124 ++
  .../at91rm9200/usb.c => drivers/rtc/mvrtc.h        |   64 +-
  drivers/spi/atmel_dataflash_spi.c                  |   16 +-
  drivers/usb/musb/da8xx.h                           |    2 +-
  include/configs/a320evb.h                          |   34 +-
  include/configs/am3517_crane.h                     |    1 -
  include/configs/am3517_evm.h                       |    1 -
  include/configs/at91sam9261ek.h                    |  133 ++-
  include/configs/at91sam9263ek.h                    |   83 +-
  include/configs/at91sam9rlek.h                     |   85 +-
  include/configs/ca9x4_ct_vxp.h                     |    3 -
  include/configs/cm_t35.h                           |    1 -
  include/configs/devkit8000.h                       |    1 -
  include/configs/dig297.h                           |    1 -
  include/configs/gplugd.h                           |   87 ++
  include/configs/grasshopper.h                      |  198 +++
  include/configs/igep0020.h                         |    1 -
  include/configs/igep0030.h                         |    1 -
  include/configs/omap3_beagle.h                     |    1 -
  include/configs/omap3_evm.h                        |    1 -
  include/configs/omap3_overo.h                      |    1 -
  include/configs/omap3_pandora.h                    |    1 -
  include/configs/omap3_sdp3430.h                    |    1 -
  include/configs/omap3_zoom1.h                      |    1 -
  include/configs/omap3_zoom2.h                      |    1 -
  include/configs/omap4_panda.h                      |   38 +-
  include/configs/omap4_sdp4430.h                    |   38 +-
  include/configs/s5p_goni.h                         |    1 -
  include/configs/s5pc210_universal.h                |    1 -
  include/configs/smdkc100.h                         |    1 -
  include/configs/smdkv310.h                         |    4 +-
  include/configs/spear-common.h                     |   12 +
  include/configs/versatile.h                        |   21 +-
  include/image.h                                    |    1 +
  mmc_spl/board/samsung/smdkv310/Makefile            |   12 +-
  net/eth.c                                          |    4 -
  spl/Makefile                                       |    6 +
  tools/Makefile                                     |    2 +
  tools/mkimage.c                                    |    2 +
  tools/mkimage.h                                    |    1 +
  tools/omap/clocks_get_m_n.c                        |  197 +++
  tools/omapimage.c                                  |  224 ++++
  tools/omapimage.h                                  |   50 +
  147 files changed, 7971 insertions(+), 4275 deletions(-)
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/bcm5221.c
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/dm9161.c
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/ether.c
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/i2c.c
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/ks8721.c
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/lowlevel_init.S
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/lxt972.c
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/reset.c
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/spi.c
  delete mode 100644 arch/arm/cpu/arm920t/at91rm9200/timer.c
  create mode 100644 arch/arm/cpu/arm926ejs/mb86r0x/asm-offsets.c
  rename arch/arm/cpu/armv7/{omap3 => omap-common}/gpio.c (76%)
  create mode 100644 arch/arm/cpu/armv7/omap-common/spl.c
  create mode 100644 arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
  create mode 100644 arch/arm/cpu/armv7/omap-common/utils.c
  create mode 100644 arch/arm/cpu/armv7/omap4/clocks.c
  rename {board/ti/panda => arch/arm/cpu/armv7/omap4}/config.mk (64%)
  create mode 100644 arch/arm/cpu/armv7/omap4/emif.c
  create mode 100644 arch/arm/cpu/armv7/omap4/omap4_mux_data.h
  create mode 100644 arch/arm/cpu/armv7/omap4/sdram_elpida.c
  delete mode 100644 arch/arm/include/asm/arch-at91rm9200/AT91RM9200.h
  delete mode 100644 arch/arm/include/asm/arch-at91rm9200/hardware.h
  rename arch/arm/include/asm/arch-davinci/{gpio_defs.h => gpio.h} (90%)
  delete mode 100644 arch/arm/include/asm/arch-mb86r0x/asm-offsets.h
  create mode 100644 arch/arm/include/asm/arch-omap4/clocks.h
  create mode 100644 arch/arm/include/asm/arch-omap4/emif.h
  create mode 100644 arch/arm/include/asm/omap_common.h
  rename arch/arm/include/asm/{arch-omap3/gpio.h => omap_gpio.h} (67%)
  copy {arch/arm/cpu/arm920t/at91rm9200 => 
board/Marvell/gplugd}/Makefile (54%)
  create mode 100644 board/Marvell/gplugd/gplugd.c
  delete mode 100644 board/armltd/versatile/config.mk
  delete mode 100644 board/atmel/at91sam9261ek/config.mk
  delete mode 100644 board/atmel/at91sam9263ek/config.mk
  delete mode 100644 board/atmel/at91sam9rlek/config.mk
  rename {arch/arm/cpu/arm920t/at91rm9200 => 
board/in-circuit/grasshopper}/Makefile (73%)
  create mode 100644 board/in-circuit/grasshopper/grasshopper.c
  rename board/ti/{sdp4430/sdp.h => panda/panda_mux_data.h} (76%)
  delete mode 100644 board/ti/sdp4430/config.mk
  rename board/ti/{panda/panda.h => sdp4430/sdp4430_mux_data.h} (67%)
  create mode 100644 drivers/gpio/da8xx_gpio.c
  create mode 100644 drivers/rtc/mvrtc.c
  rename arch/arm/cpu/arm920t/at91rm9200/usb.c => drivers/rtc/mvrtc.h (50%)
  create mode 100644 include/configs/gplugd.h
  create mode 100644 include/configs/grasshopper.h
  create mode 100644 tools/omap/clocks_get_m_n.c
  create mode 100644 tools/omapimage.c
  create mode 100644 tools/omapimage.h

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2011-09-04  9:17 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-31 10:13 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
2011-08-31 11:57 ` Marek Vasut
     [not found]   ` <4E5E2FA6.6070102@aribaud.net>
2011-08-31 13:01     ` [U-Boot] Pull request: u-boot-arm/master -- please hold Marek Vasut
2011-09-01  8:40     ` Albert ARIBAUD
2011-09-01  8:45       ` Marek Vasut
2011-09-03 19:19         ` Albert ARIBAUD
2011-09-03 20:22           ` Marek Vasut
2011-09-01  8:59 ` [U-Boot] Pull request: u-boot-arm/master Aneesh V
2011-09-03 19:26   ` Albert ARIBAUD
2011-09-04  8:44     ` Aneesh V
2011-09-04  9:01       ` Albert ARIBAUD
2011-09-04  9:02         ` Aneesh V
2011-09-04  9:12           ` Albert ARIBAUD
2011-09-04  9:17             ` Aneesh V
2011-09-03 20:43 ` [U-Boot] Pull request: u-boot-arm/master -- updated Albert ARIBAUD
2011-09-04  5:50   ` [U-Boot] Pull request: u-boot-arm/master -- updated -- please hold (again, yes, sorry) Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2011-08-04 23:32 [U-Boot] Pull request: u-boot-arm/master -- updated Wolfgang Denk
2011-08-04 17:04 Albert ARIBAUD
2011-08-04 21:24 ` Wolfgang Denk
2011-08-04 23:31   ` Wolfgang Denk
2011-08-05  0:48     ` Reinhard Meyer
2011-08-05  1:08       ` Reinhard Meyer
2011-08-05  6:20         ` Albert ARIBAUD
2011-08-08 14:19 ` Matthias Weißer
2011-08-11 14:56 ` Aneesh V

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.