History log of /rk3399_rockchip-uboot/arch/arm/include/ (Results 3026 – 3050 of 3788)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8f0732ac29-Sep-2012 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge remote-tracking branch 'u-boot-imx/master'

3f7f241414-Aug-2012 Tom Rini <trini@ti.com>

ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

- Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs.
- Remove duplicated code.
- Add s

ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

- Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs.
- Remove duplicated code.
- Add spl_boot_device() that returns the statically chosen boot device.

Signed-off-by: Tom Rini <trini@ti.com>

show more ...

6507f13322-Aug-2012 Tom Rini <trini@ti.com>

SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux

In SPL (CONFIG_SPL_FRAMEWORK) board_init_f must setup the stack pointer,
clear the BSS and call board_init_r. We mark this as

SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux

In SPL (CONFIG_SPL_FRAMEWORK) board_init_f must setup the stack pointer,
clear the BSS and call board_init_r. We mark this as weak as some
platforms may need to perform additional initalization at this point.
We provide a gd that we know will be in a usable location, once the BSS
has been cleared to help with this as well. Finally, we no longer call
relocate_code so remove that from the armv7 version.

Next, both board_init_f and jump_to_image_linux are going to be
inherently arch-specific, so move these versions to arch/arm/lib/spl.c

Signed-off-by: Tom Rini <trini@ti.com>

show more ...

47f7bcae13-Aug-2012 Tom Rini <trini@ti.com>

SPL: Move the omap SPL framework to common/spl

Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL
framework, enable on all of the previously using boards. We move the
spl_ymodem.c

SPL: Move the omap SPL framework to common/spl

Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL
framework, enable on all of the previously using boards. We move the
spl_ymodem.c portion to common/ and spl_mmc.c to drivers/mmc/. We leave
the NAND one in-place as we plan to replace it later in this series.

We use common/spl to avoid linker problems with respect to merging
constant strings in objects. Otherwise all strings in common/ will be
linked in and kept which grows SPL in size too much.

Signed-off-by: Tom Rini <trini@ti.com>

show more ...

d4c4e0e114-Aug-2012 Tom Rini <trini@ti.com>

ARM: SPL: Start hooking in the current SPI SPL support

Signed-off-by: Tom Rini <trini@ti.com>

f088125014-Aug-2012 Tom Rini <trini@ti.com>

ARM: SPL: Make spl_mmc.c more generic

Move the default omap/related-centric board_mmc_init to
arch/arm/cpu/armv7/omap-common/boot-common.c and move the type defines
to <asm/spl.h>. Also use mmc->re

ARM: SPL: Make spl_mmc.c more generic

Move the default omap/related-centric board_mmc_init to
arch/arm/cpu/armv7/omap-common/boot-common.c and move the type defines
to <asm/spl.h>. Also use mmc->read_bl_len rather than MMCSD_SECTOR_SIZE

Signed-off-by: Tom Rini <trini@ti.com>

show more ...

55cdbb8d14-Aug-2012 Tom Rini <trini@ti.com>

ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>

Move the SPL prototypes from <asm/omap_common.h> into <asm/spl.h> and
add <asm/arch/spl.h> for arch specific portions of CONFIG_SPL_FRAMEWORK.

Signed-

ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>

Move the SPL prototypes from <asm/omap_common.h> into <asm/spl.h> and
add <asm/arch/spl.h> for arch specific portions of CONFIG_SPL_FRAMEWORK.

Signed-off-by: Tom Rini <trini@ti.com>

show more ...

8082fda913-Aug-2012 Tom Rini <trini@ti.com>

ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c

This detection code doesn't (and can't) do anything currently, so
remove.

Signed-off-by: Tom Rini <trini@ti.com>

37189a1914-Aug-2012 Tom Rini <trini@ti.com>

ARM: SPL: Rename omap_boot_mode to spl_boot_mode()

Signed-off-by: Tom Rini <trini@ti.com>

8e1b836e13-Aug-2012 Tom Rini <trini@ti.com>

ARM: SPL: Rename omap_boot_device to spl_boot_device

Signed-off-by: Tom Rini <trini@ti.com>

861a86f413-Aug-2012 Tom Rini <trini@ti.com>

omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()

Only omap4/5 currently have a meaningful set of display text and overo
had been adding a function to display nothing. Change how

omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()

Only omap4/5 currently have a meaningful set of display text and overo
had been adding a function to display nothing. Change how this works to
be opt-in and only turned on for omap4/5 now.

Signed-off-by: Tom Rini <trini@ti.com>

show more ...


/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/bcm2835/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/bcm2835/init.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/spl_mmc.c
asm/arch-omap4/sys_proto.h
asm/arch-omap5/sys_proto.h
asm/omap_common.h
/rk3399_rockchip-uboot/arch/avr32/lib/board.c
/rk3399_rockchip-uboot/arch/m68k/lib/board.c
/rk3399_rockchip-uboot/arch/mips/lib/board.c
/rk3399_rockchip-uboot/arch/nds32/lib/board.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ddr-gen3.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/release.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/interactive.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/main.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/options.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/util.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fsl_ifc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/srio.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_ddr_dimm_params.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_ifc.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_law.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_serdes.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_srio.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/io.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/mmu.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/mp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/processor.h
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/sparc/lib/board.c
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/common/fman.c
/rk3399_rockchip-uboot/board/freescale/common/fman.h
/rk3399_rockchip-uboot/board/freescale/common/p_corenet/law.c
/rk3399_rockchip-uboot/board/freescale/common/p_corenet/tlb.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/eth_p4080.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/pbi.cfg
/rk3399_rockchip-uboot/board/freescale/corenet_ds/rcw_p3041ds.cfg
/rk3399_rockchip-uboot/board/freescale/corenet_ds/rcw_p4080ds.cfg
/rk3399_rockchip-uboot/board/freescale/corenet_ds/rcw_p5020ds.cfg
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/mpc8540ads.c
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/mpc8541cds.c
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/mpc8555cds.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/mpc8560ads.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/law.c
/rk3399_rockchip-uboot/board/mcc200/lcd.c
/rk3399_rockchip-uboot/board/overo/overo.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_disk.c
/rk3399_rockchip-uboot/common/cmd_ext4.c
/rk3399_rockchip-uboot/common/cmd_ext_common.c
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_part.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/cmd_zfs.c
/rk3399_rockchip-uboot/common/env_fat.c
/rk3399_rockchip-uboot/common/env_remote.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/disk/part_dos.c
/rk3399_rockchip-uboot/disk/part_dos.h
/rk3399_rockchip-uboot/disk/part_efi.c
/rk3399_rockchip-uboot/doc/README.commands
/rk3399_rockchip-uboot/doc/README.fsl-ddr
/rk3399_rockchip-uboot/doc/README.pblimage
/rk3399_rockchip-uboot/doc/README.srio-pcie-boot-corenet
/rk3399_rockchip-uboot/drivers/misc/fsl_law.c
/rk3399_rockchip-uboot/drivers/net/fm/Makefile
/rk3399_rockchip-uboot/drivers/net/fm/init.c
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/pci/pci_auto.c
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/video/fsl_diu_fb.c
/rk3399_rockchip-uboot/fs/ext4/dev.c
/rk3399_rockchip-uboot/fs/ext4/ext4_common.h
/rk3399_rockchip-uboot/fs/ext4/ext4fs.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/fs/fat/fat_write.c
/rk3399_rockchip-uboot/fs/reiserfs/dev.c
/rk3399_rockchip-uboot/fs/zfs/dev.c
/rk3399_rockchip-uboot/include/asm-generic/gpio.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/P4080DS.h
/rk3399_rockchip-uboot/include/configs/P5020DS.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/omap4_common.h
/rk3399_rockchip-uboot/include/configs/omap5_evm.h
/rk3399_rockchip-uboot/include/configs/p1_p2_rdb_pc.h
/rk3399_rockchip-uboot/include/ddr_spd.h
/rk3399_rockchip-uboot/include/ext4fs.h
/rk3399_rockchip-uboot/include/ext_common.h
/rk3399_rockchip-uboot/include/fat.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/fm_eth.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/malloc.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/include/reiserfs.h
/rk3399_rockchip-uboot/include/zfs_common.h
/rk3399_rockchip-uboot/lib/fdtdec.c
/rk3399_rockchip-uboot/nand_spl/board/freescale/common.c
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1010rdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1010rdb/nand_boot.c
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1023rds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1023rds/nand_boot.c
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1_p2_rdb_pc/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1_p2_rdb_pc/nand_boot.c
/rk3399_rockchip-uboot/nand_spl/nand_boot_fsl_elbc.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/mkimage.h
/rk3399_rockchip-uboot/tools/patman/series.py
/rk3399_rockchip-uboot/tools/pblimage.c
/rk3399_rockchip-uboot/tools/pblimage.h
362635bd18-Sep-2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com>

mx51evk: Add CONFIG_REVISION_TAG

FSL 2.6.35 kernel assumes that the bootloader passes the CONFIG_REVISION_TAG
information.

If this data is not present, the kernel misconfigures the TZIC, which resu

mx51evk: Add CONFIG_REVISION_TAG

FSL 2.6.35 kernel assumes that the bootloader passes the CONFIG_REVISION_TAG
information.

If this data is not present, the kernel misconfigures the TZIC, which results in
the timer interrupt handler never being called, so the kernel deadlocks while
calibrating its delay.

Suggested-by: Greg Topmiller <Greg.Topmiller@jdsu.com>
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>

show more ...

495dbd7221-Sep-2012 Tom Rini <trini@ti.com>

Merge branch 'master' of git://git.denx.de/u-boot-arm


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/tegra20/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra20/cmd_enterrcm.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra20/usb.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/ap20.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/funcmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/warmboot.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/warmboot_avp.c
/rk3399_rockchip-uboot/arch/arm/dts/tegra20.dtsi
/rk3399_rockchip-uboot/arch/arm/imx-common/Makefile
/rk3399_rockchip-uboot/arch/arm/imx-common/cmd_bmode.c
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/imx-common/i2c-mxv7.c
/rk3399_rockchip-uboot/arch/arm/imx-common/iomux-v3.c
/rk3399_rockchip-uboot/arch/arm/imx-common/speed.c
/rk3399_rockchip-uboot/arch/arm/imx-common/timer.c
asm/arch-kirkwood/spi.h
asm/arch-mx25/clock.h
asm/arch-mx31/clock.h
asm/arch-mx35/clock.h
asm/arch-mx35/crm_regs.h
asm/arch-mx6/iomux.h
asm/arch-omap3/dss.h
asm/arch-omap3/mux.h
asm/arch-tegra20/ap20.h
asm/arch-tegra20/funcmux.h
asm/arch-tegra20/mmc.h
asm/arch-tegra20/sys_proto.h
asm/arch-tegra20/tegra20.h
asm/arch-tegra20/tegra_mmc.h
asm/arch-tegra20/tegra_spi.h
asm/arch-tegra20/timer.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/cpu.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/interrupts.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/speed.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/cpu.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/interrupts.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/speed.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/cpu.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/interrupts.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/speed.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/interrupts.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/speed.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/cpu.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/interrupts.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/pci.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/speed.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/cpu.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/interrupts.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/pci.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/slicetimer.c
/rk3399_rockchip-uboot/arch/m68k/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/flexbus.h
/rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/qspi.h
/rk3399_rockchip-uboot/arch/m68k/include/asm/io.h
/rk3399_rockchip-uboot/arch/m68k/include/asm/m5271.h
/rk3399_rockchip-uboot/board/BuS/eb_cpux9k2/cpux9k2.c
/rk3399_rockchip-uboot/board/Marvell/sheevaplug/kwbimage.cfg
/rk3399_rockchip-uboot/board/avionic-design/common/tamonten.c
/rk3399_rockchip-uboot/board/avionic-design/dts/tegra20-tec.dts
/rk3399_rockchip-uboot/board/buffalo/lsxl/lsxl.c
/rk3399_rockchip-uboot/board/compal/paz00/paz00.c
/rk3399_rockchip-uboot/board/compulab/trimslice/trimslice.c
/rk3399_rockchip-uboot/board/freescale/m5208evbe/m5208evbe.c
/rk3399_rockchip-uboot/board/freescale/m52277evb/m52277evb.c
/rk3399_rockchip-uboot/board/freescale/m5235evb/m5235evb.c
/rk3399_rockchip-uboot/board/freescale/m5253demo/m5253demo.c
/rk3399_rockchip-uboot/board/freescale/m5253evbe/m5253evbe.c
/rk3399_rockchip-uboot/board/freescale/m5272c3/m5272c3.c
/rk3399_rockchip-uboot/board/freescale/m5275evb/m5275evb.c
/rk3399_rockchip-uboot/board/freescale/m53017evb/m53017evb.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/m5329evb.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/m5373evb.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m54451evb/m54451evb.c
/rk3399_rockchip-uboot/board/freescale/m54455evb/m54455evb.c
/rk3399_rockchip-uboot/board/freescale/m547xevb/m547xevb.c
/rk3399_rockchip-uboot/board/freescale/m548xevb/m548xevb.c
/rk3399_rockchip-uboot/board/freescale/mpc8308rdb/mpc8308rdb.c
/rk3399_rockchip-uboot/board/freescale/mx28evk/iomux.c
/rk3399_rockchip-uboot/board/freescale/mx28evk/mx28evk.c
/rk3399_rockchip-uboot/board/freescale/mx35pdk/README
/rk3399_rockchip-uboot/board/freescale/mx35pdk/mx35pdk.c
/rk3399_rockchip-uboot/board/freescale/mx6qsabrelite/mx6qsabrelite.c
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/Makefile
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/efikamx-usb.c
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/efikamx.c
/rk3399_rockchip-uboot/board/keymile/common/ivm.c
/rk3399_rockchip-uboot/board/keymile/km_arm/km_arm.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/nvidia/dts/tegra20-harmony.dts
/rk3399_rockchip-uboot/board/nvidia/dts/tegra20-seaboard.dts
/rk3399_rockchip-uboot/board/nvidia/harmony/Makefile
/rk3399_rockchip-uboot/board/nvidia/harmony/harmony.c
/rk3399_rockchip-uboot/board/nvidia/seaboard/Makefile
/rk3399_rockchip-uboot/board/nvidia/seaboard/seaboard.c
/rk3399_rockchip-uboot/board/nvidia/ventana/Makefile
/rk3399_rockchip-uboot/board/nvidia/whistler/Makefile
/rk3399_rockchip-uboot/board/nvidia/whistler/whistler.c
/rk3399_rockchip-uboot/board/taskit/stamp9g20/stamp9g20.c
/rk3399_rockchip-uboot/board/technexion/twister/twister.c
/rk3399_rockchip-uboot/board/teejet/mt_ventoux/mt_ventoux.c
/rk3399_rockchip-uboot/board/teejet/mt_ventoux/mt_ventoux.h
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_ext2.c
/rk3399_rockchip-uboot/common/cmd_ext4.c
/rk3399_rockchip-uboot/common/cmd_ext_common.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/usb_hub.c
/rk3399_rockchip-uboot/doc/README.ext4
/rk3399_rockchip-uboot/doc/README.kwbimage
/rk3399_rockchip-uboot/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt
/rk3399_rockchip-uboot/drivers/dfu/dfu_mmc.c
/rk3399_rockchip-uboot/drivers/gpio/tegra_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/tegra_i2c.c
/rk3399_rockchip-uboot/drivers/input/Makefile
/rk3399_rockchip-uboot/drivers/mmc/mxsmmc.c
/rk3399_rockchip-uboot/drivers/mmc/tegra_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/mxs_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/tegra_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/tegra_nand.h
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/cf_qspi.c
/rk3399_rockchip-uboot/drivers/spi/kirkwood_spi.c
/rk3399_rockchip-uboot/drivers/spi/mpc8xxx_spi.c
/rk3399_rockchip-uboot/drivers/spi/mxs_spi.c
/rk3399_rockchip-uboot/drivers/spi/tegra_spi.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-hcd.c
/rk3399_rockchip-uboot/drivers/video/omap3_dss.c
/rk3399_rockchip-uboot/fs/Makefile
/rk3399_rockchip-uboot/fs/ext4/Makefile
/rk3399_rockchip-uboot/fs/ext4/crc16.c
/rk3399_rockchip-uboot/fs/ext4/crc16.h
/rk3399_rockchip-uboot/fs/ext4/dev.c
/rk3399_rockchip-uboot/fs/ext4/ext4_common.c
/rk3399_rockchip-uboot/fs/ext4/ext4_common.h
/rk3399_rockchip-uboot/fs/ext4/ext4_journal.c
/rk3399_rockchip-uboot/fs/ext4/ext4_journal.h
/rk3399_rockchip-uboot/fs/ext4/ext4fs.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/MPC8308RDB.h
/rk3399_rockchip-uboot/include/configs/eb_cpux9k2.h
/rk3399_rockchip-uboot/include/configs/edminiv2.h
/rk3399_rockchip-uboot/include/configs/flea3.h
/rk3399_rockchip-uboot/include/configs/harmony.h
/rk3399_rockchip-uboot/include/configs/ima3-mx53.h
/rk3399_rockchip-uboot/include/configs/imx31_litekit.h
/rk3399_rockchip-uboot/include/configs/imx31_phycore.h
/rk3399_rockchip-uboot/include/configs/integrator-common.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/km/keymile-common.h
/rk3399_rockchip-uboot/include/configs/km/km_arm.h
/rk3399_rockchip-uboot/include/configs/m28evk.h
/rk3399_rockchip-uboot/include/configs/medcom.h
/rk3399_rockchip-uboot/include/configs/mt_ventoux.h
/rk3399_rockchip-uboot/include/configs/mx25pdk.h
/rk3399_rockchip-uboot/include/configs/mx28evk.h
/rk3399_rockchip-uboot/include/configs/mx31ads.h
/rk3399_rockchip-uboot/include/configs/mx31pdk.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.h
/rk3399_rockchip-uboot/include/configs/paz00.h
/rk3399_rockchip-uboot/include/configs/plutux.h
/rk3399_rockchip-uboot/include/configs/qong.h
/rk3399_rockchip-uboot/include/configs/sc_sps_1.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/configs/stamp9g20.h
/rk3399_rockchip-uboot/include/configs/tam3517-common.h
/rk3399_rockchip-uboot/include/configs/tec.h
/rk3399_rockchip-uboot/include/configs/tegra-common-post.h
/rk3399_rockchip-uboot/include/configs/tegra20-common.h
/rk3399_rockchip-uboot/include/configs/trimslice.h
/rk3399_rockchip-uboot/include/configs/tt01.h
/rk3399_rockchip-uboot/include/configs/ventana.h
/rk3399_rockchip-uboot/include/configs/whistler.h
/rk3399_rockchip-uboot/include/configs/zmx25.h
/rk3399_rockchip-uboot/include/environment.h
/rk3399_rockchip-uboot/include/ext4fs.h
/rk3399_rockchip-uboot/include/ext_common.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/search.h
/rk3399_rockchip-uboot/lib/fdtdec.c
/rk3399_rockchip-uboot/lib/hashtable.c
/rk3399_rockchip-uboot/tools/env/fw_env.c
d193c1b620-Sep-2012 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge remote-tracking branch 'u-boot-imx/master'


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/imx-common/Makefile
/rk3399_rockchip-uboot/arch/arm/imx-common/cmd_bmode.c
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/imx-common/i2c-mxv7.c
/rk3399_rockchip-uboot/arch/arm/imx-common/iomux-v3.c
/rk3399_rockchip-uboot/arch/arm/imx-common/speed.c
/rk3399_rockchip-uboot/arch/arm/imx-common/timer.c
asm/arch-mx25/clock.h
asm/arch-mx31/clock.h
asm/arch-mx35/clock.h
asm/arch-mx35/crm_regs.h
asm/arch-mx6/iomux.h
/rk3399_rockchip-uboot/board/freescale/mx28evk/iomux.c
/rk3399_rockchip-uboot/board/freescale/mx28evk/mx28evk.c
/rk3399_rockchip-uboot/board/freescale/mx35pdk/README
/rk3399_rockchip-uboot/board/freescale/mx35pdk/mx35pdk.c
/rk3399_rockchip-uboot/board/freescale/mx6qsabrelite/mx6qsabrelite.c
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/Makefile
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/efikamx-usb.c
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/efikamx.c
/rk3399_rockchip-uboot/drivers/mmc/mxsmmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/mxs_nand.c
/rk3399_rockchip-uboot/drivers/spi/mxs_spi.c
/rk3399_rockchip-uboot/include/configs/flea3.h
/rk3399_rockchip-uboot/include/configs/ima3-mx53.h
/rk3399_rockchip-uboot/include/configs/imx31_litekit.h
/rk3399_rockchip-uboot/include/configs/imx31_phycore.h
/rk3399_rockchip-uboot/include/configs/m28evk.h
/rk3399_rockchip-uboot/include/configs/mx25pdk.h
/rk3399_rockchip-uboot/include/configs/mx28evk.h
/rk3399_rockchip-uboot/include/configs/mx31ads.h
/rk3399_rockchip-uboot/include/configs/mx31pdk.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.h
/rk3399_rockchip-uboot/include/configs/qong.h
/rk3399_rockchip-uboot/include/configs/sc_sps_1.h
/rk3399_rockchip-uboot/include/configs/tt01.h
/rk3399_rockchip-uboot/include/configs/zmx25.h
535c74f805-Sep-2012 Marek Vasut <marex@denx.de>

ARM: Remove apollon board

This board is the only board that still sticks to OneNAND IPL.
Remove this board, since we have SPL around for a while and
OneNAND is well supported in the SPL framework. T

ARM: Remove apollon board

This board is the only board that still sticks to OneNAND IPL.
Remove this board, since we have SPL around for a while and
OneNAND is well supported in the SPL framework. The board can
be revived if necessary.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Tom Rini <trini@ti.com>

show more ...

037e9d3317-Sep-2012 Tom Rini <trini@ti.com>

Merge branch 'master' of git://git.denx.de/u-boot-i2c


/rk3399_rockchip-uboot/MAINTAINERS
asm/arch-omap4/cpu.h
asm/arch-omap4/i2c.h
/rk3399_rockchip-uboot/arch/microblaze/config.mk
/rk3399_rockchip-uboot/arch/microblaze/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/microblaze/cpu/start.S
/rk3399_rockchip-uboot/arch/microblaze/cpu/timer.c
/rk3399_rockchip-uboot/arch/microblaze/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/microblaze/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/microblaze/include/asm/microblaze_intc.h
/rk3399_rockchip-uboot/arch/microblaze/include/asm/microblaze_timer.h
/rk3399_rockchip-uboot/arch/microblaze/include/asm/processor.h
/rk3399_rockchip-uboot/arch/microblaze/lib/board.c
/rk3399_rockchip-uboot/arch/mips/config.mk
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/config.mk
/rk3399_rockchip-uboot/arch/mips/cpu/xburst/config.mk
/rk3399_rockchip-uboot/arch/mips/cpu/xburst/cpu.c
/rk3399_rockchip-uboot/arch/mips/cpu/xburst/timer.c
/rk3399_rockchip-uboot/arch/mips/lib/Makefile
/rk3399_rockchip-uboot/arch/mips/lib/ashldi3.c
/rk3399_rockchip-uboot/arch/mips/lib/ashrdi3.c
/rk3399_rockchip-uboot/arch/mips/lib/libgcc.h
/rk3399_rockchip-uboot/arch/mips/lib/lshrdi3.c
/rk3399_rockchip-uboot/board/atmel/atngw100mkii/Makefile
/rk3399_rockchip-uboot/board/atmel/atngw100mkii/atngw100mkii.c
/rk3399_rockchip-uboot/board/qi/qi_lb60/qi_lb60.c
/rk3399_rockchip-uboot/board/samsung/common/Makefile
/rk3399_rockchip-uboot/board/samsung/common/multi_i2c.c
/rk3399_rockchip-uboot/board/samsung/trats/trats.c
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/microblaze-generic.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/drivers/block/systemace.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/arm_pl180_mmci.c
/rk3399_rockchip-uboot/drivers/mmc/pxa_mmc_gen.c
/rk3399_rockchip-uboot/drivers/mmc/s5p_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/sdhci.c
/rk3399_rockchip-uboot/drivers/serial/serial_xuartlite.c
/rk3399_rockchip-uboot/drivers/spi/xilinx_spi.c
/rk3399_rockchip-uboot/fs/ubifs/ubifs.c
/rk3399_rockchip-uboot/include/configs/atngw100mkii.h
/rk3399_rockchip-uboot/include/configs/microblaze-generic.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qi_lb60.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/i2c.h
/rk3399_rockchip-uboot/include/sdhci.h
/rk3399_rockchip-uboot/include/serial.h
19f59ea616-Sep-2012 Stefano Babic <sbabic@denx.de>

MX6: drop binary constants from iomux header

Constants set with binary value (0b...) are not compiled
from old toolchain when used by the clrsetbits_le32 macro.
Replaces them with the corresponding

MX6: drop binary constants from iomux header

Constants set with binary value (0b...) are not compiled
from old toolchain when used by the clrsetbits_le32 macro.
Replaces them with the corresponding hex value.

The error reported (for example with the mx6qsabrelite board)
is something like:

mx6qsabrelite.c:369:1: error: invalid suffix "b101" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b10010" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b0000" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b10001" on integer constant

Signed-off-by: Stefano Babic <sbabic@denx.de>

show more ...

29f3e3f205-Sep-2012 Tom Warren <twarren@nvidia.com>

Tegra: Change Tegra20 to Tegra in common code, prep for T30

Convert TEGRA20_ defines to either TEGRA_ or NV_PA_ where appropriate.
Convert tegra20_ source file and function names to tegra_, also.

U

Tegra: Change Tegra20 to Tegra in common code, prep for T30

Convert TEGRA20_ defines to either TEGRA_ or NV_PA_ where appropriate.
Convert tegra20_ source file and function names to tegra_, also.

Upcoming Tegra30 port will use common code/defines/names where possible.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>

show more ...


/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/tegra20/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra20/cmd_enterrcm.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra20/usb.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/ap20.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/warmboot.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/warmboot_avp.c
asm/arch-tegra20/ap20.h
asm/arch-tegra20/mmc.h
asm/arch-tegra20/sys_proto.h
asm/arch-tegra20/tegra20.h
asm/arch-tegra20/tegra_mmc.h
asm/arch-tegra20/tegra_spi.h
asm/arch-tegra20/timer.h
/rk3399_rockchip-uboot/board/avionic-design/common/tamonten.c
/rk3399_rockchip-uboot/board/avionic-design/dts/tegra20-tec.dts
/rk3399_rockchip-uboot/board/compal/paz00/paz00.c
/rk3399_rockchip-uboot/board/compulab/trimslice/trimslice.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/nvidia/dts/tegra20-harmony.dts
/rk3399_rockchip-uboot/board/nvidia/harmony/Makefile
/rk3399_rockchip-uboot/board/nvidia/harmony/harmony.c
/rk3399_rockchip-uboot/board/nvidia/seaboard/Makefile
/rk3399_rockchip-uboot/board/nvidia/seaboard/seaboard.c
/rk3399_rockchip-uboot/board/nvidia/ventana/Makefile
/rk3399_rockchip-uboot/board/nvidia/whistler/Makefile
/rk3399_rockchip-uboot/board/nvidia/whistler/whistler.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/env_mmc.c
/rk3399_rockchip-uboot/drivers/gpio/tegra_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/tegra_i2c.c
/rk3399_rockchip-uboot/drivers/input/Makefile
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/tegra_mmc.c
/rk3399_rockchip-uboot/drivers/spi/tegra_spi.c
/rk3399_rockchip-uboot/include/configs/harmony.h
/rk3399_rockchip-uboot/include/configs/medcom.h
/rk3399_rockchip-uboot/include/configs/paz00.h
/rk3399_rockchip-uboot/include/configs/plutux.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/configs/tec.h
/rk3399_rockchip-uboot/include/configs/tegra-common-post.h
/rk3399_rockchip-uboot/include/configs/tegra20-common.h
/rk3399_rockchip-uboot/include/configs/trimslice.h
/rk3399_rockchip-uboot/include/configs/ventana.h
/rk3399_rockchip-uboot/include/configs/whistler.h
/rk3399_rockchip-uboot/include/mmc.h
312693c329-Jul-2012 Jim Lin <jilin@nvidia.com>

tegra: nand: Add Tegra NAND driver

A device tree is used to configure the NAND, including memory
timings and block/pages sizes.

If this node is not present or is disabled, then NAND will not
be ini

tegra: nand: Add Tegra NAND driver

A device tree is used to configure the NAND, including memory
timings and block/pages sizes.

If this node is not present or is disabled, then NAND will not
be initialized.

Signed-off-by: Jim Lin <jilin@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>

show more ...

35e1132c29-Jul-2012 Simon Glass <sjg@chromium.org>

tegra: Add NAND support to funcmux

Add selection of NAND flash pins to the funcmux.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Wa

tegra: Add NAND support to funcmux

Add selection of NAND flash pins to the funcmux.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>

show more ...

0dc7b82e21-Aug-2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com>

mx31: Define default SoC input clock frequencies

Define default SoC input clock frequencies for i.MX31 in order to get rid of
duplicated definitions.

Signed-off-by: Benoît Thébaudeau <benoit.thebau

mx31: Define default SoC input clock frequencies

Define default SoC input clock frequencies for i.MX31 in order to get rid of
duplicated definitions.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Helmut Raiger <helmut.raiger@hale.at>

show more ...

9c6c5c0621-Aug-2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com>

mx35: Define default SoC input clock frequencies

Define default SoC input clock frequencies for i.MX35 in order to get rid of
duplicated definitions.

Signed-off-by: Benoît Thébaudeau <benoit.thebau

mx35: Define default SoC input clock frequencies

Define default SoC input clock frequencies for i.MX35 in order to get rid of
duplicated definitions.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>

show more ...

1b2080f321-Aug-2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com>

mx25: Define default SoC input clock frequencies

Define default SoC input clock frequencies for i.MX25 in order to get rid of
duplicated definitions.

Signed-off-by: Benoît Thébaudeau <benoit.thebau

mx25: Define default SoC input clock frequencies

Define default SoC input clock frequencies for i.MX25 in order to get rid of
duplicated definitions.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Matthias Weisser <weisserm@arcor.de>

show more ...

82e1b54314-Aug-2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com>

mx35: Fix clock dividers

The clock dividers that were used do not match at all the reference manual. They
were either completely broken, or came from an early silicon revision
incompatible with the

mx35: Fix clock dividers

The clock dividers that were used do not match at all the reference manual. They
were either completely broken, or came from an early silicon revision
incompatible with the current one.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>

show more ...

9ba81baa14-Aug-2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com>

mx35: Add definitions for clock gate values

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>

1...<<121122123124125126127128129130>>...152