Message ID | 5245760C.9030105@denx.de |
---|---|
State | Accepted |
Delegated to: | Albert ARIBAUD |
Headers | show |
Hi Stefano, On Fri, 27 Sep 2013 14:11:56 +0200, Stefano Babic <sbabic@denx.de> wrote: > Hi Albert, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 8386ca8bea7a6a8469c3b6a99313afb642e6cbeb: > > Revert "standalone-examples: support custom GCC lib" (2013-09-12 > 10:27:29 -0400) > > are available in the git repository at: > > git://www.denx.de/git/u-boot-imx.git master > > for you to fetch changes up to ce7a7f5e6bda35d7d0972be07b6983552d1a2cb2: > > i.MX6DQ/DLS: Add pad MX6_PAD_GPIO_1__USB_OTG_ID (2013-09-27 13:53:35 > +0200) > > ---------------------------------------------------------------- > Andrew Gabbasov (1): > mx6: Fix calculation of emi_slow clock rate > > Elie De Brauwer (1): > mxs_nand: Fix ECC strength for NAND flash with OOB size of 224 > > Eric Nelson (2): > i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10 > i.MX6DQ/DLS: Add pad MX6_PAD_GPIO_1__USB_OTG_ID > > Fabio Estevam (17): > mx6sabresd: Add LVDS splash screen support > wandboard: Use imx6dl-wandboard.dtb for the solo version > mx6sabresd: Avoid hang when HDMI cable is not connected > mx6sabresd: Reset counter to prevent error message > mmc: fsl_esdhc: Check the result from malloc() > mx35pdk: Remove CONFIG_SYS_CACHELINE_SIZE > mx6sabresd: Return error if cpu_eth_init() fails > mx6qsabreauto: Return error if cpu_eth_init() fails > net: fec_mxc: Add support for mx6 solo-lite > mx6slevk: Add Ethernet support > mx28evk: Fix checkpatch warning > doc: README.mxs: Add instruction to install 'libssl-dev' > mx6sabresd: Fix the fdt file for the mx6dl version > net: fec_mxc: Fix timeouts during tftp transfer > mx28evk: Propagate the error if cpu_eth_init() fails > mx28evk: Propagate the error if cpu_eth_init() fails > mx35pdk: Fix error handling in board_late_init() > > Marek Vasut (6): > tools: mxsboot: Mark the FCB pages as valid > ARM: mxs: Sort the mx23evk and mx23_olinuxino > ARM: mxs: Document the power block initialization > ARM: mxs: Receive r0 and r1 passed from BootROM > ARM: mxs: Add Creative ZEN XFi3 board > ARM: mxs: Add SanDisk Sansa Fuze+ board > > Markus Niebel (1): > ARM: arch-mx6: fix PLL2_PFD2_FREQ > > Pierre Aubert (1): > mx6: Fix use of improper value in enable_ipu_clock > > Robert Winkler (1): > imx: nitrogen6x/mx6qsabrelite: Fix bug in board_video_skip > > Stefano Babic (1): > Merge branch 'master' of git://git.denx.de/u-boot-arm > > York Sun (1): > tools/imximage.c: Fix compiling warning > > trem (3): > mx27: add missing constant for mx27 > apf27: add support for the armadeus APF27 board > apf27: add FPGA support for the apf27 board > > arch/arm/cpu/arm926ejs/mx27/asm-offsets.c | 5 + > arch/arm/cpu/arm926ejs/mxs/spl_boot.c | 5 +- > arch/arm/cpu/arm926ejs/mxs/spl_power_init.c | 209 +++++++++++ > arch/arm/cpu/arm926ejs/mxs/start.S | 50 ++- > arch/arm/cpu/armv7/mx6/clock.c | 40 +- > arch/arm/include/asm/arch-mx27/imx-regs.h | 6 +- > arch/arm/include/asm/arch-mx6/clock.h | 1 + > arch/arm/include/asm/arch-mx6/crm_regs.h | 2 +- > arch/arm/include/asm/arch-mx6/iomux.h | 5 + > arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 6 +- > arch/arm/include/asm/arch-mx6/mx6q_pins.h | 1 + > arch/arm/include/asm/arch-mx6/mx6sl_pins.h | 12 + > arch/arm/include/asm/arch-mxs/sys_proto.h | 5 +- > board/armadeus/apf27/Makefile | 33 ++ > board/armadeus/apf27/apf27.c | 256 +++++++++++++ > board/armadeus/apf27/apf27.h | 489 > +++++++++++++++++++++++++ > board/armadeus/apf27/fpga.c | 224 +++++++++++ > board/armadeus/apf27/fpga.h | 25 ++ > board/armadeus/apf27/lowlevel_init.S | 168 +++++++++ > board/bluegiga/apx4devkit/spl_boot.c | 4 +- > board/boundary/nitrogen6x/nitrogen6x.c | 4 +- > board/creative/xfi3/Makefile | 31 ++ > board/creative/xfi3/spl_boot.c | 134 +++++++ > board/creative/xfi3/xfi3.c | 224 +++++++++++ > board/denx/m28evk/m28evk.c | 2 + > board/denx/m28evk/spl_boot.c | 4 +- > board/freescale/mx23evk/spl_boot.c | 4 +- > board/freescale/mx28evk/iomux.c | 4 +- > board/freescale/mx28evk/mx28evk.c | 4 +- > board/freescale/mx35pdk/mx35pdk.c | 10 +- > board/freescale/mx6qsabreauto/mx6qsabreauto.c | 2 +- > board/freescale/mx6sabresd/mx6sabresd.c | 169 +++++++-- > board/freescale/mx6slevk/mx6slevk.c | 68 ++++ > board/olimex/mx23_olinuxino/spl_boot.c | 4 +- > board/sandisk/sansa_fuze_plus/Makefile | 31 ++ > board/sandisk/sansa_fuze_plus/sfp.c | 388 ++++++++++++++++++++ > board/sandisk/sansa_fuze_plus/spl_boot.c | 140 +++++++ > board/schulercontrol/sc_sps_1/spl_boot.c | 4 +- > boards.cfg | 3 + > doc/README.mxs | 5 + > drivers/mmc/fsl_esdhc.c | 2 + > drivers/mtd/nand/mxs_nand.c | 3 + > drivers/net/fec_mxc.c | 4 +- > drivers/net/fec_mxc.h | 4 +- > include/configs/apf27.h | 388 ++++++++++++++++++++ > include/configs/mx35pdk.h | 1 - > include/configs/mx6sabresd.h | 4 + > include/configs/mx6slevk.h | 14 + > include/configs/sansa_fuze_plus.h | 70 ++++ > include/configs/wandboard.h | 4 +- > include/configs/xfi3.h | 69 ++++ > tools/imximage.c | 8 +- > tools/mxsboot.c | 10 +- > 53 files changed, 3269 insertions(+), 93 deletions(-) > create mode 100644 board/armadeus/apf27/Makefile > create mode 100644 board/armadeus/apf27/apf27.c > create mode 100644 board/armadeus/apf27/apf27.h > create mode 100644 board/armadeus/apf27/fpga.c > create mode 100644 board/armadeus/apf27/fpga.h > create mode 100644 board/armadeus/apf27/lowlevel_init.S > create mode 100644 board/creative/xfi3/Makefile > create mode 100644 board/creative/xfi3/spl_boot.c > create mode 100644 board/creative/xfi3/xfi3.c > create mode 100644 board/sandisk/sansa_fuze_plus/Makefile > create mode 100644 board/sandisk/sansa_fuze_plus/sfp.c > create mode 100644 board/sandisk/sansa_fuze_plus/spl_boot.c > create mode 100644 include/configs/apf27.h > create mode 100644 include/configs/sansa_fuze_plus.h > create mode 100644 include/configs/xfi3.h > Applied to u-boot-arm/master, thanks! Amicalement,