History log of /rk3399_rockchip-uboot/arch/arm/cpu/ (Results 1676 – 1700 of 3557)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
816264fc12-Aug-2014 Andrew Ruder <andrew.ruder@elecsyscorp.com>

arm: mx35: use common timer functions

This patch moves mx35 to the common timer functions added in commit

8dfafdd - Introduce common timer functions <Rob Herring>

The (removed) mx35 timer code (

arm: mx35: use common timer functions

This patch moves mx35 to the common timer functions added in commit

8dfafdd - Introduce common timer functions <Rob Herring>

The (removed) mx35 timer code (specifically __udelay()) could deadlock at
the 32-bit boundary of get_ticks(). get_ticks() returned a 32-bit value
cast up to a 64-bit value. If get_ticks() + tmo in __udelay() crossed
the 32-bit boundary, the while condition became unconditionally true and
locks the processor. Rather than patch the specific mx35 issues, simply
move everything over to the common code.

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>

show more ...

93a0ea5012-Aug-2014 Andrew Ruder <andrew.ruder@elecsyscorp.com>

arm: mx31: use common timer functions

This patch moves mx31 to the common timer functions added in commit

8dfafdd - Introduce common timer functions <Rob Herring>

The (removed) mx31 timer code (

arm: mx31: use common timer functions

This patch moves mx31 to the common timer functions added in commit

8dfafdd - Introduce common timer functions <Rob Herring>

The (removed) mx31 timer code (specifically __udelay()) could deadlock at
the 32-bit boundary of get_ticks(). get_ticks() returned a 32-bit value
cast up to a 64-bit value. If get_ticks() + tmo in __udelay() crossed
the 32-bit boundary, the while condition became unconditionally true and
locks the processor. Rather than patch the specific mx31 issues, simply
move everything over to the common code.

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Helmut Raiger <helmut.raiger@hale.at>

show more ...

461be2f913-Sep-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

kconfig: remove redundant "string" type in arch and board Kconfigs

Now the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}
are specified in arch/Kconfig.

We can delete the ones in

kconfig: remove redundant "string" type in arch and board Kconfigs

Now the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}
are specified in arch/Kconfig.

We can delete the ones in arch and board Kconfig files.

This commit can be easily reproduced by the following command:

find . -name Kconfig -a ! -path ./arch/Kconfig | xargs sed -i -e '
/config[[:space:]]SYS_\(ARCH\|CPU\|SOC\|\VENDOR\|BOARD\|CONFIG_NAME\)/ {
N
s/\n[[:space:]]*string//
}
'

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

show more ...


/rk3399_rockchip-uboot/arch/Kconfig
/rk3399_rockchip-uboot/arch/arc/Kconfig
/rk3399_rockchip-uboot/arch/arm/Kconfig
arm926ejs/davinci/Kconfig
arm926ejs/kirkwood/Kconfig
arm926ejs/nomadik/Kconfig
arm926ejs/orion5x/Kconfig
arm926ejs/versatile/Kconfig
armv7/exynos/Kconfig
armv7/highbank/Kconfig
armv7/keystone/Kconfig
armv7/omap3/Kconfig
armv7/omap4/Kconfig
armv7/omap5/Kconfig
armv7/rmobile/Kconfig
armv7/tegra-common/Kconfig
armv7/tegra114/Kconfig
armv7/tegra124/Kconfig
armv7/tegra20/Kconfig
armv7/tegra30/Kconfig
armv7/zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/dts/tegra114-dalmore.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra114.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-jetson-tk1.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-venice2.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-colibri_t20_iris.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-harmony.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-medcom-wide.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-paz00.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-plutux.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-seaboard.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-tec.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-trimslice.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-ventana.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-whistler.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-beaver.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-cardhu.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-tamonten.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/tegra30.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/gpio.h
/rk3399_rockchip-uboot/arch/avr32/Kconfig
/rk3399_rockchip-uboot/arch/blackfin/Kconfig
/rk3399_rockchip-uboot/arch/m68k/Kconfig
/rk3399_rockchip-uboot/arch/microblaze/Kconfig
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/nds32/Kconfig
/rk3399_rockchip-uboot/arch/nios2/Kconfig
/rk3399_rockchip-uboot/arch/openrisc/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/74xx_7xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/Kconfig
/rk3399_rockchip-uboot/arch/sandbox/Kconfig
/rk3399_rockchip-uboot/arch/sandbox/dts/sandbox.dts
/rk3399_rockchip-uboot/arch/sh/Kconfig
/rk3399_rockchip-uboot/arch/sparc/Kconfig
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/board/8dtech/eco5pk/Kconfig
/rk3399_rockchip-uboot/board/AndesTech/adp-ag101/Kconfig
/rk3399_rockchip-uboot/board/AndesTech/adp-ag101p/Kconfig
/rk3399_rockchip-uboot/board/AndesTech/adp-ag102/Kconfig
/rk3399_rockchip-uboot/board/Barix/ipam390/Kconfig
/rk3399_rockchip-uboot/board/BuR/kwb/Kconfig
/rk3399_rockchip-uboot/board/BuR/tseries/Kconfig
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/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/LEOX/elpt860/Kconfig
/rk3399_rockchip-uboot/board/LaCie/edminiv2/Kconfig
/rk3399_rockchip-uboot/board/LaCie/net2big_v2/Kconfig
/rk3399_rockchip-uboot/board/LaCie/netspace_v2/Kconfig
/rk3399_rockchip-uboot/board/LaCie/wireless_space/Kconfig
/rk3399_rockchip-uboot/board/Marvell/aspenite/Kconfig
/rk3399_rockchip-uboot/board/Marvell/db64360/Kconfig
/rk3399_rockchip-uboot/board/Marvell/db64460/Kconfig
/rk3399_rockchip-uboot/board/Marvell/dkb/Kconfig
/rk3399_rockchip-uboot/board/Marvell/dreamplug/Kconfig
/rk3399_rockchip-uboot/board/Marvell/gplugd/Kconfig
/rk3399_rockchip-uboot/board/Marvell/guruplug/Kconfig
/rk3399_rockchip-uboot/board/Marvell/mv88f6281gtw_ge/Kconfig
/rk3399_rockchip-uboot/board/Marvell/openrd/Kconfig
/rk3399_rockchip-uboot/board/Marvell/rd6281a/Kconfig
/rk3399_rockchip-uboot/board/Marvell/sheevaplug/Kconfig
/rk3399_rockchip-uboot/board/RRvision/Kconfig
/rk3399_rockchip-uboot/board/Seagate/dockstar/Kconfig
/rk3399_rockchip-uboot/board/Seagate/goflexhome/Kconfig
/rk3399_rockchip-uboot/board/a3000/Kconfig
/rk3399_rockchip-uboot/board/a3m071/Kconfig
/rk3399_rockchip-uboot/board/a4m072/Kconfig
/rk3399_rockchip-uboot/board/abilis/tb100/Kconfig
/rk3399_rockchip-uboot/board/afeb9260/Kconfig
/rk3399_rockchip-uboot/board/ait/cam_enc_4xx/Kconfig
/rk3399_rockchip-uboot/board/alphaproject/ap_sh4a_4a/Kconfig
/rk3399_rockchip-uboot/board/altera/nios2-generic/Kconfig
/rk3399_rockchip-uboot/board/altera/socfpga/Kconfig
/rk3399_rockchip-uboot/board/amcc/acadia/Kconfig
/rk3399_rockchip-uboot/board/amcc/bamboo/Kconfig
/rk3399_rockchip-uboot/board/amcc/bluestone/Kconfig
/rk3399_rockchip-uboot/board/amcc/bubinga/Kconfig
/rk3399_rockchip-uboot/board/amcc/canyonlands/Kconfig
/rk3399_rockchip-uboot/board/amcc/ebony/Kconfig
/rk3399_rockchip-uboot/board/amcc/katmai/Kconfig
/rk3399_rockchip-uboot/board/amcc/kilauea/Kconfig
/rk3399_rockchip-uboot/board/amcc/luan/Kconfig
/rk3399_rockchip-uboot/board/amcc/makalu/Kconfig
/rk3399_rockchip-uboot/board/amcc/ocotea/Kconfig
/rk3399_rockchip-uboot/board/amcc/redwood/Kconfig
/rk3399_rockchip-uboot/board/amcc/sequoia/Kconfig
/rk3399_rockchip-uboot/board/amcc/taihu/Kconfig
/rk3399_rockchip-uboot/board/amcc/taishan/Kconfig
/rk3399_rockchip-uboot/board/amcc/walnut/Kconfig
/rk3399_rockchip-uboot/board/amcc/yosemite/Kconfig
/rk3399_rockchip-uboot/board/amcc/yucca/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/armltd/vexpress64/Kconfig
/rk3399_rockchip-uboot/board/astro/mcf5373l/Kconfig
/rk3399_rockchip-uboot/board/atc/Kconfig
/rk3399_rockchip-uboot/board/atmark-techno/armadillo-800eva/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/atngw100/Kconfig
/rk3399_rockchip-uboot/board/atmel/atngw100mkii/Kconfig
/rk3399_rockchip-uboot/board/atmel/atstk1000/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d3_xplained/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/Kconfig
/rk3399_rockchip-uboot/board/avionic-design/medcom-wide/Kconfig
/rk3399_rockchip-uboot/board/avionic-design/plutux/Kconfig
/rk3399_rockchip-uboot/board/avionic-design/tec-ng/Kconfig
/rk3399_rockchip-uboot/board/avionic-design/tec/Kconfig
/rk3399_rockchip-uboot/board/avnet/fx12mm/Kconfig
/rk3399_rockchip-uboot/board/avnet/v5fx30teval/Kconfig
/rk3399_rockchip-uboot/board/balloon3/Kconfig
/rk3399_rockchip-uboot/board/barco/titanium/Kconfig
/rk3399_rockchip-uboot/board/bc3450/Kconfig
/rk3399_rockchip-uboot/board/bct-brettl2/Kconfig
/rk3399_rockchip-uboot/board/bf506f-ezkit/Kconfig
/rk3399_rockchip-uboot/board/bf518f-ezbrd/Kconfig
/rk3399_rockchip-uboot/board/bf525-ucr2/Kconfig
/rk3399_rockchip-uboot/board/bf526-ezbrd/Kconfig
/rk3399_rockchip-uboot/board/bf527-ad7160-eval/Kconfig
/rk3399_rockchip-uboot/board/bf527-ezkit/Kconfig
/rk3399_rockchip-uboot/board/bf527-sdp/Kconfig
/rk3399_rockchip-uboot/board/bf533-ezkit/Kconfig
/rk3399_rockchip-uboot/board/bf533-stamp/Kconfig
/rk3399_rockchip-uboot/board/bf537-minotaur/Kconfig
/rk3399_rockchip-uboot/board/bf537-pnav/Kconfig
/rk3399_rockchip-uboot/board/bf537-srv1/Kconfig
/rk3399_rockchip-uboot/board/bf537-stamp/Kconfig
/rk3399_rockchip-uboot/board/bf538f-ezkit/Kconfig
/rk3399_rockchip-uboot/board/bf548-ezkit/Kconfig
/rk3399_rockchip-uboot/board/bf561-acvilon/Kconfig
/rk3399_rockchip-uboot/board/bf561-ezkit/Kconfig
/rk3399_rockchip-uboot/board/bf609-ezkit/Kconfig
/rk3399_rockchip-uboot/board/blackstamp/Kconfig
/rk3399_rockchip-uboot/board/blackvme/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/br4/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/buffalo/lsxl/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/canmb/Kconfig
/rk3399_rockchip-uboot/board/chromebook-x86/coreboot/Kconfig
/rk3399_rockchip-uboot/board/cirrus/edb93xx/Kconfig
/rk3399_rockchip-uboot/board/cloudengines/pogo_e02/Kconfig
/rk3399_rockchip-uboot/board/cm-bf527/Kconfig
/rk3399_rockchip-uboot/board/cm-bf533/Kconfig
/rk3399_rockchip-uboot/board/cm-bf537e/Kconfig
/rk3399_rockchip-uboot/board/cm-bf537u/Kconfig
/rk3399_rockchip-uboot/board/cm-bf548/Kconfig
/rk3399_rockchip-uboot/board/cm-bf561/Kconfig
/rk3399_rockchip-uboot/board/cm4008/Kconfig
/rk3399_rockchip-uboot/board/cm41xx/Kconfig
/rk3399_rockchip-uboot/board/cm5200/Kconfig
/rk3399_rockchip-uboot/board/cmi/Kconfig
/rk3399_rockchip-uboot/board/cobra5272/Kconfig
/rk3399_rockchip-uboot/board/cogent/Kconfig
/rk3399_rockchip-uboot/board/comelit/dig297/Kconfig
/rk3399_rockchip-uboot/board/compal/paz00/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_t335/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_t35/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_t54/Kconfig
/rk3399_rockchip-uboot/board/compulab/trimslice/Kconfig
/rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/Kconfig
/rk3399_rockchip-uboot/board/corscience/tricorder/Kconfig
/rk3399_rockchip-uboot/board/cpc45/Kconfig
/rk3399_rockchip-uboot/board/cpu86/Kconfig
/rk3399_rockchip-uboot/board/cpu87/Kconfig
/rk3399_rockchip-uboot/board/cray/L1/Kconfig
/rk3399_rockchip-uboot/board/creative/xfi3/Kconfig
/rk3399_rockchip-uboot/board/csb272/Kconfig
/rk3399_rockchip-uboot/board/csb472/Kconfig
/rk3399_rockchip-uboot/board/cu824/Kconfig
/rk3399_rockchip-uboot/board/d-link/dns325/Kconfig
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/Kconfig
/rk3399_rockchip-uboot/board/davedenx/aria/Kconfig
/rk3399_rockchip-uboot/board/davedenx/qong/Kconfig
/rk3399_rockchip-uboot/board/davinci/da8xxevm/Kconfig
/rk3399_rockchip-uboot/board/davinci/dm355evm/Kconfig
/rk3399_rockchip-uboot/board/davinci/dm355leopard/Kconfig
/rk3399_rockchip-uboot/board/davinci/dm365evm/Kconfig
/rk3399_rockchip-uboot/board/davinci/dm6467evm/Kconfig
/rk3399_rockchip-uboot/board/davinci/dvevm/Kconfig
/rk3399_rockchip-uboot/board/davinci/ea20/Kconfig
/rk3399_rockchip-uboot/board/davinci/schmoogie/Kconfig
/rk3399_rockchip-uboot/board/davinci/sffsdr/Kconfig
/rk3399_rockchip-uboot/board/davinci/sonata/Kconfig
/rk3399_rockchip-uboot/board/dbau1x00/Kconfig
/rk3399_rockchip-uboot/board/denx/m28evk/Kconfig
/rk3399_rockchip-uboot/board/denx/m53evk/Kconfig
/rk3399_rockchip-uboot/board/dnp5370/Kconfig
/rk3399_rockchip-uboot/board/eXalion/Kconfig
/rk3399_rockchip-uboot/board/earthlcd/favr-32-ezkit/Kconfig
/rk3399_rockchip-uboot/board/egnite/ethernut5/Kconfig
/rk3399_rockchip-uboot/board/eltec/elppc/Kconfig
/rk3399_rockchip-uboot/board/eltec/mhpc/Kconfig
/rk3399_rockchip-uboot/board/embest/mx6boards/Kconfig
/rk3399_rockchip-uboot/board/emk/top5200/Kconfig
/rk3399_rockchip-uboot/board/emk/top860/Kconfig
/rk3399_rockchip-uboot/board/emk/top9000/Kconfig
/rk3399_rockchip-uboot/board/enbw/enbw_cmc/Kconfig
/rk3399_rockchip-uboot/board/ep8260/Kconfig
/rk3399_rockchip-uboot/board/ep82xxm/Kconfig
/rk3399_rockchip-uboot/board/esd/apc405/Kconfig
/rk3399_rockchip-uboot/board/esd/ar405/Kconfig
/rk3399_rockchip-uboot/board/esd/ash405/Kconfig
/rk3399_rockchip-uboot/board/esd/cms700/Kconfig
/rk3399_rockchip-uboot/board/esd/cpci2dp/Kconfig
/rk3399_rockchip-uboot/board/esd/cpci405/Kconfig
/rk3399_rockchip-uboot/board/esd/cpci5200/Kconfig
/rk3399_rockchip-uboot/board/esd/cpci750/Kconfig
/rk3399_rockchip-uboot/board/esd/cpciiser4/Kconfig
/rk3399_rockchip-uboot/board/esd/dp405/Kconfig
/rk3399_rockchip-uboot/board/esd/du405/Kconfig
/rk3399_rockchip-uboot/board/esd/du440/Kconfig
/rk3399_rockchip-uboot/board/esd/hh405/Kconfig
/rk3399_rockchip-uboot/board/esd/hub405/Kconfig
/rk3399_rockchip-uboot/board/esd/mecp5123/Kconfig
/rk3399_rockchip-uboot/board/esd/mecp5200/Kconfig
/rk3399_rockchip-uboot/board/esd/meesc/Kconfig
/rk3399_rockchip-uboot/board/esd/ocrtc/Kconfig
/rk3399_rockchip-uboot/board/esd/otc570/Kconfig
/rk3399_rockchip-uboot/board/esd/pci405/Kconfig
/rk3399_rockchip-uboot/board/esd/pf5200/Kconfig
/rk3399_rockchip-uboot/board/esd/plu405/Kconfig
/rk3399_rockchip-uboot/board/esd/pmc405/Kconfig
/rk3399_rockchip-uboot/board/esd/pmc405de/Kconfig
/rk3399_rockchip-uboot/board/esd/pmc440/Kconfig
/rk3399_rockchip-uboot/board/esd/tasreg/Kconfig
/rk3399_rockchip-uboot/board/esd/vme8349/Kconfig
/rk3399_rockchip-uboot/board/esd/voh405/Kconfig
/rk3399_rockchip-uboot/board/esd/vom405/Kconfig
/rk3399_rockchip-uboot/board/esd/wuh405/Kconfig
/rk3399_rockchip-uboot/board/esg/ima3-mx53/Kconfig
/rk3399_rockchip-uboot/board/espt/Kconfig
/rk3399_rockchip-uboot/board/esteem192e/Kconfig
/rk3399_rockchip-uboot/board/eukrea/cpu9260/Kconfig
/rk3399_rockchip-uboot/board/eukrea/cpuat91/Kconfig
/rk3399_rockchip-uboot/board/evb64260/Kconfig
/rk3399_rockchip-uboot/board/exmeritus/hww1u1a/Kconfig
/rk3399_rockchip-uboot/board/faraday/a320evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/b4860qds/Kconfig
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/Kconfig
/rk3399_rockchip-uboot/board/freescale/c29xpcie/Kconfig
/rk3399_rockchip-uboot/board/freescale/corenet_ds/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls2085a/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5208evbe/Kconfig
/rk3399_rockchip-uboot/board/freescale/m52277evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5235evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5249evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5253demo/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5253evbe/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5272c3/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5275evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5282evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m53017evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5329evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m5373evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m54418twr/Kconfig
/rk3399_rockchip-uboot/board/freescale/m54451evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m54455evb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m547xevb/Kconfig
/rk3399_rockchip-uboot/board/freescale/m548xevb/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc7448hpc2/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8266ads/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8308rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8360erdk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/Kconfig
/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/p1010rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1022ds/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1023rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1_twr/Kconfig
/rk3399_rockchip-uboot/board/freescale/p2020come/Kconfig
/rk3399_rockchip-uboot/board/freescale/p2020ds/Kconfig
/rk3399_rockchip-uboot/board/freescale/p2041rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/qemu-ppce500/Kconfig
/rk3399_rockchip-uboot/board/freescale/t1040qds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t104xrdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/t208xqds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t208xrdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/t4qds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t4rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/vf610twr/Kconfig
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/Kconfig
/rk3399_rockchip-uboot/board/g2000/Kconfig
/rk3399_rockchip-uboot/board/gaisler/gr_cpci_ax2000/Kconfig
/rk3399_rockchip-uboot/board/gaisler/gr_ep2s60/Kconfig
/rk3399_rockchip-uboot/board/gaisler/gr_xc3s_1500/Kconfig
/rk3399_rockchip-uboot/board/gaisler/grsim/Kconfig
/rk3399_rockchip-uboot/board/gaisler/grsim_leon2/Kconfig
/rk3399_rockchip-uboot/board/galaxy5200/Kconfig
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/Kconfig
/rk3399_rockchip-uboot/board/gdsys/405ep/Kconfig
/rk3399_rockchip-uboot/board/gdsys/405ex/Kconfig
/rk3399_rockchip-uboot/board/gdsys/dlvision/Kconfig
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/Kconfig
/rk3399_rockchip-uboot/board/gdsys/intip/Kconfig
/rk3399_rockchip-uboot/board/gdsys/p1022/Kconfig
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/Kconfig
/rk3399_rockchip-uboot/board/gumstix/duovero/Kconfig
/rk3399_rockchip-uboot/board/gumstix/pepper/Kconfig
/rk3399_rockchip-uboot/board/gw8260/Kconfig
/rk3399_rockchip-uboot/board/h2200/Kconfig
/rk3399_rockchip-uboot/board/hale/tt01/Kconfig
/rk3399_rockchip-uboot/board/hermes/Kconfig
/rk3399_rockchip-uboot/board/htkw/mcx/Kconfig
/rk3399_rockchip-uboot/board/hymod/Kconfig
/rk3399_rockchip-uboot/board/ibf-dsp561/Kconfig
/rk3399_rockchip-uboot/board/icecube/Kconfig
/rk3399_rockchip-uboot/board/icpdas/lp8x4x/Kconfig
/rk3399_rockchip-uboot/board/icu862/Kconfig
/rk3399_rockchip-uboot/board/ids/ids8247/Kconfig
/rk3399_rockchip-uboot/board/ids/ids8313/Kconfig
/rk3399_rockchip-uboot/board/ifm/ac14xx/Kconfig
/rk3399_rockchip-uboot/board/ifm/o2dnt2/Kconfig
/rk3399_rockchip-uboot/board/imgtec/malta/Kconfig
/rk3399_rockchip-uboot/board/imx31_phycore/Kconfig
/rk3399_rockchip-uboot/board/in-circuit/grasshopper/Kconfig
/rk3399_rockchip-uboot/board/inka4x0/Kconfig
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/Kconfig
/rk3399_rockchip-uboot/board/iomega/iconnect/Kconfig
/rk3399_rockchip-uboot/board/ip04/Kconfig
/rk3399_rockchip-uboot/board/ip860/Kconfig
/rk3399_rockchip-uboot/board/ipek01/Kconfig
/rk3399_rockchip-uboot/board/iphase4539/Kconfig
/rk3399_rockchip-uboot/board/isee/igep0033/Kconfig
/rk3399_rockchip-uboot/board/isee/igep00x0/Kconfig
/rk3399_rockchip-uboot/board/ivm/Kconfig
/rk3399_rockchip-uboot/board/jornada/Kconfig
/rk3399_rockchip-uboot/board/jse/Kconfig
/rk3399_rockchip-uboot/board/jupiter/Kconfig
/rk3399_rockchip-uboot/board/karo/tk71/Kconfig
/rk3399_rockchip-uboot/board/karo/tx25/Kconfig
/rk3399_rockchip-uboot/board/keymile/km82xx/Kconfig
/rk3399_rockchip-uboot/board/keymile/km83xx/Kconfig
/rk3399_rockchip-uboot/board/keymile/km_arm/Kconfig
/rk3399_rockchip-uboot/board/keymile/kmp204x/Kconfig
/rk3399_rockchip-uboot/board/kmc/kzm9g/Kconfig
/rk3399_rockchip-uboot/board/korat/Kconfig
/rk3399_rockchip-uboot/board/kup/kup4k/Kconfig
/rk3399_rockchip-uboot/board/kup/kup4x/Kconfig
/rk3399_rockchip-uboot/board/logicpd/am3517evm/Kconfig
/rk3399_rockchip-uboot/board/logicpd/imx27lite/Kconfig
/rk3399_rockchip-uboot/board/logicpd/imx31_litekit/Kconfig
/rk3399_rockchip-uboot/board/logicpd/omap3som/Kconfig
/rk3399_rockchip-uboot/board/logicpd/zoom1/Kconfig
/rk3399_rockchip-uboot/board/lwmon/Kconfig
/rk3399_rockchip-uboot/board/lwmon5/Kconfig
/rk3399_rockchip-uboot/board/manroland/hmi1001/Kconfig
/rk3399_rockchip-uboot/board/manroland/mucmc52/Kconfig
/rk3399_rockchip-uboot/board/manroland/uc100/Kconfig
/rk3399_rockchip-uboot/board/manroland/uc101/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mvblx/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mvsmr/Kconfig
/rk3399_rockchip-uboot/board/mcc200/Kconfig
/rk3399_rockchip-uboot/board/micronas/vct/Kconfig
/rk3399_rockchip-uboot/board/mimc/mimc200/Kconfig
/rk3399_rockchip-uboot/board/miromico/hammerhead/Kconfig
/rk3399_rockchip-uboot/board/mosaixtech/icon/Kconfig
/rk3399_rockchip-uboot/board/motionpro/Kconfig
/rk3399_rockchip-uboot/board/mpc8308_p1m/Kconfig
/rk3399_rockchip-uboot/board/mpl/mip405/Kconfig
/rk3399_rockchip-uboot/board/mpl/pati/Kconfig
/rk3399_rockchip-uboot/board/mpl/pip405/Kconfig
/rk3399_rockchip-uboot/board/mpl/vcma9/Kconfig
/rk3399_rockchip-uboot/board/mpr2/Kconfig
/rk3399_rockchip-uboot/board/ms7720se/Kconfig
/rk3399_rockchip-uboot/board/ms7722se/Kconfig
/rk3399_rockchip-uboot/board/ms7750se/Kconfig
/rk3399_rockchip-uboot/board/muas3001/Kconfig
/rk3399_rockchip-uboot/board/munices/Kconfig
/rk3399_rockchip-uboot/board/musenki/Kconfig
/rk3399_rockchip-uboot/board/mvblue/Kconfig
/rk3399_rockchip-uboot/board/netvia/Kconfig
/rk3399_rockchip-uboot/board/nokia/rx51/Kconfig
/rk3399_rockchip-uboot/board/nvidia/beaver/Kconfig
/rk3399_rockchip-uboot/board/nvidia/cardhu/Kconfig
/rk3399_rockchip-uboot/board/nvidia/dalmore/Kconfig
/rk3399_rockchip-uboot/board/nvidia/harmony/Kconfig
/rk3399_rockchip-uboot/board/nvidia/jetson-tk1/Kconfig
/rk3399_rockchip-uboot/board/nvidia/seaboard/Kconfig
/rk3399_rockchip-uboot/board/nvidia/seaboard/seaboard.c
/rk3399_rockchip-uboot/board/nvidia/venice2/Kconfig
/rk3399_rockchip-uboot/board/nvidia/ventana/Kconfig
/rk3399_rockchip-uboot/board/nvidia/whistler/Kconfig
/rk3399_rockchip-uboot/board/olimex/mx23_olinuxino/Kconfig
/rk3399_rockchip-uboot/board/omicron/calimain/Kconfig
/rk3399_rockchip-uboot/board/openrisc/openrisc-generic/Kconfig
/rk3399_rockchip-uboot/board/overo/Kconfig
/rk3399_rockchip-uboot/board/palmld/Kconfig
/rk3399_rockchip-uboot/board/palmtc/Kconfig
/rk3399_rockchip-uboot/board/palmtreo680/Kconfig
/rk3399_rockchip-uboot/board/pandora/Kconfig
/rk3399_rockchip-uboot/board/pb1x00/Kconfig
/rk3399_rockchip-uboot/board/pcs440ep/Kconfig
/rk3399_rockchip-uboot/board/pdm360ng/Kconfig
/rk3399_rockchip-uboot/board/phytec/pcm030/Kconfig
/rk3399_rockchip-uboot/board/phytec/pcm051/Kconfig
/rk3399_rockchip-uboot/board/pm520/Kconfig
/rk3399_rockchip-uboot/board/pm826/Kconfig
/rk3399_rockchip-uboot/board/pm828/Kconfig
/rk3399_rockchip-uboot/board/ppcag/bg0900/Kconfig
/rk3399_rockchip-uboot/board/ppmc7xx/Kconfig
/rk3399_rockchip-uboot/board/ppmc8260/Kconfig
/rk3399_rockchip-uboot/board/pr1/Kconfig
/rk3399_rockchip-uboot/board/prodrive/alpr/Kconfig
/rk3399_rockchip-uboot/board/prodrive/p3mx/Kconfig
/rk3399_rockchip-uboot/board/prodrive/p3p440/Kconfig
/rk3399_rockchip-uboot/board/pxa255_idp/Kconfig
/rk3399_rockchip-uboot/board/qemu-mips/Kconfig
/rk3399_rockchip-uboot/board/r360mpi/Kconfig
/rk3399_rockchip-uboot/board/raidsonic/ib62x0/Kconfig
/rk3399_rockchip-uboot/board/raspberrypi/rpi_b/Kconfig
/rk3399_rockchip-uboot/board/renesas/MigoR/Kconfig
/rk3399_rockchip-uboot/board/renesas/alt/Kconfig
/rk3399_rockchip-uboot/board/renesas/ap325rxa/Kconfig
/rk3399_rockchip-uboot/board/renesas/ecovec/Kconfig
/rk3399_rockchip-uboot/board/renesas/koelsch/Kconfig
/rk3399_rockchip-uboot/board/renesas/lager/Kconfig
/rk3399_rockchip-uboot/board/renesas/r0p7734/Kconfig
/rk3399_rockchip-uboot/board/renesas/r2dplus/Kconfig
/rk3399_rockchip-uboot/board/renesas/r7780mp/Kconfig
/rk3399_rockchip-uboot/board/renesas/rsk7203/Kconfig
/rk3399_rockchip-uboot/board/renesas/rsk7264/Kconfig
/rk3399_rockchip-uboot/board/renesas/rsk7269/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7752evb/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7753evb/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7763rdp/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/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/sacsng/Kconfig
/rk3399_rockchip-uboot/board/samsung/arndale/Kconfig
/rk3399_rockchip-uboot/board/samsung/goni/Kconfig
/rk3399_rockchip-uboot/board/samsung/odroid/Kconfig
/rk3399_rockchip-uboot/board/samsung/origen/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdk2410/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdk5250/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdk5420/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdkc100/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdkv310/Kconfig
/rk3399_rockchip-uboot/board/samsung/trats/Kconfig
/rk3399_rockchip-uboot/board/samsung/trats2/Kconfig
/rk3399_rockchip-uboot/board/samsung/universal_c210/Kconfig
/rk3399_rockchip-uboot/board/sandburst/karef/Kconfig
/rk3399_rockchip-uboot/board/sandburst/metrobox/Kconfig
/rk3399_rockchip-uboot/board/sandisk/sansa_fuze_plus/Kconfig
/rk3399_rockchip-uboot/board/sandpoint/Kconfig
/rk3399_rockchip-uboot/board/sbc405/Kconfig
/rk3399_rockchip-uboot/board/sbc8349/Kconfig
/rk3399_rockchip-uboot/board/sbc8548/Kconfig
/rk3399_rockchip-uboot/board/sbc8641d/Kconfig
/rk3399_rockchip-uboot/board/sc3/Kconfig
/rk3399_rockchip-uboot/board/scb9328/Kconfig
/rk3399_rockchip-uboot/board/schulercontrol/sc_sps_1/Kconfig
/rk3399_rockchip-uboot/board/shmin/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/socrates/Kconfig
/rk3399_rockchip-uboot/board/solidrun/hummingboard/Kconfig
/rk3399_rockchip-uboot/board/spd8xx/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/st/nhk8815/Kconfig
/rk3399_rockchip-uboot/board/stx/stxgp3/Kconfig
/rk3399_rockchip-uboot/board/stx/stxssa/Kconfig
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/synopsys/Kconfig
/rk3399_rockchip-uboot/board/synopsys/axs101/Kconfig
/rk3399_rockchip-uboot/board/syteco/jadecpu/Kconfig
/rk3399_rockchip-uboot/board/syteco/zmx25/Kconfig
/rk3399_rockchip-uboot/board/t3corp/Kconfig
/rk3399_rockchip-uboot/board/taskit/stamp9g20/Kconfig
/rk3399_rockchip-uboot/board/tcm-bf518/Kconfig
/rk3399_rockchip-uboot/board/tcm-bf537/Kconfig
/rk3399_rockchip-uboot/board/technexion/tao3530/Kconfig
/rk3399_rockchip-uboot/board/technexion/twister/Kconfig
/rk3399_rockchip-uboot/board/teejet/mt_ventoux/Kconfig
/rk3399_rockchip-uboot/board/ti/am335x/Kconfig
/rk3399_rockchip-uboot/board/ti/am3517crane/Kconfig
/rk3399_rockchip-uboot/board/ti/am43xx/Kconfig
/rk3399_rockchip-uboot/board/ti/beagle/Kconfig
/rk3399_rockchip-uboot/board/ti/dra7xx/Kconfig
/rk3399_rockchip-uboot/board/ti/evm/Kconfig
/rk3399_rockchip-uboot/board/ti/ks2_evm/Kconfig
/rk3399_rockchip-uboot/board/ti/omap5_uevm/Kconfig
/rk3399_rockchip-uboot/board/ti/panda/Kconfig
/rk3399_rockchip-uboot/board/ti/sdp3430/Kconfig
/rk3399_rockchip-uboot/board/ti/sdp4430/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/timll/devkit8000/Kconfig
/rk3399_rockchip-uboot/board/toradex/colibri_pxa270/Kconfig
/rk3399_rockchip-uboot/board/toradex/colibri_t20_iris/Kconfig
/rk3399_rockchip-uboot/board/toradex/colibri_t30/Kconfig
/rk3399_rockchip-uboot/board/total5200/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm5200/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm8260/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm8272/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm834x/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm8xx/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/utx8245/Kconfig
/rk3399_rockchip-uboot/board/v38b/Kconfig
/rk3399_rockchip-uboot/board/ve8313/Kconfig
/rk3399_rockchip-uboot/board/vpac270/Kconfig
/rk3399_rockchip-uboot/board/w7o/Kconfig
/rk3399_rockchip-uboot/board/wandboard/Kconfig
/rk3399_rockchip-uboot/board/woodburn/Kconfig
/rk3399_rockchip-uboot/board/xaeniax/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite1000/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite517x/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite520x/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite537x/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite550x/Kconfig
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/Kconfig
/rk3399_rockchip-uboot/board/xilinx/ml507/Kconfig
/rk3399_rockchip-uboot/board/xilinx/ppc405-generic/Kconfig
/rk3399_rockchip-uboot/board/xilinx/ppc440-generic/Kconfig
/rk3399_rockchip-uboot/board/zeus/Kconfig
/rk3399_rockchip-uboot/board/zipitz2/Kconfig
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/stdio.c
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/ns16550.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/sandbox-serial.txt
/rk3399_rockchip-uboot/drivers/core/lists.c
/rk3399_rockchip-uboot/drivers/core/root.c
/rk3399_rockchip-uboot/drivers/gpio/tegra_gpio.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/drivers/serial/sandbox.c
/rk3399_rockchip-uboot/drivers/serial/serial-uclass.c
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/serial_ns16550.c
/rk3399_rockchip-uboot/drivers/serial/serial_tegra.c
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/dm/lists.h
/rk3399_rockchip-uboot/include/dm/uclass-id.h
/rk3399_rockchip-uboot/include/dt-bindings/clock/tegra114-car.h
/rk3399_rockchip-uboot/include/dt-bindings/clock/tegra124-car.h
/rk3399_rockchip-uboot/include/dt-bindings/clock/tegra20-car.h
/rk3399_rockchip-uboot/include/dt-bindings/clock/tegra30-car.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/ns16550.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/stdio_dev.h
/rk3399_rockchip-uboot/lib/fdtdec.c
114cc42912-Sep-2014 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/Kbuild
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/Kconfig
armv7/exynos/Kconfig
armv7/exynos/clock.c
armv7/exynos/clock_init.h
armv7/exynos/clock_init_exynos5.c
armv7/exynos/exynos5_setup.h
armv7/exynos/pinmux.c
armv7/exynos/power.c
armv7/exynos/spl_boot.c
armv7/keystone/clock.c
armv7/keystone/psc.c
armv7/omap5/hw_data.c
armv7/omap5/sdram.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-odroid.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5420-peach-pit.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos54xx.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/clk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/system.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/emac_defs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/arm/lib/eabi_compat.c
/rk3399_rockchip-uboot/arch/arm/lib/reset.c
/rk3399_rockchip-uboot/arch/arm/lib/spl.c
/rk3399_rockchip-uboot/arch/arm/lib/vectors.S
/rk3399_rockchip-uboot/arch/microblaze/include/asm/posix_types.h
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/common/dcu_sii9022a.c
/rk3399_rockchip-uboot/board/freescale/common/dcu_sii9022a.h
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/Makefile
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/README
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/eth.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds_qixis.h
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/Makefile
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/README
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/dcu.c
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/mpc837xemds.c
/rk3399_rockchip-uboot/board/samsung/arndale/MAINTAINERS
/rk3399_rockchip-uboot/board/samsung/common/board.c
/rk3399_rockchip-uboot/board/samsung/common/misc.c
/rk3399_rockchip-uboot/board/samsung/odroid/Kconfig
/rk3399_rockchip-uboot/board/samsung/odroid/MAINTAINERS
/rk3399_rockchip-uboot/board/samsung/odroid/Makefile
/rk3399_rockchip-uboot/board/samsung/odroid/odroid.c
/rk3399_rockchip-uboot/board/samsung/odroid/setup.h
/rk3399_rockchip-uboot/board/samsung/smdk5420/smdk5420.c
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/Makefile
/rk3399_rockchip-uboot/board/sunxi/dram_a20_olinuxino_l.c
/rk3399_rockchip-uboot/board/ti/am335x/Kconfig
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/configs/A10-OLinuXino-Lime_defconfig
/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/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T004_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_FEL_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_FEL_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000G_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mini-X-1Gb_defconfig
/rk3399_rockchip-uboot/configs/Mini-X_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/gwventana_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_defconfig
/rk3399_rockchip-uboot/configs/odroid_defconfig
/rk3399_rockchip-uboot/configs/qt840a_defconfig
/rk3399_rockchip-uboot/configs/r7-tv-dongle_defconfig
/rk3399_rockchip-uboot/doc/README.clang
/rk3399_rockchip-uboot/doc/README.fsl-esdhc
/rk3399_rockchip-uboot/doc/README.odroid
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/exynos-fb.txt
/rk3399_rockchip-uboot/drivers/ddr/fsl/arm_ddr_gen3.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/interactive.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/net/fm/dtsec.c
/rk3399_rockchip-uboot/drivers/net/fm/fm.h
/rk3399_rockchip-uboot/drivers/net/fm/init.c
/rk3399_rockchip-uboot/drivers/net/fm/memac.c
/rk3399_rockchip-uboot/drivers/net/fm/tgec.c
/rk3399_rockchip-uboot/drivers/net/fsl_mdio.c
/rk3399_rockchip-uboot/drivers/net/keystone_net.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/qe/uec.h
/rk3399_rockchip-uboot/drivers/serial/serial_lpuart.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/exynos_fb.c
/rk3399_rockchip-uboot/drivers/video/exynos_fimd.c
/rk3399_rockchip-uboot/drivers/video/fsl_dcu_fb.c
/rk3399_rockchip-uboot/drivers/video/parade.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/am335x_igep0033.h
/rk3399_rockchip-uboot/include/configs/exynos5250-dt.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/odroid.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/peach-pit.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/configs/trats2.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/fm_eth.h
/rk3399_rockchip-uboot/include/fsl_dcu_fb.h
/rk3399_rockchip-uboot/include/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/include/fsl_esdhc.h
/rk3399_rockchip-uboot/include/fsl_mdio.h
/rk3399_rockchip-uboot/include/linux/kbuild.h
/rk3399_rockchip-uboot/include/samsung/misc.h
/rk3399_rockchip-uboot/include/systemace.h
/rk3399_rockchip-uboot/include/tsec.h
/rk3399_rockchip-uboot/lib/fdtdec.c
/rk3399_rockchip-uboot/scripts/Kbuild.include
/rk3399_rockchip-uboot/tools/buildman/README
/rk3399_rockchip-uboot/tools/buildman/board.py
/rk3399_rockchip-uboot/tools/buildman/bsettings.py
/rk3399_rockchip-uboot/tools/buildman/builder.py
/rk3399_rockchip-uboot/tools/buildman/builderthread.py
/rk3399_rockchip-uboot/tools/buildman/buildman.py
/rk3399_rockchip-uboot/tools/buildman/cmdline.py
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/buildman/func_test.py
/rk3399_rockchip-uboot/tools/buildman/test.py
/rk3399_rockchip-uboot/tools/buildman/toolchain.py
/rk3399_rockchip-uboot/tools/patman/command.py
/rk3399_rockchip-uboot/tools/patman/gitutil.py
/rk3399_rockchip-uboot/tools/patman/patchstream.py
/rk3399_rockchip-uboot/tools/patman/patman.py
/rk3399_rockchip-uboot/tools/patman/terminal.py
/rk3399_rockchip-uboot/tools/patman/test.py
3d8f179810-Sep-2014 Stefano Babic <sbabic@denx.de>

imx: Fix build of mx6sxsabresd

Commit 224beb833e544b802f08765271cec07667d39669 add clock
enabling function for FEC, but the masks are not available
for SX processor and the mx6sxsabresd cannot be bu

imx: Fix build of mx6sxsabresd

Commit 224beb833e544b802f08765271cec07667d39669 add clock
enabling function for FEC, but the masks are not available
for SX processor and the mx6sxsabresd cannot be built clean.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Fabio Estevam <fabio.estevam@freescale.com>
CC: Nikita Kiryanov <nikita@compulab.co.il>

show more ...

1b8ad74a25-Aug-2014 Fabio Estevam <fabio.estevam@freescale.com>

pcie_imx: Add mx6solox support

Let PCI on mx6solox also be supported.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>

2d59e3ec10-Aug-2014 Nikolay Dimitrov <picmaster@mail.bg>

mx6: Fix ECSPI typo in soc_boot_modes

Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Anatolij Gustschin <agust@denx.de>

4aa7ac3020-Aug-2014 Ye.Li <Ye.Li@freescale.com>

iMX6: Disable the L2 before chaning the PL310 latency

The Latency parameters of PL310 Tag RAM latency control register and
Data RAM Latency control register are set in L2 cache enable. And
setting t

iMX6: Disable the L2 before chaning the PL310 latency

The Latency parameters of PL310 Tag RAM latency control register and
Data RAM Latency control register are set in L2 cache enable. And
setting these registers must have PL310 NOT enabled.

But when using Plugin mode boot, the PL310 is enabled by bootrom.
The patch disables the PL310 before applying this setting.

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

show more ...

07ee927d20-Aug-2014 Nikita Kiryanov <nikita@compulab.co.il>

arm: mx6: ddr: fix cs0_end calculation

Current way of calculation CS0_END field for MMDCx_MDASP register
is problematic because in most cases the user is forced to define
cs_density in an unnatural

arm: mx6: ddr: fix cs0_end calculation

Current way of calculation CS0_END field for MMDCx_MDASP register
is problematic because in most cases the user is forced to define
cs_density in an unnatural way: as value - 2, instead of value.

This breaks the abstraction provided by struct mx6_ddr_sysinfo
because the user is forced to be aware of the way the calculation
is performed.

Refactor the calculation.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>

show more ...

0815528920-Aug-2014 Nikita Kiryanov <nikita@compulab.co.il>

arm: mx6: ddr: configure MMDC for slow_pd

According to MX6 TRM, both MMDC and DRAM should be configured to
the same powerdown precharge. Currently, mx6_dram_cfg()
configures MMDC for fast pd (MDPDC[

arm: mx6: ddr: configure MMDC for slow_pd

According to MX6 TRM, both MMDC and DRAM should be configured to
the same powerdown precharge. Currently, mx6_dram_cfg()
configures MMDC for fast pd (MDPDC[7] = 0), and the DRAM for
'slow exit (DLL off)' (MR0[12] = 0).

Configure MMDC for slow pd.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Tim Harvey <tharvey@gateworks.com>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Tim Harvey <tharvey@gateworks.com>

show more ...

06a51b8c20-Aug-2014 Nikita Kiryanov <nikita@compulab.co.il>

arm: mx6: ddr: do not write into reserved bit

Bit 16 in mapsr register is in a reserved field. Don't write to it.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Tim Harvey <tharvey@gateworks.com>
Acked-by:

arm: mx6: ddr: do not write into reserved bit

Bit 16 in mapsr register is in a reserved field. Don't write to it.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Tim Harvey <tharvey@gateworks.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>

show more ...

3368918f07-Sep-2014 Nikita Kiryanov <nikita@compulab.co.il>

arm: mx6: ddr: cleanup

No functional changes.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Tim Harvey <tharvey@gateworks.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Nikita Kiryanov <

arm: mx6: ddr: cleanup

No functional changes.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Tim Harvey <tharvey@gateworks.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>

show more ...

224beb8320-Aug-2014 Nikita Kiryanov <nikita@compulab.co.il>

mx6: add clock enabling functions

Add functions to enable/disable clocks for UART, SPI, ENET, and MMC.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Igor

mx6: add clock enabling functions

Add functions to enable/disable clocks for UART, SPI, ENET, and MMC.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>

show more ...


armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/clock.h
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/eeprom.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gsc.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana_spl.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/ventana_eeprom.h
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/Makefile
/rk3399_rockchip-uboot/board/sunxi/dram_a20_olinuxino_l.c
/rk3399_rockchip-uboot/configs/A10-OLinuXino-Lime_defconfig
/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/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T004_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_FEL_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_FEL_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000G_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mini-X-1Gb_defconfig
/rk3399_rockchip-uboot/configs/Mini-X_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/gwventana_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/qt840a_defconfig
/rk3399_rockchip-uboot/configs/r7-tv-dongle_defconfig
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
b653516708-Sep-2014 Albert ARIBAUD <albert.u.boot@aribaud.net>

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


armv7/exynos/Kconfig
armv7/exynos/clock.c
armv7/exynos/clock_init.h
armv7/exynos/clock_init_exynos5.c
armv7/exynos/exynos5_setup.h
armv7/exynos/pinmux.c
armv7/exynos/power.c
armv7/exynos/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-odroid.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5420-peach-pit.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos54xx.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/clk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/system.h
/rk3399_rockchip-uboot/arch/arm/lib/reset.c
/rk3399_rockchip-uboot/board/samsung/arndale/MAINTAINERS
/rk3399_rockchip-uboot/board/samsung/common/board.c
/rk3399_rockchip-uboot/board/samsung/common/misc.c
/rk3399_rockchip-uboot/board/samsung/odroid/Kconfig
/rk3399_rockchip-uboot/board/samsung/odroid/MAINTAINERS
/rk3399_rockchip-uboot/board/samsung/odroid/Makefile
/rk3399_rockchip-uboot/board/samsung/odroid/odroid.c
/rk3399_rockchip-uboot/board/samsung/odroid/setup.h
/rk3399_rockchip-uboot/board/samsung/smdk5420/smdk5420.c
/rk3399_rockchip-uboot/configs/odroid_defconfig
/rk3399_rockchip-uboot/doc/README.odroid
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/exynos-fb.txt
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/exynos_fb.c
/rk3399_rockchip-uboot/drivers/video/exynos_fimd.c
/rk3399_rockchip-uboot/drivers/video/parade.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/exynos5250-dt.h
/rk3399_rockchip-uboot/include/configs/odroid.h
/rk3399_rockchip-uboot/include/configs/peach-pit.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/configs/trats2.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/samsung/misc.h
/rk3399_rockchip-uboot/lib/fdtdec.c
d60a209905-Sep-2014 Wang Huan <b18965@freescale.com>

arm: ls102xa: Add Freescale LS102xA SoC support

The QorIQ LS1 family is built on Layerscape architecture,
the industry's first software-aware, core-agnostic networking
architecture to offer unpreced

arm: ls102xa: Add Freescale LS102xA SoC support

The QorIQ LS1 family is built on Layerscape architecture,
the industry's first software-aware, core-agnostic networking
architecture to offer unprecedented efficiency and scale.

Freescale LS102xA is a set of SoCs combines two ARM
Cortex-A7 cores that have been optimized for high
reliability and pack the highest level of integration
available for sub-3 W embedded communications processors
with Layerscape architecture and with a comprehensive
enablement model focused on ease of programmability.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
Signed-off-by: Jason Jin <jason.jin@freescale.com>
Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arc/include/asm/posix_types.h
/rk3399_rockchip-uboot/arch/arm/Kconfig
armv7/ls102xa/Makefile
armv7/ls102xa/clock.c
armv7/ls102xa/cpu.c
armv7/ls102xa/fdt.c
armv7/ls102xa/fsl_ls1_serdes.c
armv7/ls102xa/fsl_ls1_serdes.h
armv7/ls102xa/ls102xa_serdes.c
armv7/ls102xa/timer.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/fsl_serdes.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/io.h
/rk3399_rockchip-uboot/arch/nios2/cpu/cpu.c
/rk3399_rockchip-uboot/arch/nios2/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/nios2/cpu/sysid.c
/rk3399_rockchip-uboot/arch/nios2/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/nios2/include/asm/nios2.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/cache.c
/rk3399_rockchip-uboot/arch/sandbox/dts/sandbox.dts
/rk3399_rockchip-uboot/board/altera/nios2-generic/Makefile
/rk3399_rockchip-uboot/board/altera/nios2-generic/custom_fpga.h
/rk3399_rockchip-uboot/board/altera/nios2-generic/nios2-generic.c
/rk3399_rockchip-uboot/board/synopsys/axs101/nand.c
/rk3399_rockchip-uboot/board/tqc/tqma6/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqma6/MAINTAINERS
/rk3399_rockchip-uboot/common/cmd_dfu.c
/rk3399_rockchip-uboot/common/cmd_gpio.c
/rk3399_rockchip-uboot/configs/tqma6q_mba6_mmc_defconfig
/rk3399_rockchip-uboot/configs/tqma6q_mba6_spi_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_mba6_mmc_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_mba6_spi_defconfig
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/serial/altera_jtag_uart.c
/rk3399_rockchip-uboot/drivers/serial/altera_uart.c
/rk3399_rockchip-uboot/drivers/serial/opencores_yanu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/atmel_usba_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ci_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_dfu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
/rk3399_rockchip-uboot/drivers/watchdog/Makefile
/rk3399_rockchip-uboot/include/asm-generic/gpio.h
/rk3399_rockchip-uboot/include/configs/nios2-generic.h
/rk3399_rockchip-uboot/include/dfu.h
496f0e4705-Sep-2014 Ajay Kumar <ajaykumar.rs@samsung.com>

arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by
exynos video driver.
Also, configure ACLK_400_DISP1 as the pa

arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by
exynos video driver.
Also, configure ACLK_400_DISP1 as the parent for MUX_ACLK_400_DISP1_SUB_SEL.

Signed-off-by: Ajay Kumar <ajaykumar.rs@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 ...

e6756f6a05-Sep-2014 Ajay Kumar <ajaykumar.rs@samsung.com>

arm: exynos: Add RPLL for Exynos5420

RPLL is needed to drive the LCD panel on Exynos5420 based boards.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>

arm: exynos: Add RPLL for Exynos5420

RPLL is needed to drive the LCD panel on Exynos5420 based boards.

Signed-off-by: Ajay Kumar <ajaykumar.rs@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 ...

73eca21101-Sep-2014 Przemyslaw Marczak <p.marczak@samsung.com>

odroid: kconfig: add odroid_defconfig

This config is valid for two devices:
- Odroid X2,
- Odroid U3.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com

odroid: kconfig: add odroid_defconfig

This config is valid for two devices:
- Odroid X2,
- Odroid U3.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Tom Rini <trini@ti.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

show more ...

4fb4d55a01-Sep-2014 Przemyslaw Marczak <p.marczak@samsung.com>

arch:exynos: boot mode: add get_boot_mode(), code cleanup

This patch introduces code clean-up for exynos boot mode check.
It includes:
- removal of typedef: boot_mode
- move the boot mode enum to ar

arch:exynos: boot mode: add get_boot_mode(), code cleanup

This patch introduces code clean-up for exynos boot mode check.
It includes:
- removal of typedef: boot_mode
- move the boot mode enum to arch-exynos/power.h
- add bootmode for sequence: eMMC 4.4 ch4 / SD ch2
- add new function: get_boot_mode() for OM[5:1] pin check
- update spl boot code

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>

Changes v5:
- exynos: boot mode: add missing bootmode (1st:EMMC 4.4 / 2nd:SD ch2)

Changes v6:
- none

changes v7:
- change boot mode name: BOOT_MODE_MMC to BOOT_MODE_SD
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

show more ...

19f1b62901-Sep-2014 Przemyslaw Marczak <p.marczak@samsung.com>

exynos: pinmux: fix the gpio names for exynos4x12 mmc

This change fixes the bad gpio configuration for the exynos dwmmc.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Beomho Seo <be

exynos: pinmux: fix the gpio names for exynos4x12 mmc

This change fixes the bad gpio configuration for the exynos dwmmc.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Beomho Seo <beomho.seo@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arc/include/asm/posix_types.h
/rk3399_rockchip-uboot/arch/arm/Kconfig
armv7/exynos/pinmux.c
/rk3399_rockchip-uboot/arch/nios2/cpu/cpu.c
/rk3399_rockchip-uboot/arch/nios2/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/nios2/cpu/sysid.c
/rk3399_rockchip-uboot/arch/nios2/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/nios2/include/asm/nios2.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/cache.c
/rk3399_rockchip-uboot/arch/sandbox/dts/sandbox.dts
/rk3399_rockchip-uboot/board/altera/nios2-generic/Makefile
/rk3399_rockchip-uboot/board/altera/nios2-generic/custom_fpga.h
/rk3399_rockchip-uboot/board/altera/nios2-generic/nios2-generic.c
/rk3399_rockchip-uboot/board/samsung/common/misc.c
/rk3399_rockchip-uboot/board/synopsys/axs101/nand.c
/rk3399_rockchip-uboot/board/tqc/tqma6/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqma6/MAINTAINERS
/rk3399_rockchip-uboot/common/cmd_dfu.c
/rk3399_rockchip-uboot/common/cmd_gpio.c
/rk3399_rockchip-uboot/configs/tqma6q_mba6_mmc_defconfig
/rk3399_rockchip-uboot/configs/tqma6q_mba6_spi_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_mba6_mmc_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_mba6_spi_defconfig
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/serial/altera_jtag_uart.c
/rk3399_rockchip-uboot/drivers/serial/altera_uart.c
/rk3399_rockchip-uboot/drivers/serial/opencores_yanu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/atmel_usba_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ci_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_dfu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
/rk3399_rockchip-uboot/include/asm-generic/gpio.h
/rk3399_rockchip-uboot/include/configs/nios2-generic.h
/rk3399_rockchip-uboot/include/dfu.h
681f785f28-Aug-2014 R Sricharan <r.sricharan@ti.com>

ARM: DRA72: DDR3: Add emif settings for 666MHz clock

On DRA72x, EMIF supports DDR3 upto 667MHz.
Adding the required settings for DDR3 at 666MHz and enabling it.

Signed-off-by: R Sricharan <r.sricha

ARM: DRA72: DDR3: Add emif settings for 666MHz clock

On DRA72x, EMIF supports DDR3 upto 667MHz.
Adding the required settings for DDR3 at 666MHz and enabling it.

Signed-off-by: R Sricharan <r.sricharan@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

show more ...

e6c9428a28-Aug-2014 Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com>

keystone2: use readl/writel functions instead of redefinition

There is no reason to redefine pure readl/writel functions.
So remove this redundancy.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@

keystone2: use readl/writel functions instead of redefinition

There is no reason to redefine pure readl/writel functions.
So remove this redundancy.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Acked-by: Vitaly Andrianov <vitalya@ti.com>

show more ...

1c4044ae11-Aug-2014 Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com>

ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0

The mask for BWADJ field of PASSPLLCTL0 register has to be 0xff, but
by mistake, here is used shift instead of mask, so correct it.

ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0

The mask for BWADJ field of PASSPLLCTL0 register has to be 0xff, but
by mistake, here is used shift instead of mask, so correct it.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arc/include/asm/posix_types.h
/rk3399_rockchip-uboot/arch/arm/Kconfig
armv7/keystone/clock.c
/rk3399_rockchip-uboot/arch/nios2/cpu/cpu.c
/rk3399_rockchip-uboot/arch/nios2/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/nios2/cpu/sysid.c
/rk3399_rockchip-uboot/arch/nios2/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/nios2/include/asm/nios2.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/cache.c
/rk3399_rockchip-uboot/arch/sandbox/dts/sandbox.dts
/rk3399_rockchip-uboot/board/altera/nios2-generic/Makefile
/rk3399_rockchip-uboot/board/altera/nios2-generic/custom_fpga.h
/rk3399_rockchip-uboot/board/altera/nios2-generic/nios2-generic.c
/rk3399_rockchip-uboot/board/synopsys/axs101/nand.c
/rk3399_rockchip-uboot/board/tqc/tqma6/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqma6/MAINTAINERS
/rk3399_rockchip-uboot/common/cmd_dfu.c
/rk3399_rockchip-uboot/common/cmd_gpio.c
/rk3399_rockchip-uboot/configs/tqma6q_mba6_mmc_defconfig
/rk3399_rockchip-uboot/configs/tqma6q_mba6_spi_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_mba6_mmc_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_mba6_spi_defconfig
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/serial/altera_jtag_uart.c
/rk3399_rockchip-uboot/drivers/serial/altera_uart.c
/rk3399_rockchip-uboot/drivers/serial/opencores_yanu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/atmel_usba_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ci_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_dfu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
/rk3399_rockchip-uboot/include/asm-generic/gpio.h
/rk3399_rockchip-uboot/include/configs/nios2-generic.h
/rk3399_rockchip-uboot/include/dfu.h
16e16fdd30-Aug-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

nomadik: kconfig: move board select menu and common settings

Becuase the board select menu in arch/arm/Kconfig is too big,
move the Nomadik board select menu to nomadik/Kconfig.

Move also common se

nomadik: kconfig: move board select menu and common settings

Becuase the board select menu in arch/arm/Kconfig is too big,
move the Nomadik board select menu to nomadik/Kconfig.

Move also common settings (CONFIG_SYS_CPU="arm926ejs" and
CONFIG_SYS_SOC="nomadik").

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

show more ...

ef2b694c30-Aug-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

highbank: kconfig: move common settings

Move Highbank-specific settings to highbank/Kconfig.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Rob Herring <robh@kernel.org>

1...<<61626364656667686970>>...143