mbox

[U-Boot,PULL] : Please pull u-boot-imx

Message ID 50C2226F.4040102@denx.de
State Superseded
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://www.denx.de/git/u-boot-imx.git master

Message

Stefano Babic Dec. 7, 2012, 5:07 p.m. UTC
Hi Albert,

please pull from u-boot-imx, thanks !

The following changes since commit 1d4fd0dc3b45de7b7a706285845ef5b527422014:

  mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSET (2012-11-24 16:21:37
+0100)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 393ff47ba3123208f7c4f08d63f114300a41d0c4:

  mxs: SPL: Generalize memory initialization (2012-12-07 14:50:02 +0100)

----------------------------------------------------------------
Marek Vasut (6):
      mx28: Remove SET, CLR, TOG ops from PLLxCTRL1 registers
      mx28: Rename regs-power.h to regs-power-mx28.h
      mxs: Silence elftosb
      mxs: Implement common function to setup VDDx
      mxs: Properly setup VDDD in power supply setup code
      mxs: Staticize SPL functions

Otavio Salvador (1):
      mxs: SPL: Generalize memory initialization

 Makefile                                           |    2 +-
 arch/arm/cpu/arm926ejs/mxs/spl_boot.c              |    4 +-
 arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c          |   38 +--
 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c        |  305
+++++++-------------
 arch/arm/include/asm/arch-mxs/imx-regs.h           |    7 +-
 arch/arm/include/asm/arch-mxs/regs-clkctrl-mx28.h  |    6 +-
 .../arch-mxs/{regs-power.h => regs-power-mx28.h}   |    0
 7 files changed, 137 insertions(+), 225 deletions(-)
 rename arch/arm/include/asm/arch-mxs/{regs-power.h =>
regs-power-mx28.h} (100%)

Comments

Albert ARIBAUD Dec. 8, 2012, 9:34 a.m. UTC | #1
Hi Stefano,

On Fri, 07 Dec 2012 18:07:59 +0100, Stefano Babic <sbabic@denx.de>
wrote:
> Hi Albert,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit 1d4fd0dc3b45de7b7a706285845ef5b527422014:
> 
>   mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSET (2012-11-24 16:21:37
> +0100)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 393ff47ba3123208f7c4f08d63f114300a41d0c4:
> 
>   mxs: SPL: Generalize memory initialization (2012-12-07 14:50:02 +0100)
> 
> ----------------------------------------------------------------
> Marek Vasut (6):
>       mx28: Remove SET, CLR, TOG ops from PLLxCTRL1 registers
>       mx28: Rename regs-power.h to regs-power-mx28.h
>       mxs: Silence elftosb
>       mxs: Implement common function to setup VDDx
>       mxs: Properly setup VDDD in power supply setup code
>       mxs: Staticize SPL functions
> 
> Otavio Salvador (1):
>       mxs: SPL: Generalize memory initialization
> 
>  Makefile                                           |    2 +-
>  arch/arm/cpu/arm926ejs/mxs/spl_boot.c              |    4 +-
>  arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c          |   38 +--
>  arch/arm/cpu/arm926ejs/mxs/spl_power_init.c        |  305
> +++++++-------------
>  arch/arm/include/asm/arch-mxs/imx-regs.h           |    7 +-
>  arch/arm/include/asm/arch-mxs/regs-clkctrl-mx28.h  |    6 +-
>  .../arch-mxs/{regs-power.h => regs-power-mx28.h}   |    0
>  7 files changed, 137 insertions(+), 225 deletions(-)
>  rename arch/arm/include/asm/arch-mxs/{regs-power.h =>
> regs-power-mx28.h} (100%)

Hi Stefano,

I just posted to you about the woodburn board which seems not to build
properly if I merge u-boot/master into u-boot-arm/master. Can you
please look into this and provide an updated pull request? Or do you
prefer me to take this one in and that you send another pull req for
woodburn fixes?

Amicalement,