Re: [U-Boot] Please pull u-boot-ti/next

2012-07-09 Thread Albert ARIBAUD
Hi Tom,

On Mon, 9 Jul 2012 11:46:11 -0700, Tom Rini tr...@ti.com wrote:
 Hello,
 
 The following changes since commit d702b0811df53a1fc2d8049e35431e4591d093c6:
 
   ARM: cache: Move the cp15 CR register read before flushing the cache. 
 (2012-07-07 14:07:44 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-ti next
 
 for you to fetch changes up to 9af1a780c81639ca4b6f7035530dc8c7151bf201:
 
   omap: am335x_evm: enable i2c1 channel (2012-07-09 11:12:19 -0700)
 
 
 Igor Grinberg (1):
   arm: omap3: cm-t35: minor comment and printf change
 
 Ilya Yanok (1):
   omap24xx_i2c: add 2-byte address support
 
 Javier Martinez Canillas (2):
   igep00x0: default to OMAP-specific serial driver
   igep00x0: default mmcrootfstype to EXT4
 
 Lad, Prabhakar (7):
   da850/omap-l138: Add MMC support for DA850/OMAP-L138
   arm, davinci: perform check for initializing global data and serial init
   da850/omap-l138: Define SPI specific configs for SPL only when SPI is 
 used
   da850/omap-l138: Add support to read u-boot image from MMC/SD
   da850/omap-l138: Fix NAND flash timings
   da850/omap-l138: Add support for NAND SPL
   da850/omap-l138: add support for direct NOR boot mode
 
 Peter Meerwald (4):
   beagle: add eeprom expansion board info for bct brettl4
   beagle: make get_expansion_id(), get_board_revision(), 
 beagle_display_init() static
   beagle: fix termination of buddy env setting
   beagle: removed unused pr_debug #define
 
 Rajashekhara, Sudhakar (2):
   da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM
   da850/omap-l138: Make MMC and NOR support mutually exclusive
 
 Stefano Babic (4):
   mcx: increased buffer for command line
   OMAP3: mcx: set pinmux for uart4
   OMAP3: mcx: updated default environment
   OMAP3: mcx: read hot-water-button after reset
 
 Steve Sakoman (3):
   omap: am335x_evm: remove unused definitions
   omap: am33xx: enable gpio support
   omap: am335x_evm: enable i2c1 channel
 
 Sughosh Ganu (1):
   hawkboard/omapl-138: Add support for generating ais image for hawkboard
 
  .gitignore  |3 +
  Makefile|5 +-
  arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c   |   11 ++
  arch/arm/cpu/arm926ejs/davinci/spl.c|   20 ++--
  arch/arm/cpu/armv7/am33xx/board.c   |   10 ++
  arch/arm/cpu/armv7/am33xx/clock.c   |   20 
  arch/arm/cpu/armv7/omap-common/Makefile |2 +-
  arch/arm/include/asm/arch-am33xx/cpu.h  |   20 
  arch/arm/include/asm/arch-am33xx/gpio.h |   29 +
  arch/arm/include/asm/arch-davinci/hardware.h|1 +
  arch/arm/include/asm/arch-davinci/pinmux_defs.h |3 +
  board/cm_t35/cm_t35.c   |4 +-
  board/davinci/da8xxevm/da850evm.c   |   54 --
  board/davinci/da8xxevm/hawkboard-ais-nand.cfg   |4 +
  board/htkw/mcx/mcx.c|   23 
  board/htkw/mcx/mcx.h|   11 +-
  board/ti/am335x/evm.c   |6 +-
  board/ti/am335x/mux.c   |   13 +++
  board/ti/beagle/beagle.c|   16 +--
  boards.cfg  |1 +
  drivers/i2c/omap24xx_i2c.c  |   58 +-
  drivers/mmc/Makefile|4 +
  drivers/mmc/spl_mmc_load.c  |   62 +++
  include/configs/am335x_evm.h|2 +-
  include/configs/da850evm.h  |   93 ++--
  include/configs/hawkboard.h |1 +
  include/configs/igep00x0.h  |4 +-
  include/configs/mcx.h   |  132 
 ---
  include/configs/omap3_beagle.h  |2 +-
  include/mmc.h   |2 +
  30 files changed, 502 insertions(+), 114 deletions(-)
  create mode 100644 arch/arm/include/asm/arch-am33xx/gpio.h
  create mode 100644 board/davinci/da8xxevm/hawkboard-ais-nand.cfg
  create mode 100644 drivers/mmc/spl_mmc_load.c
 
 This includes the single patch I asked for in u-boot-ti/master as well
 as a number of other small clean-ups, bugfixes or enhancements that have
 been around for a bit, but did not meet the merge window and I don't
 want to forget them.  If you want me to carry them in my own /next
 branch until -rc1 comes out, that's fine and this can just serve as
 notice to interested parties that yes, really, patches have been picked
 up.

Applied to u-boot-arm/next, to be moved to master after the 12.07 release.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Please pull u-boot-ti/next

2012-04-20 Thread Albert ARIBAUD

Hi Tom,

Le 20/04/2012 18:26, Tom Rini a écrit :

Hello,

The following changes since commit 0d32389f2c8cb967dde2d3f89abdbe5fab5b0788:
   David Purdy (1):
 kirkwood: add support for Cloud Engines Pogoplug E02

are available in the git repository at:

   git://git.denx.de/u-boot-ti next

Aneesh V (6):
   arm: adapt asm/linkage.h from Linux
   armv7: add appropriate headers for assembly functions
   ARM: enable Thumb build
   armv7: Use -march=armv7-a and thereby enable Thumb-2
   omap4+: Avoid using __attribute__ ((__packed__))
   OMAP4: enable Thumb build

Balaji T K (3):
   arm: omap5: correct boot device mode7 for eMMC
   omap5: pbias ldo9 turn on
   mmc: omap5evm: Add eMMC saveenv support

Enric Balletbò i Serra (1):
   OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

Grazvydas Ignotas (3):
   OMAP3: pandora: pin mux updates for DM3730 board variant
   OMAP3: pandora: revise GPIO configuration
   OMAP3: pandora: drop console kernel argument

Jonathan Solnit (1):
   ARM:OMAP+:MMC: Add parameters to MMC init

Nishanth Menon (3):
   OMAP3+: Introduce generic logic for OMAP voltage controller
   OMAP4460: TPS Ensure SET1 is selected after voltage configuration
   OMAP4: scale voltage of core before MPU scales

SRICHARAN R (16):
   OMAP5: clocks: Change clock settings as required for ES1.0 silicon.
   OMAP5: board: Add pinmux data for omap5_evm board.
   OMAP5: io: Configure the io settings for omap5430 sevm board.
   OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon.
   OMAP5: palmas: Configure nominal opp vdd values
   OMAP5: hwinit: Add the missing break statement
   OMAP4/5: Make the silicon revision variable common.
   OMAP5: SRAM: Change the SRAM base address.
   OMAP4/5: Make the sysctrl structure common
   OMAP4/5: device: Add support to get the device type.
   OMAP5: defconfig: Align the defconfig for 5430 ES1.0
   OMAP5: ddr: Change the ddr device name.
   OMAP4/5: emif: Correct the emif power mgt shadow register bit fields.
   power: twl6035: add palmas PMIC support
   OMAP3+: reset: Create a common reset layer.
   OMAP5: reset: Use cold reset in case of 5430ES1.0

Tom Rini (9):
   tools, config.mk: Add gcc-version.sh, cc-version test from Linux
   Makefile: Add a 'checkthumb' rule
   omap4: Remove CONFIG_SYS_MMC_SET_DEV
   omap4+: Remove CONFIG_ARCH_CPU_INIT
   omap5912osk: Remove empty misc_init_r
   omap730p2: Remove empty misc_init_r
   omap3: Introduce weak misc_init_r
   include/configs: Remove CONFIG_SYS_64BIT_VSPRINTF
   include/configs: Remove CONFIG_SYS_64BIT_STRTOUL

  Makefile   |7 +
  README |8 +
  arch/arm/config.mk |   27 +-
  arch/arm/cpu/armv7/am33xx/board.c  |2 +-
  arch/arm/cpu/armv7/config.mk   |7 +-
  arch/arm/cpu/armv7/mx5/lowlevel_init.S |5 +-
  arch/arm/cpu/armv7/mx6/lowlevel_init.S |5 +-
  arch/arm/cpu/armv7/omap-common/Makefile|1 +
  arch/arm/cpu/armv7/omap-common/clocks-common.c |   99 ++---
  arch/arm/cpu/armv7/omap-common/emif-common.c   |   41 ++-
  arch/arm/cpu/armv7/omap-common/hwinit-common.c |   16 +-
  arch/arm/cpu/armv7/omap-common/lowlevel_init.S |   14 +-
  .../arm/cpu/armv7/omap-common/{reset.S =  reset.c} |   30 +-
  arch/arm/cpu/armv7/omap-common/spl.c   |1 +
  arch/arm/cpu/armv7/omap-common/spl_mmc.c   |5 +-
  arch/arm/cpu/armv7/omap-common/vc.c|  138 ++
  arch/arm/cpu/armv7/omap3/board.c   |   12 +
  arch/arm/cpu/armv7/omap3/lowlevel_init.S   |   41 +-
  arch/arm/cpu/armv7/omap4/clocks.c  |   77 ++-
  arch/arm/cpu/armv7/omap4/hwinit.c  |   24 +-
  arch/arm/cpu/armv7/omap4/sdram_elpida.c|4 +
  arch/arm/cpu/armv7/omap5/Makefile  |2 +-
  arch/arm/cpu/armv7/omap5/clocks.c  |  143 --
  arch/arm/cpu/armv7/omap5/hwinit.c  |  104 -
  .../cpu/armv7/omap5/{sdram_elpida.c =  sdram.c}|  101 +++--
  arch/arm/cpu/armv7/s5pc1xx/cache.S |   10 +-
  arch/arm/cpu/armv7/s5pc1xx/reset.S |5 +-
  arch/arm/cpu/armv7/start.S |   13 +-
  arch/arm/cpu/armv7/tegra2/lowlevel_init.S  |5 +-
  arch/arm/cpu/armv7/u8500/lowlevel.S|9 +-
  arch/arm/include/asm/arch-am33xx/mmc_host_def.h|2 +-
  arch/arm/include/asm/arch-omap3/cpu.h  |5 +-
  arch/arm/include/asm/arch-omap3/mmc_host_def.h |8 +-
  arch/arm/include/asm/arch-omap3/mux.h  |6 +
  arch/arm/include/asm/arch-omap4/clocks.h   |   18 +-
  arch/arm/include/asm/arch-omap4/cpu.h   

Re: [U-Boot] Please pull u-boot-ti/next

2012-03-26 Thread Tom Rini
On Fri, Mar 16, 2012 at 10:15:28AM -0700, Tom Rini wrote:

 Hello,
 
 The following changes since commit 5c91ee919c359e89fcb3230722253dbb9b4f7e32:
   Ian Campbell (1):
 ARM: dreamplug: Enable FDT support

This has been updated as follows:

The following changes since commit 5c91ee919c359e89fcb3230722253dbb9b4f7e32:
  Ian Campbell (1):
ARM: dreamplug: Enable FDT support

are available in the git repository at:

  git://git.denx.de/u-boot-ti next

Aneesh V (6):
  arm: adapt asm/linkage.h from Linux
  armv7: add appropriate headers for assembly functions
  ARM: enable Thumb build
  armv7: Use -march=armv7-a and thereby enable Thumb-2
  omap4+: Avoid using __attribute__ ((__packed__))
  OMAP4: enable Thumb build

Balaji T K (3):
  arm: omap5: correct boot device mode7 for eMMC
  omap5: pbias ldo9 turn on
  mmc: omap5evm: Add eMMC saveenv support

Enric Balletb?? i Serra (1):
  OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

Grazvydas Ignotas (3):
  OMAP3: pandora: pin mux updates for DM3730 board variant
  OMAP3: pandora: revise GPIO configuration
  OMAP3: pandora: drop console kernel argument

Heiko Schocher (1):
  ARM: davinci: fixes for cam_enc_4xx board

Jonathan Solnit (1):
  ARM:OMAP+:MMC: Add parameters to MMC init

Nishanth Menon (3):
  OMAP3+: Introduce generic logic for OMAP voltage controller
  OMAP4460: TPS Ensure SET1 is selected after voltage configuration
  OMAP4: scale voltage of core before MPU scales

SRICHARAN R (16):
  OMAP5: clocks: Change clock settings as required for ES1.0 silicon.
  OMAP5: board: Add pinmux data for omap5_evm board.
  OMAP5: io: Configure the io settings for omap5430 sevm board.
  OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon.
  OMAP5: palmas: Configure nominal opp vdd values
  OMAP5: hwinit: Add the missing break statement
  OMAP4/5: Make the silicon revision variable common.
  OMAP5: SRAM: Change the SRAM base address.
  OMAP4/5: Make the sysctrl structure common
  OMAP4/5: device: Add support to get the device type.
  OMAP5: defconfig: Align the defconfig for 5430 ES1.0
  OMAP5: ddr: Change the ddr device name.
  OMAP4/5: emif: Correct the emif power mgt shadow register bit fields.
  power: twl6035: add palmas PMIC support
  OMAP3+: reset: Create a common reset layer.
  OMAP5: reset: Use cold reset in case of 5430ES1.0

Tom Rini (2):
  tools, config.mk: Add gcc-version.sh, cc-version test from Linux
  Makefile: Add a 'checkthumb' rule

 Makefile   |7 +
 README |8 +
 arch/arm/config.mk |   27 +-
 arch/arm/cpu/armv7/am33xx/board.c  |2 +-
 arch/arm/cpu/armv7/config.mk   |7 +-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S |5 +-
 arch/arm/cpu/armv7/mx6/lowlevel_init.S |5 +-
 arch/arm/cpu/armv7/omap-common/Makefile|1 +
 arch/arm/cpu/armv7/omap-common/clocks-common.c |   99 ++---
 arch/arm/cpu/armv7/omap-common/emif-common.c   |   41 ++-
 arch/arm/cpu/armv7/omap-common/hwinit-common.c |6 +-
 arch/arm/cpu/armv7/omap-common/lowlevel_init.S |   14 +-
 .../arm/cpu/armv7/omap-common/{reset.S = reset.c} |   30 +-
 arch/arm/cpu/armv7/omap-common/spl.c   |1 +
 arch/arm/cpu/armv7/omap-common/spl_mmc.c   |5 +-
 arch/arm/cpu/armv7/omap-common/vc.c|  138 ++
 arch/arm/cpu/armv7/omap3/lowlevel_init.S   |   41 +-
 arch/arm/cpu/armv7/omap4/clocks.c  |   77 ++-
 arch/arm/cpu/armv7/omap4/hwinit.c  |   24 +-
 arch/arm/cpu/armv7/omap4/sdram_elpida.c|4 +
 arch/arm/cpu/armv7/omap5/Makefile  |2 +-
 arch/arm/cpu/armv7/omap5/clocks.c  |  143 --
 arch/arm/cpu/armv7/omap5/hwinit.c  |  104 -
 .../cpu/armv7/omap5/{sdram_elpida.c = sdram.c}|  101 +++--
 arch/arm/cpu/armv7/s5pc1xx/cache.S |   10 +-
 arch/arm/cpu/armv7/s5pc1xx/reset.S |5 +-
 arch/arm/cpu/armv7/start.S |   13 +-
 arch/arm/cpu/armv7/tegra2/lowlevel_init.S  |5 +-
 arch/arm/cpu/armv7/u8500/lowlevel.S|9 +-
 arch/arm/include/asm/arch-am33xx/mmc_host_def.h|2 +-
 arch/arm/include/asm/arch-omap3/cpu.h  |5 +-
 arch/arm/include/asm/arch-omap3/mmc_host_def.h |8 +-
 arch/arm/include/asm/arch-omap3/mux.h  |6 +
 arch/arm/include/asm/arch-omap4/clocks.h   |   18 +-
 arch/arm/include/asm/arch-omap4/cpu.h  |   11 +
 arch/arm/include/asm/arch-omap4/mmc_host_def.h |2 +-
 arch/arm/include/asm/arch-omap4/mux_omap4.h|2 +-
 arch/arm/include/asm/arch-omap4/omap.h |   25 +-
 

Re: [U-Boot] Please pull u-boot-ti/next

2012-03-26 Thread Tom Rini
On Mon, Mar 26, 2012 at 12:06:47PM -0700, Tom Rini wrote:
 On Fri, Mar 16, 2012 at 10:15:28AM -0700, Tom Rini wrote:
 
  Hello,
  
  The following changes since commit 5c91ee919c359e89fcb3230722253dbb9b4f7e32:
Ian Campbell (1):
  ARM: dreamplug: Enable FDT support
 
 This has been updated as follows:
 
 The following changes since commit 5c91ee919c359e89fcb3230722253dbb9b4f7e32:
   Ian Campbell (1):
 ARM: dreamplug: Enable FDT support
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-ti next
[snip]

With the updates to u-boot-arm/next, this needs a little manual merging
on the cam_enc_4xx changes.  I've done this locally and can push if you
like.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2011-12-19 Thread Albert ARIBAUD

Hi Tom,

Le 19/12/2011 22:20, Tom Rini a écrit :

Hello,

The following changes since commit a69c1beefe8d1afb34c79a324a87a8951a793a59:
   Fabio Estevam (1):
 vision2: Fix checkpatch warning

are available in the git repository at:

   git://git.denx.de/u-boot-ti.git next

Christian Riesch (7):
   spl: display_options.o is required for SPI flash support in SPL
   sf: Add spi_boot() to allow booting from SPI flash in an SPL
   arm, davinci: Add SPL support for DA850 SoCs
   arm, da850evm: Add an SPL for SPI boot
   mkimage: Fix variable length header support
   arm, davinci: Add support for generating AIS images to the Makefile
   arm, davinci: Fix build warnings for cam_enc_4xx

Stefano Babic (2):
   ARM: omap3: added common configuration for Technexion TAM3517
   ARM: omap3: add support to Technexion twister board

Thomas Weber (1):
   Devkit8000: Switch over to enable_gpmc_cs_config

  .gitignore  |1 +
  MAINTAINERS |1 +
  Makefile|   13 +
  arch/arm/cpu/arm926ejs/davinci/Makefile |3 +-
  arch/arm/cpu/arm926ejs/davinci/spl.c|   35 +++-
  board/davinci/da8xxevm/da850evm.c   |4 +-
  board/davinci/da8xxevm/u-boot-spl.lds   |   73 ++
  board/technexion/twister/Makefile   |   38 +++
  board/technexion/twister/twister.c  |  116 +
  board/technexion/twister/twister.h  |  411 +++
  board/timll/devkit8000/devkit8000.c |   19 +-
  boards.cfg  |1 +
  doc/README.SPL  |1 +
  doc/README.davinci  |9 +
  drivers/mtd/spi/Makefile|4 +
  drivers/mtd/spi/spi_spl_load.c  |   58 +
  include/configs/da850evm.h  |   87 +++
  include/configs/tam3517-common.h|  361 +++
  include/configs/twister.h   |   54 
  include/spi_flash.h |3 +
  lib/Makefile|2 +
  tools/mkimage.c |   97 
  22 files changed, 1333 insertions(+), 58 deletions(-)
  create mode 100644 board/davinci/da8xxevm/u-boot-spl.lds
  create mode 100644 board/technexion/twister/Makefile
  create mode 100644 board/technexion/twister/twister.c
  create mode 100644 board/technexion/twister/twister.h
  create mode 100644 drivers/mtd/spi/spi_spl_load.c
  create mode 100644 include/configs/tam3517-common.h
  create mode 100644 include/configs/twister.h

Thanks!


Applied to u-boot-arm/next (to move onto master after 2011.12 is out), 
thanks!


Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next into arm/next

2011-09-26 Thread Albert ARIBAUD
Hi Sandeep,

Le 23/09/2011 22:58, s-paul...@ti.com a écrit :
 Albert,

 Please pull u-boot-ti/next into arm/next
 I checked all the patches i applied for checkpatch errors and saw 2, both
 of which cannot be fixed. Checkpatch complained about the location of the
 header file. It expects things to be like linux.
 I ran MAKEALL for davinci, omap3 and omap4 and saw no issues.

 Regards,
 Sandeep

 The following changes since commit 2cfb66ee61104af65eead73f634c373fec6bc827:
Sandeep Paulraj (1):
  devkit8000: Fix build break

 are available in the git repository at:

git://git.denx.de/u-boot-ti.git next

 Aneesh V (1):
omap4: update maintainer for omap4 boards

 Balaji T K (2):
mmc: omap: enable high capacity
mmc: omap: config VMMC, MMC1_PBIAS

 Heiko Schocher (16):
i2c, davinci: add i2c set speed
net, davinci_emac: add KSZ8864 switch
net, davinci_emac: make less verbose - turn printf() into debug()
net, davinci_emac: let the EMAC detect the PHYs
arm, davinci: move davinci_timer in header file
arm, davinci: add missing timer baseaddresses for !DA8xx cpu
arm, davinci: add internal WDT support for AM1808 cpus
arm, davinci: add RTC base addr
rtc, davinci: add support for davinci internal RTC
arm, davinci: add SYSCFG1 base and register struct
arm, davinci: add some missing defines in hardware.h
arm, davinci, am1808, gpio: add missing defines for bank 8
arm, davinci: add ddr2 definition
arm, davinci: add NOR Boot Configuration Word
arm, davinci, am1808: add lowlevel functions for booting from NOR
arm, davinci, da8xx: add cpuinfo

 Sanjeev Premi (2):
omap3: Fix compile warning
omap3evm: env: Fix default console

 Thomas Weber (1):
Devkit8000: Change console from ttyS2 to ttyO2

Applied to u-boot-arm/next, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next into arm/next

2011-09-26 Thread Paulraj, Sandeep


 
 Hi Sandeep,
 
 Le 23/09/2011 22:58, s-paul...@ti.com a écrit :
  Albert,
 
  Please pull u-boot-ti/next into arm/next
  I checked all the patches i applied for checkpatch errors and saw 2,
 both
  of which cannot be fixed. Checkpatch complained about the location of
 the
  header file. It expects things to be like linux.
  I ran MAKEALL for davinci, omap3 and omap4 and saw no issues.
 
  Regards,
  Sandeep
 
  The following changes since commit
 2cfb66ee61104af65eead73f634c373fec6bc827:
 Sandeep Paulraj (1):
   devkit8000: Fix build break
 
  are available in the git repository at:
 
 git://git.denx.de/u-boot-ti.git next
 
  Aneesh V (1):
 omap4: update maintainer for omap4 boards
 
  Balaji T K (2):
 mmc: omap: enable high capacity
 mmc: omap: config VMMC, MMC1_PBIAS
 
  Heiko Schocher (16):
 i2c, davinci: add i2c set speed
 net, davinci_emac: add KSZ8864 switch
 net, davinci_emac: make less verbose - turn printf() into debug()
 net, davinci_emac: let the EMAC detect the PHYs
 arm, davinci: move davinci_timer in header file
 arm, davinci: add missing timer baseaddresses for !DA8xx cpu
 arm, davinci: add internal WDT support for AM1808 cpus
 arm, davinci: add RTC base addr
 rtc, davinci: add support for davinci internal RTC
 arm, davinci: add SYSCFG1 base and register struct
 arm, davinci: add some missing defines in hardware.h
 arm, davinci, am1808, gpio: add missing defines for bank 8
 arm, davinci: add ddr2 definition
 arm, davinci: add NOR Boot Configuration Word
 arm, davinci, am1808: add lowlevel functions for booting from NOR
 arm, davinci, da8xx: add cpuinfo
 
  Sanjeev Premi (2):
 omap3: Fix compile warning
 omap3evm: env: Fix default console
 
  Thomas Weber (1):
 Devkit8000: Change console from ttyS2 to ttyO2
 
 Applied to u-boot-arm/next, thanks!


Thanks

--Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2011-09-20 Thread Albert ARIBAUD
Le 19/09/2011 01:39, s-paul...@ti.com a écrit :
 Please pull u-boot-ti/next.
 I checked all the patches for checkpatch errors.
 Also all OMAP3 and OMAP4 built with no issues.

 Thanks,
 Sandeep

 The following changes since commit 3522ad62864669b335b85f5abcd136a84bbb7519:
Ajay Bhargav (1):
  Armada100: Enable 88E3015 PHY support for GplugD

 are available in the git repository at:

git://git.denx.de/u-boot-ti.git next

 Philip Balister (2):
OMAP3: Overo: Update GPMC timing for ethernet chip
overo: Set IEN on GPMC_CLK to support synchronous clocking.

 Sandeep Paulraj (1):
devkit8000: Fix build break

 Simon Schwarz (9):
omap-common/omap4: relocate early UART clock setup
omap3: Configure RAM bank 0 if in SPL
omap-common: add nand spl support
spl: add NAND Library to new SPL
spl: Add POWER library to new spl
omap3: new SPL structure support
devkit8000: Add nand-spl support for new SPL
omap3: implement boot parameter saving
omap-common: reorganize spl.c

Applied to u-boot-arm/next (and then rebased above current 
u-boot/master), thanks!

(reminder: this causes a regression in orphan board smdk6400. If no new 
board maintainer steps in and fixes it before 2011-12 release, the board 
will be removed)

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2011-09-19 Thread Albert ARIBAUD
Hi Sandeep,

Le 19/09/2011 01:39, s-paul...@ti.com a écrit :
 Please pull u-boot-ti/next.
 I checked all the patches for checkpatch errors.
 Also all OMAP3 and OMAP4 built with no issues.

 Thanks,
 Sandeep

As this is your 'next' branch, there is an ambiguity: can you please 
indicate if you want me to pull this into my 'next' or 'master' branch?

If on master, I assume you want me to also send out a pull request to 
Wolfgang, but I am not sure Wolfgang will allow it at this time.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2011-09-19 Thread Wolfgang Denk
Dear Albert ARIBAUD,

In message 4e76ebfd.9060...@aribaud.net you wrote:
 
 As this is your 'next' branch, there is an ambiguity: can you please 
 indicate if you want me to pull this into my 'next' or 'master' branch?
 
 If on master, I assume you want me to also send out a pull request to 
 Wolfgang, but I am not sure Wolfgang will allow it at this time.

If I understand correctly this is mostly fixes, so I'd take it.

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 it has syntax, it isn't user friendly.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2011-09-19 Thread Albert ARIBAUD
Hi Wofgang,

Le 19/09/2011 09:47, Wolfgang Denk a écrit :
 Dear Albert ARIBAUD,

 In message4e76ebfd.9060...@aribaud.net  you wrote:

 As this is your 'next' branch, there is an ambiguity: can you please
 indicate if you want me to pull this into my 'next' or 'master' branch?

 If on master, I assume you want me to also send out a pull request to
 Wolfgang, but I am not sure Wolfgang will allow it at this time.

 If I understand correctly this is mostly fixes, so I'd take it.

Sandeep's 'next' branch is based on my 'next', not on my 'master', hence 
my question -- there would have to be a rebase if Sandeep expected me to 
pull into my master.

Sandeep, can you confirm what you want exactly? Meanwhile, I am 
launching regression builds on u-boot-ti/next, just in case.

 Best regards,

 Wolfgang Denk

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2011-09-19 Thread Paulraj, Sandeep


 
 Hi Wofgang,
 
 Le 19/09/2011 09:47, Wolfgang Denk a écrit :
  Dear Albert ARIBAUD,
 
  In message4e76ebfd.9060...@aribaud.net  you wrote:
 
  As this is your 'next' branch, there is an ambiguity: can you please
  indicate if you want me to pull this into my 'next' or 'master' branch?
 
  If on master, I assume you want me to also send out a pull request to
  Wolfgang, but I am not sure Wolfgang will allow it at this time.
 
  If I understand correctly this is mostly fixes, so I'd take it.
 
 Sandeep's 'next' branch is based on my 'next', not on my 'master', hence
 my question -- there would have to be a rebase if Sandeep expected me to
 pull into my master.
 
 Sandeep, can you confirm what you want exactly? Meanwhile, I am
 launching regression builds on u-boot-ti/next, just in case.
 
Albert,

The pull request if for your next branch.

Thanks,
Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2010-12-13 Thread Wolfgang Denk
Dear s-paul...@ti.com,

In message 1292083690-17647-1-git-send-email-s-paul...@ti.com you wrote:
 Wolfgang,
 
 Please pull u-boot-ti/next
 
 After adding the twl6030 patch i realized that Albert delegated this patch to 
 himself.
 But i have seen no comments from him. So i did not ammend the pull request.
 If he has issues with this patch, we can drop it.
 
 Thanks,
 Sandeep
 
 The following changes since commit 917a62c0d292d9da45100a76151a9fa2d13a9cdc:
   Sandeep Paulraj (1):
 Merge branch 'next' of git://git.denx.de/u-boot into next
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-ti.git next
 
 Balaji T K (1):
   ARMV7: OMAP4: twl6030 add battery charging support
 
 Dirk Behme (1):
   OMAP3: SPI driver
 
  board/ti/sdp4430/Makefile   |2 +-
  board/ti/sdp4430/cmd_bat.c  |   58 +++
  board/ti/sdp4430/sdp.c  |4 +
  drivers/power/twl6030.c |  124 ++-
  drivers/spi/Makefile|1 +
  drivers/spi/omap3_spi.c |  352 
 +++
  drivers/spi/omap3_spi.h |  117 +
  include/configs/omap3_beagle.h  |2 +
  include/configs/omap4_sdp4430.h |1 +
  include/twl6030.h   |   45 +-
  10 files changed, 701 insertions(+), 5 deletions(-)
  create mode 100644 board/ti/sdp4430/cmd_bat.c
  create mode 100644 drivers/spi/omap3_spi.c
  create mode 100644 drivers/spi/omap3_spi.h

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
Don't have a battle of wits with an unarmed opponent.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2010-12-11 Thread Albert ARIBAUD
Le 11/12/2010 17:08, s-paul...@ti.com a écrit :
 Wolfgang,

 Please pull u-boot-ti/next

 After adding the twl6030 patch i realized that Albert delegated this patch to 
 himself.
 But i have seen no comments from him. So i did not ammend the pull request.
 If he has issues with this patch, we can drop it.

 Thanks,
 Sandeep

Hi Sandeep,

I'd delegated this patch to me based on the idea that it was not a 
bugfix and could wait for after 2010.12 was out, so I'd moved it aside.

But since you already applied it to u-boot-ti, that's ok with me. For 
the sake of it, I'll re-delegate it to you and you can then mark it 
waiting for upstream. :)

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please pull u-boot-ti/next

2010-11-30 Thread Wolfgang Denk
Dear s-paul...@ti.com,

In message 1291136354-11693-1-git-send-email-s-paul...@ti.com you wrote:
 The following changes since commit c87f6457bb9cb465e9630b00b4c824847a62c6c5:
   Mike Frysinger (1):
 ext2: constify file/dir names
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-ti.git next
 
 Stefano Babic (3):
   da850: Enable SPI Flash
   Davinci 8xx: Move common functions to share code
   Davinci: add support for the ea20 board
 
 Sudhakar Rajashekhara (2):
   da8xx: Add cpu_is_da8xx macros
   da850: Add RMII support for EMAC
 
 Sughosh Ganu (3):
   Move and rename common headers from under
   Remove board_init_f function from nand_boot.c
   Add board support for hawkboard
 
  MAINTAINERS|6 +
  .../arm/include/asm/arch-davinci/davinci_misc.h|   15 ++
  arch/arm/include/asm/arch-davinci/hardware.h   |   37 -
  board/davinci/common/Makefile  |2 +-
  board/davinci/common/davinci_pinmux.c  |  105 ++
  board/davinci/common/misc.c|   99 --
  board/davinci/da8xxevm/Makefile|2 +-
  board/davinci/da8xxevm/common.c|   55 --
  board/davinci/da8xxevm/common.h|   30 ---
  board/davinci/da8xxevm/da830evm.c  |3 +-
  board/davinci/da8xxevm/da850evm.c  |  115 +++-
  board/davinci/da8xxevm/hawkboard.c |   68 +++
  board/davinci/da8xxevm/hawkboard_nand_spl.c|  157 +++
  board/davinci/dm355evm/dm355evm.c  |2 +-
  board/davinci/dm355leopard/dm355leopard.c  |2 +-
  board/davinci/dm365evm/dm365evm.c  |2 +-
  board/davinci/dvevm/dvevm.c|2 +-
  board/davinci/ea20/Makefile|   53 +
  board/davinci/ea20/ea20.c  |  196 +++
  board/davinci/schmoogie/schmoogie.c|2 +-
  board/davinci/sffsdr/sffsdr.c  |2 +-
  board/davinci/sonata/sonata.c  |2 +-
  board/samsung/smdk6400/smdk6400_nand_spl.c |   37 
  boards.cfg |4 +
  doc/README.hawkboard   |   93 +
  drivers/net/davinci_emac.c |   41 -
  include/configs/da850evm.h |   29 +++
  include/configs/ea20.h |  192 ++
  include/configs/hawkboard.h|  206 
 
  nand_spl/board/davinci/da8xxevm/Makefile   |  141 +
  nand_spl/board/davinci/da8xxevm/u-boot.lds |   75 +++
  nand_spl/board/samsung/smdk6400/Makefile   |6 +-
  nand_spl/nand_boot.c   |9 +-
  33 files changed, 1615 insertions(+), 175 deletions(-)
  rename board/davinci/common/misc.h = 
 arch/arm/include/asm/arch-davinci/davinci_misc.h (80%)
  create mode 100644 board/davinci/common/davinci_pinmux.c
  delete mode 100644 board/davinci/da8xxevm/common.c
  delete mode 100644 board/davinci/da8xxevm/common.h
  create mode 100644 board/davinci/da8xxevm/hawkboard.c
  create mode 100644 board/davinci/da8xxevm/hawkboard_nand_spl.c
  create mode 100644 board/davinci/ea20/Makefile
  create mode 100644 board/davinci/ea20/ea20.c
  create mode 100644 board/samsung/smdk6400/smdk6400_nand_spl.c
  create mode 100644 doc/README.hawkboard
  create mode 100644 include/configs/ea20.h
  create mode 100644 include/configs/hawkboard.h
  create mode 100644 nand_spl/board/davinci/da8xxevm/Makefile
  create mode 100644 nand_spl/board/davinci/da8xxevm/u-boot.lds

Applied to u-boot-arm # 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: w...@denx.de
The universe, they said, depended for its operation on the balance of
four forces which they identified as charm,  persuasion,  uncertainty
and bloody-mindedness.  -- Terry Pratchett, The Light Fantastic
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Please Pull u-boot-ti/next

2010-06-29 Thread Wolfgang Denk
Dear s-paul...@ti.com,

In message 1277220546-18148-1-git-send-email-s-paul...@ti.com you wrote:
 Wolfgang,
 
 Please pull u-boot-ti/next.
 I ran MAKEALL and so no issues.
 
 Thanks,
 Sandeep
 
 The following changes since commit 54e19a7ded6e9dbdc3392a57d82f4f77b34e85b8:
   Wolfgang Denk (1):
 Merge branch 'master' into next
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-ti.git next
 
 Nick Thompson (1):
   Davinci: SPI performance enhancements
 
 Prakash PM (1):
   DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files
 
  arch/arm/include/asm/arch-davinci/emac_defs.h |2 +-
  drivers/spi/davinci_spi.c |  195 
 -
  include/configs/da830evm.h|1 +
  include/configs/davinci_dm365evm.h|1 +
  include/configs/davinci_dvevm.h   |1 +
  include/configs/davinci_schmoogie.h   |1 +
  include/configs/davinci_sffsdr.h  |1 +
  include/configs/davinci_sonata.h  |1 +
  8 files changed, 135 insertions(+), 68 deletions(-)

Applied to next branch.

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
Live long and prosper.
-- Spock, Amok Time, stardate 3372.7
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot