Message ID | 4D9B193E.4070609@denx.de |
---|---|
State | Accepted |
Headers | show |
Hi Stefano, Le 05/04/2011 15:29, Stefano Babic a écrit : > Hi Albert, > > The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965: > > atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01 > 14:49:08 -0500) > > are available in the git repository at: > git://www.denx.de/git/u-boot-imx.git master > > Fabio Estevam (1): > mx25: Make the UART port number explicit in its setup function > > Jason Liu (2): > mx53loco: set mmc env to MMC slot1 > MX5: Enable flat-device-tree support on mx53 loco board > > Liu Hui-R64343 (3): > MX53: drop config.mk from mx53evk > MX53: support for freescale MX53LOCO board > MX5: Enable flat-device-tree support on mx51/53 evk board > > Stefano Babic (5): > Makefile: change rule to build IMX image > MX51: drop config.mk from mx51evk > MX31: add support for MX31 watchdog > MX31: qong: add watchdog > IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers > > MAINTAINERS | 1 + > Makefile | 2 +- > arch/arm/cpu/arm1136/mx31/devices.c | 4 +- > arch/arm/cpu/arm1136/mx31/generic.c | 2 +- > arch/arm/cpu/arm1136/mx31/timer.c | 40 +++- > arch/arm/cpu/arm926ejs/mx25/generic.c | 2 +- > arch/arm/include/asm/arch-mx31/{mx31.h => clock.h} | 6 +- > .../asm/arch-mx31/{mx31-regs.h => imx-regs.h} | 10 + > board/davedenx/qong/fpga.c | 4 +- > board/davedenx/qong/lowlevel_init.S | 2 +- > board/davedenx/qong/qong.c | 16 +- > board/freescale/mx31ads/lowlevel_init.S | 2 +- > board/freescale/mx31ads/mx31ads.c | 4 +- > board/freescale/mx31pdk/lowlevel_init.S | 2 +- > board/freescale/mx31pdk/mx31pdk.c | 4 +- > board/freescale/mx53evk/config.mk | 24 -- > .../{mx51evk/config.mk => mx53loco/Makefile} | 36 ++- > board/freescale/mx53loco/imximage.cfg | 96 ++++++ > board/freescale/mx53loco/mx53loco.c | 316 > ++++++++++++++++++++ > board/imx31_phycore/imx31_phycore.c | 4 +- > board/imx31_phycore/lowlevel_init.S | 2 +- > board/karo/tx25/tx25.c | 4 +- > board/logicpd/imx31_litekit/imx31_litekit.c | 4 +- > board/logicpd/imx31_litekit/lowlevel_init.S | 2 +- > boards.cfg | 5 +- > drivers/gpio/mxc_gpio.c | 5 - > drivers/i2c/mxc_i2c.c | 7 +- > drivers/serial/serial_mxc.c | 4 - > drivers/spi/mxc_spi.c | 9 +- > drivers/usb/host/ehci-mxc.c | 2 +- > drivers/video/mx3fb.c | 6 +- > include/configs/imx31_litekit.h | 2 +- > include/configs/mx31ads.h | 2 +- > include/configs/mx31pdk.h | 2 +- > include/configs/mx51evk.h | 5 + > include/configs/mx53evk.h | 3 + > include/configs/mx53loco.h | 199 ++++++++++++ > include/configs/qong.h | 3 +- > nand_spl/nand_boot_fsl_nfc.c | 4 - > 39 files changed, 751 insertions(+), 96 deletions(-) > rename arch/arm/include/asm/arch-mx31/{mx31.h => clock.h} (92%) > rename arch/arm/include/asm/arch-mx31/{mx31-regs.h => imx-regs.h} (99%) > delete mode 100644 board/freescale/mx53evk/config.mk > rename board/freescale/{mx51evk/config.mk => mx53loco/Makefile} (51%) > create mode 100755 board/freescale/mx53loco/imximage.cfg > create mode 100755 board/freescale/mx53loco/mx53loco.c > create mode 100644 include/configs/mx53loco.h > > Best regards, > Stefano Applied, thanks. Amicalement,