From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 1 May 2012 23:05:54 +0200 Subject: [U-Boot] [PATCH 00/13] M28EVK/i.MX28 improvements In-Reply-To: <1335906232-24549-1-git-send-email-marex@denx.de> References: <1335906232-24549-1-git-send-email-marex@denx.de> Message-ID: <201205012305.54877.marex@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 > These are some improvements that were stuck in my tree for a while, time to > expunge them, please consider applying. Ignore this series, typo mangled Stefano's address, will resend. > > Tested on: > * DENX M28EVK v2.0 > * DENX M28EVK v1.1 > * Mysterious board #1 ... > * Unnamed board #2 ... > > Marek Vasut (13): > FEC: Abstract out register setup > M28EVK: Implement support for new board V2.0 > M28EVK: Add SD update command > i.MX28: Improve passing of data from SPL to U-Boot > i.MX28: Implement boot pads sampling and reporting > i.MX28: Add LCDIF register definitions > i.MX28: Shut down the LCD controller before reset > i.MX28: Add LRADC register definitions > i.MX28: Add LRADC init to i.MX28 SPL > i.MX28: Reorder battery status functions in SPL > i.MX28: Add battery boot components to SPL > i.MX28: Check if WP detection is implemented at all > i.MX28: Avoid redefining serial_put[cs]() > > arch/arm/cpu/arm926ejs/mx28/Makefile | 2 +- > arch/arm/cpu/arm926ejs/mx28/mx28.c | 29 +- > arch/arm/cpu/arm926ejs/mx28/mx28_init.h | 4 + > arch/arm/cpu/arm926ejs/mx28/spl_boot.c | 57 ++++ > arch/arm/cpu/arm926ejs/mx28/spl_lradc_init.c | 86 ++++++ > arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c | 10 +- > arch/arm/cpu/arm926ejs/mx28/spl_power_init.c | 224 ++++++++++----- > arch/arm/include/asm/arch-mx28/imx-regs.h | 2 + > arch/arm/include/asm/arch-mx28/regs-lcdif.h | 212 ++++++++++++++ > arch/arm/include/asm/arch-mx28/regs-lradc.h | 400 > ++++++++++++++++++++++++++ arch/arm/include/asm/arch-mx28/sys_proto.h | > 30 ++ > board/denx/m28evk/m28evk.c | 20 +- > board/denx/m28evk/spl_boot.c | 8 +- > drivers/mmc/mxsmmc.c | 3 +- > drivers/net/fec_mxc.c | 84 +++--- > include/configs/m28evk.h | 10 + > include/configs/mx28evk.h | 1 + > 17 files changed, 1043 insertions(+), 139 deletions(-) > create mode 100644 arch/arm/cpu/arm926ejs/mx28/spl_lradc_init.c > create mode 100644 arch/arm/include/asm/arch-mx28/regs-lcdif.h > create mode 100644 arch/arm/include/asm/arch-mx28/regs-lradc.h > > Cc: Detlev Zundel > Cc: Fabio Estevam > Cc: Stefano Babic > Cc: Wolfgang Denk Best regards, Marek Vasut