History log of /rk3399_rockchip-uboot/arch/arm/cpu/ (Results 2126 – 2150 of 3557)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7579751c28-Nov-2013 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error

The kzm9g board fails in building with -march=armv7-a.
This fixs this problem by converting to do_div().

-----
USE_PRIVATE_LIBGCC=yes

arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error

The kzm9g board fails in building with -march=armv7-a.
This fixs this problem by converting to do_div().

-----
USE_PRIVATE_LIBGCC=yes ./MAKEALL kzm9g
...
arch/arm/cpu/armv7/rmobile/librmobile.o: In function `get_time_us':
arch/arm/cpu/armv7/rmobile/timer.c:41: undefined reference to `__aeabi_uldivmod'
arch/arm/cpu/armv7/rmobile/librmobile.o: In function `get_time_ms':
arch/arm/cpu/armv7/rmobile/timer.c:47: undefined reference to `__aeabi_uldivmod'
-----

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Tetsuyuki Kobayashi <koba@kmckk.co.jp>

show more ...

bd0550fc21-Nov-2013 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add support R8A7791

Renesas R8A7791 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 R8A7791

Renesas R8A7791 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>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Albert Aribaud <albert.u.boot@aribaud.net>

show more ...

1d0e927821-Nov-2013 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add support R8A7790

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

Signed-off-by: Kouei Abe <kouei.abe.cp@re

arm: rmobile: Add support R8A7790

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

Signed-off-by: Kouei Abe <kouei.abe.cp@renesas.com>
Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com>
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Albert Aribaud <albert.u.boot@aribaud.net>

show more ...

941b5a4021-Nov-2013 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

arm: rmobile: Move lowlevel_init.o to taget of each CPU

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

a85ca22f02-Dec-2013 Jaehoon Chung <jh80.chung@samsung.com>

arm: exynos: fix set_mmc_clk for exynos4x12

Fix the set_mmc_clk() for exnos4x12.
If board is exynos4x12, mmc clock should be set to wrong value.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com

arm: exynos: fix set_mmc_clk for exynos4x12

Fix the set_mmc_clk() for exnos4x12.
If board is exynos4x12, mmc clock should be set to wrong value.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

show more ...

77524d2c02-Dec-2013 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'


Makefile
armv7/Makefile
armv7/at91/sama5d3_devices.c
armv7/at91/timer.c
at91-common/Makefile
at91-common/mpddrc.c
at91-common/phy.c
at91-common/spl.c
at91-common/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_common.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pit.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_spi.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_wdt.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91cap9.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9_smc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/atmel_mpddrc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/sama5d3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/spl.h
/rk3399_rockchip-uboot/board/BuS/vl_ma2sc/vl_ma2sc.c
/rk3399_rockchip-uboot/board/afeb9260/afeb9260.c
/rk3399_rockchip-uboot/board/atmel/at91sam9260ek/at91sam9260ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9263ek/at91sam9263ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/sama5d3xek.c
/rk3399_rockchip-uboot/board/bluewater/snapper9260/snapper9260.c
/rk3399_rockchip-uboot/board/calao/sbc35_a9g20/sbc35_a9g20.c
/rk3399_rockchip-uboot/board/eukrea/cpu9260/cpu9260.c
/rk3399_rockchip-uboot/board/taskit/stamp9g20/stamp9g20.c
/rk3399_rockchip-uboot/doc/README.at91-soc
/rk3399_rockchip-uboot/drivers/i2c/soft_i2c.c
/rk3399_rockchip-uboot/drivers/net/at91_emac.c
/rk3399_rockchip-uboot/drivers/video/bus_vcxk.c
/rk3399_rockchip-uboot/include/configs/afeb9260.h
/rk3399_rockchip-uboot/include/configs/at91sam9260ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9m10g45ek.h
/rk3399_rockchip-uboot/include/configs/cpu9260.h
/rk3399_rockchip-uboot/include/configs/eb_cpux9k2.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/snapper9260.h
/rk3399_rockchip-uboot/include/configs/stamp9g20.h
/rk3399_rockchip-uboot/include/configs/vl_ma2sc.h
/rk3399_rockchip-uboot/include/i2c.h
4535a24c18-Nov-2013 Heiko Schocher <hs@denx.de>

arm926ejs, at91: add common phy_reset function

add common phy reset code into a common function.

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: B

arm926ejs, at91: add common phy_reset function

add common phy reset code into a common function.

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Bo Shen <voice.shen@atmel.com>
Cc: Jens Scharsig <esw@bus-elektronik.de>
Cc: Sergey Lapin <slapin@ossfans.org>
Cc: Stelian Pop <stelian@popies.net>
Cc: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Cc: Eric Benard <eric@eukrea.com>
Cc: Markus Hubig <mhubig@imko.de>
Acked-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Tested-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Tested-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

show more ...

c5e8885a15-Nov-2013 Bo Shen <voice.shen@atmel.com>

arm: atmel: sama5d3: spl boot from fat fs SD card

Enable Atmel sama5d3xek boart spl boot support, which can load u-boot
from SD card with FAT file system.

Signed-off-by: Bo Shen <voice.shen@atmel.c

arm: atmel: sama5d3: spl boot from fat fs SD card

Enable Atmel sama5d3xek boart spl boot support, which can load u-boot
from SD card with FAT file system.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

show more ...

9d9289cb15-Nov-2013 Bo Shen <voice.shen@atmel.com>

arm: atmel: add ddr2 initialization function

The MPDDRC supports different type of SDRAM
This patch add ddr2 initialization function

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: And

arm: atmel: add ddr2 initialization function

The MPDDRC supports different type of SDRAM
This patch add ddr2 initialization function

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

show more ...

184c551b15-Nov-2013 Bo Shen <voice.shen@atmel.com>

arm: atmel: sama5d3: correct the ID for DBGU and PIT

As the DBGU and PIT has its own ID on sama5d3 SoC, while not share
with SYS ID. So, correct them.

Signed-off-by: Bo Shen <voice.shen@atmel.com>

arm: atmel: sama5d3: correct the ID for DBGU and PIT

As the DBGU and PIT has its own ID on sama5d3 SoC, while not share
with SYS ID. So, correct them.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

show more ...

faca8ff525-Nov-2013 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/api/Makefile
armv7/am33xx/Makefile
armv7/am33xx/mem.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/mem.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_elm.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_gpmc.h
/rk3399_rockchip-uboot/arch/blackfin/cpu/os_log.c
/rk3399_rockchip-uboot/arch/blackfin/include/asm/blackfin_local.h
/rk3399_rockchip-uboot/arch/mips/include/asm/malta.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fsl_ifc.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_ifc.h
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/start.S
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/sama5d3xek.c
/rk3399_rockchip-uboot/board/h2200/Makefile
/rk3399_rockchip-uboot/board/ti/am335x/board.c
/rk3399_rockchip-uboot/board/tqc/tqm5200/Makefile
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/hash.c
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/doc/README.omap3
/rk3399_rockchip-uboot/drivers/bios_emulator/Makefile
/rk3399_rockchip-uboot/drivers/misc/gpio_led.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_spl.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_elm.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/drivers/net/npe/Makefile
/rk3399_rockchip-uboot/examples/api/Makefile
/rk3399_rockchip-uboot/examples/standalone/Makefile
/rk3399_rockchip-uboot/fs/Makefile
/rk3399_rockchip-uboot/fs/cbfs/Makefile
/rk3399_rockchip-uboot/fs/cramfs/Makefile
/rk3399_rockchip-uboot/fs/ext4/Makefile
/rk3399_rockchip-uboot/fs/fdos/Makefile
/rk3399_rockchip-uboot/fs/jffs2/Makefile
/rk3399_rockchip-uboot/fs/reiserfs/Makefile
/rk3399_rockchip-uboot/fs/sandbox/Makefile
/rk3399_rockchip-uboot/fs/ubifs/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/Makefile
/rk3399_rockchip-uboot/fs/zfs/Makefile
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/C29XPCIE.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/T4240QDS.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/am335x_igep0033.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am3517_evm.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/mcx.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_evm_quick_nand.h
/rk3399_rockchip-uboot/include/configs/omap3_igep00x0.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/tam3517-common.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/mtd/mtd-abi.h
/rk3399_rockchip-uboot/lib/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/canyonlands/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/kilauea/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8315erdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8536ds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8569mds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8572ds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1023rds/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/p1_p2_rdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/sheldon/simpc8313/Makefile
/rk3399_rockchip-uboot/post/board/lwmon/Makefile
/rk3399_rockchip-uboot/post/board/lwmon5/Makefile
/rk3399_rockchip-uboot/post/board/netta/Makefile
/rk3399_rockchip-uboot/post/board/pdm360ng/Makefile
/rk3399_rockchip-uboot/post/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/post/cpu/mpc8xx/Makefile
/rk3399_rockchip-uboot/post/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/post/drivers/Makefile
/rk3399_rockchip-uboot/post/lib_powerpc/Makefile
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/Makefile
/rk3399_rockchip-uboot/spl/Makefile
/rk3399_rockchip-uboot/tools/buildman/README
/rk3399_rockchip-uboot/tools/buildman/board.py
/rk3399_rockchip-uboot/tools/patman/README
/rk3399_rockchip-uboot/tools/patman/commit.py
/rk3399_rockchip-uboot/tools/patman/patchstream.py
d44a5f5122-Nov-2013 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'

2c17e6d118-Nov-2013 pekon gupta <pekon@ti.com>

am335x: fix GPMC config for NAND and NOR SPL boot

GPMC controller is common IP to interface with both NAND and NOR flash devices.
Also, it supports max 8 chip-selects, which can be independently con

am335x: fix GPMC config for NAND and NOR SPL boot

GPMC controller is common IP to interface with both NAND and NOR flash devices.
Also, it supports max 8 chip-selects, which can be independently connected to
any of the devices.
But ROM code expects the boot-device to be connected to only chip-select[0].
Thus to resolve conflict between NOR and NAND boot. This patch:
- combines NOR and NAND configs spread in board files to common gpmc_init()
- configures GPMC based on boot-mode selected for SPL boot.

Signed-off-by: Pekon Gupta <pekon@ti.com>

show more ...

beba5f0418-Nov-2013 pekon gupta <pekon@ti.com>

mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx platforms

ELM hardware engine which is used for ECC error detection, is present on all
latest OMAP SoC (like OMAP4xxx, OM

mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx platforms

ELM hardware engine which is used for ECC error detection, is present on all
latest OMAP SoC (like OMAP4xxx, OMAP5xxx, DRA7xxx, AM33xx, AM43xx). Thus ELM
driver should be moved to common drivers/mtd/nand/ folder so that all SoC
having on-chip ELM hardware engine can re-use it.
This patch has following changes:
- mv arch/arm/include/asm/arch-am33xx/elm.h arch/arm/include/asm/omap_elm.h
- mv arch/arm/cpu/armv7/am33xx/elm.c drivers/mtd/nand/omap_elm.c
- update Makefiles
- update #include <asm/elm.h>
- add CONFIG_NAND_OMAP_ELM to compile driver/mtd/nand/omap_elm.c
and include in all board configs using AM33xx SoC platform.

Signed-off-by: Pekon Gupta <pekon@ti.com>

show more ...


/rk3399_rockchip-uboot/CREDITS
armv7/am33xx/Makefile
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-bcm2835/mbox.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/dss.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_elm.h
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/cache.S
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/cpu.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/start.S
/rk3399_rockchip-uboot/arch/mips/include/asm/malta.h
/rk3399_rockchip-uboot/arch/mips/include/asm/mipsregs.h
/rk3399_rockchip-uboot/arch/mips/lib/bootm.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fsl_ifc.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_ifc.h
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/sama5d3xek.c
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/compulab/common/omap3_display.c
/rk3399_rockchip-uboot/board/imgtec/malta/Makefile
/rk3399_rockchip-uboot/board/imgtec/malta/flash-malta-boot.tcl
/rk3399_rockchip-uboot/board/imgtec/malta/lowlevel_init.S
/rk3399_rockchip-uboot/board/imgtec/malta/malta.c
/rk3399_rockchip-uboot/board/imgtec/malta/superio.c
/rk3399_rockchip-uboot/board/imgtec/malta/superio.h
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/doc/README.malta
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_spl.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_elm.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/drivers/net/pcnet.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci_msc01.c
/rk3399_rockchip-uboot/drivers/rtc/mc146818.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.h
/rk3399_rockchip-uboot/drivers/spi/spi.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/bcm2835.c
/rk3399_rockchip-uboot/drivers/video/scf0403_lcd.c
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/C29XPCIE.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/T4240QDS.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/am335x_igep0033.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/msc01.h
/rk3399_rockchip-uboot/include/mtd/mtd-abi.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/pci_ids.h
/rk3399_rockchip-uboot/include/pci_msc01.h
/rk3399_rockchip-uboot/include/scf0403_lcd.h
/rk3399_rockchip-uboot/include/spi.h
/rk3399_rockchip-uboot/lib/time.c
a52f90f011-Nov-2013 Masahiro Yamada <yamada.m@jp.panasonic.com>

arm: rmobile: Do not create a symbolic link to sh timer

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>


/rk3399_rockchip-uboot/Makefile
armv7/rmobile/Makefile
/rk3399_rockchip-uboot/arch/microblaze/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/Makefile
/rk3399_rockchip-uboot/board/LEOX/elpt860/u-boot.lds
/rk3399_rockchip-uboot/board/LaCie/edminiv2/Makefile
/rk3399_rockchip-uboot/board/LaCie/net2big_v2/Makefile
/rk3399_rockchip-uboot/board/LaCie/netspace_v2/Makefile
/rk3399_rockchip-uboot/board/LaCie/wireless_space/Makefile
/rk3399_rockchip-uboot/board/Marvell/db64360/Makefile
/rk3399_rockchip-uboot/board/Marvell/db64460/Makefile
/rk3399_rockchip-uboot/board/actux1/u-boot.lds
/rk3399_rockchip-uboot/board/actux2/u-boot.lds
/rk3399_rockchip-uboot/board/actux3/u-boot.lds
/rk3399_rockchip-uboot/board/altera/nios2-generic/Makefile
/rk3399_rockchip-uboot/board/altera/nios2-generic/config.mk
/rk3399_rockchip-uboot/board/avionic-design/medcom-wide/Makefile
/rk3399_rockchip-uboot/board/avionic-design/plutux/Makefile
/rk3399_rockchip-uboot/board/avionic-design/tec/Makefile
/rk3399_rockchip-uboot/board/cogent/dipsw.c
/rk3399_rockchip-uboot/board/cogent/flash.c
/rk3399_rockchip-uboot/board/cogent/lcd.c
/rk3399_rockchip-uboot/board/cogent/mb.c
/rk3399_rockchip-uboot/board/cogent/serial.c
/rk3399_rockchip-uboot/board/compal/paz00/Makefile
/rk3399_rockchip-uboot/board/compulab/trimslice/Makefile
/rk3399_rockchip-uboot/board/davinci/da8xxevm/u-boot-spl-hawk.lds
/rk3399_rockchip-uboot/board/dvlhost/u-boot.lds
/rk3399_rockchip-uboot/board/emk/top5200/Makefile
/rk3399_rockchip-uboot/board/emk/top860/Makefile
/rk3399_rockchip-uboot/board/esd/adciop/Makefile
/rk3399_rockchip-uboot/board/esd/apc405/Makefile
/rk3399_rockchip-uboot/board/esd/ar405/Makefile
/rk3399_rockchip-uboot/board/esd/ash405/Makefile
/rk3399_rockchip-uboot/board/esd/cms700/Makefile
/rk3399_rockchip-uboot/board/esd/cpci2dp/Makefile
/rk3399_rockchip-uboot/board/esd/cpci405/Makefile
/rk3399_rockchip-uboot/board/esd/cpci5200/Makefile
/rk3399_rockchip-uboot/board/esd/cpci750/Makefile
/rk3399_rockchip-uboot/board/esd/cpciiser4/Makefile
/rk3399_rockchip-uboot/board/esd/dasa_sim/Makefile
/rk3399_rockchip-uboot/board/esd/dp405/Makefile
/rk3399_rockchip-uboot/board/esd/du405/Makefile
/rk3399_rockchip-uboot/board/esd/hh405/Makefile
/rk3399_rockchip-uboot/board/esd/hub405/Makefile
/rk3399_rockchip-uboot/board/esd/ocrtc/Makefile
/rk3399_rockchip-uboot/board/esd/pci405/Makefile
/rk3399_rockchip-uboot/board/esd/pf5200/Makefile
/rk3399_rockchip-uboot/board/esd/plu405/Makefile
/rk3399_rockchip-uboot/board/esd/pmc405/Makefile
/rk3399_rockchip-uboot/board/esd/pmc405de/Makefile
/rk3399_rockchip-uboot/board/esd/pmc440/Makefile
/rk3399_rockchip-uboot/board/esd/voh405/Makefile
/rk3399_rockchip-uboot/board/esd/vom405/Makefile
/rk3399_rockchip-uboot/board/esd/wuh405/Makefile
/rk3399_rockchip-uboot/board/esteem192e/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m52277evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m53017evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mx31ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/t1040qds/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_cpci_ax2000/config.mk
/rk3399_rockchip-uboot/board/gaisler/gr_ep2s60/config.mk
/rk3399_rockchip-uboot/board/gaisler/gr_xc3s_1500/config.mk
/rk3399_rockchip-uboot/board/gaisler/grsim/config.mk
/rk3399_rockchip-uboot/board/gaisler/grsim_leon2/config.mk
/rk3399_rockchip-uboot/board/genietv/u-boot.lds
/rk3399_rockchip-uboot/board/hermes/u-boot.lds
/rk3399_rockchip-uboot/board/keymile/km82xx/Makefile
/rk3399_rockchip-uboot/board/keymile/km83xx/Makefile
/rk3399_rockchip-uboot/board/keymile/km_arm/Makefile
/rk3399_rockchip-uboot/board/keymile/kmp204x/Makefile
/rk3399_rockchip-uboot/board/kup/kup4k/Makefile
/rk3399_rockchip-uboot/board/kup/kup4x/Makefile
/rk3399_rockchip-uboot/board/matrix_vision/mvsmr/u-boot.lds
/rk3399_rockchip-uboot/board/mpl/mip405/Makefile
/rk3399_rockchip-uboot/board/mpl/pati/Makefile
/rk3399_rockchip-uboot/board/mpl/pip405/Makefile
/rk3399_rockchip-uboot/board/mpl/vcma9/Makefile
/rk3399_rockchip-uboot/board/mvblue/u-boot.lds
/rk3399_rockchip-uboot/board/nvidia/beaver/Makefile
/rk3399_rockchip-uboot/board/nvidia/ventana/Makefile
/rk3399_rockchip-uboot/board/prodrive/p3mx/Makefile
/rk3399_rockchip-uboot/board/psyent/pci5441/Makefile
/rk3399_rockchip-uboot/board/psyent/pci5441/config.mk
/rk3399_rockchip-uboot/board/psyent/pk1c20/Makefile
/rk3399_rockchip-uboot/board/psyent/pk1c20/config.mk
/rk3399_rockchip-uboot/board/rbc823/u-boot.lds
/rk3399_rockchip-uboot/board/sandburst/karef/Makefile
/rk3399_rockchip-uboot/board/sandburst/metrobox/Makefile
/rk3399_rockchip-uboot/board/siemens/dxr2/Makefile
/rk3399_rockchip-uboot/board/siemens/pxm2/Makefile
/rk3399_rockchip-uboot/board/siemens/rut/Makefile
/rk3399_rockchip-uboot/board/spd8xx/u-boot.lds
/rk3399_rockchip-uboot/board/svm_sc8xx/u-boot.lds
/rk3399_rockchip-uboot/board/ti/am335x/u-boot.lds
/rk3399_rockchip-uboot/board/ti/beagle/Makefile
/rk3399_rockchip-uboot/board/toradex/colibri_t20_iris/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm8260/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm8272/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm8xx/u-boot.lds
/rk3399_rockchip-uboot/board/vpac270/u-boot-spl.lds
/rk3399_rockchip-uboot/board/xilinx/ppc405-generic/Makefile
/rk3399_rockchip-uboot/board/xilinx/ppc440-generic/Makefile
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/bios_emulator/Makefile
/rk3399_rockchip-uboot/drivers/fpga/Makefile
/rk3399_rockchip-uboot/drivers/net/fm/Makefile
/rk3399_rockchip-uboot/drivers/net/npe/Makefile
/rk3399_rockchip-uboot/drivers/qe/Makefile
/rk3399_rockchip-uboot/drivers/tpm/Makefile
/rk3399_rockchip-uboot/examples/standalone/Makefile
/rk3399_rockchip-uboot/include/configs/bct-brettl2.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-pnav.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf538f-ezkit.h
/rk3399_rockchip-uboot/include/configs/cm-bf537e.h
/rk3399_rockchip-uboot/include/configs/cm-bf537u.h
/rk3399_rockchip-uboot/include/configs/dnp5370.h
/rk3399_rockchip-uboot/include/configs/highbank.h
/rk3399_rockchip-uboot/include/configs/ibf-dsp561.h
/rk3399_rockchip-uboot/include/configs/kzm9g.h
/rk3399_rockchip-uboot/include/configs/mx51_efikamx.h
/rk3399_rockchip-uboot/include/configs/origen.h
/rk3399_rockchip-uboot/include/configs/smdkv310.h
/rk3399_rockchip-uboot/include/configs/snowball.h
/rk3399_rockchip-uboot/include/configs/socfpga_cyclone5.h
/rk3399_rockchip-uboot/include/configs/tcm-bf537.h
/rk3399_rockchip-uboot/include/configs/u8500_href.h
/rk3399_rockchip-uboot/lib/lzma/Makefile
/rk3399_rockchip-uboot/lib/lzo/Makefile
/rk3399_rockchip-uboot/lib/rsa/Makefile
/rk3399_rockchip-uboot/lib/zlib/Makefile
/rk3399_rockchip-uboot/scripts/Makefile.build
/rk3399_rockchip-uboot/spl/Makefile
/rk3399_rockchip-uboot/tools/gdb/Makefile
5e995c0015-Nov-2013 Tom Rini <trini@ti.com>

TI:omap: Update u-boot-spl.lds for i2c multibus/multiadapter update

In 6789e84 we update u-boot-spl.lds for OMAP to ensure we include
adapter information, as we use i2c during SPL. However, the reg

TI:omap: Update u-boot-spl.lds for i2c multibus/multiadapter update

In 6789e84 we update u-boot-spl.lds for OMAP to ensure we include
adapter information, as we use i2c during SPL. However, the regex used
also means we included commands that may have been built. On omap5_uevm
this leads to a failure as we include the command from the do_tca642x
command, and fail to link. The fix is to restrict our regex to only the
i2c list parts.

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

show more ...


/rk3399_rockchip-uboot/README
armv7/omap-common/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/liodn.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t4240_ids.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_83xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/board/freescale/p1010rdb/README.P1010RDB-PA
/rk3399_rockchip-uboot/board/freescale/p1010rdb/README.P1010RDB-PB
/rk3399_rockchip-uboot/board/freescale/t1040qds/t1040_pbi.cfg
/rk3399_rockchip-uboot/board/freescale/t1040qds/t1040_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t104xrdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t104xrdb/README
/rk3399_rockchip-uboot/board/freescale/t104xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/ddr.h
/rk3399_rockchip-uboot/board/freescale/t104xrdb/law.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/pci.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/t104xrdb.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/t104xrdb.h
/rk3399_rockchip-uboot/board/freescale/t104xrdb/tlb.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/designware_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/zynq_i2c.c
/rk3399_rockchip-uboot/drivers/net/fm/Makefile
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T1040RDB.h
/rk3399_rockchip-uboot/include/configs/T1042RDB_PI.h
/rk3399_rockchip-uboot/include/configs/zynq.h
618bbbb205-Nov-2013 Wu, Josh <Josh.wu@atmel.com>

ARM: at91: sama5d3: add support for sama5d36 chip

The SAMA5D36 chip is the superset product of SAMA5D3x family.

For detail information please refer to:
http://www.atmel.com/Microsite/sama5d3/defa

ARM: at91: sama5d3: add support for sama5d36 chip

The SAMA5D36 chip is the superset product of SAMA5D3x family.

For detail information please refer to:
http://www.atmel.com/Microsite/sama5d3/default.aspx

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

show more ...


armv7/at91/sama5d3_devices.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pit.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_spi.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_wdt.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91cap9.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9_smc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/sama5d3.h
/rk3399_rockchip-uboot/board/compulab/cm_t35/Makefile
/rk3399_rockchip-uboot/board/siemens/common/factoryset.c
/rk3399_rockchip-uboot/board/siemens/common/factoryset.h
/rk3399_rockchip-uboot/board/siemens/dxr2/board.c
/rk3399_rockchip-uboot/board/siemens/dxr2/board.h
/rk3399_rockchip-uboot/board/siemens/dxr2/mux.c
/rk3399_rockchip-uboot/board/siemens/pxm2/board.c
/rk3399_rockchip-uboot/board/siemens/rut/board.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/doc/README.at91-soc
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/drivers/bootcount/Makefile
/rk3399_rockchip-uboot/drivers/bootcount/bootcount_davinci.c
/rk3399_rockchip-uboot/drivers/i2c/soft_i2c.c
/rk3399_rockchip-uboot/drivers/net/at91_emac.c
/rk3399_rockchip-uboot/drivers/usb/gadget/g_dnl.c
/rk3399_rockchip-uboot/drivers/video/bus_vcxk.c
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/at91sam9m10g45ek.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/dxr2.h
/rk3399_rockchip-uboot/include/configs/pxm2.h
/rk3399_rockchip-uboot/include/configs/rut.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/snapper9260.h
/rk3399_rockchip-uboot/include/configs/ti_am335x_common.h
/rk3399_rockchip-uboot/include/i2c.h
6789e84e22-Oct-2013 Heiko Schocher <hs@denx.de>

i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

- add omap24xx driver to new multibus/multiadpater support
- adapted all config files, which uses this driver

Tested on the am33

i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

- add omap24xx driver to new multibus/multiadpater support
- adapted all config files, which uses this driver

Tested on the am335x based siemens boards rut, dxr2 and pxm2
posted here:
http://patchwork.ozlabs.org/patch/263211/

Signed-off-by: Heiko Schocher <hs@denx.de>
Tested-by: Tom Rini <trini@ti.com>
Cc: Lars Poeschel <poeschel@lemonage.de>
Cc: Steve Sakoman <sakoman@gmail.com>
Cc: Thomas Weber <weber@corscience.de>
Cc: Tom Rix <Tom.Rix@windriver.com>
Cc: Grazvydas Ignotas <notasas@gmail.com>
Cc: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Cc: Luca Ceresoli <luca.ceresoli@comelit.it>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Cc: Ilya Yanok <yanok@emcraft.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Nishanth Menon <nm@ti.com>
Cc: Pali Rohár <pali.rohar@gmail.com>
Cc: Peter Barada <peter.barada@logicpd.com>
Cc: Nagendra T S <nagendra@mistralsolutions.com>
Cc: Michael Jones <michael.jones@matrix-vision.de>
Cc: Raphael Assenat <raph@8d.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Stefano Babic <sbabic@denx.de>

show more ...


/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/README
armv7/omap-common/clocks-common.c
armv7/omap-common/u-boot-spl.lds
armv7/omap3/board.c
armv7/omap3/clock.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/i2c.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-bcm2835/mbox.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/dss.h
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/cache.S
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/cpu.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/start.S
/rk3399_rockchip-uboot/arch/mips/include/asm/malta.h
/rk3399_rockchip-uboot/arch/mips/include/asm/mipsregs.h
/rk3399_rockchip-uboot/arch/mips/lib/bootm.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/cpu_init.c
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/compulab/common/Makefile
/rk3399_rockchip-uboot/board/compulab/common/eeprom.h
/rk3399_rockchip-uboot/board/compulab/common/omap3_display.c
/rk3399_rockchip-uboot/board/imgtec/malta/Makefile
/rk3399_rockchip-uboot/board/imgtec/malta/flash-malta-boot.tcl
/rk3399_rockchip-uboot/board/imgtec/malta/lowlevel_init.S
/rk3399_rockchip-uboot/board/imgtec/malta/malta.c
/rk3399_rockchip-uboot/board/imgtec/malta/superio.c
/rk3399_rockchip-uboot/board/imgtec/malta/superio.h
/rk3399_rockchip-uboot/board/kmc/kzm9g/kzm9g.c
/rk3399_rockchip-uboot/board/logicpd/am3517evm/am3517evm.c
/rk3399_rockchip-uboot/board/overo/overo.c
/rk3399_rockchip-uboot/board/phytec/pcm051/board.c
/rk3399_rockchip-uboot/board/renesas/ecovec/ecovec.c
/rk3399_rockchip-uboot/board/siemens/common/board.c
/rk3399_rockchip-uboot/board/ti/am335x/board.c
/rk3399_rockchip-uboot/board/ti/am3517crane/am3517crane.c
/rk3399_rockchip-uboot/board/ti/evm/evm.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/doc/README.malta
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/mxs_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/sh_i2c.c
/rk3399_rockchip-uboot/drivers/net/pcnet.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci_msc01.c
/rk3399_rockchip-uboot/drivers/rtc/mc146818.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.h
/rk3399_rockchip-uboot/drivers/spi/spi.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/bcm2835.c
/rk3399_rockchip-uboot/drivers/video/scf0403_lcd.c
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am3517_evm.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/dig297.h
/rk3399_rockchip-uboot/include/configs/ecovec.h
/rk3399_rockchip-uboot/include/configs/kzm9g.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/mcx.h
/rk3399_rockchip-uboot/include/configs/nokia_rx51.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm_common.h
/rk3399_rockchip-uboot/include/configs/omap3_igep00x0.h
/rk3399_rockchip-uboot/include/configs/omap3_logic.h
/rk3399_rockchip-uboot/include/configs/omap3_mvblx.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/omap3_pandora.h
/rk3399_rockchip-uboot/include/configs/omap3_sdp3430.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom1.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom2.h
/rk3399_rockchip-uboot/include/configs/pcm051.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/tam3517-common.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/msc01.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/pci_ids.h
/rk3399_rockchip-uboot/include/pci_msc01.h
/rk3399_rockchip-uboot/include/scf0403_lcd.h
/rk3399_rockchip-uboot/include/spi.h
/rk3399_rockchip-uboot/lib/time.c
16678eb404-Nov-2013 Heiko Schocher <hs@denx.de>

arm, am33x: make RTC32K OSC enable configurable

As
http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast
states:
"Initialize devices only when they are needed within U-Boot"

enable th

arm, am33x: make RTC32K OSC enable configurable

As
http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast
states:
"Initialize devices only when they are needed within U-Boot"

enable the RTC32K OSC only, if CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is
enabled. Enable this in ti_am335x_common.h, so all boards in mainline
should work as before.

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@ti.com>

show more ...

85b8c5c409-Nov-2013 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge branch 'iu-boot/master' into 'u-boot-arm/master'

Conflicts:
arch/arm/cpu/arm926ejs/mxs/Makefile
board/compulab/cm_t35/Makefile
board/corscience/tricorder/Makefile
board/ppcag/bg0900/Makefi

Merge branch 'iu-boot/master' into 'u-boot-arm/master'

Conflicts:
arch/arm/cpu/arm926ejs/mxs/Makefile
board/compulab/cm_t35/Makefile
board/corscience/tricorder/Makefile
board/ppcag/bg0900/Makefile
drivers/bootcount/Makefile
include/configs/omap4_common.h
include/configs/pdnb3.h

Makefile conflicts are due to additions/removals of
object files on the ARM branch vs KBuild introduction
on the main branch. Resolution consists in adjusting
the list of object files in the main branch version.
This also applies to two files which are not listed
as conflicting but had to be modified:

board/compulab/common/Makefile
board/udoo/Makefile

include/configs/omap4_common.h conflicts are due to
the OMAP4 conversion to ti_armv7_common.h on the ARM
side, and CONFIG_SYS_HZ removal on the main side.
Resolution is to convert as this icludes removal of
CONFIG_SYS_HZ.

include/configs/pdnb3.h is due to a removal on ARM side.
Trivial resolution is to remove the file.

Note: 'git show' will also list two files just because
they are new:

include/configs/am335x_igep0033.h
include/configs/omap3_igep00x0.h

show more ...


/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
arm926ejs/mxs/Makefile
arm926ejs/mxs/mxsimage.mx23.cfg
arm926ejs/mxs/mxsimage.mx28.cfg
arm926ejs/mxs/spl_power_init.c
arm926ejs/mxs/start.S
armv7/am33xx/board.c
armv7/mx5/lowlevel_init.S
armv7/mx6/clock.c
armv7/omap-common/boot-common.c
armv7/zynq/cpu.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_rstc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/crm_regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6dl_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mxs/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s3c24x0/memory.h
/rk3399_rockchip-uboot/arch/arm/include/asm/atomic.h
/rk3399_rockchip-uboot/arch/arm/include/asm/davinci_rtc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/memory.h
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/ptrace.h
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/system.h
/rk3399_rockchip-uboot/arch/arm/lib/_divsi3.S
/rk3399_rockchip-uboot/arch/arm/lib/_modsi3.S
/rk3399_rockchip-uboot/arch/blackfin/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/clock.h
/rk3399_rockchip-uboot/arch/blackfin/lib/__kgdb.S
/rk3399_rockchip-uboot/arch/m68k/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/microblaze/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/mips/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/mips/include/asm/inca-ip.h
/rk3399_rockchip-uboot/arch/mips/include/asm/io.h
/rk3399_rockchip-uboot/arch/mips/include/asm/processor.h
/rk3399_rockchip-uboot/arch/mips/include/asm/system.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/8xx_immap.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/atomic.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cache.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cpm_8260.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cpm_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/io.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/m8260_pci.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/mmu.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-isram.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/processor.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ptrace.h
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/start.S
/rk3399_rockchip-uboot/arch/sparc/include/asm/cache.h
/rk3399_rockchip-uboot/arch/sparc/include/asm/page.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pci.h
/rk3399_rockchip-uboot/board/Barix/ipam390/ipam390-ais-uart.cfg
/rk3399_rockchip-uboot/board/Barix/ipam390/ipam390.c
/rk3399_rockchip-uboot/board/LEOX/elpt860/Makefile
/rk3399_rockchip-uboot/board/atmel/at91sam9n12ek/at91sam9n12ek.c
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/6x_upgrade.txt
/rk3399_rockchip-uboot/board/compulab/cm_t35/Makefile
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/compulab/common/Makefile
/rk3399_rockchip-uboot/board/compulab/common/eeprom.c
/rk3399_rockchip-uboot/board/compulab/common/eeprom.h
/rk3399_rockchip-uboot/board/compulab/common/omap3_display.c
/rk3399_rockchip-uboot/board/corscience/tricorder/Makefile
/rk3399_rockchip-uboot/board/corscience/tricorder/led.c
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder-eeprom.c
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder-eeprom.h
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder.c
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder.h
/rk3399_rockchip-uboot/board/emk/top5200/Makefile
/rk3399_rockchip-uboot/board/enbw/enbw_cmc/enbw_cmc.c
/rk3399_rockchip-uboot/board/esd/adciop/Makefile
/rk3399_rockchip-uboot/board/esd/dasa_sim/Makefile
/rk3399_rockchip-uboot/board/esd/mecp5200/Makefile
/rk3399_rockchip-uboot/board/esd/pf5200/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8260ads/Makefile
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_cpci_ax2000/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_ep2s60/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_xc3s_1500/Makefile
/rk3399_rockchip-uboot/board/hymod/hymod.h
/rk3399_rockchip-uboot/board/icecube/Makefile
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/Makefile
/rk3399_rockchip-uboot/board/jupiter/Makefile
/rk3399_rockchip-uboot/board/lubbock/Makefile
/rk3399_rockchip-uboot/board/mousse/Makefile
/rk3399_rockchip-uboot/board/mpl/pati/pci_eeprom.h
/rk3399_rockchip-uboot/board/pm520/Makefile
/rk3399_rockchip-uboot/board/ppcag/bg0900/Makefile
/rk3399_rockchip-uboot/board/ppcag/bg0900/bg0900.c
/rk3399_rockchip-uboot/board/ppcag/bg0900/spl_boot.c
/rk3399_rockchip-uboot/board/pxa255_idp/Makefile
/rk3399_rockchip-uboot/board/samsung/common/Makefile
/rk3399_rockchip-uboot/board/samsung/common/ums.c
/rk3399_rockchip-uboot/board/samsung/trats/trats.c
/rk3399_rockchip-uboot/board/sandbox/sandbox/sandbox.c
/rk3399_rockchip-uboot/board/ti/am335x/board.c
/rk3399_rockchip-uboot/board/udoo/Makefile
/rk3399_rockchip-uboot/board/udoo/udoo.c
/rk3399_rockchip-uboot/board/wandboard/README
/rk3399_rockchip-uboot/board/zipitz2/Makefile
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_gpt.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_pxe.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_ubifs.c
/rk3399_rockchip-uboot/common/cmd_usb_mass_storage.c
/rk3399_rockchip-uboot/common/cmd_zfs.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/doc/README.autoboot
/rk3399_rockchip-uboot/doc/README.mxs
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/doc/driver-model/UDM-block.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-gpio.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-hwmon.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-keyboard.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-mmc.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-net.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-pci.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-pcmcia.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-power.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-rtc.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-serial.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-spi.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-stdio.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-twserial.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-video.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-watchdog.txt
/rk3399_rockchip-uboot/drivers/bootcount/Makefile
/rk3399_rockchip-uboot/drivers/bootcount/bootcount_davinci.c
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/dfu/dfu_nand.c
/rk3399_rockchip-uboot/drivers/fpga/zynqpl.c
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/sx151x.c
/rk3399_rockchip-uboot/drivers/hwmon/ds1722.c
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.c
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/macb.h
/rk3399_rockchip-uboot/drivers/net/netconsole.c
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmdAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmdAccCtrl.h
/rk3399_rockchip-uboot/drivers/rtc/davinci.c
/rk3399_rockchip-uboot/drivers/serial/mxs_auart.c
/rk3399_rockchip-uboot/drivers/serial/serial_s5p.c
/rk3399_rockchip-uboot/drivers/serial/serial_xuartlite.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_mass_storage.c
/rk3399_rockchip-uboot/drivers/usb/gadget/g_dnl.c
/rk3399_rockchip-uboot/drivers/usb/gadget/storage_common.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-at91.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-hcd.c
/rk3399_rockchip-uboot/drivers/watchdog/imx_watchdog.c
/rk3399_rockchip-uboot/examples/standalone/82559_eeprom.c
/rk3399_rockchip-uboot/fs/fat/fat_write.c
/rk3399_rockchip-uboot/include/at45.h
/rk3399_rockchip-uboot/include/commproc.h
/rk3399_rockchip-uboot/include/config_fallbacks.h
/rk3399_rockchip-uboot/include/configs/M5253DEMO.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/afeb9260.h
/rk3399_rockchip-uboot/include/configs/am335x_igep0033.h
/rk3399_rockchip-uboot/include/configs/at91rm9200ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9260ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9261ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9n12ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9x5ek.h
/rk3399_rockchip-uboot/include/configs/bg0900.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/cpu9260.h
/rk3399_rockchip-uboot/include/configs/cpuat91.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/eb_cpu5282.h
/rk3399_rockchip-uboot/include/configs/eb_cpux9k2.h
/rk3399_rockchip-uboot/include/configs/ethernut5.h
/rk3399_rockchip-uboot/include/configs/highbank.h
/rk3399_rockchip-uboot/include/configs/ipam390.h
/rk3399_rockchip-uboot/include/configs/meesc.h
/rk3399_rockchip-uboot/include/configs/omap3_igep00x0.h
/rk3399_rockchip-uboot/include/configs/omap4_common.h
/rk3399_rockchip-uboot/include/configs/omap4_panda.h
/rk3399_rockchip-uboot/include/configs/omap4_sdp4430.h
/rk3399_rockchip-uboot/include/configs/omap5_common.h
/rk3399_rockchip-uboot/include/configs/otc570.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/pm9263.h
/rk3399_rockchip-uboot/include/configs/pm9g45.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/snapper9260.h
/rk3399_rockchip-uboot/include/configs/stamp9g20.h
/rk3399_rockchip-uboot/include/configs/ti_am335x_common.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/top9000.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/configs/udoo.h
/rk3399_rockchip-uboot/include/configs/vl_ma2sc.h
/rk3399_rockchip-uboot/include/g_dnl.h
/rk3399_rockchip-uboot/include/linux/linkage.h
/rk3399_rockchip-uboot/include/linux/types.h
/rk3399_rockchip-uboot/include/sx151x.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb_mass_storage.h
/rk3399_rockchip-uboot/include/video_font_4x6.h
/rk3399_rockchip-uboot/lib/hashtable.c
/rk3399_rockchip-uboot/lib/time.c
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/env/Makefile
/rk3399_rockchip-uboot/tools/imls/Makefile
3285d4ca07-Nov-2013 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'


arm926ejs/mxs/Makefile
arm926ejs/mxs/mxsimage.mx23.cfg
arm926ejs/mxs/mxsimage.mx28.cfg
arm926ejs/mxs/spl_power_init.c
arm926ejs/mxs/start.S
armv7/mx5/lowlevel_init.S
armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_rstc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/crm_regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6dl_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mxs/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/spl.h
/rk3399_rockchip-uboot/board/atmel/at91sam9n12ek/at91sam9n12ek.c
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/6x_upgrade.txt
/rk3399_rockchip-uboot/board/compulab/common/omap3_display.c
/rk3399_rockchip-uboot/board/ppcag/bg0900/Makefile
/rk3399_rockchip-uboot/board/ppcag/bg0900/bg0900.c
/rk3399_rockchip-uboot/board/ppcag/bg0900/spl_boot.c
/rk3399_rockchip-uboot/board/udoo/Makefile
/rk3399_rockchip-uboot/board/udoo/udoo.c
/rk3399_rockchip-uboot/board/wandboard/README
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/doc/README.mxs
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/macb.h
/rk3399_rockchip-uboot/drivers/usb/host/ohci-at91.c
/rk3399_rockchip-uboot/drivers/watchdog/imx_watchdog.c
/rk3399_rockchip-uboot/include/configs/afeb9260.h
/rk3399_rockchip-uboot/include/configs/at91rm9200ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9260ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9261ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9n12ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9x5ek.h
/rk3399_rockchip-uboot/include/configs/bg0900.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/cpu9260.h
/rk3399_rockchip-uboot/include/configs/cpuat91.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/eb_cpux9k2.h
/rk3399_rockchip-uboot/include/configs/ethernut5.h
/rk3399_rockchip-uboot/include/configs/meesc.h
/rk3399_rockchip-uboot/include/configs/omap5_common.h
/rk3399_rockchip-uboot/include/configs/otc570.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/pm9263.h
/rk3399_rockchip-uboot/include/configs/pm9g45.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/snapper9260.h
/rk3399_rockchip-uboot/include/configs/stamp9g20.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/top9000.h
/rk3399_rockchip-uboot/include/configs/udoo.h
/rk3399_rockchip-uboot/include/configs/vl_ma2sc.h
b5f05b0627-Sep-2013 Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>

arm: zynq : Revert TZ_DDR_RAM to secure.

TZ_DDR_RAM on reset is in secure mode.
Since uboot and linux runs in full
TZ privilege secure mode, no need
to set DDR trustzone to non-secure.

Signed-off-b

arm: zynq : Revert TZ_DDR_RAM to secure.

TZ_DDR_RAM on reset is in secure mode.
Since uboot and linux runs in full
TZ privilege secure mode, no need
to set DDR trustzone to non-secure.

Signed-off-by: Radhey Shyam Pandey <radheys@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

show more ...

c1824ea228-Aug-2013 Michal Simek <michal.simek@xilinx.com>

arm: zynq: Do not remap OCM to high address

In case where ps-ddr is not used, do not remap
OCM to high address and keep it from 0x0.
Linux SMP requires to have memory at 0x0.

Signed-off-by: Michal

arm: zynq: Do not remap OCM to high address

In case where ps-ddr is not used, do not remap
OCM to high address and keep it from 0x0.
Linux SMP requires to have memory at 0x0.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

show more ...


armv7/zynq/cpu.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_rstc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/spl.h
/rk3399_rockchip-uboot/board/atmel/at91sam9n12ek/at91sam9n12ek.c
/rk3399_rockchip-uboot/board/compulab/common/omap3_display.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/macb.h
/rk3399_rockchip-uboot/drivers/usb/host/ohci-at91.c
/rk3399_rockchip-uboot/include/configs/afeb9260.h
/rk3399_rockchip-uboot/include/configs/at91rm9200ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9260ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9261ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9n12ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9x5ek.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/cpu9260.h
/rk3399_rockchip-uboot/include/configs/cpuat91.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/eb_cpux9k2.h
/rk3399_rockchip-uboot/include/configs/ethernut5.h
/rk3399_rockchip-uboot/include/configs/meesc.h
/rk3399_rockchip-uboot/include/configs/omap5_common.h
/rk3399_rockchip-uboot/include/configs/otc570.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/pm9263.h
/rk3399_rockchip-uboot/include/configs/pm9g45.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/snapper9260.h
/rk3399_rockchip-uboot/include/configs/stamp9g20.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/top9000.h
/rk3399_rockchip-uboot/include/configs/vl_ma2sc.h
5b6da28304-Oct-2013 Rob Herring <rob.herring@calxeda.com>

ARM: versatile: convert to common timer code

Convert versatile to use the commmon timer code.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>

31df989304-Oct-2013 Rob Herring <rob.herring@calxeda.com>

ARM: tegra: convert to common timer code

Convert tegra to use the commmon timer code.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>

1...<<81828384858687888990>>...143