History log of /rk3399_rockchip-uboot/arch/arm/include/ (Results 1926 – 1950 of 3788)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
aa14b42d13-Nov-2014 Akshay Saraswat <akshay.s@samsung.com>

Exynos5800: Introduce new proid for Exynos5800

This patch intends to add a new proid for Exynos5800 which is a
variant of Exynos5420. Product id for Exynos5800 is 0x5422.
Both Exynos5420 and Exynos5

Exynos5800: Introduce new proid for Exynos5800

This patch intends to add a new proid for Exynos5800 which is a
variant of Exynos5420. Product id for Exynos5800 is 0x5422.
Both Exynos5420 and Exynos5800 are pin to pin compitable. This
gives us an advantage of reusing Exynos5420 clock, pinmux, memory
and other settings.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

show more ...


/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock_init_exynos5.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/pinmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/soc.c
/rk3399_rockchip-uboot/arch/arm/imx-common/spl.c
/rk3399_rockchip-uboot/arch/arm/imx-common/video.c
asm/arch-exynos/cpu.h
asm/arch-exynos/gpio.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/b4860_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_memac.h
/rk3399_rockchip-uboot/board/bachmann/ot1200/ot1200.c
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/bsc9131rdb.c
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/bsc9132qds.c
/rk3399_rockchip-uboot/board/freescale/mx28evk/README
/rk3399_rockchip-uboot/board/freescale/mx53loco/mx53loco.c
/rk3399_rockchip-uboot/board/freescale/mx6qsabreauto/mx6qsabreauto.c
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd.c
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd_spl.cfg
/rk3399_rockchip-uboot/board/freescale/t104xrdb/t104x_pbi.cfg
/rk3399_rockchip-uboot/board/freescale/t4rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t4rdb/cpld.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/cpld.h
/rk3399_rockchip-uboot/board/freescale/t4rdb/law.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/t4240rdb.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/tlb.c
/rk3399_rockchip-uboot/board/tbs/tbs2910/Kconfig
/rk3399_rockchip-uboot/board/tbs/tbs2910/MAINTAINERS
/rk3399_rockchip-uboot/board/tbs/tbs2910/Makefile
/rk3399_rockchip-uboot/board/tbs/tbs2910/tbs2910.c
/rk3399_rockchip-uboot/configs/mx6sabresd_spl_defconfig
/rk3399_rockchip-uboot/configs/tbs2910_defconfig
/rk3399_rockchip-uboot/drivers/net/fm/memac.c
/rk3399_rockchip-uboot/drivers/net/fm/memac_phy.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/include/configs/BSC9131RDB.h
/rk3399_rockchip-uboot/include/configs/BSC9132QDS.h
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/km/km83xx-common.h
/rk3399_rockchip-uboot/include/configs/km/kmp204x-common.h
/rk3399_rockchip-uboot/include/configs/km82xx.h
/rk3399_rockchip-uboot/include/configs/mx53loco.h
/rk3399_rockchip-uboot/include/configs/mx6qsabreauto.h
/rk3399_rockchip-uboot/include/configs/mx6sabre_common.h
/rk3399_rockchip-uboot/include/configs/mx6sabresd.h
/rk3399_rockchip-uboot/include/configs/ot1200.h
/rk3399_rockchip-uboot/include/configs/p1_p2_rdb_pc.h
/rk3399_rockchip-uboot/include/configs/p1_twr.h
/rk3399_rockchip-uboot/include/configs/sbc8548.h
/rk3399_rockchip-uboot/include/configs/tbs2910.h
3b9c1a5d10-Nov-2014 Peng Fan <Peng.Fan@freescale.com>

imx:mx6slevk add board level support for usb

Add pinmux settings, implement board_ehci_hcd_init, board_usb_phy_mode

There are two usb port on mx6slevk board:
1. otg port
2. host port
The following

imx:mx6slevk add board level support for usb

Add pinmux settings, implement board_ehci_hcd_init, board_usb_phy_mode

There are two usb port on mx6slevk board:
1. otg port
2. host port
The following are the connection between usb controller and board usb
interface, host port has not ID pin set:
otg1 core <---> board otg port
otg2 core <---> board host port
In order to make host port work, board_usb_phy_mode return USB_INIT_HOST
to let host port work in host mode.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Signed-off-by: Ye Li <B37916@freescale.com>

show more ...

0d485b9013-Nov-2014 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun4i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/p2wi.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/psci.S
asm/arch-sunxi/clock.h
asm/arch-sunxi/clock_sun4i.h
asm/arch-sunxi/clock_sun6i.h
asm/arch-sunxi/cpu.h
asm/arch-sunxi/cpucfg_sun6i.h
asm/arch-sunxi/dram.h
asm/arch-sunxi/dram_sun4i.h
asm/arch-sunxi/dram_sun6i.h
asm/arch-sunxi/gpio.h
asm/arch-sunxi/p2wi.h
asm/arch-sunxi/prcm.h
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/sunxi/gmac.c
/rk3399_rockchip-uboot/configs/A10s-OLinuXino-M_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXinoM_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXino_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T004_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/r7-tv-dongle_defconfig
/rk3399_rockchip-uboot/drivers/power/Kconfig
/rk3399_rockchip-uboot/drivers/power/Makefile
/rk3399_rockchip-uboot/drivers/power/axp221.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-sunxi.c
/rk3399_rockchip-uboot/include/axp221.h
/rk3399_rockchip-uboot/include/configs/sun4i.h
/rk3399_rockchip-uboot/include/configs/sun6i.h
/rk3399_rockchip-uboot/include/configs/sun7i.h
3ad207a213-Nov-2014 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/cache_v7.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra-common/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/zynq-zybo.dts
asm/system.h
/rk3399_rockchip-uboot/arch/arm/lib/cache-cp15.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Kconfig
/rk3399_rockchip-uboot/board/Marvell/db-mv784mp-gp/Kconfig
/rk3399_rockchip-uboot/board/kosagi/novena/Kconfig
/rk3399_rockchip-uboot/board/maxbcm/Kconfig
/rk3399_rockchip-uboot/board/ti/ks2_evm/Kconfig
/rk3399_rockchip-uboot/board/xilinx/zynq/.gitignore
/rk3399_rockchip-uboot/board/xilinx/zynq/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynq/legacy.c
/rk3399_rockchip-uboot/board/xilinx/zynq/xil_io.h
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/configs/novena_defconfig
/rk3399_rockchip-uboot/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/include/configs/km/km_arm.h
/rk3399_rockchip-uboot/include/configs/zynq_zybo.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/scripts/binutils-version.sh
/rk3399_rockchip-uboot/scripts/dtc-version.sh
/rk3399_rockchip-uboot/scripts/gcc-stack-usage.sh
/rk3399_rockchip-uboot/scripts/gcc-version.sh
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/check-lxdialog.sh
/rk3399_rockchip-uboot/scripts/kconfig/streamline_config.pl
/rk3399_rockchip-uboot/scripts/mkmakefile
/rk3399_rockchip-uboot/scripts/multiconfig.sh
76946dfe07-Nov-2014 Hans de Goede <hdegoede@redhat.com>

sun6i: ehci: Add sun6i ehci support

Add support for the 2 ehci controllers found on the sun6i (A31) soc.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.u

sun6i: ehci: Add sun6i ehci support

Add support for the 2 ehci controllers found on the sun6i (A31) soc.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Marek Vasut <marex@denx.de>

show more ...

9a07eb0b25-Oct-2014 Hans de Goede <hdegoede@redhat.com>

sun6i: Add dram initialization code

Add full support for dram initialization, using a fixed clock and autodetection
of the memory organization (numbers of channels, bus-width, etc.).

This is based

sun6i: Add dram initialization code

Add full support for dram initialization, using a fixed clock and autodetection
of the memory organization (numbers of channels, bus-width, etc.).

This is based on dram_sun6i.c and dram.h from u-boot in the Allwinner A31 SDK,
extended with extra initialization sequences and the autodetect algorithm
from boot0.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

show more ...

bec72c7902-Nov-2014 Hans de Goede <hdegoede@redhat.com>

sun4i: Rename dram files to dram_sun4i.x

In preparation for adding sun6i dram support.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

9d8a533e27-Oct-2014 Hans de Goede <hdegoede@redhat.com>

sun6i: Add cpucfg register definitions

Not used atm, for future use (e.g. PSCI).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

62c87ef225-Oct-2014 Hans de Goede <hdegoede@redhat.com>

sun6i: Add clock functions needed for SPL / DRAM init

Add clock_init_safe and clockset_pll5 functions, as these are needed for
SPL support resp. DRAM init (which is needed for SPL too).

Also add so

sun6i: Add clock functions needed for SPL / DRAM init

Add clock_init_safe and clockset_pll5 functions, as these are needed for
SPL support resp. DRAM init (which is needed for SPL too).

Also add some extra clock register constant defines.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

show more ...

3b10e6eb25-Jul-2013 Oliver Schinagl <oliver@schinagl.nl>

sun6i: Add new p2wi controller driver

The A31 uses a new push-pull two wire interface, which features higher
transfer speeds (upto 6 MHz) in theory. While the hardware can burst 8
bytes each time, t

sun6i: Add new p2wi controller driver

The A31 uses a new push-pull two wire interface, which features higher
transfer speeds (upto 6 MHz) in theory. While the hardware can burst 8
bytes each time, this driver will only see very little use and thus is
limited to single byte transmission only.

Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

show more ...

25026fa926-Aug-2014 Thierry Reding <treding@nvidia.com>

ARM: cache-cp15: Use more accurate types

size_t is the canonical type to represent variables that contain a size.
Use it instead of signed integer. Physical addresses can be larger than
32-bit, so u

ARM: cache-cp15: Use more accurate types

size_t is the canonical type to represent variables that contain a size.
Use it instead of signed integer. Physical addresses can be larger than
32-bit, so use a more appropriate type for them as well. phys_addr_t is
a type that is 32-bit on systems that use 32-bit addresses and 64-bit if
the system is 64-bit or uses a form of physical address extension to use
a larger address space on 32-bit systems. Using these types the same API
can be implemented on a wider range of systems.

Signed-off-by: Thierry Reding <treding@nvidia.com>

show more ...

c88eaea011-Nov-2014 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/clock_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/misc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/reset_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/board_postclk_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-ld4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-pro4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/socfpga.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socrates.dts
asm/arch-socfpga/gpio.h
asm/arch-socfpga/reset_manager.h
/rk3399_rockchip-uboot/arch/arm/lib/bootm.c
/rk3399_rockchip-uboot/board/altera/socfpga/socfpga_cyclone5.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/drivers/usb/eth/Makefile
/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg_phy.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-rmobile.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci.h
/rk3399_rockchip-uboot/include/configs/exynos4-common.h
/rk3399_rockchip-uboot/include/configs/s5p_goni.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/smdkv310.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/socfpga_cyclone5.h
/rk3399_rockchip-uboot/include/configs/uniphier-common.h
/rk3399_rockchip-uboot/include/dt-bindings/reset/altr,rst-mgr.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb/s3c_udc.h
2d5d1c9e07-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

ARM: UniPhier: add set_pinsel macro for use in assembly code

The function sg_set_pinsel is useful for switching I/O pins
but it can be only used in C code. This commit adds a simple
macro that is a

ARM: UniPhier: add set_pinsel macro for use in assembly code

The function sg_set_pinsel is useful for switching I/O pins
but it can be only used in C code. This commit adds a simple
macro that is available in asm code.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

show more ...

048899ba07-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

usb: UniPhier: add UniPhier on-chip EHCI host driver support

Support EHCI host driver used on Panasonic UniPhier platform.
Since Device Tree is not supported on UniPhier yet, the base address
of USB

usb: UniPhier: add UniPhier on-chip EHCI host driver support

Support EHCI host driver used on Panasonic UniPhier platform.
Since Device Tree is not supported on UniPhier yet, the base address
of USB cores are passed from board files (platdevice.c).

TODO for me:
Move the base address to device trees.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Marek Vasut <marex@denx.de>

show more ...

113ef59e07-Nov-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

ARM: UniPhier: add MIO register file

This commit adds register defines of MIO (Media I/O) block
of UniPhier platform. This file is necessary to control
the reset signals of the USB cores.

Signed-o

ARM: UniPhier: add MIO register file

This commit adds register defines of MIO (Media I/O) block
of UniPhier platform. This file is necessary to control
the reset signals of the USB cores.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

show more ...

2db8c2d608-Nov-2014 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/Kconfig.debug
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/mxs.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/ddrc.c
asm/macro.h
debug/8250.S
/rk3399_rockchip-uboot/arch/arm/lib/Makefile
/rk3399_rockchip-uboot/arch/arm/lib/debug.S
/rk3399_rockchip-uboot/arch/blackfin/cpu/initcode.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
/rk3399_rockchip-uboot/arch/sandbox/cpu/start.c
/rk3399_rockchip-uboot/arch/sh/lib/zimageboot.c
/rk3399_rockchip-uboot/board/cogent/lcd.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/pci405/cmd_pci405.c
/rk3399_rockchip-uboot/board/keymile/common/common.c
/rk3399_rockchip-uboot/board/matrix_vision/mvblx/sys_eeprom.c
/rk3399_rockchip-uboot/board/scb9328/flash.c
/rk3399_rockchip-uboot/common/cli_hush.c
/rk3399_rockchip-uboot/common/cmd_fitupd.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/image-fdt.c
/rk3399_rockchip-uboot/doc/README.kwbimage
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/net/uli526x.c
/rk3399_rockchip-uboot/drivers/power/power_spi.c
/rk3399_rockchip-uboot/fs/zfs/zfs.c
/rk3399_rockchip-uboot/include/configs/o2dnt-common.h
/rk3399_rockchip-uboot/include/linux/serial_reg.h
/rk3399_rockchip-uboot/scripts/Kbuild.include
/rk3399_rockchip-uboot/scripts/Makefile.autoconf
/rk3399_rockchip-uboot/scripts/Makefile.build
/rk3399_rockchip-uboot/scripts/Makefile.clean
/rk3399_rockchip-uboot/scripts/Makefile.host
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/scripts/kconfig/Makefile
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/dialog.h
/rk3399_rockchip-uboot/scripts/kernel-doc
/rk3399_rockchip-uboot/test/command_ut.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/env/fw_env.c
/rk3399_rockchip-uboot/tools/mkenvimage.c
91f7f99506-Nov-2014 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Move rcar-i2c of the address defined to common header

R-Car SoCs of rmobile have same IP of rcar-i2c, and have same address.
This moves rcar-i2c of the address defined to rcar-base.h a

arm: rmobile: Move rcar-i2c of the address defined to common header

R-Car SoCs of rmobile have same IP of rcar-i2c, and have same address.
This moves rcar-i2c of the address defined to rcar-base.h as common header of
R-Car SoCs.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

a75d7f0c06-Nov-2014 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Move sh-i2c of the address defined to common header

R-Car SoCs of rmobile have same IP of sh-i2c, and have same address.
This moves sh-i2c of the address defined to rcar-base.h as comm

arm: rmobile: Move sh-i2c of the address defined to common header

R-Car SoCs of rmobile have same IP of sh-i2c, and have same address.
This moves sh-i2c of the address defined to rcar-base.h as common header of
R-Car SoCs, and headers of each SoCs.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

062edd2b04-Nov-2014 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add support R8A7793

Renesas R8A7793 is CPU with Cortex-A15. This supports the basic register
definition and GPIO and framework of PFC.

Signed-off-by: Hisashi Nakamura <hisashi.nakamur

arm: rmobile: Add support R8A7793

Renesas R8A7793 is CPU with Cortex-A15. This supports the basic register
definition and GPIO and framework of PFC.

Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

show more ...

cfa1bd0707-Nov-2014 Tom Rini <trini@ti.com>

Merge git://git.denx.de/u-boot-ti


/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/sys_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/Kconfig
asm/arch-am33xx/sys_proto.h
asm/arch-keystone/hardware-k2e.h
asm/arch-keystone/hardware-k2hk.h
asm/arch-keystone/hardware-k2l.h
asm/arch-keystone/hardware.h
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/compulab/cm_t3517/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_t3517/MAINTAINERS
/rk3399_rockchip-uboot/board/compulab/cm_t3517/Makefile
/rk3399_rockchip-uboot/board/compulab/cm_t3517/cm_t3517.c
/rk3399_rockchip-uboot/board/compulab/cm_t3517/mux.c
/rk3399_rockchip-uboot/board/compulab/cm_t54/cm_t54.c
/rk3399_rockchip-uboot/board/compulab/common/Makefile
/rk3399_rockchip-uboot/board/compulab/common/common.c
/rk3399_rockchip-uboot/board/compulab/common/common.h
/rk3399_rockchip-uboot/board/compulab/common/eeprom.c
/rk3399_rockchip-uboot/board/compulab/common/omap3_smc911x.c
/rk3399_rockchip-uboot/board/compulab/common/splash.c
/rk3399_rockchip-uboot/board/siemens/pxm2/board.c
/rk3399_rockchip-uboot/board/ti/am335x/Kconfig
/rk3399_rockchip-uboot/board/ti/ks2_evm/README
/rk3399_rockchip-uboot/board/ti/ks2_evm/board.c
/rk3399_rockchip-uboot/board/ti/ks2_evm/board_k2l.c
/rk3399_rockchip-uboot/configs/am335x_evm_nor_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_norboot_defconfig
/rk3399_rockchip-uboot/configs/cm_t3517_defconfig
/rk3399_rockchip-uboot/drivers/dma/keystone_nav.c
/rk3399_rockchip-uboot/drivers/mmc/omap_hsmmc.c
/rk3399_rockchip-uboot/drivers/net/keystone_net.c
/rk3399_rockchip-uboot/drivers/net/phy/marvell.c
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/cm_t3517.h
/rk3399_rockchip-uboot/include/configs/k2e_evm.h
/rk3399_rockchip-uboot/include/configs/k2hk_evm.h
/rk3399_rockchip-uboot/include/configs/k2l_evm.h
/rk3399_rockchip-uboot/include/configs/ks2_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_igep00x0.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/twl4030.h
a877bec307-Nov-2014 Stefan Roese <sr@denx.de>

arm: socfpga: Add socfpga_spim_enable() to reset_manager.c

This function will be needed by the upcoming Designware master SPI
driver. As the SPI master controller is held in reset by the current
Pre

arm: socfpga: Add socfpga_spim_enable() to reset_manager.c

This function will be needed by the upcoming Designware master SPI
driver. As the SPI master controller is held in reset by the current
Preloader implementation. So we need to release the reset for the
driver to communicate with the controller.

This function is called from arch_early_init_r() if the SPI
driver is enabled.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Vince Bridgers <vbridger@altera.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Pavel Machek <pavel@denx.de>

show more ...

51c580c607-Nov-2014 Stefan Roese <sr@denx.de>

arm: socfpga: Add DT support for SoCFPGA and add socfpga_socrates target

This patch includes the latest DT sources for socfpga from the current
Linux kernel. And enables CONFIG_OF_CONTROL for the ne

arm: socfpga: Add DT support for SoCFPGA and add socfpga_socrates target

This patch includes the latest DT sources for socfpga from the current
Linux kernel. And enables CONFIG_OF_CONTROL for the new build target
"socfpga_socrates" (the EBV SoCrates board) to make use of this new DT
support.

Until this patch, the only SoCFPGA U-Boot target in mainline is
"socfpga_cyclone5". This build target is not (yet) changed to support
DT. So nothing changes for this target. Even though the long-term
goal should be to move all SoCFPGA targets over to DT.

One of the reasons to enable DT support in SoCFPGA is, that I need to
support multiple different SPI controllers for this platform. This is
the QSPI Cadence controller and the Designware SPI master controller.
Both are implemented in the SoCFPGA. And enabling both controllers is
only possible by using the new driver model (DM). The DM SPI code
only supports DT based probing. So it was easier to move SoCFPGA to
DT than to add the (deprecated) platform-data based probing to the
DM SPI suport.

Note that the image with the dtb embedded is u-boot-dtb.img. This needs
to be used now for those DT enabled boards instead of u-boot.img.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Vince Bridgers <vbridger@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Pavel Machek <pavel@denx.de>
Cc: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/kirkwood/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/nomadik/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/versatile/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/highbank/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/keystone/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/boot-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/rmobile/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5pc1xx/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/uniphier/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/at91-common/spl.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos4210-trats.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos4210-universal_c210.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-odroid.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-trats2.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos4x12-pinctrl.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socrates.dts
/rk3399_rockchip-uboot/arch/arm/imx-common/spl.c
asm/arch-socfpga/gpio.h
/rk3399_rockchip-uboot/arch/arm/lib/interrupts.c
/rk3399_rockchip-uboot/arch/arm/lib/relocate.S
/rk3399_rockchip-uboot/arch/arm/lib/vectors.S
/rk3399_rockchip-uboot/arch/microblaze/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/74xx_7xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/74xx_7xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/interrupts.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/pci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_512x.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/types.h
/rk3399_rockchip-uboot/arch/x86/include/asm/types.h
/rk3399_rockchip-uboot/arch/x86/lib/relocate.c
/rk3399_rockchip-uboot/board/BuR/kwb/Kconfig
/rk3399_rockchip-uboot/board/BuR/tseries/Kconfig
/rk3399_rockchip-uboot/board/BuS/eb_cpux9k2/Kconfig
/rk3399_rockchip-uboot/board/BuS/vl_ma2sc/Kconfig
/rk3399_rockchip-uboot/board/CarMediaLab/flea3/Kconfig
/rk3399_rockchip-uboot/board/LaCie/wireless_space/MAINTAINERS
/rk3399_rockchip-uboot/board/Marvell/aspenite/Kconfig
/rk3399_rockchip-uboot/board/Marvell/common/serial.c
/rk3399_rockchip-uboot/board/Marvell/db-mv784mp-gp/binary.0
/rk3399_rockchip-uboot/board/Marvell/dkb/Kconfig
/rk3399_rockchip-uboot/board/Marvell/gplugd/Kconfig
/rk3399_rockchip-uboot/board/afeb9260/Kconfig
/rk3399_rockchip-uboot/board/altera/socfpga/Kconfig
/rk3399_rockchip-uboot/board/aristainetos/Kconfig
/rk3399_rockchip-uboot/board/armadeus/apf27/Kconfig
/rk3399_rockchip-uboot/board/armltd/integrator/Kconfig
/rk3399_rockchip-uboot/board/armltd/vexpress/Kconfig
/rk3399_rockchip-uboot/board/atmel/at91rm9200ek/Kconfig
/rk3399_rockchip-uboot/board/atmel/at91sam9260ek/Kconfig
/rk3399_rockchip-uboot/board/atmel/at91sam9261ek/Kconfig
/rk3399_rockchip-uboot/board/atmel/at91sam9263ek/Kconfig
/rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/Kconfig
/rk3399_rockchip-uboot/board/atmel/at91sam9n12ek/Kconfig
/rk3399_rockchip-uboot/board/atmel/at91sam9rlek/Kconfig
/rk3399_rockchip-uboot/board/atmel/at91sam9x5ek/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d3_xplained/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/Kconfig
/rk3399_rockchip-uboot/board/bachmann/ot1200/Kconfig
/rk3399_rockchip-uboot/board/balloon3/Kconfig
/rk3399_rockchip-uboot/board/barco/titanium/Kconfig
/rk3399_rockchip-uboot/board/bluegiga/apx4devkit/Kconfig
/rk3399_rockchip-uboot/board/bluewater/snapper9260/Kconfig
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/Kconfig
/rk3399_rockchip-uboot/board/broadcom/bcm28155_ap/Kconfig
/rk3399_rockchip-uboot/board/broadcom/bcm958300k/Kconfig
/rk3399_rockchip-uboot/board/broadcom/bcm958622hr/Kconfig
/rk3399_rockchip-uboot/board/calao/sbc35_a9g20/Kconfig
/rk3399_rockchip-uboot/board/calao/tny_a9260/Kconfig
/rk3399_rockchip-uboot/board/calao/usb_a9263/Kconfig
/rk3399_rockchip-uboot/board/cirrus/edb93xx/Kconfig
/rk3399_rockchip-uboot/board/cm4008/Kconfig
/rk3399_rockchip-uboot/board/cm41xx/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_fx6/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_t335/Kconfig
/rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/Kconfig
/rk3399_rockchip-uboot/board/creative/xfi3/Kconfig
/rk3399_rockchip-uboot/board/davedenx/qong/Kconfig
/rk3399_rockchip-uboot/board/denx/m28evk/Kconfig
/rk3399_rockchip-uboot/board/denx/m53evk/Kconfig
/rk3399_rockchip-uboot/board/egnite/ethernut5/Kconfig
/rk3399_rockchip-uboot/board/embest/mx6boards/Kconfig
/rk3399_rockchip-uboot/board/esd/meesc/Kconfig
/rk3399_rockchip-uboot/board/esd/otc570/Kconfig
/rk3399_rockchip-uboot/board/esd/pmc440/cmd_pmc440.c
/rk3399_rockchip-uboot/board/esg/ima3-mx53/Kconfig
/rk3399_rockchip-uboot/board/eukrea/cpu9260/Kconfig
/rk3399_rockchip-uboot/board/eukrea/cpuat91/Kconfig
/rk3399_rockchip-uboot/board/faraday/a320evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/README
/rk3399_rockchip-uboot/board/freescale/mx23evk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx25pdk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx28evk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx31ads/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx31pdk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx35pdk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx51evk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx53ard/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx53evk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx53loco/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx53smd/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx6qarm2/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx6qsabreauto/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx6slevk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx6sxsabresd/Kconfig
/rk3399_rockchip-uboot/board/freescale/vf610twr/Kconfig
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/Kconfig
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/Kconfig
/rk3399_rockchip-uboot/board/gumstix/pepper/Kconfig
/rk3399_rockchip-uboot/board/h2200/Kconfig
/rk3399_rockchip-uboot/board/hale/tt01/Kconfig
/rk3399_rockchip-uboot/board/icpdas/lp8x4x/Kconfig
/rk3399_rockchip-uboot/board/imx31_phycore/Kconfig
/rk3399_rockchip-uboot/board/isee/igep0033/Kconfig
/rk3399_rockchip-uboot/board/jornada/Kconfig
/rk3399_rockchip-uboot/board/karo/tx25/Kconfig
/rk3399_rockchip-uboot/board/logicpd/imx27lite/Kconfig
/rk3399_rockchip-uboot/board/logicpd/imx31_litekit/Kconfig
/rk3399_rockchip-uboot/board/maxbcm/binary.0
/rk3399_rockchip-uboot/board/mpl/vcma9/Kconfig
/rk3399_rockchip-uboot/board/olimex/mx23_olinuxino/Kconfig
/rk3399_rockchip-uboot/board/palmld/Kconfig
/rk3399_rockchip-uboot/board/palmtc/Kconfig
/rk3399_rockchip-uboot/board/palmtreo680/Kconfig
/rk3399_rockchip-uboot/board/phytec/pcm051/Kconfig
/rk3399_rockchip-uboot/board/ppcag/bg0900/Kconfig
/rk3399_rockchip-uboot/board/pxa255_idp/Kconfig
/rk3399_rockchip-uboot/board/raspberrypi/rpi_b/Kconfig
/rk3399_rockchip-uboot/board/ronetix/pm9261/Kconfig
/rk3399_rockchip-uboot/board/ronetix/pm9263/Kconfig
/rk3399_rockchip-uboot/board/ronetix/pm9g45/Kconfig
/rk3399_rockchip-uboot/board/samsung/goni/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdk2410/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdkc100/Kconfig
/rk3399_rockchip-uboot/board/samsung/universal_c210/universal.c
/rk3399_rockchip-uboot/board/sandisk/sansa_fuze_plus/Kconfig
/rk3399_rockchip-uboot/board/scb9328/Kconfig
/rk3399_rockchip-uboot/board/schulercontrol/sc_sps_1/Kconfig
/rk3399_rockchip-uboot/board/siemens/corvus/Kconfig
/rk3399_rockchip-uboot/board/siemens/draco/Kconfig
/rk3399_rockchip-uboot/board/siemens/pxm2/Kconfig
/rk3399_rockchip-uboot/board/siemens/rut/Kconfig
/rk3399_rockchip-uboot/board/siemens/taurus/Kconfig
/rk3399_rockchip-uboot/board/silica/pengwyn/Kconfig
/rk3399_rockchip-uboot/board/solidrun/hummingboard/Kconfig
/rk3399_rockchip-uboot/board/spear/spear300/Kconfig
/rk3399_rockchip-uboot/board/spear/spear310/Kconfig
/rk3399_rockchip-uboot/board/spear/spear320/Kconfig
/rk3399_rockchip-uboot/board/spear/spear600/Kconfig
/rk3399_rockchip-uboot/board/spear/x600/Kconfig
/rk3399_rockchip-uboot/board/st-ericsson/snowball/Kconfig
/rk3399_rockchip-uboot/board/st-ericsson/u8500/Kconfig
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/syteco/jadecpu/Kconfig
/rk3399_rockchip-uboot/board/syteco/zmx25/Kconfig
/rk3399_rockchip-uboot/board/taskit/stamp9g20/Kconfig
/rk3399_rockchip-uboot/board/ti/am335x/Kconfig
/rk3399_rockchip-uboot/board/ti/am43xx/Kconfig
/rk3399_rockchip-uboot/board/ti/ti814x/Kconfig
/rk3399_rockchip-uboot/board/ti/ti816x/Kconfig
/rk3399_rockchip-uboot/board/ti/tnetv107xevm/Kconfig
/rk3399_rockchip-uboot/board/timll/devkit3250/Kconfig
/rk3399_rockchip-uboot/board/toradex/colibri_pxa270/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqma6/Kconfig
/rk3399_rockchip-uboot/board/trizepsiv/Kconfig
/rk3399_rockchip-uboot/board/ttcontrol/vision2/Kconfig
/rk3399_rockchip-uboot/board/udoo/Kconfig
/rk3399_rockchip-uboot/board/vpac270/Kconfig
/rk3399_rockchip-uboot/board/wandboard/Kconfig
/rk3399_rockchip-uboot/board/woodburn/Kconfig
/rk3399_rockchip-uboot/board/xaeniax/Kconfig
/rk3399_rockchip-uboot/board/zipitz2/Kconfig
/rk3399_rockchip-uboot/common/aboot.c
/rk3399_rockchip-uboot/common/bootm.c
/rk3399_rockchip-uboot/common/cli.c
/rk3399_rockchip-uboot/common/cli_hush.c
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_io.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/command.c
/rk3399_rockchip-uboot/common/image-android.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/spl/Makefile
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/spl/spl_ext.c
/rk3399_rockchip-uboot/common/spl/spl_fat.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/common/spl/spl_sata.c
/rk3399_rockchip-uboot/common/spl/spl_usb.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/doc/README.SPL
/rk3399_rockchip-uboot/doc/README.kconfig
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/doc/README.standalone
/rk3399_rockchip-uboot/doc/README.unaligned-memory-access.txt
/rk3399_rockchip-uboot/doc/git-mailrc
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/designware_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/mxs_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/s5p_sdhci.c
/rk3399_rockchip-uboot/drivers/net/e1000.c
/rk3399_rockchip-uboot/drivers/net/e1000.h
/rk3399_rockchip-uboot/drivers/net/eepro100.c
/rk3399_rockchip-uboot/dts/Kconfig
/rk3399_rockchip-uboot/fs/Makefile
/rk3399_rockchip-uboot/fs/ext4/ext4_common.c
/rk3399_rockchip-uboot/include/asm-generic/u-boot.h
/rk3399_rockchip-uboot/include/cli_hush.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/commproc.h
/rk3399_rockchip-uboot/include/compiler.h
/rk3399_rockchip-uboot/include/config_distro_defaults.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/ac14xx.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am3517_evm.h
/rk3399_rockchip-uboot/include/configs/aria.h
/rk3399_rockchip-uboot/include/configs/axs101.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/digsy_mtc.h
/rk3399_rockchip-uboot/include/configs/exynos-common.h
/rk3399_rockchip-uboot/include/configs/imx6_spl.h
/rk3399_rockchip-uboot/include/configs/mcx.h
/rk3399_rockchip-uboot/include/configs/mecp5123.h
/rk3399_rockchip-uboot/include/configs/mpc5121ads.h
/rk3399_rockchip-uboot/include/configs/mxs.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/omap3_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_evm_quick_mmc.h
/rk3399_rockchip-uboot/include/configs/pdm360ng.h
/rk3399_rockchip-uboot/include/configs/sama5d3_xplained.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/socfpga_cyclone5.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/tao3530.h
/rk3399_rockchip-uboot/include/configs/ti814x_evm.h
/rk3399_rockchip-uboot/include/configs/ti816x_evm.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/ti_omap4_common.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/configs/woodburn_common.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/dt-bindings/reset/altr,rst-mgr.h
/rk3399_rockchip-uboot/include/inttypes.h
/rk3399_rockchip-uboot/include/linux/types.h
/rk3399_rockchip-uboot/include/pci_ids.h
/rk3399_rockchip-uboot/include/pcmcia.h
/rk3399_rockchip-uboot/include/spl.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/include/stdlib.h
/rk3399_rockchip-uboot/lib/display_options.c
/rk3399_rockchip-uboot/lib/time.c
/rk3399_rockchip-uboot/lib/vsprintf.c
/rk3399_rockchip-uboot/scripts/kconfig/merge_config.sh
/rk3399_rockchip-uboot/test/command_ut.c
/rk3399_rockchip-uboot/test/stdint/int-types.c
/rk3399_rockchip-uboot/test/stdint/test-includes.sh
/rk3399_rockchip-uboot/tools/.gitignore
52d8486905-Nov-2014 Igor Grinberg <grinberg@compulab.co.il>

am335x: make get_board_rev() function weak

Current get_board_rev() function returns a hard coded value which is
obviously incorrect for the majority of boards.
Allow boards to provide a correct impl

am335x: make get_board_rev() function weak

Current get_board_rev() function returns a hard coded value which is
obviously incorrect for the majority of boards.
Allow boards to provide a correct implementation by making this
function weak.
In addition open code the trivial and useless BOARD_REV_ID define and
adjust the comment.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Tom Rini <trini@ti.com>

show more ...

11ada92205-Nov-2014 Tom Rini <trini@ti.com>

Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh

6c0fb41a29-Oct-2014 Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com>

net: keystone_net: add Keystone2 K2L SoC support

The Keystone2 Lamar SoC uses the same keystone net driver.
This patch adds opportunity to use it by K2L SoCs.

Acked-by: Murali Karicheri <m-karicher

net: keystone_net: add Keystone2 K2L SoC support

The Keystone2 Lamar SoC uses the same keystone net driver.
This patch adds opportunity to use it by K2L SoCs.

Acked-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>

show more ...

1...<<71727374757677787980>>...152