History log of /rk3399_rockchip-uboot/arch/arm/cpu/ (Results 1651 – 1675 of 3557)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e9d6a20008-Sep-2014 Marek Vasut <marex@denx.de>

arm: socfpga: reset: Add EMAC reset functions

Add functions to reset the EMAC ethernet blocks. We cannot handle
two EMAC ethernet blocks yet, therefore the ifdefs. Once there is
hardware using both

arm: socfpga: reset: Add EMAC reset functions

Add functions to reset the EMAC ethernet blocks. We cannot handle
two EMAC ethernet blocks yet, therefore the ifdefs. Once there is
hardware using both EMAC blocks, this ifdef will have to go.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Acked-by: Pavel Machek <pavel@denx.de>

show more ...

2110eeaf08-Sep-2014 Marek Vasut <marex@denx.de>

arm: socfpga: timer: Pull the timer reload value from config file

The timer reload value is a property of the timer hardware and there
is no reason for this to be configurable. Place this into the t

arm: socfpga: timer: Pull the timer reload value from config file

The timer reload value is a property of the timer hardware and there
is no reason for this to be configurable. Place this into the timer
driver just like on the other hardware.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>

show more ...

036ba54f16-Sep-2014 Marek Vasut <marex@denx.de>

arm: socfpga: clock: Sync with reference code

Add the missing pieces from the reference clock code from Altera. This
puts the code on par with the Altera U-Boot fork for all but the SDRAM
self-refre

arm: socfpga: clock: Sync with reference code

Add the missing pieces from the reference clock code from Altera. This
puts the code on par with the Altera U-Boot fork for all but the SDRAM
self-refresh bits, which are not part of this patch.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Acked-by: Pavel Machek <pavel@denx.de>

show more ...

44428ab616-Sep-2014 Marek Vasut <marex@denx.de>

arm: socfpga: clock: Clean up bit definitions

Clean up the clock code definitions so they are aligned with mainline
standards. There are no functional changes in this patch.

Signed-off-by: Marek Va

arm: socfpga: clock: Clean up bit definitions

Clean up the clock code definitions so they are aligned with mainline
standards. There are no functional changes in this patch.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Acked-by: Pavel Machek <pavel@denx.de>

show more ...

5d8ad0cd13-Sep-2014 Marek Vasut <marex@denx.de>

arm: socfpga: clock: Trim down code duplication

Pull out functions to read frequency of Main clock VCO and
PLL clock VCO as the code is duplicated multiple times.

Signed-off-by: Marek Vasut <marex@

arm: socfpga: clock: Trim down code duplication

Pull out functions to read frequency of Main clock VCO and
PLL clock VCO as the code is duplicated multiple times.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>

show more ...

a832ddba08-Sep-2014 Pavel Machek <pavel@denx.de>

arm: socfpga: clock: Add code to read clock configuration

Add the entire bulk of code to read out clock configuration from the SoCFPGA
CPU registers. This is important for MMC, QSPI and UART drivers

arm: socfpga: clock: Add code to read clock configuration

Add the entire bulk of code to read out clock configuration from the SoCFPGA
CPU registers. This is important for MMC, QSPI and UART drivers as otherwise
they cannot determine the frequency of their upstream clock.

Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>

V2: Fixed the L4 MP clock divider and synced the clock code with latest
rocketboards codebase (thanks Dinh for pointing this out)

show more ...

4425e62808-Sep-2014 Marek Vasut <marex@denx.de>

arm: socfpga: clock: Drop nonsense inlining from clock manager code

The inlining is done by GCC when needed, there is no need to do it
explicitly. Furthermore, the inline keyword does not force-inli

arm: socfpga: clock: Drop nonsense inlining from clock manager code

The inlining is done by GCC when needed, there is no need to do it
explicitly. Furthermore, the inline keyword does not force-inline
the code, but is only a hint for the compiler. Scrub this hint.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>

show more ...

665e4caf08-Sep-2014 Marek Vasut <marex@denx.de>

arm: socfpga: sysmgr: Clean up system manager

Clean up the system manager register definition and add the missing
register definitions in place.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin

arm: socfpga: sysmgr: Clean up system manager

Clean up the system manager register definition and add the missing
register definitions in place.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Acked-by: Pavel Machek <pavel@denx.de>

show more ...

de6da92509-Sep-2014 Pavel Machek <pavel@denx.de>

arm: socfpga: Add watchdog disable for socfpga

This adds watchdog disable. It is neccessary for running Linux kernel.

Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Marek Vasut <marex@d

arm: socfpga: Add watchdog disable for socfpga

This adds watchdog disable. It is neccessary for running Linux kernel.

Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>

V2: Move RSTMGR_PERMODRST_L4WD0_LSB to reset_manager.h
Reset watchdog only if CONFIG_HW_WATCHDOG is undefined (the default)

show more ...

66cba04103-Oct-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

ARM: UniPhier: add Kconfig and defconfig

This commit allows to build Panasonic UniPhier family:
PH1-LD4, PH1-Pro4, PH1-sLD8

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

5894ca0003-Oct-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

ARM: UniPhier: add UniPhier SoC support code

These are used by Panasonic UniPhier SoC family.

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


armv7/uniphier/Makefile
armv7/uniphier/board_common.c
armv7/uniphier/board_late_init.c
armv7/uniphier/cache_uniphier.c
armv7/uniphier/cmd_pinmon.c
armv7/uniphier/cpu_info.c
armv7/uniphier/dram_init.c
armv7/uniphier/init_page_table.c
armv7/uniphier/lowlevel_init.S
armv7/uniphier/ph1-ld4/Makefile
armv7/uniphier/ph1-ld4/bcu_init.c
armv7/uniphier/ph1-ld4/board_info.c
armv7/uniphier/ph1-ld4/board_postclk_init.c
armv7/uniphier/ph1-ld4/boot-mode.c
armv7/uniphier/ph1-ld4/clkrst_init.c
armv7/uniphier/ph1-ld4/pinctrl.c
armv7/uniphier/ph1-ld4/pll_init.c
armv7/uniphier/ph1-ld4/pll_spectrum.c
armv7/uniphier/ph1-ld4/sbc_init.c
armv7/uniphier/ph1-ld4/sg_init.c
armv7/uniphier/ph1-ld4/umc_init.c
armv7/uniphier/ph1-pro4/Makefile
armv7/uniphier/ph1-pro4/board_info.c
armv7/uniphier/ph1-pro4/board_postclk_init.c
armv7/uniphier/ph1-pro4/boot-mode.c
armv7/uniphier/ph1-pro4/clkrst_init.c
armv7/uniphier/ph1-pro4/pinctrl.c
armv7/uniphier/ph1-pro4/pll_init.c
armv7/uniphier/ph1-pro4/pll_spectrum.c
armv7/uniphier/ph1-pro4/sbc_init.c
armv7/uniphier/ph1-pro4/sg_init.c
armv7/uniphier/ph1-pro4/umc_init.c
armv7/uniphier/ph1-sld8/Makefile
armv7/uniphier/ph1-sld8/bcu_init.c
armv7/uniphier/ph1-sld8/board_info.c
armv7/uniphier/ph1-sld8/board_postclk_init.c
armv7/uniphier/ph1-sld8/boot-mode.c
armv7/uniphier/ph1-sld8/clkrst_init.c
armv7/uniphier/ph1-sld8/pinctrl.c
armv7/uniphier/ph1-sld8/pll_init.c
armv7/uniphier/ph1-sld8/pll_spectrum.c
armv7/uniphier/ph1-sld8/sbc_init.c
armv7/uniphier/ph1-sld8/sg_init.c
armv7/uniphier/ph1-sld8/umc_init.c
armv7/uniphier/reset.c
armv7/uniphier/smp.S
armv7/uniphier/spl.c
armv7/uniphier/support_card.c
armv7/uniphier/timer.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/arm-mpcore.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/bcu-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/board.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/boot-device.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/led.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/sbc-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/sc-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/sg-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/ssc-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-uniphier/umc-regs.h
/rk3399_rockchip-uboot/common/cmd_spi.c
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/mtd/Kconfig
/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/denali_spl.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sandbox.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/serial_uniphier.c
/rk3399_rockchip-uboot/include/configs/ph1_ld4.h
/rk3399_rockchip-uboot/include/configs/ph1_pro4.h
/rk3399_rockchip-uboot/include/configs/ph1_sld8.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/uniphier-common.h
/rk3399_rockchip-uboot/include/spi.h
9293d7fd09-Sep-2014 Ye.Li <B37916@freescale.com>

imx: mx6: Checking PLL2 PFD0 and PFD2 for periph_clk before PFD reset

Checking the pre_periph_clk_sel and pre_periph2_clk of CCM CBCMR
register, if the PLL2 PFD0 or PLL2 PFD2 is used for the clock s

imx: mx6: Checking PLL2 PFD0 and PFD2 for periph_clk before PFD reset

Checking the pre_periph_clk_sel and pre_periph2_clk of CCM CBCMR
register, if the PLL2 PFD0 or PLL2 PFD2 is used for the clock source,
do not reset this PFD to avoid system hang. Customers may set this
in DDR script or use BT_FREQ to select low freq boot.

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

show more ...

7c604e9828-Apr-2014 Marek Vasut <marex@denx.de>

arm: mxs: Wait for DRAM to start

Instead of waiting for a fixed period of time and hoping for the best
that the DRAM will start, read back an EMI status register which tells
us exactly when the DRAM

arm: mxs: Wait for DRAM to start

Instead of waiting for a fixed period of time and hoping for the best
that the DRAM will start, read back an EMI status register which tells
us exactly when the DRAM started.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>

show more ...

be0ecdbe28-Apr-2014 Marek Vasut <marex@denx.de>

arm: mxs: Wait when disabling VDDMEM current limiter

According to i.MX23 datasheet Table 32-17, we must wait for the supply
to settle before disabling the current limiter. Indeed, not waiting a
litt

arm: mxs: Wait when disabling VDDMEM current limiter

According to i.MX23 datasheet Table 32-17, we must wait for the supply
to settle before disabling the current limiter. Indeed, not waiting a
little here causes the system to crash at times.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>

show more ...

2c2277f126-Sep-2014 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/README
armv8/fsl-lsch3/Makefile
armv8/fsl-lsch3/cpu.c
armv8/fsl-lsch3/cpu.h
armv8/fsl-lsch3/fdt.c
armv8/fsl-lsch3/lowlevel.S
armv8/fsl-lsch3/mp.c
armv8/fsl-lsch3/mp.h
armv8/transition.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/macro.h
/rk3399_rockchip-uboot/arch/arm/lib/gic_64.S
/rk3399_rockchip-uboot/arch/powerpc/config.mk
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fdt.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2085a/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls2085a/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2085a/ls2085a.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/eth.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t104xrdb/README
/rk3399_rockchip-uboot/board/freescale/t104xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/eth.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/t1042_pi_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t104xrdb/t1042_rcw.cfg
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/configs/T1042RDB_defconfig
/rk3399_rockchip-uboot/configs/am335x_boneblack_vboot_defconfig
/rk3399_rockchip-uboot/configs/arndale_defconfig
/rk3399_rockchip-uboot/configs/beaver_defconfig
/rk3399_rockchip-uboot/configs/cardhu_defconfig
/rk3399_rockchip-uboot/configs/colibri_t20_iris_defconfig
/rk3399_rockchip-uboot/configs/colibri_t30_defconfig
/rk3399_rockchip-uboot/configs/coreboot-x86_defconfig
/rk3399_rockchip-uboot/configs/dalmore_defconfig
/rk3399_rockchip-uboot/configs/harmony_defconfig
/rk3399_rockchip-uboot/configs/jetson-tk1_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_defconfig
/rk3399_rockchip-uboot/configs/medcom-wide_defconfig
/rk3399_rockchip-uboot/configs/microblaze-generic_defconfig
/rk3399_rockchip-uboot/configs/odroid_defconfig
/rk3399_rockchip-uboot/configs/origen_defconfig
/rk3399_rockchip-uboot/configs/paz00_defconfig
/rk3399_rockchip-uboot/configs/peach-pit_defconfig
/rk3399_rockchip-uboot/configs/plutux_defconfig
/rk3399_rockchip-uboot/configs/s5pc210_universal_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/seaboard_defconfig
/rk3399_rockchip-uboot/configs/smdk5250_defconfig
/rk3399_rockchip-uboot/configs/smdk5420_defconfig
/rk3399_rockchip-uboot/configs/snow_defconfig
/rk3399_rockchip-uboot/configs/tec-ng_defconfig
/rk3399_rockchip-uboot/configs/tec_defconfig
/rk3399_rockchip-uboot/configs/trats2_defconfig
/rk3399_rockchip-uboot/configs/trats_defconfig
/rk3399_rockchip-uboot/configs/trimslice_defconfig
/rk3399_rockchip-uboot/configs/venice2_defconfig
/rk3399_rockchip-uboot/configs/ventana_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_semi_defconfig
/rk3399_rockchip-uboot/configs/whistler_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc70x_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm012_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm013_defconfig
/rk3399_rockchip-uboot/configs/zynq_zed_defconfig
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ddr4_dimm_params.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/fsl_ddr_gen4.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/interactive.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/main.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/options.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/util.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/am335x_spl_bch.c
/rk3399_rockchip-uboot/drivers/mtd/nand/denali.c
/rk3399_rockchip-uboot/drivers/mtd/nand/denali.h
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_elbc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/net/fm/t1040.c
/rk3399_rockchip-uboot/dts/Kconfig
/rk3399_rockchip-uboot/include/configs/B4860QDS.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/beaver.h
/rk3399_rockchip-uboot/include/configs/cardhu.h
/rk3399_rockchip-uboot/include/configs/colibri_t20_iris.h
/rk3399_rockchip-uboot/include/configs/colibri_t30.h
/rk3399_rockchip-uboot/include/configs/coreboot.h
/rk3399_rockchip-uboot/include/configs/dalmore.h
/rk3399_rockchip-uboot/include/configs/harmony.h
/rk3399_rockchip-uboot/include/configs/jetson-tk1.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls2085a_common.h
/rk3399_rockchip-uboot/include/configs/ls2085a_emu.h
/rk3399_rockchip-uboot/include/configs/ls2085a_simu.h
/rk3399_rockchip-uboot/include/configs/medcom-wide.h
/rk3399_rockchip-uboot/include/configs/microblaze-generic.h
/rk3399_rockchip-uboot/include/configs/odroid.h
/rk3399_rockchip-uboot/include/configs/origen.h
/rk3399_rockchip-uboot/include/configs/paz00.h
/rk3399_rockchip-uboot/include/configs/peach-pit.h
/rk3399_rockchip-uboot/include/configs/plutux.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/configs/smdk5250.h
/rk3399_rockchip-uboot/include/configs/smdk5420.h
/rk3399_rockchip-uboot/include/configs/snow.h
/rk3399_rockchip-uboot/include/configs/tec-ng.h
/rk3399_rockchip-uboot/include/configs/tec.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/configs/trats2.h
/rk3399_rockchip-uboot/include/configs/trimslice.h
/rk3399_rockchip-uboot/include/configs/venice2.h
/rk3399_rockchip-uboot/include/configs/ventana.h
/rk3399_rockchip-uboot/include/configs/vexpress_aemv8a.h
/rk3399_rockchip-uboot/include/configs/whistler.h
/rk3399_rockchip-uboot/include/configs/zynq_microzed.h
/rk3399_rockchip-uboot/include/configs/zynq_zc70x.h
/rk3399_rockchip-uboot/include/configs/zynq_zc770.h
/rk3399_rockchip-uboot/include/configs/zynq_zed.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/fsl_ddr.h
/rk3399_rockchip-uboot/include/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/scripts/checkpatch.pl
40f8dec508-Sep-2014 York Sun <yorksun@freescale.com>

armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page

Secondary cores need to be released from holdoff by boot release
registers. With GPP bootrom, they can boot from main memor

armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page

Secondary cores need to be released from holdoff by boot release
registers. With GPP bootrom, they can boot from main memory
directly. Individual spin table is used for each core. Spin table
and the boot page is reserved in device tree so OS won't overwrite.

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Arnab Basu <arnab.basu@freescale.com>

show more ...


/rk3399_rockchip-uboot/README
armv8/fsl-lsch3/Makefile
armv8/fsl-lsch3/cpu.c
armv8/fsl-lsch3/cpu.h
armv8/fsl-lsch3/fdt.c
armv8/fsl-lsch3/lowlevel.S
armv8/fsl-lsch3/mp.c
armv8/fsl-lsch3/mp.h
armv8/transition.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/macro.h
/rk3399_rockchip-uboot/arch/arm/lib/gic_64.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/board/freescale/ls2085a/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls2085a/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2085a/ls2085a.c
/rk3399_rockchip-uboot/board/sandbox/README.sandbox
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ddr4_dimm_params.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/interactive.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/main.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/options.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/util.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_elbc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_params.c
/rk3399_rockchip-uboot/drivers/serial/serial-uclass.c
/rk3399_rockchip-uboot/include/configs/ls2085a_common.h
/rk3399_rockchip-uboot/include/configs/ls2085a_emu.h
/rk3399_rockchip-uboot/include/configs/ls2085a_simu.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/fsl_ddr.h
/rk3399_rockchip-uboot/include/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/patman/README
/rk3399_rockchip-uboot/tools/patman/patman.py
/rk3399_rockchip-uboot/tools/patman/series.py
783e6a7222-Sep-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

kconfig: move CONFIG_OF_* to Kconfig

This commit moves:
CONFIG_OF_CONTROL
CONFIG_OF_SEPARATE
CONFIG_OF_EMBED
CONFIG_OF_HOSTFILE

Because these options are currently not supported for SPL,
th

kconfig: move CONFIG_OF_* to Kconfig

This commit moves:
CONFIG_OF_CONTROL
CONFIG_OF_SEPARATE
CONFIG_OF_EMBED
CONFIG_OF_HOSTFILE

Because these options are currently not supported for SPL,
the "Device Tree Control" menu does not appear in the SPL
configuration.

Note:
zynq-common.h should be adjusted so as not to change the
default value of CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>

show more ...


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/Kconfig
/rk3399_rockchip-uboot/arch/arm/Kconfig
armv7/exynos/Kconfig
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/configs/am335x_boneblack_vboot_defconfig
/rk3399_rockchip-uboot/configs/coreboot-x86_defconfig
/rk3399_rockchip-uboot/configs/microblaze-generic_defconfig
/rk3399_rockchip-uboot/configs/odroid_defconfig
/rk3399_rockchip-uboot/configs/origen_defconfig
/rk3399_rockchip-uboot/configs/s5pc210_universal_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/trats2_defconfig
/rk3399_rockchip-uboot/configs/trats_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc70x_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm012_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm013_defconfig
/rk3399_rockchip-uboot/configs/zynq_zed_defconfig
/rk3399_rockchip-uboot/doc/README.clang
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/core/Makefile
/rk3399_rockchip-uboot/drivers/demo/Makefile
/rk3399_rockchip-uboot/dts/Kconfig
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/beaver.h
/rk3399_rockchip-uboot/include/configs/cardhu.h
/rk3399_rockchip-uboot/include/configs/colibri_t20_iris.h
/rk3399_rockchip-uboot/include/configs/colibri_t30.h
/rk3399_rockchip-uboot/include/configs/coreboot.h
/rk3399_rockchip-uboot/include/configs/dalmore.h
/rk3399_rockchip-uboot/include/configs/exynos4-dt.h
/rk3399_rockchip-uboot/include/configs/exynos5-dt.h
/rk3399_rockchip-uboot/include/configs/harmony.h
/rk3399_rockchip-uboot/include/configs/jetson-tk1.h
/rk3399_rockchip-uboot/include/configs/medcom-wide.h
/rk3399_rockchip-uboot/include/configs/microblaze-generic.h
/rk3399_rockchip-uboot/include/configs/paz00.h
/rk3399_rockchip-uboot/include/configs/plutux.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/configs/tec-ng.h
/rk3399_rockchip-uboot/include/configs/tec.h
/rk3399_rockchip-uboot/include/configs/tegra-common-post.h
/rk3399_rockchip-uboot/include/configs/trimslice.h
/rk3399_rockchip-uboot/include/configs/venice2.h
/rk3399_rockchip-uboot/include/configs/ventana.h
/rk3399_rockchip-uboot/include/configs/whistler.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/linux/compiler-gcc.h
c79cba3718-Sep-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

cosmetic: replace MIN, MAX with min, max

The macro MIN, MAX is defined as the aliase of min, max,
respectively.

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


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/README
arm1176/tnetv107x/clock.c
armv7/mx6/ddr.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-kirkwood/spi.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/u-boot.lds
/rk3399_rockchip-uboot/arch/x86/lib/physmem.c
/rk3399_rockchip-uboot/board/LaCie/net2big_v2/MAINTAINERS
/rk3399_rockchip-uboot/board/LaCie/netspace_v2/MAINTAINERS
/rk3399_rockchip-uboot/board/LaCie/wireless_space/MAINTAINERS
/rk3399_rockchip-uboot/board/Marvell/db64360/MAINTAINERS
/rk3399_rockchip-uboot/board/Marvell/db64460/MAINTAINERS
/rk3399_rockchip-uboot/board/Marvell/openrd/MAINTAINERS
/rk3399_rockchip-uboot/board/a3000/MAINTAINERS
/rk3399_rockchip-uboot/board/amcc/bluestone/MAINTAINERS
/rk3399_rockchip-uboot/board/amcc/bubinga/MAINTAINERS
/rk3399_rockchip-uboot/board/amcc/yucca/MAINTAINERS
/rk3399_rockchip-uboot/board/armltd/versatile/MAINTAINERS
/rk3399_rockchip-uboot/board/armltd/vexpress/MAINTAINERS
/rk3399_rockchip-uboot/board/atmel/atngw100/MAINTAINERS
/rk3399_rockchip-uboot/board/atmel/atstk1000/MAINTAINERS
/rk3399_rockchip-uboot/board/bc3450/MAINTAINERS
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/nitrogen6x.c
/rk3399_rockchip-uboot/board/calao/sbc35_a9g20/MAINTAINERS
/rk3399_rockchip-uboot/board/calao/tny_a9260/MAINTAINERS
/rk3399_rockchip-uboot/board/canmb/MAINTAINERS
/rk3399_rockchip-uboot/board/cm-bf527/MAINTAINERS
/rk3399_rockchip-uboot/board/cm-bf533/MAINTAINERS
/rk3399_rockchip-uboot/board/cm-bf537e/MAINTAINERS
/rk3399_rockchip-uboot/board/cm-bf537u/MAINTAINERS
/rk3399_rockchip-uboot/board/cm-bf548/MAINTAINERS
/rk3399_rockchip-uboot/board/cm-bf561/MAINTAINERS
/rk3399_rockchip-uboot/board/cm41xx/MAINTAINERS
/rk3399_rockchip-uboot/board/cm5200/MAINTAINERS
/rk3399_rockchip-uboot/board/cmi/MAINTAINERS
/rk3399_rockchip-uboot/board/cobra5272/MAINTAINERS
/rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/MAINTAINERS
/rk3399_rockchip-uboot/board/cpu87/MAINTAINERS
/rk3399_rockchip-uboot/board/cray/L1/MAINTAINERS
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/dm355evm/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/dm355leopard/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/dm365evm/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/dm6467evm/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/dvevm/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/schmoogie/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/sffsdr/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/sonata/MAINTAINERS
/rk3399_rockchip-uboot/board/earthlcd/favr-32-ezkit/MAINTAINERS
/rk3399_rockchip-uboot/board/eltec/elppc/MAINTAINERS
/rk3399_rockchip-uboot/board/embest/mx6boards/mx6boards.c
/rk3399_rockchip-uboot/board/ep8260/MAINTAINERS
/rk3399_rockchip-uboot/board/ep82xxm/MAINTAINERS
/rk3399_rockchip-uboot/board/esg/ima3-mx53/MAINTAINERS
/rk3399_rockchip-uboot/board/espt/MAINTAINERS
/rk3399_rockchip-uboot/board/evb64260/MAINTAINERS
/rk3399_rockchip-uboot/board/exmeritus/hww1u1a/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/b4860qds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/common/ics307_clk.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/m5208evbe/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/m5249evb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/m5253evbe/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/m5272c3/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/m5275evb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/m5282evb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/m54418twr/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/m54451evb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8360erdk/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mx31ads/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/mx6qsabreauto/mx6qsabreauto.c
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd.c
/rk3399_rockchip-uboot/board/freescale/mx6slevk/mx6slevk.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/p1023rdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/p1_twr/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/p2020ds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/p2041rdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t104xrdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t208xqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t208xrdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t4qds/MAINTAINERS
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/MAINTAINERS
/rk3399_rockchip-uboot/board/gaisler/gr_cpci_ax2000/MAINTAINERS
/rk3399_rockchip-uboot/board/gaisler/gr_ep2s60/MAINTAINERS
/rk3399_rockchip-uboot/board/gaisler/gr_xc3s_1500/MAINTAINERS
/rk3399_rockchip-uboot/board/gaisler/grsim/MAINTAINERS
/rk3399_rockchip-uboot/board/gaisler/grsim_leon2/MAINTAINERS
/rk3399_rockchip-uboot/board/galaxy5200/MAINTAINERS
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/MAINTAINERS
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/efikamx.c
/rk3399_rockchip-uboot/board/icecube/MAINTAINERS
/rk3399_rockchip-uboot/board/imx31_phycore/MAINTAINERS
/rk3399_rockchip-uboot/board/ip04/MAINTAINERS
/rk3399_rockchip-uboot/board/isee/igep00x0/MAINTAINERS
/rk3399_rockchip-uboot/board/karo/tk71/MAINTAINERS
/rk3399_rockchip-uboot/board/logicpd/imx31_litekit/MAINTAINERS
/rk3399_rockchip-uboot/board/manroland/hmi1001/MAINTAINERS
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/MAINTAINERS
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/MAINTAINERS
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/MAINTAINERS
/rk3399_rockchip-uboot/board/matrix_vision/mvsmr/MAINTAINERS
/rk3399_rockchip-uboot/board/mcc200/MAINTAINERS
/rk3399_rockchip-uboot/board/micronas/vct/MAINTAINERS
/rk3399_rockchip-uboot/board/motionpro/MAINTAINERS
/rk3399_rockchip-uboot/board/mpl/pati/MAINTAINERS
/rk3399_rockchip-uboot/board/munices/MAINTAINERS
/rk3399_rockchip-uboot/board/musenki/MAINTAINERS
/rk3399_rockchip-uboot/board/mvblue/MAINTAINERS
/rk3399_rockchip-uboot/board/palmtreo680/MAINTAINERS
/rk3399_rockchip-uboot/board/pb1x00/MAINTAINERS
/rk3399_rockchip-uboot/board/pm828/MAINTAINERS
/rk3399_rockchip-uboot/board/ppmc7xx/MAINTAINERS
/rk3399_rockchip-uboot/board/ppmc8260/MAINTAINERS
/rk3399_rockchip-uboot/board/qemu-mips/MAINTAINERS
/rk3399_rockchip-uboot/board/renesas/MigoR/MAINTAINERS
/rk3399_rockchip-uboot/board/renesas/rsk7269/MAINTAINERS
/rk3399_rockchip-uboot/board/renesas/sh7752evb/MAINTAINERS
/rk3399_rockchip-uboot/board/renesas/sh7753evb/MAINTAINERS
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/MAINTAINERS
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/MAINTAINERS
/rk3399_rockchip-uboot/board/sacsng/MAINTAINERS
/rk3399_rockchip-uboot/board/sandbox/README.sandbox
/rk3399_rockchip-uboot/board/sandburst/karef/MAINTAINERS
/rk3399_rockchip-uboot/board/sandburst/metrobox/MAINTAINERS
/rk3399_rockchip-uboot/board/sandpoint/MAINTAINERS
/rk3399_rockchip-uboot/board/sbc405/MAINTAINERS
/rk3399_rockchip-uboot/board/socrates/MAINTAINERS
/rk3399_rockchip-uboot/board/spear/spear300/MAINTAINERS
/rk3399_rockchip-uboot/board/spear/spear310/MAINTAINERS
/rk3399_rockchip-uboot/board/spear/spear320/MAINTAINERS
/rk3399_rockchip-uboot/board/spear/spear600/MAINTAINERS
/rk3399_rockchip-uboot/board/st-ericsson/u8500/MAINTAINERS
/rk3399_rockchip-uboot/board/stx/stxgp3/MAINTAINERS
/rk3399_rockchip-uboot/board/stx/stxssa/MAINTAINERS
/rk3399_rockchip-uboot/board/tcm-bf518/MAINTAINERS
/rk3399_rockchip-uboot/board/tcm-bf537/MAINTAINERS
/rk3399_rockchip-uboot/board/ti/evm/MAINTAINERS
/rk3399_rockchip-uboot/board/ti/ti816x/MAINTAINERS
/rk3399_rockchip-uboot/board/ti/tnetv107xevm/MAINTAINERS
/rk3399_rockchip-uboot/board/total5200/MAINTAINERS
/rk3399_rockchip-uboot/board/tqc/tqm5200/MAINTAINERS
/rk3399_rockchip-uboot/board/tqc/tqm8272/MAINTAINERS
/rk3399_rockchip-uboot/board/tqc/tqm834x/MAINTAINERS
/rk3399_rockchip-uboot/board/tqc/tqm8xx/MAINTAINERS
/rk3399_rockchip-uboot/board/ttcontrol/vision2/vision2.c
/rk3399_rockchip-uboot/board/v38b/MAINTAINERS
/rk3399_rockchip-uboot/board/woodburn/MAINTAINERS
/rk3399_rockchip-uboot/board/xaeniax/MAINTAINERS
/rk3399_rockchip-uboot/board/xes/xpedite517x/MAINTAINERS
/rk3399_rockchip-uboot/board/xes/xpedite520x/MAINTAINERS
/rk3399_rockchip-uboot/board/xes/xpedite537x/MAINTAINERS
/rk3399_rockchip-uboot/board/xes/xpedite550x/MAINTAINERS
/rk3399_rockchip-uboot/common/Kconfig
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_fastboot.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_sf.c
/rk3399_rockchip-uboot/common/console.c
/rk3399_rockchip-uboot/common/fb_mmc.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/configs/bct-brettl2_defconfig
/rk3399_rockchip-uboot/configs/bf506f-ezkit_defconfig
/rk3399_rockchip-uboot/configs/bf518f-ezbrd_defconfig
/rk3399_rockchip-uboot/configs/bf526-ezbrd_defconfig
/rk3399_rockchip-uboot/configs/bf527-ad7160-eval_defconfig
/rk3399_rockchip-uboot/configs/bf527-ezkit-v2_defconfig
/rk3399_rockchip-uboot/configs/bf527-ezkit_defconfig
/rk3399_rockchip-uboot/configs/bf527-sdp_defconfig
/rk3399_rockchip-uboot/configs/bf533-ezkit_defconfig
/rk3399_rockchip-uboot/configs/bf533-stamp_defconfig
/rk3399_rockchip-uboot/configs/bf537-stamp_defconfig
/rk3399_rockchip-uboot/configs/bf538f-ezkit_defconfig
/rk3399_rockchip-uboot/configs/bf548-ezkit_defconfig
/rk3399_rockchip-uboot/configs/bf561-acvilon_defconfig
/rk3399_rockchip-uboot/configs/bf561-ezkit_defconfig
/rk3399_rockchip-uboot/configs/br4_defconfig
/rk3399_rockchip-uboot/configs/cm-bf527_defconfig
/rk3399_rockchip-uboot/configs/cm-bf533_defconfig
/rk3399_rockchip-uboot/configs/cm-bf537e_defconfig
/rk3399_rockchip-uboot/configs/cm-bf537u_defconfig
/rk3399_rockchip-uboot/configs/cm-bf548_defconfig
/rk3399_rockchip-uboot/configs/cm-bf561_defconfig
/rk3399_rockchip-uboot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
/rk3399_rockchip-uboot/configs/controlcenterd_TRAILBLAZER_defconfig
/rk3399_rockchip-uboot/configs/ip04_defconfig
/rk3399_rockchip-uboot/configs/kwb_defconfig
/rk3399_rockchip-uboot/configs/pr1_defconfig
/rk3399_rockchip-uboot/configs/tcm-bf518_defconfig
/rk3399_rockchip-uboot/configs/tcm-bf537_defconfig
/rk3399_rockchip-uboot/configs/tseries_mmc_defconfig
/rk3399_rockchip-uboot/configs/tseries_nand_defconfig
/rk3399_rockchip-uboot/configs/tseries_spi_defconfig
/rk3399_rockchip-uboot/configs/vct_platinum_onenand_small_defconfig
/rk3399_rockchip-uboot/configs/vct_platinum_small_defconfig
/rk3399_rockchip-uboot/configs/vct_platinumavc_onenand_small_defconfig
/rk3399_rockchip-uboot/configs/vct_platinumavc_small_defconfig
/rk3399_rockchip-uboot/configs/vct_premium_onenand_small_defconfig
/rk3399_rockchip-uboot/configs/vct_premium_small_defconfig
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.android-fastboot
/rk3399_rockchip-uboot/drivers/Kconfig
/rk3399_rockchip-uboot/drivers/block/Kconfig
/rk3399_rockchip-uboot/drivers/core/Kconfig
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/crypto/Kconfig
/rk3399_rockchip-uboot/drivers/dfu/Kconfig
/rk3399_rockchip-uboot/drivers/dma/Kconfig
/rk3399_rockchip-uboot/drivers/dma/fsl_dma.c
/rk3399_rockchip-uboot/drivers/gpio/Kconfig
/rk3399_rockchip-uboot/drivers/hwmon/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/ihs_i2c.c
/rk3399_rockchip-uboot/drivers/input/Kconfig
/rk3399_rockchip-uboot/drivers/misc/Kconfig
/rk3399_rockchip-uboot/drivers/mmc/Kconfig
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/mtd/Kconfig
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_params.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_spl_load.c
/rk3399_rockchip-uboot/drivers/net/Kconfig
/rk3399_rockchip-uboot/drivers/net/e1000.c
/rk3399_rockchip-uboot/drivers/pci/Kconfig
/rk3399_rockchip-uboot/drivers/pcmcia/Kconfig
/rk3399_rockchip-uboot/drivers/power/Kconfig
/rk3399_rockchip-uboot/drivers/rtc/Kconfig
/rk3399_rockchip-uboot/drivers/serial/Kconfig
/rk3399_rockchip-uboot/drivers/serial/serial-uclass.c
/rk3399_rockchip-uboot/drivers/serial/usbtty.c
/rk3399_rockchip-uboot/drivers/sound/Kconfig
/rk3399_rockchip-uboot/drivers/spi/Kconfig
/rk3399_rockchip-uboot/drivers/spi/kirkwood_spi.c
/rk3399_rockchip-uboot/drivers/spi/mxc_spi.c
/rk3399_rockchip-uboot/drivers/tpm/Kconfig
/rk3399_rockchip-uboot/drivers/usb/Kconfig
/rk3399_rockchip-uboot/drivers/usb/gadget/designware_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ep0.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_fastboot.c
/rk3399_rockchip-uboot/drivers/usb/gadget/mpc8xx_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/pxa27x_udc.c
/rk3399_rockchip-uboot/drivers/video/Kconfig
/rk3399_rockchip-uboot/drivers/watchdog/Kconfig
/rk3399_rockchip-uboot/fs/Kconfig
/rk3399_rockchip-uboot/fs/cramfs/Kconfig
/rk3399_rockchip-uboot/fs/ext4/Kconfig
/rk3399_rockchip-uboot/fs/fat/Kconfig
/rk3399_rockchip-uboot/fs/jffs2/Kconfig
/rk3399_rockchip-uboot/fs/reiserfs/Kconfig
/rk3399_rockchip-uboot/fs/ubifs/Kconfig
/rk3399_rockchip-uboot/fs/zfs/zfs.c
/rk3399_rockchip-uboot/include/compiler.h
/rk3399_rockchip-uboot/include/config_distro_bootcmd.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/bct-brettl2.h
/rk3399_rockchip-uboot/include/configs/bf506f-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf518f-ezbrd.h
/rk3399_rockchip-uboot/include/configs/bf526-ezbrd.h
/rk3399_rockchip-uboot/include/configs/bf527-ad7160-eval.h
/rk3399_rockchip-uboot/include/configs/bf527-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf527-sdp.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf538f-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf548-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf561-acvilon.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/br4.h
/rk3399_rockchip-uboot/include/configs/bur_am335x_common.h
/rk3399_rockchip-uboot/include/configs/cm-bf527.h
/rk3399_rockchip-uboot/include/configs/cm-bf533.h
/rk3399_rockchip-uboot/include/configs/cm-bf537e.h
/rk3399_rockchip-uboot/include/configs/cm-bf537u.h
/rk3399_rockchip-uboot/include/configs/cm-bf548.h
/rk3399_rockchip-uboot/include/configs/cm-bf561.h
/rk3399_rockchip-uboot/include/configs/controlcenterd.h
/rk3399_rockchip-uboot/include/configs/da850evm.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/embestmx6boards.h
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/h2200.h
/rk3399_rockchip-uboot/include/configs/ip04.h
/rk3399_rockchip-uboot/include/configs/ks2_evm.h
/rk3399_rockchip-uboot/include/configs/kwb.h
/rk3399_rockchip-uboot/include/configs/mx51_efikamx.h
/rk3399_rockchip-uboot/include/configs/mx6sabre_common.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/configs/pcm051.h
/rk3399_rockchip-uboot/include/configs/pr1.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/tcm-bf518.h
/rk3399_rockchip-uboot/include/configs/tcm-bf537.h
/rk3399_rockchip-uboot/include/configs/tseries.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/configs/vision2.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/fb_mmc.h
/rk3399_rockchip-uboot/include/linker_lists.h
/rk3399_rockchip-uboot/include/spi_flash.h
/rk3399_rockchip-uboot/lib/Kconfig
/rk3399_rockchip-uboot/net/Kconfig
/rk3399_rockchip-uboot/scripts/Makefile.autoconf
/rk3399_rockchip-uboot/test/cmd_repeat.sh
/rk3399_rockchip-uboot/test/common.sh
/rk3399_rockchip-uboot/test/trace/test-trace.sh
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/env/Makefile
/rk3399_rockchip-uboot/tools/genboardscfg.py
/rk3399_rockchip-uboot/tools/patman/README
/rk3399_rockchip-uboot/tools/patman/patman.py
/rk3399_rockchip-uboot/tools/patman/series.py
36c1ca4d16-Sep-2014 Nitin Garg <nitin.garg@freescale.com>

imx: Support i.MX6 High Assurance Boot authentication

When CONFIG_SECURE_BOOT is enabled, the signed images
like kernel and dtb can be authenticated using iMX6 CAAM.
The added command hab_auth_img c

imx: Support i.MX6 High Assurance Boot authentication

When CONFIG_SECURE_BOOT is enabled, the signed images
like kernel and dtb can be authenticated using iMX6 CAAM.
The added command hab_auth_img can be used for HAB
authentication of images. The command takes the image
DDR location, IVT (Image Vector Table) offset inside
image as parameters. Detailed info about signing images
can be found in Freescale AppNote AN4581.

Signed-off-by: Nitin Garg <nitin.garg@freescale.com>

show more ...

42817eb822-Sep-2014 Stefano Babic <sbabic@denx.de>

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


/rk3399_rockchip-uboot/Kbuild
/rk3399_rockchip-uboot/Licenses/README
/rk3399_rockchip-uboot/Licenses/isc.txt
/rk3399_rockchip-uboot/Makefile
/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/at91/clock.c
armv7/exynos/Kconfig
armv7/highbank/Kconfig
armv7/keystone/Kconfig
armv7/keystone/ddr3.c
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
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
armv8/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-at91/at91_pmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/clk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/sama5d3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/sama5d3_smc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/ddr3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/hardware.h
/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/arch-tegra/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/arm/include/asm/io.h
/rk3399_rockchip-uboot/arch/arm/lib/eabi_compat.c
/rk3399_rockchip-uboot/arch/arm/lib/vectors.S
/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/microblaze/include/asm/posix_types.h
/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/atmel/sama5d3xek/sama5d3xek.c
/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/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/corenet_ds/Kconfig
/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/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/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/freescale/mpc8360erdk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/Kconfig
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/mpc837xemds.c
/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/mx6qsabreauto/mx6qsabreauto.c
/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/mx6sxsabresd/mx6sxsabresd.c
/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/freescale/vf610twr/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/vf610twr/vf610twr.c
/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/ks2_evm/ddr3_k2hk.c
/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/aboot.c
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/bouncebuf.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mtdparts.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/stdio.c
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_defconfig
/rk3399_rockchip-uboot/configs/ls2085a_emu_D4_defconfig
/rk3399_rockchip-uboot/configs/ls2085a_emu_defconfig
/rk3399_rockchip-uboot/configs/ls2085a_simu_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_semi_defconfig
/rk3399_rockchip-uboot/configs/vf610twr_defconfig
/rk3399_rockchip-uboot/configs/vf610twr_nand_defconfig
/rk3399_rockchip-uboot/doc/README.clang
/rk3399_rockchip-uboot/doc/README.fsl-esdhc
/rk3399_rockchip-uboot/doc/README.scrapyard
/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/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/gpio/tegra_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/mtd/mtdconcat.c
/rk3399_rockchip-uboot/drivers/mtd/mtdcore.c
/rk3399_rockchip-uboot/drivers/mtd/mtdpart.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand_ecc.h
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/mtd/nand/vf610_nfc.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/attach.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/build.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/crc32.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/debug.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/debug.h
/rk3399_rockchip-uboot/drivers/mtd/ubi/eba.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/fastmap.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/io.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/kapi.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/ubi.h
/rk3399_rockchip-uboot/drivers/mtd/ubi/upd.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/vmt.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/vtbl.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/wl.c
/rk3399_rockchip-uboot/drivers/net/ethoc.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/rtl8169.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/qe/uec.h
/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_lpuart.c
/rk3399_rockchip-uboot/drivers/serial/serial_ns16550.c
/rk3399_rockchip-uboot/drivers/serial/serial_tegra.c
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-atmel.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-at91.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/am35x.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_core.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_dsps.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_gadget.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_gadget_ep0.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_host.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_uboot.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/omap2430.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/fsl_dcu_fb.c
/rk3399_rockchip-uboot/drivers/watchdog/Makefile
/rk3399_rockchip-uboot/examples/standalone/Makefile
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/fs/ubifs/budget.c
/rk3399_rockchip-uboot/fs/ubifs/debug.c
/rk3399_rockchip-uboot/fs/ubifs/debug.h
/rk3399_rockchip-uboot/fs/ubifs/io.c
/rk3399_rockchip-uboot/fs/ubifs/log.c
/rk3399_rockchip-uboot/fs/ubifs/lprops.c
/rk3399_rockchip-uboot/fs/ubifs/lpt.c
/rk3399_rockchip-uboot/fs/ubifs/lpt_commit.c
/rk3399_rockchip-uboot/fs/ubifs/master.c
/rk3399_rockchip-uboot/fs/ubifs/misc.h
/rk3399_rockchip-uboot/fs/ubifs/recovery.c
/rk3399_rockchip-uboot/fs/ubifs/replay.c
/rk3399_rockchip-uboot/fs/ubifs/sb.c
/rk3399_rockchip-uboot/fs/ubifs/scan.c
/rk3399_rockchip-uboot/fs/ubifs/super.c
/rk3399_rockchip-uboot/fs/ubifs/tnc.c
/rk3399_rockchip-uboot/fs/ubifs/tnc_misc.c
/rk3399_rockchip-uboot/fs/ubifs/ubifs.c
/rk3399_rockchip-uboot/fs/ubifs/ubifs.h
/rk3399_rockchip-uboot/include/aboot.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/at91sam9n12ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9rlek.h
/rk3399_rockchip-uboot/include/configs/cm_fx6.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/mx51evk.h
/rk3399_rockchip-uboot/include/configs/mx6qarm2.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabresd.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/configs/ti_omap4_common.h
/rk3399_rockchip-uboot/include/configs/vf610twr.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/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/compiler-clang.h
/rk3399_rockchip-uboot/include/linux/compiler-gcc.h
/rk3399_rockchip-uboot/include/linux/compiler-gcc3.h
/rk3399_rockchip-uboot/include/linux/compiler-gcc4.h
/rk3399_rockchip-uboot/include/linux/compiler-intel.h
/rk3399_rockchip-uboot/include/linux/compiler.h
/rk3399_rockchip-uboot/include/linux/kbuild.h
/rk3399_rockchip-uboot/include/linux/mtd/flashchip.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/linux/mtd/ubi.h
/rk3399_rockchip-uboot/include/linux/rbtree.h
/rk3399_rockchip-uboot/include/mtd/mtd-abi.h
/rk3399_rockchip-uboot/include/ns16550.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/sparse_defs.h
/rk3399_rockchip-uboot/include/stdio_dev.h
/rk3399_rockchip-uboot/include/systemace.h
/rk3399_rockchip-uboot/include/tsec.h
/rk3399_rockchip-uboot/lib/fdtdec.c
/rk3399_rockchip-uboot/lib/list_sort.c
/rk3399_rockchip-uboot/lib/rbtree.c
/rk3399_rockchip-uboot/net/dns.c
/rk3399_rockchip-uboot/scripts/Kbuild.include
/rk3399_rockchip-uboot/scripts/Makefile.clean
/rk3399_rockchip-uboot/scripts/multiconfig.sh
/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/kconfiglib.py
/rk3399_rockchip-uboot/tools/buildman/test.py
/rk3399_rockchip-uboot/tools/buildman/toolchain.py
/rk3399_rockchip-uboot/tools/genboardscfg.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
2a8c9c8621-Sep-2014 Albert ARIBAUD <albert.u.boot@aribaud.net>

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

b24c1a1006-Aug-2014 Bo Shen <voice.shen@atmel.com>

ARM: atmel: use pcr to enable or disable peripheral clock

When use pcr (peripheral control register), then we won't need
to care about the peripheral ID.

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

ARM: atmel: use pcr to enable or disable peripheral clock

When use pcr (peripheral control register), then we won't need
to care about the peripheral ID.

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

show more ...

6c34382510-Sep-2014 Murali Karicheri <m-karicheri2@ti.com>

ARM: keystone: ddr3: workaround for ddr3a/3b memory issue

This patch implements a workaround to fix DDR3 memory issue.
The code for workaround detects PGSR0 errors and then preps for
and executes a

ARM: keystone: ddr3: workaround for ddr3a/3b memory issue

This patch implements a workaround to fix DDR3 memory issue.
The code for workaround detects PGSR0 errors and then preps for
and executes a software-controlled hard reset.In board_early_init,
where logic has been added to identify whether or not the previous
reset was a PORz. PLL initialization is skipped in the case of a
software-controlled hard reset.

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

show more ...

e38b15b017-Sep-2014 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/arch/arm/Kconfig
armv7/mx6/clock.c
armv7/mx6/ddr.c
armv7/mx6/soc.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/iomux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/imx-common/mxc_i2c.h
/rk3399_rockchip-uboot/arch/arm/lib/spl.c
/rk3399_rockchip-uboot/board/compulab/cm_fx6/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_fx6/MAINTAINERS
/rk3399_rockchip-uboot/board/compulab/cm_fx6/Makefile
/rk3399_rockchip-uboot/board/compulab/cm_fx6/cm_fx6.c
/rk3399_rockchip-uboot/board/compulab/cm_fx6/common.c
/rk3399_rockchip-uboot/board/compulab/cm_fx6/common.h
/rk3399_rockchip-uboot/board/compulab/cm_fx6/imximage.cfg
/rk3399_rockchip-uboot/board/compulab/cm_fx6/spl.c
/rk3399_rockchip-uboot/board/compulab/common/eeprom.c
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6dlsabresd.cfg
/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/configs/cm_fx6_defconfig
/rk3399_rockchip-uboot/configs/mx6dlsabresd_defconfig
/rk3399_rockchip-uboot/doc/README.imximage
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/pci/pcie_imx.c
/rk3399_rockchip-uboot/drivers/serial/serial_lpuart.c
/rk3399_rockchip-uboot/include/configs/cm_fx6.h
/rk3399_rockchip-uboot/include/configs/cm_t335.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/mx6qarm2.h
/rk3399_rockchip-uboot/include/configs/mx6qsabreauto.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabresd.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/sata.h
/rk3399_rockchip-uboot/tools/imximage.c
/rk3399_rockchip-uboot/tools/imximage.h
016a954e13-Sep-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

kconfig: armv8: move CONFIG_ARM64 to Kconfig

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


/rk3399_rockchip-uboot/Licenses/README
/rk3399_rockchip-uboot/Licenses/isc.txt
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/Kconfig
armv8/Kconfig
/rk3399_rockchip-uboot/board/armltd/vexpress64/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls2085a/Kconfig
/rk3399_rockchip-uboot/common/aboot.c
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/bouncebuf.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mtdparts.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/configs/ls2085a_emu_D4_defconfig
/rk3399_rockchip-uboot/configs/ls2085a_emu_defconfig
/rk3399_rockchip-uboot/configs/ls2085a_simu_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_semi_defconfig
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/drivers/mtd/mtdconcat.c
/rk3399_rockchip-uboot/drivers/mtd/mtdcore.c
/rk3399_rockchip-uboot/drivers/mtd/mtdpart.c
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/attach.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/build.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/crc32.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/debug.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/debug.h
/rk3399_rockchip-uboot/drivers/mtd/ubi/eba.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/fastmap.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/io.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/kapi.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/ubi.h
/rk3399_rockchip-uboot/drivers/mtd/ubi/upd.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/vmt.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/vtbl.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/wl.c
/rk3399_rockchip-uboot/drivers/net/ethoc.c
/rk3399_rockchip-uboot/drivers/net/rtl8169.c
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/am35x.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_core.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_dsps.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_gadget.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_gadget_ep0.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_host.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_uboot.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/omap2430.c
/rk3399_rockchip-uboot/examples/standalone/Makefile
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/fs/ubifs/budget.c
/rk3399_rockchip-uboot/fs/ubifs/debug.c
/rk3399_rockchip-uboot/fs/ubifs/debug.h
/rk3399_rockchip-uboot/fs/ubifs/io.c
/rk3399_rockchip-uboot/fs/ubifs/log.c
/rk3399_rockchip-uboot/fs/ubifs/lprops.c
/rk3399_rockchip-uboot/fs/ubifs/lpt.c
/rk3399_rockchip-uboot/fs/ubifs/lpt_commit.c
/rk3399_rockchip-uboot/fs/ubifs/master.c
/rk3399_rockchip-uboot/fs/ubifs/misc.h
/rk3399_rockchip-uboot/fs/ubifs/recovery.c
/rk3399_rockchip-uboot/fs/ubifs/replay.c
/rk3399_rockchip-uboot/fs/ubifs/sb.c
/rk3399_rockchip-uboot/fs/ubifs/scan.c
/rk3399_rockchip-uboot/fs/ubifs/super.c
/rk3399_rockchip-uboot/fs/ubifs/tnc.c
/rk3399_rockchip-uboot/fs/ubifs/tnc_misc.c
/rk3399_rockchip-uboot/fs/ubifs/ubifs.c
/rk3399_rockchip-uboot/fs/ubifs/ubifs.h
/rk3399_rockchip-uboot/include/aboot.h
/rk3399_rockchip-uboot/include/linux/compiler-clang.h
/rk3399_rockchip-uboot/include/linux/compiler-gcc.h
/rk3399_rockchip-uboot/include/linux/compiler-gcc3.h
/rk3399_rockchip-uboot/include/linux/compiler-gcc4.h
/rk3399_rockchip-uboot/include/linux/compiler-intel.h
/rk3399_rockchip-uboot/include/linux/compiler.h
/rk3399_rockchip-uboot/include/linux/mtd/flashchip.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/linux/mtd/ubi.h
/rk3399_rockchip-uboot/include/linux/rbtree.h
/rk3399_rockchip-uboot/include/mtd/mtd-abi.h
/rk3399_rockchip-uboot/include/sparse_defs.h
/rk3399_rockchip-uboot/lib/list_sort.c
/rk3399_rockchip-uboot/lib/rbtree.c
/rk3399_rockchip-uboot/net/dns.c
/rk3399_rockchip-uboot/scripts/Makefile.clean
/rk3399_rockchip-uboot/scripts/multiconfig.sh
/rk3399_rockchip-uboot/tools/buildman/kconfiglib.py
/rk3399_rockchip-uboot/tools/genboardscfg.py

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