From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Fri, 07 Dec 2012 18:07:59 +0100 Subject: [U-Boot] [PULL] : Please pull u-boot-imx Message-ID: <50C2226F.4040102@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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%) -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================