History log of /rk3399_rockchip-uboot/arch/arm/include/ (Results 3126 – 3150 of 3788)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7d8a961d20-Apr-2012 Vaibhav Bedia <vaibhav.bedia@ti.com>

am335x: ddr_defs: Update EMIF parameters

EMIF parameters are calculated based on the AC timing
parameters from the SDRAM datasheet and the DDR frequency.

Current values for these paramters in AM335

am335x: ddr_defs: Update EMIF parameters

EMIF parameters are calculated based on the AC timing
parameters from the SDRAM datasheet and the DDR frequency.

Current values for these paramters in AM335x U-Boot code,
though reliable, are not fully optimal. The most optimal
settings can be derived based on the guidelines published
at [1]. A pre-computed set of values with the most optimum
settings for AM335x EVM and BeagleBone can be found at [2].

[1] http://processors.wiki.ti.com/index.php/AM335x_EMIF_Configuration_tips
[2] http://processors.wiki.ti.com/index.php/OMAP_and_Sitara_CCS_support#AM335x

Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>

show more ...

c8da4a5824-Jul-2012 Tom Rini <trini@ti.com>

am33xx: Clean up unused DDR defines, prefix more with 'DDR2'

- Remove a handful of unused defines.
- Prefix more values with 'DDR2' as DDR3 will require different values.

Signed-off-by: Tom Rini <t

am33xx: Clean up unused DDR defines, prefix more with 'DDR2'

- Remove a handful of unused defines.
- Prefix more values with 'DDR2' as DDR3 will require different values.

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

show more ...

b971dfad03-Jul-2012 Tom Rini <trini@ti.com>

am33xx: Move the call to ddr_pll_config, make it take the frequency

Depending on if we have DDR2 or DDR3 on the board we will need to call
ddr_pll_config with a different value. This call can be de

am33xx: Move the call to ddr_pll_config, make it take the frequency

Depending on if we have DDR2 or DDR3 on the board we will need to call
ddr_pll_config with a different value. This call can be delayed
slightly to the point where we know which type of memory we have.

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

show more ...

fda35eb903-Jul-2012 Tom Rini <trini@ti.com>

am33xx: Pass to config_ddr the type of memory that is connected

We need to pass in the type of memory that is connected to the board.
The only reliable way to do this is to know what type of board w

am33xx: Pass to config_ddr the type of memory that is connected

We need to pass in the type of memory that is connected to the board.
The only reliable way to do this is to know what type of board we are
running on (which later will be knowable in s_init()). For now, pass in
the value of DDR2.

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

show more ...

bce58fec03-Jul-2012 Tom Rini <trini@ti.com>

am33xx: Make config_cmd_ctrl / config_ddr_data take const structs

Rework the EMIF4/DDR code slightly to setup the structs that
config_cmd_ctrl and config_ddr_data take to be setup at compile time an

am33xx: Make config_cmd_ctrl / config_ddr_data take const structs

Rework the EMIF4/DDR code slightly to setup the structs that
config_cmd_ctrl and config_ddr_data take to be setup at compile time and
mark them as const. This lets us simplify the calling path slightly as
well as making it easier to deal with DDR3.

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

show more ...

7d5eb34929-May-2012 Tom Rini <trini@ti.com>

am33xx: Convert to using <asm/emif.h> to describe the EMIF

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

79b3e6b712-Jun-2012 Tom Rini <trini@ti.com>

am33xx: Remove DMM_BASE define

The am33xx does not have a DMM, so don't define the base.

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

41708a5d28-Jul-2012 Javier Martinez Canillas <javier@dowhile0.org>

OMAP3: mem: Add Numonyx OneNAND 200MHz timing information

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>

89017e1524-Jul-2012 Chandan Nath <chandan.nath@ti.com>

am33xx: pin mux defintions for CPSW switch

This patch adds pin mux settings for CPSW switch found on
TI AM335X based boards (MII and RGMII modes).

Signed-off-by: Chandan Nath <chandan.nath@ti.com>

am33xx: pin mux defintions for CPSW switch

This patch adds pin mux settings for CPSW switch found on
TI AM335X based boards (MII and RGMII modes).

Signed-off-by: Chandan Nath <chandan.nath@ti.com>
[Ilya: split pinmux into separate patch]
Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>

show more ...

e79cd8eb24-Jul-2012 Chandan Nath <chandan.nath@ti.com>

am33xx: CPSW init and definitions

This patch adds platform-specific initialization for CPSW
switch on TI AM33XX SoCs.

Signed-off-by: Chandan Nath <chandan.nath@ti.com>
[Ilya: split init out of orig

am33xx: CPSW init and definitions

This patch adds platform-specific initialization for CPSW
switch on TI AM33XX SoCs.

Signed-off-by: Chandan Nath <chandan.nath@ti.com>
[Ilya: split init out of original patch]
Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>

show more ...

680866a509-Jul-2012 Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>

arm/davinci/da850: add uart0 pinmux

Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>
Tested-by: Sughosh Ganu <urwithsughosh@gmail.com>

89473d2309-Jul-2012 Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>

arm/davinci: fix DDR2/mDDR memory controller initialization for Omap L138

follow section 15.2.13.1 (Initializing Following Device Power Up or Reset) of
OMAP-L138 DSP+ARM Processor Technical Referenc

arm/davinci: fix DDR2/mDDR memory controller initialization for Omap L138

follow section 15.2.13.1 (Initializing Following Device Power Up or Reset) of
OMAP-L138 DSP+ARM Processor Technical Reference Manual

Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>
Acked-by: Christian Riesch <christian.riesch@omicron.at>
Tested-by: Christian Riesch <christian.riesch@omicron.at>

show more ...

ecc98ec124-Jun-2012 Lad, Prabhakar <prabhakar.lad@ti.com>

da850/omap-l138: Add MMC support for DA850/OMAP-L138

This patch adds support for MMC/SD on DA850/OMAP-L138.

Tested-by: Christian Riesch <christian.riesch@omicron.at>
Signed-off-by: Lad, Prabhakar <

da850/omap-l138: Add MMC support for DA850/OMAP-L138

This patch adds support for MMC/SD on DA850/OMAP-L138.

Tested-by: Christian Riesch <christian.riesch@omicron.at>
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Rajashekhara, Sudhakar <sudhakar.raj@ti.com>
Signed-off-by: Hadli, Manjunath <manjunath.hadli@ti.com>

show more ...

3b97152b04-Jun-2012 Steve Sakoman <steve@sakoman.com>

omap: am33xx: enable gpio support

This patch uses the code in omap-common to support gpio modules 1-3
on am33xx based boards.

It adds base address and register definitions, enables clocks to the
mo

omap: am33xx: enable gpio support

This patch uses the code in omap-common to support gpio modules 1-3
on am33xx based boards.

It adds base address and register definitions, enables clocks to the
modules, and enables building the common gpio code for CONFIG_AM33XX
as well as CONFIG_OMAP

Signed-off-by: Steve Sakoman <steve@sakoman.com>

show more ...


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/highbank/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/cpu.c
asm/arch-am33xx/cpu.h
asm/arch-am33xx/gpio.h
/rk3399_rockchip-uboot/arch/blackfin/cpu/Makefile
/rk3399_rockchip-uboot/arch/nds32/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/nds32/lib/board.c
/rk3399_rockchip-uboot/arch/openrisc/cpu/cpu.c
/rk3399_rockchip-uboot/arch/openrisc/cpu/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/io.h
/rk3399_rockchip-uboot/arch/powerpc/lib/Makefile
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7706.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7710.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7720.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7722.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7723.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7724.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7734.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7750.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7757.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7763.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7780.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7785.h
/rk3399_rockchip-uboot/arch/sh/lib/time.c
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/Makefile
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/cfm_flash.c
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/cfm_flash.h
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/config.mk
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/eb_cpu5282.c
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/flash.c
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/u-boot.lds
/rk3399_rockchip-uboot/board/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/davinci/da8xxevm/hawkboard-ais-nand.cfg
/rk3399_rockchip-uboot/board/enbw/enbw_cmc/enbw_cmc.c
/rk3399_rockchip-uboot/board/htkw/mcx/mcx.c
/rk3399_rockchip-uboot/board/htkw/mcx/mcx.h
/rk3399_rockchip-uboot/board/ifm/o2dnt2/Makefile
/rk3399_rockchip-uboot/board/ifm/o2dnt2/o2dnt2.c
/rk3399_rockchip-uboot/board/keymile/km_arm/km_arm.c
/rk3399_rockchip-uboot/board/omicron/calimain/calimain.c
/rk3399_rockchip-uboot/board/ti/am335x/evm.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_pxe.c
/rk3399_rockchip-uboot/common/cmd_source.c
/rk3399_rockchip-uboot/common/cmd_spi.c
/rk3399_rockchip-uboot/common/cmd_yaffs2.c
/rk3399_rockchip-uboot/common/cmd_zfs.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/doc/README.SPL
/rk3399_rockchip-uboot/doc/README.zfs
/rk3399_rockchip-uboot/drivers/bootcount/Makefile
/rk3399_rockchip-uboot/drivers/bootcount/bootcount.c
/rk3399_rockchip-uboot/drivers/bootcount/bootcount_at91.c
/rk3399_rockchip-uboot/drivers/bootcount/bootcount_blackfin.c
/rk3399_rockchip-uboot/drivers/bootcount/bootcount_davinci.c
/rk3399_rockchip-uboot/drivers/bootcount/bootcount_ram.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spansion.c
/rk3399_rockchip-uboot/drivers/mtd/spi/stmicro.c
/rk3399_rockchip-uboot/drivers/mtd/spi/winbond.c
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/rtc/ds1337.c
/rk3399_rockchip-uboot/dts/Makefile
/rk3399_rockchip-uboot/fs/Makefile
/rk3399_rockchip-uboot/fs/ubifs/super.c
/rk3399_rockchip-uboot/fs/yaffs2/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/stdio.h
/rk3399_rockchip-uboot/fs/yaffs2/stdlib.h
/rk3399_rockchip-uboot/fs/yaffs2/string.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_allocator.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_allocator.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_attribs.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_attribs.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_bitmap.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_bitmap.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_checkptrw.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_checkptrw.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ecc.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ecc.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_error.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_flashif.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_flashif2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_getblockinfo.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_hweight.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_hweight.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_list.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nameval.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nameval.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nandemul2k.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nandif.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nandif.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_osglue.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags1.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags1.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_qsort.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_summary.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_summary.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagscompat.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagscompat.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_trace.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_uboot_glue.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_verify.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_verify.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_yaffs1.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_yaffs1.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_yaffs2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_yaffs2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffscfg.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffsfs.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffsfs.h
/rk3399_rockchip-uboot/fs/yaffs2/ydirectenv.h
/rk3399_rockchip-uboot/fs/yaffs2/yportenv.h
/rk3399_rockchip-uboot/fs/zfs/Makefile
/rk3399_rockchip-uboot/fs/zfs/dev.c
/rk3399_rockchip-uboot/fs/zfs/zfs.c
/rk3399_rockchip-uboot/fs/zfs/zfs_fletcher.c
/rk3399_rockchip-uboot/fs/zfs/zfs_lzjb.c
/rk3399_rockchip-uboot/fs/zfs/zfs_sha256.c
/rk3399_rockchip-uboot/include/bootcount.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_cmd_all.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/calimain.h
/rk3399_rockchip-uboot/include/configs/eb_cpu5282.h
/rk3399_rockchip-uboot/include/configs/enbw_cmc.h
/rk3399_rockchip-uboot/include/configs/flea3.h
/rk3399_rockchip-uboot/include/configs/hawkboard.h
/rk3399_rockchip-uboot/include/configs/highbank.h
/rk3399_rockchip-uboot/include/configs/km/km_arm.h
/rk3399_rockchip-uboot/include/configs/m28evk.h
/rk3399_rockchip-uboot/include/configs/mcx.h
/rk3399_rockchip-uboot/include/configs/mx28evk.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.h
/rk3399_rockchip-uboot/include/configs/mx51evk.h
/rk3399_rockchip-uboot/include/configs/mx53ard.h
/rk3399_rockchip-uboot/include/configs/mx53evk.h
/rk3399_rockchip-uboot/include/configs/mx53loco.h
/rk3399_rockchip-uboot/include/configs/mx53smd.h
/rk3399_rockchip-uboot/include/configs/o2d.h
/rk3399_rockchip-uboot/include/configs/o2d300.h
/rk3399_rockchip-uboot/include/configs/o2dnt-common.h
/rk3399_rockchip-uboot/include/configs/o2dnt2.h
/rk3399_rockchip-uboot/include/configs/o2i.h
/rk3399_rockchip-uboot/include/configs/o2mnt.h
/rk3399_rockchip-uboot/include/configs/o3dnt.h
/rk3399_rockchip-uboot/include/configs/vision2.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/malloc.h
/rk3399_rockchip-uboot/include/mpc5xxx.h
/rk3399_rockchip-uboot/include/mtd/cfi_flash.h
/rk3399_rockchip-uboot/include/sh_tmu.h
/rk3399_rockchip-uboot/include/zfs/dmu.h
/rk3399_rockchip-uboot/include/zfs/dmu_objset.h
/rk3399_rockchip-uboot/include/zfs/dnode.h
/rk3399_rockchip-uboot/include/zfs/dsl_dataset.h
/rk3399_rockchip-uboot/include/zfs/dsl_dir.h
/rk3399_rockchip-uboot/include/zfs/sa_impl.h
/rk3399_rockchip-uboot/include/zfs/spa.h
/rk3399_rockchip-uboot/include/zfs/uberblock_impl.h
/rk3399_rockchip-uboot/include/zfs/vdev_impl.h
/rk3399_rockchip-uboot/include/zfs/zap_impl.h
/rk3399_rockchip-uboot/include/zfs/zap_leaf.h
/rk3399_rockchip-uboot/include/zfs/zfs.h
/rk3399_rockchip-uboot/include/zfs/zfs_acl.h
/rk3399_rockchip-uboot/include/zfs/zfs_znode.h
/rk3399_rockchip-uboot/include/zfs/zil.h
/rk3399_rockchip-uboot/include/zfs/zio.h
/rk3399_rockchip-uboot/include/zfs/zio_checksum.h
/rk3399_rockchip-uboot/include/zfs_common.h
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/spl/Makefile
/rk3399_rockchip-uboot/test/Makefile
/rk3399_rockchip-uboot/test/command_ut.c
47fde91f18-Mar-2012 Mike Frysinger <vapier@gentoo.org>

global_data: unify global flag defines

All the global flag defines are the same across all arches. So unify them
in one place, and add a simple way for arches to extend for their needs.

Signed-off

global_data: unify global flag defines

All the global flag defines are the same across all arches. So unify them
in one place, and add a simple way for arches to extend for their needs.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
asm/global_data.h
/rk3399_rockchip-uboot/arch/avr32/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/m68k/include/asm/global_data.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/gpio.h
/rk3399_rockchip-uboot/arch/microblaze/include/asm/microblaze_intc.h
/rk3399_rockchip-uboot/arch/microblaze/lib/Makefile
/rk3399_rockchip-uboot/arch/microblaze/lib/board.c
/rk3399_rockchip-uboot/arch/microblaze/lib/time.c
/rk3399_rockchip-uboot/arch/mips/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/nds32/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/nios2/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/openrisc/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ddr-gen3.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p2041_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p3041_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p4080_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p5020_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/main.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_lbc.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/processor.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/cpu.c
/rk3399_rockchip-uboot/arch/sh/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/sparc/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/board/freescale/common/sgmii_riser.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/diu.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/p1022ds.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/tlb.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/eth.c
/rk3399_rockchip-uboot/board/keymile/common/common.c
/rk3399_rockchip-uboot/board/keymile/km82xx/km82xx.c
/rk3399_rockchip-uboot/board/samsung/smdk5250/smdk5250.c
/rk3399_rockchip-uboot/board/xilinx/dts/microblaze.dts
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/dts/microblaze.dts
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_sf.c
/rk3399_rockchip-uboot/common/env_onenand.c
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/sh_pfc.c
/rk3399_rockchip-uboot/drivers/i2c/s3c24x0_i2c.c
/rk3399_rockchip-uboot/drivers/mtd/spi/eon.c
/rk3399_rockchip-uboot/drivers/mtd/spi/macronix.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spansion.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/sst.c
/rk3399_rockchip-uboot/drivers/mtd/spi/stmicro.c
/rk3399_rockchip-uboot/drivers/mtd/spi/winbond.c
/rk3399_rockchip-uboot/drivers/serial/serial_sh.h
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/xilinx_spi.c
/rk3399_rockchip-uboot/drivers/spi/xilinx_spi.h
/rk3399_rockchip-uboot/dts/Makefile
/rk3399_rockchip-uboot/fs/ext2/ext2fs.c
/rk3399_rockchip-uboot/include/asm-generic/global_data_flags.h
/rk3399_rockchip-uboot/include/configs/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/P2020DS.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/km82xx.h
/rk3399_rockchip-uboot/include/configs/microblaze-generic.h
/rk3399_rockchip-uboot/include/configs/p1_p2_rdb_pc.h
/rk3399_rockchip-uboot/include/configs/smdk5250.h
/rk3399_rockchip-uboot/include/sh_pfc.h
91dffb1623-Jul-2012 Rajeshwari Shinde <rajeshwari.s@samsung.com>

I2C: Move struct s3c24x0_i2c to a common place.

struct s3c24x0_i2c is being moved to common local header file so that
the same can be used by s3c series and exynos series SoCs.

Signed-off-by: Alim

I2C: Move struct s3c24x0_i2c to a common place.

struct s3c24x0_i2c is being moved to common local header file so that
the same can be used by s3c series and exynos series SoCs.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

c65c05f523-Jul-2012 Rajeshwari Shinde <rajeshwari.s@samsung.com>

EXYNOS: PINMUX: Add pinmux support for I2C

This patch adds pinmux code for I2C.

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>

8da3eb1b23-Jul-2012 Rajeshwari Shinde <rajeshwari.s@samsung.com>

EXYNOS5: define EXYNOS5_I2C_SPACING

This patch defined EXYNOS5_I2C_SPACING used to calculate I2C channel
base address.

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Gl

EXYNOS5: define EXYNOS5_I2C_SPACING

This patch defined EXYNOS5_I2C_SPACING used to calculate I2C channel
base address.

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

1a758aec23-Jul-2012 Rajeshwari Shinde <rajeshwari.s@samsung.com>

EXYNOS: Add I2C base address.

This patch adds the base address for I2C.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Si

EXYNOS: Add I2C base address.

This patch adds the base address for I2C.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

989feb8c23-Jul-2012 Rajeshwari Shinde <rajeshwari.s@samsung.com>

EXYNOS: CLK: Add i2c clock

This adds i2c clock information for EXYNOS5.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Raje

EXYNOS: CLK: Add i2c clock

This adds i2c clock information for EXYNOS5.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

cc54a0f719-Jul-2012 Troy Kisky <troy.kisky@boundarydevices.com>

imx-common: add i2c.c for bus recovery support

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

df369dcd19-Jul-2012 Troy Kisky <troy.kisky@boundarydevices.com>

i.mx53: add definition for I2C3_BASE_ADDR

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

af2a35fb19-Jul-2012 Troy Kisky <troy.kisky@boundarydevices.com>

i.mx: iomux-v3.h: move to imx-common include directory

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/iomux-v3.c
asm/arch-mx6/mx6x_pins.h
asm/imx-common/iomux-v3.h
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag101/cpu.c
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag102/cpu.c
/rk3399_rockchip-uboot/arch/nds32/lib/Makefile
/rk3399_rockchip-uboot/arch/nds32/lib/cache.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/cpu.c
/rk3399_rockchip-uboot/board/AndesTech/adp-ag101/README
/rk3399_rockchip-uboot/board/Marvell/db64360/README
/rk3399_rockchip-uboot/board/Marvell/db64460/README
/rk3399_rockchip-uboot/board/RPXClassic/README
/rk3399_rockchip-uboot/board/RPXlite/README
/rk3399_rockchip-uboot/board/RPXlite/README.PlanetCore
/rk3399_rockchip-uboot/board/alaska/README
/rk3399_rockchip-uboot/board/amcc/bamboo/README
/rk3399_rockchip-uboot/board/amcc/ebony/README
/rk3399_rockchip-uboot/board/amcc/ocotea/README.ocotea
/rk3399_rockchip-uboot/board/amcc/ocotea/README.ocotea-PIBS-to-U-Boot
/rk3399_rockchip-uboot/board/armltd/integrator/README
/rk3399_rockchip-uboot/board/bc3450/cmd_bc3450.c
/rk3399_rockchip-uboot/board/cmi/README
/rk3399_rockchip-uboot/board/cobra5272/README
/rk3399_rockchip-uboot/board/davinci/da8xxevm/README.hawkboard
/rk3399_rockchip-uboot/board/dnp5370/README
/rk3399_rockchip-uboot/board/evb64260/README
/rk3399_rockchip-uboot/board/evb64260/README.EVB-64260-750CX
/rk3399_rockchip-uboot/board/fads/README
/rk3399_rockchip-uboot/board/freescale/m52277evb/README
/rk3399_rockchip-uboot/board/freescale/m5253evbe/README
/rk3399_rockchip-uboot/board/freescale/m53017evb/README
/rk3399_rockchip-uboot/board/freescale/m5373evb/README
/rk3399_rockchip-uboot/board/freescale/m54455evb/README
/rk3399_rockchip-uboot/board/freescale/m547xevb/README
/rk3399_rockchip-uboot/board/freescale/mpc7448hpc2/README
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/README
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/README
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/README
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/README
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/README
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/README
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/README
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/README
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/README
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/README
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/README
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/README
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/README
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/README
/rk3399_rockchip-uboot/board/freescale/mx35pdk/README
/rk3399_rockchip-uboot/board/freescale/mx6qarm2/mx6qarm2.c
/rk3399_rockchip-uboot/board/freescale/mx6qsabrelite/README
/rk3399_rockchip-uboot/board/freescale/mx6qsabrelite/mx6qsabrelite.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/README
/rk3399_rockchip-uboot/board/freescale/p1022ds/README
/rk3399_rockchip-uboot/board/freescale/p1023rds/README
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/README
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/README
/rk3399_rockchip-uboot/board/freescale/p2041rdb/README
/rk3399_rockchip-uboot/board/freescale/p3060qds/README
/rk3399_rockchip-uboot/board/icecube/README
/rk3399_rockchip-uboot/board/icecube/README.Lite5200B_low_power
/rk3399_rockchip-uboot/board/incaip/README
/rk3399_rockchip-uboot/board/iphase4539/README
/rk3399_rockchip-uboot/board/keymile/km83xx/README.kmeter1
/rk3399_rockchip-uboot/board/korat/README
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/README
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/README.mvbc_p
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/README.mvblm7
/rk3399_rockchip-uboot/board/matrix_vision/mvsmr/README.mvsmr
/rk3399_rockchip-uboot/board/mbx8xx/README
/rk3399_rockchip-uboot/board/mpl/pip405/README
/rk3399_rockchip-uboot/board/phytec/pcm030/README
/rk3399_rockchip-uboot/board/qemu-mips/README
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/README.sh7757lcr
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/README.sh7785lcr
/rk3399_rockchip-uboot/board/sandbox/sandbox/README.sandbox
/rk3399_rockchip-uboot/board/sandpoint/README
/rk3399_rockchip-uboot/board/sbc8349/README
/rk3399_rockchip-uboot/board/sbc8548/README
/rk3399_rockchip-uboot/board/sbc8560/README
/rk3399_rockchip-uboot/board/sbc8641d/README
/rk3399_rockchip-uboot/board/sheldon/simpc8313/README.simpc8313
/rk3399_rockchip-uboot/board/st/nhk8815/README.nhk8815
/rk3399_rockchip-uboot/board/stx/stxxtc/README.stxxtc
/rk3399_rockchip-uboot/board/ti/omap730p2/README.omap730p2
/rk3399_rockchip-uboot/board/timll/devkit8000/README
/rk3399_rockchip-uboot/board/tqc/tqm8260/README
/rk3399_rockchip-uboot/board/xes/xpedite1000/README
/rk3399_rockchip-uboot/board/zeus/README
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/doc/README.enetaddr
/rk3399_rockchip-uboot/doc/README.mpc85xx
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/net/designware.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/net/fm/eth.c
/rk3399_rockchip-uboot/drivers/net/phy/micrel.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.h
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/net/xilinx_axi_emac.c
/rk3399_rockchip-uboot/drivers/net/xilinx_ll_temac.c
/rk3399_rockchip-uboot/drivers/usb/eth/asix.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mx6.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/hawkboard.h
/rk3399_rockchip-uboot/include/configs/mx6qsabrelite.h
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/net/nfs.c
/rk3399_rockchip-uboot/net/tftp.c
/rk3399_rockchip-uboot/tools/.gitignore
6b8ac52415-Jun-2012 Ashok <ashokkourla2000@gmail.com>

mx6: Make pad name macro consistent with the datasheet

Use the same name as defined in the datasheet.
DSP_CLK -> DISP_CLK

Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>
Acked-b

mx6: Make pad name macro consistent with the datasheet

Use the same name as defined in the datasheet.
DSP_CLK -> DISP_CLK

Signed-off-by: Ashok Kumar Reddy Kourla <ashokkourla2000@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>

show more ...


/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/start.S
asm/arch-mx6/mx6x_pins.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/blackfin/include/asm/bfin_logo_230x230_gzip.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/bfin_logo_230x230_lzma.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/bfin_logo_rgb565_230x230_gzip.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/bfin_logo_rgb565_230x230_lzma.h
/rk3399_rockchip-uboot/board/bf527-ezkit/video.c
/rk3399_rockchip-uboot/board/bf548-ezkit/video.c
/rk3399_rockchip-uboot/board/cm-bf548/video.c
/rk3399_rockchip-uboot/board/ti/panda/panda_mux_data.h
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/doc/README.mx28_common
/rk3399_rockchip-uboot/drivers/mtd/spi/eon.c
/rk3399_rockchip-uboot/drivers/mtd/spi/macronix.c
/rk3399_rockchip-uboot/drivers/mtd/spi/ramtron.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spansion.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/sst.c
/rk3399_rockchip-uboot/drivers/mtd/spi/stmicro.c
/rk3399_rockchip-uboot/drivers/mtd/spi/winbond.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-omap.c
/rk3399_rockchip-uboot/drivers/usb/musb/musb_core.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/bf527-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf548-ezkit.h
/rk3399_rockchip-uboot/include/configs/cm-bf548.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/link_local.c
/rk3399_rockchip-uboot/tools/mingw_support.h
/rk3399_rockchip-uboot/tools/mkenvimage.c
66714b1a18-Jul-2012 Wolfgang Denk <wd@denx.de>

Merge branch 'next' of git://git.denx.de/u-boot-video

* 'next' of git://git.denx.de/u-boot-video:
ipu_common: Add ldb_clk for use in parenting the pixel clock
ipu_common: Do not hardcode the ipu

Merge branch 'next' of git://git.denx.de/u-boot-video

* 'next' of git://git.denx.de/u-boot-video:
ipu_common: Add ldb_clk for use in parenting the pixel clock
ipu_common: Do not hardcode the ipu_clk frequency
ipu_common: Rename MXC_CCM_BASE
ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53
ipu_common: Only apply the erratum to MX51
video: Rename CONFIG_VIDEO_MX5
mx6: Allow mx6 to access the IPUv3 registers
common lcd: minor coding style changes

Signed-off-by: Wolfgang Denk <wd@denx.de>

show more ...

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