History log of /rk3399_rockchip-uboot/tools/ (Results 776 – 800 of 1450)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5dff844d16-Sep-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

tools/genboardscfg.py: pick up also commented maitainers

We are still keeping invalid email addressed in MAINTAINERS
because they carry information.

The problem is that scripts/get_maintainer.pl ad

tools/genboardscfg.py: pick up also commented maitainers

We are still keeping invalid email addressed in MAINTAINERS
because they carry information.

The problem is that scripts/get_maintainer.pl adds emails in the
"M:" field including invalid ones.

We want to comment out invalid email addresses in MAINTAINERS
to prevent scripts/get_maintainer.pl from picking them up.
On the other hand, we want to collect them for boards.cfg
to know the last known maintainer of each board.

This commit adjusts tools/genboardscfg.py to parse also
the commented "M:" fields, which is useful for the next commit.

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

show more ...

bdc7dc4527-Aug-2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

tools/env: change stripping strategy to allow no-stripping

When building the U-Boot tools for non-ELF platforms (such as Blackfin
FLAT), since commit 79fc0c5f498c3982aa4740c273ab1a9255063d9c
("tools

tools/env: change stripping strategy to allow no-stripping

When building the U-Boot tools for non-ELF platforms (such as Blackfin
FLAT), since commit 79fc0c5f498c3982aa4740c273ab1a9255063d9c
("tools/env: cross-compile fw_printenv without setting HOSTCC"), the
build fails because it tries to strip a FLAT binary, which does not
make sense.

This commit solves this by changing the stripping logic in
tools/env/Makefile to be similar to the one in tools/Makefile. This
logic continues to apply strip to the final binary, but does not abort
the build if it fails, and does the stripping in place on the final
binary. This allows the logic to work fine if stripping doesn't work,
as it leaves the final binary untouched.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Sonic Zhang <sonic.zhang@analog.com>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Sonic Zhang <sonic.zhang@analog.com>

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/at91/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/keystone/ddr3.c
/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-kirkwood/spi.h
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/sama5d3xek.c
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/nitrogen6x.c
/rk3399_rockchip-uboot/board/embest/mx6boards/mx6boards.c
/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/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/efikamx.c
/rk3399_rockchip-uboot/board/ti/ks2_evm/ddr3_k2hk.c
/rk3399_rockchip-uboot/board/ttcontrol/vision2/vision2.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_fastboot.c
/rk3399_rockchip-uboot/common/cmd_sf.c
/rk3399_rockchip-uboot/common/fb_mmc.c
/rk3399_rockchip-uboot/doc/README.android-fastboot
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand_ecc.h
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_params.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_spl_load.c
/rk3399_rockchip-uboot/drivers/serial/serial-uclass.c
/rk3399_rockchip-uboot/drivers/spi/kirkwood_spi.c
/rk3399_rockchip-uboot/drivers/spi/mxc_spi.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_fastboot.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-atmel.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-at91.c
/rk3399_rockchip-uboot/include/configs/T104xRDB.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/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/ks2_evm.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/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/ti_omap4_common.h
/rk3399_rockchip-uboot/include/configs/tseries.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/spi_flash.h
env/Makefile
983a274915-Sep-2014 Simon Glass <sjg@chromium.org>

patman: Add a -m option to avoid copying the maintainers

The get_maintainers script is a useful default, but sometimes is copies
too many people, or takes a long time to run.

Add an option to disab

patman: Add a -m option to avoid copying the maintainers

The get_maintainers script is a useful default, but sometimes is copies
too many people, or takes a long time to run.

Add an option to disable it and update the README.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

7798e22815-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Fix the logic for the bloat command

This check should now be done whatever mode buildman is running in, since
we may be displaying information while building.

Signed-off-by: Simon Glass <

buildman: Fix the logic for the bloat command

This check should now be done whatever mode buildman is running in, since
we may be displaying information while building.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

9170818a17-Sep-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

kconfiglib: change SPDX-License-Identifier to ISC

Commit f219e01311b2 (tools: Import Kconfiglib)
added SPDX GPL-2.0+ to this library by mistake.
It should be ISC.

Signed-off-by: Masahiro Yamada <ya

kconfiglib: change SPDX-License-Identifier to ISC

Commit f219e01311b2 (tools: Import Kconfiglib)
added SPDX GPL-2.0+ to this library by mistake.
It should be ISC.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Ulf Magnusson <ulfalizer@gmail.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/Makefile
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/ddr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/Kconfig
/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/armltd/vexpress64/Kconfig
/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/ls2085a/Kconfig
/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/common/aboot.c
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/configs/cm_fx6_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/mx6dlsabresd_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_semi_defconfig
/rk3399_rockchip-uboot/doc/README.imximage
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/mtd/mtdcore.c
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.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/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/examples/standalone/Makefile
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/include/aboot.h
/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/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/pci.h
/rk3399_rockchip-uboot/include/sata.h
/rk3399_rockchip-uboot/include/sparse_defs.h
/rk3399_rockchip-uboot/net/dns.c
/rk3399_rockchip-uboot/scripts/Makefile.clean
/rk3399_rockchip-uboot/scripts/multiconfig.sh
imximage.c
imximage.h
f6c8f38e01-Sep-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

tools/genboardscfg.py: improve performance more with Kconfiglib

The idea of using Kconfiglib was given by Tom Rini.
It allows us to scan lots of defconfigs very quickly.
This commit also uses multip

tools/genboardscfg.py: improve performance more with Kconfiglib

The idea of using Kconfiglib was given by Tom Rini.
It allows us to scan lots of defconfigs very quickly.
This commit also uses multiprocessing for further acceleration.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Suggested-by: Tom Rini <trini@ti.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

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

tools: Import Kconfiglib

Kconfiglib is the flexible Python Kconfig parser and library
created by Ulf Magnusson.
(https://github.com/ulfalizer/Kconfiglib)

This commit imports kconfiglib.py from
comm

tools: Import Kconfiglib

Kconfiglib is the flexible Python Kconfig parser and library
created by Ulf Magnusson.
(https://github.com/ulfalizer/Kconfiglib)

This commit imports kconfiglib.py from
commit ce84c22e58fa59cb93679d4ead03c3cd1387965e,
with ISC SPDX-License-Identifier.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Cc: Ulf Magnusson <ulfalizer@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>

show more ...


/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
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/kirkwood/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/nomadik/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/versatile/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock_init.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock_init_exynos5.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/exynos5_setup.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/pinmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/power.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/highbank/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/keystone/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/keystone/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/keystone/psc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/fdt.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/fsl_ls1_serdes.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/fsl_ls1_serdes.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ls102xa_serdes.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/hw_data.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/sdram.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/rmobile/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra-common/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra114/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra124/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra20/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra30/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-odroid.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5420-peach-pit.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos54xx.dtsi
/rk3399_rockchip-uboot/arch/arm/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-exynos/clk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/system.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/emac_defs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/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/reset.c
/rk3399_rockchip-uboot/arch/arm/lib/spl.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/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/mx6sabresd/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx6slevk/Kconfig
/rk3399_rockchip-uboot/board/freescale/mx6sxsabresd/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1010rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1022ds/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1023rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/Kconfig
/rk3399_rockchip-uboot/board/freescale/p1_twr/Kconfig
/rk3399_rockchip-uboot/board/freescale/p2020come/Kconfig
/rk3399_rockchip-uboot/board/freescale/p2020ds/Kconfig
/rk3399_rockchip-uboot/board/freescale/p2041rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/qemu-ppce500/Kconfig
/rk3399_rockchip-uboot/board/freescale/t1040qds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t104xrdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/t208xqds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t208xrdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/t4qds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t4rdb/Kconfig
/rk3399_rockchip-uboot/board/freescale/vf610twr/Kconfig
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/Kconfig
/rk3399_rockchip-uboot/board/g2000/Kconfig
/rk3399_rockchip-uboot/board/gaisler/gr_cpci_ax2000/Kconfig
/rk3399_rockchip-uboot/board/gaisler/gr_ep2s60/Kconfig
/rk3399_rockchip-uboot/board/gaisler/gr_xc3s_1500/Kconfig
/rk3399_rockchip-uboot/board/gaisler/grsim/Kconfig
/rk3399_rockchip-uboot/board/gaisler/grsim_leon2/Kconfig
/rk3399_rockchip-uboot/board/galaxy5200/Kconfig
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/Kconfig
/rk3399_rockchip-uboot/board/gdsys/405ep/Kconfig
/rk3399_rockchip-uboot/board/gdsys/405ex/Kconfig
/rk3399_rockchip-uboot/board/gdsys/dlvision/Kconfig
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/Kconfig
/rk3399_rockchip-uboot/board/gdsys/intip/Kconfig
/rk3399_rockchip-uboot/board/gdsys/p1022/Kconfig
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/Kconfig
/rk3399_rockchip-uboot/board/gumstix/duovero/Kconfig
/rk3399_rockchip-uboot/board/gumstix/pepper/Kconfig
/rk3399_rockchip-uboot/board/gw8260/Kconfig
/rk3399_rockchip-uboot/board/h2200/Kconfig
/rk3399_rockchip-uboot/board/hale/tt01/Kconfig
/rk3399_rockchip-uboot/board/hermes/Kconfig
/rk3399_rockchip-uboot/board/htkw/mcx/Kconfig
/rk3399_rockchip-uboot/board/hymod/Kconfig
/rk3399_rockchip-uboot/board/ibf-dsp561/Kconfig
/rk3399_rockchip-uboot/board/icecube/Kconfig
/rk3399_rockchip-uboot/board/icpdas/lp8x4x/Kconfig
/rk3399_rockchip-uboot/board/icu862/Kconfig
/rk3399_rockchip-uboot/board/ids/ids8247/Kconfig
/rk3399_rockchip-uboot/board/ids/ids8313/Kconfig
/rk3399_rockchip-uboot/board/ifm/ac14xx/Kconfig
/rk3399_rockchip-uboot/board/ifm/o2dnt2/Kconfig
/rk3399_rockchip-uboot/board/imgtec/malta/Kconfig
/rk3399_rockchip-uboot/board/imx31_phycore/Kconfig
/rk3399_rockchip-uboot/board/in-circuit/grasshopper/Kconfig
/rk3399_rockchip-uboot/board/inka4x0/Kconfig
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/Kconfig
/rk3399_rockchip-uboot/board/iomega/iconnect/Kconfig
/rk3399_rockchip-uboot/board/ip04/Kconfig
/rk3399_rockchip-uboot/board/ip860/Kconfig
/rk3399_rockchip-uboot/board/ipek01/Kconfig
/rk3399_rockchip-uboot/board/iphase4539/Kconfig
/rk3399_rockchip-uboot/board/isee/igep0033/Kconfig
/rk3399_rockchip-uboot/board/isee/igep00x0/Kconfig
/rk3399_rockchip-uboot/board/ivm/Kconfig
/rk3399_rockchip-uboot/board/jornada/Kconfig
/rk3399_rockchip-uboot/board/jse/Kconfig
/rk3399_rockchip-uboot/board/jupiter/Kconfig
/rk3399_rockchip-uboot/board/karo/tk71/Kconfig
/rk3399_rockchip-uboot/board/karo/tx25/Kconfig
/rk3399_rockchip-uboot/board/keymile/km82xx/Kconfig
/rk3399_rockchip-uboot/board/keymile/km83xx/Kconfig
/rk3399_rockchip-uboot/board/keymile/km_arm/Kconfig
/rk3399_rockchip-uboot/board/keymile/kmp204x/Kconfig
/rk3399_rockchip-uboot/board/kmc/kzm9g/Kconfig
/rk3399_rockchip-uboot/board/korat/Kconfig
/rk3399_rockchip-uboot/board/kup/kup4k/Kconfig
/rk3399_rockchip-uboot/board/kup/kup4x/Kconfig
/rk3399_rockchip-uboot/board/logicpd/am3517evm/Kconfig
/rk3399_rockchip-uboot/board/logicpd/imx27lite/Kconfig
/rk3399_rockchip-uboot/board/logicpd/imx31_litekit/Kconfig
/rk3399_rockchip-uboot/board/logicpd/omap3som/Kconfig
/rk3399_rockchip-uboot/board/logicpd/zoom1/Kconfig
/rk3399_rockchip-uboot/board/lwmon/Kconfig
/rk3399_rockchip-uboot/board/lwmon5/Kconfig
/rk3399_rockchip-uboot/board/manroland/hmi1001/Kconfig
/rk3399_rockchip-uboot/board/manroland/mucmc52/Kconfig
/rk3399_rockchip-uboot/board/manroland/uc100/Kconfig
/rk3399_rockchip-uboot/board/manroland/uc101/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mvblx/Kconfig
/rk3399_rockchip-uboot/board/matrix_vision/mvsmr/Kconfig
/rk3399_rockchip-uboot/board/mcc200/Kconfig
/rk3399_rockchip-uboot/board/micronas/vct/Kconfig
/rk3399_rockchip-uboot/board/mimc/mimc200/Kconfig
/rk3399_rockchip-uboot/board/miromico/hammerhead/Kconfig
/rk3399_rockchip-uboot/board/mosaixtech/icon/Kconfig
/rk3399_rockchip-uboot/board/motionpro/Kconfig
/rk3399_rockchip-uboot/board/mpc8308_p1m/Kconfig
/rk3399_rockchip-uboot/board/mpl/mip405/Kconfig
/rk3399_rockchip-uboot/board/mpl/pati/Kconfig
/rk3399_rockchip-uboot/board/mpl/pip405/Kconfig
/rk3399_rockchip-uboot/board/mpl/vcma9/Kconfig
/rk3399_rockchip-uboot/board/mpr2/Kconfig
/rk3399_rockchip-uboot/board/ms7720se/Kconfig
/rk3399_rockchip-uboot/board/ms7722se/Kconfig
/rk3399_rockchip-uboot/board/ms7750se/Kconfig
/rk3399_rockchip-uboot/board/muas3001/Kconfig
/rk3399_rockchip-uboot/board/munices/Kconfig
/rk3399_rockchip-uboot/board/musenki/Kconfig
/rk3399_rockchip-uboot/board/mvblue/Kconfig
/rk3399_rockchip-uboot/board/netvia/Kconfig
/rk3399_rockchip-uboot/board/nokia/rx51/Kconfig
/rk3399_rockchip-uboot/board/nvidia/beaver/Kconfig
/rk3399_rockchip-uboot/board/nvidia/cardhu/Kconfig
/rk3399_rockchip-uboot/board/nvidia/dalmore/Kconfig
/rk3399_rockchip-uboot/board/nvidia/harmony/Kconfig
/rk3399_rockchip-uboot/board/nvidia/jetson-tk1/Kconfig
/rk3399_rockchip-uboot/board/nvidia/seaboard/Kconfig
/rk3399_rockchip-uboot/board/nvidia/seaboard/seaboard.c
/rk3399_rockchip-uboot/board/nvidia/venice2/Kconfig
/rk3399_rockchip-uboot/board/nvidia/ventana/Kconfig
/rk3399_rockchip-uboot/board/nvidia/whistler/Kconfig
/rk3399_rockchip-uboot/board/olimex/mx23_olinuxino/Kconfig
/rk3399_rockchip-uboot/board/omicron/calimain/Kconfig
/rk3399_rockchip-uboot/board/openrisc/openrisc-generic/Kconfig
/rk3399_rockchip-uboot/board/overo/Kconfig
/rk3399_rockchip-uboot/board/palmld/Kconfig
/rk3399_rockchip-uboot/board/palmtc/Kconfig
/rk3399_rockchip-uboot/board/palmtreo680/Kconfig
/rk3399_rockchip-uboot/board/pandora/Kconfig
/rk3399_rockchip-uboot/board/pb1x00/Kconfig
/rk3399_rockchip-uboot/board/pcs440ep/Kconfig
/rk3399_rockchip-uboot/board/pdm360ng/Kconfig
/rk3399_rockchip-uboot/board/phytec/pcm030/Kconfig
/rk3399_rockchip-uboot/board/phytec/pcm051/Kconfig
/rk3399_rockchip-uboot/board/pm520/Kconfig
/rk3399_rockchip-uboot/board/pm826/Kconfig
/rk3399_rockchip-uboot/board/pm828/Kconfig
/rk3399_rockchip-uboot/board/ppcag/bg0900/Kconfig
/rk3399_rockchip-uboot/board/ppmc7xx/Kconfig
/rk3399_rockchip-uboot/board/ppmc8260/Kconfig
/rk3399_rockchip-uboot/board/pr1/Kconfig
/rk3399_rockchip-uboot/board/prodrive/alpr/Kconfig
/rk3399_rockchip-uboot/board/prodrive/p3mx/Kconfig
/rk3399_rockchip-uboot/board/prodrive/p3p440/Kconfig
/rk3399_rockchip-uboot/board/pxa255_idp/Kconfig
/rk3399_rockchip-uboot/board/qemu-mips/Kconfig
/rk3399_rockchip-uboot/board/r360mpi/Kconfig
/rk3399_rockchip-uboot/board/raidsonic/ib62x0/Kconfig
/rk3399_rockchip-uboot/board/raspberrypi/rpi_b/Kconfig
/rk3399_rockchip-uboot/board/renesas/MigoR/Kconfig
/rk3399_rockchip-uboot/board/renesas/alt/Kconfig
/rk3399_rockchip-uboot/board/renesas/ap325rxa/Kconfig
/rk3399_rockchip-uboot/board/renesas/ecovec/Kconfig
/rk3399_rockchip-uboot/board/renesas/koelsch/Kconfig
/rk3399_rockchip-uboot/board/renesas/lager/Kconfig
/rk3399_rockchip-uboot/board/renesas/r0p7734/Kconfig
/rk3399_rockchip-uboot/board/renesas/r2dplus/Kconfig
/rk3399_rockchip-uboot/board/renesas/r7780mp/Kconfig
/rk3399_rockchip-uboot/board/renesas/rsk7203/Kconfig
/rk3399_rockchip-uboot/board/renesas/rsk7264/Kconfig
/rk3399_rockchip-uboot/board/renesas/rsk7269/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7752evb/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7753evb/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7763rdp/Kconfig
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/Kconfig
/rk3399_rockchip-uboot/board/ronetix/pm9261/Kconfig
/rk3399_rockchip-uboot/board/ronetix/pm9263/Kconfig
/rk3399_rockchip-uboot/board/ronetix/pm9g45/Kconfig
/rk3399_rockchip-uboot/board/sacsng/Kconfig
/rk3399_rockchip-uboot/board/samsung/arndale/Kconfig
/rk3399_rockchip-uboot/board/samsung/arndale/MAINTAINERS
/rk3399_rockchip-uboot/board/samsung/common/board.c
/rk3399_rockchip-uboot/board/samsung/common/misc.c
/rk3399_rockchip-uboot/board/samsung/goni/Kconfig
/rk3399_rockchip-uboot/board/samsung/odroid/Kconfig
/rk3399_rockchip-uboot/board/samsung/odroid/MAINTAINERS
/rk3399_rockchip-uboot/board/samsung/odroid/Makefile
/rk3399_rockchip-uboot/board/samsung/odroid/odroid.c
/rk3399_rockchip-uboot/board/samsung/odroid/setup.h
/rk3399_rockchip-uboot/board/samsung/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/smdk5420/smdk5420.c
/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/sunxi/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/Makefile
/rk3399_rockchip-uboot/board/sunxi/dram_a20_olinuxino_l.c
/rk3399_rockchip-uboot/board/synopsys/Kconfig
/rk3399_rockchip-uboot/board/synopsys/axs101/Kconfig
/rk3399_rockchip-uboot/board/syteco/jadecpu/Kconfig
/rk3399_rockchip-uboot/board/syteco/zmx25/Kconfig
/rk3399_rockchip-uboot/board/t3corp/Kconfig
/rk3399_rockchip-uboot/board/taskit/stamp9g20/Kconfig
/rk3399_rockchip-uboot/board/tcm-bf518/Kconfig
/rk3399_rockchip-uboot/board/tcm-bf537/Kconfig
/rk3399_rockchip-uboot/board/technexion/tao3530/Kconfig
/rk3399_rockchip-uboot/board/technexion/twister/Kconfig
/rk3399_rockchip-uboot/board/teejet/mt_ventoux/Kconfig
/rk3399_rockchip-uboot/board/ti/am335x/Kconfig
/rk3399_rockchip-uboot/board/ti/am3517crane/Kconfig
/rk3399_rockchip-uboot/board/ti/am43xx/Kconfig
/rk3399_rockchip-uboot/board/ti/beagle/Kconfig
/rk3399_rockchip-uboot/board/ti/dra7xx/Kconfig
/rk3399_rockchip-uboot/board/ti/evm/Kconfig
/rk3399_rockchip-uboot/board/ti/ks2_evm/Kconfig
/rk3399_rockchip-uboot/board/ti/omap5_uevm/Kconfig
/rk3399_rockchip-uboot/board/ti/panda/Kconfig
/rk3399_rockchip-uboot/board/ti/sdp3430/Kconfig
/rk3399_rockchip-uboot/board/ti/sdp4430/Kconfig
/rk3399_rockchip-uboot/board/ti/ti814x/Kconfig
/rk3399_rockchip-uboot/board/ti/ti816x/Kconfig
/rk3399_rockchip-uboot/board/ti/tnetv107xevm/Kconfig
/rk3399_rockchip-uboot/board/timll/devkit3250/Kconfig
/rk3399_rockchip-uboot/board/timll/devkit8000/Kconfig
/rk3399_rockchip-uboot/board/toradex/colibri_pxa270/Kconfig
/rk3399_rockchip-uboot/board/toradex/colibri_t20_iris/Kconfig
/rk3399_rockchip-uboot/board/toradex/colibri_t30/Kconfig
/rk3399_rockchip-uboot/board/total5200/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm5200/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm8260/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm8272/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm834x/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqm8xx/Kconfig
/rk3399_rockchip-uboot/board/tqc/tqma6/Kconfig
/rk3399_rockchip-uboot/board/trizepsiv/Kconfig
/rk3399_rockchip-uboot/board/ttcontrol/vision2/Kconfig
/rk3399_rockchip-uboot/board/udoo/Kconfig
/rk3399_rockchip-uboot/board/utx8245/Kconfig
/rk3399_rockchip-uboot/board/v38b/Kconfig
/rk3399_rockchip-uboot/board/ve8313/Kconfig
/rk3399_rockchip-uboot/board/vpac270/Kconfig
/rk3399_rockchip-uboot/board/w7o/Kconfig
/rk3399_rockchip-uboot/board/wandboard/Kconfig
/rk3399_rockchip-uboot/board/woodburn/Kconfig
/rk3399_rockchip-uboot/board/xaeniax/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite1000/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite517x/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite520x/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite537x/Kconfig
/rk3399_rockchip-uboot/board/xes/xpedite550x/Kconfig
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/Kconfig
/rk3399_rockchip-uboot/board/xilinx/ml507/Kconfig
/rk3399_rockchip-uboot/board/xilinx/ppc405-generic/Kconfig
/rk3399_rockchip-uboot/board/xilinx/ppc440-generic/Kconfig
/rk3399_rockchip-uboot/board/zeus/Kconfig
/rk3399_rockchip-uboot/board/zipitz2/Kconfig
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/bouncebuf.c
/rk3399_rockchip-uboot/common/cmd_mtdparts.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/stdio.c
/rk3399_rockchip-uboot/configs/A10-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A10s-OLinuXino-M_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXinoM_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXino_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T004_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_FEL_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_FEL_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000G_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mini-X-1Gb_defconfig
/rk3399_rockchip-uboot/configs/Mini-X_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/gwventana_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_defconfig
/rk3399_rockchip-uboot/configs/odroid_defconfig
/rk3399_rockchip-uboot/configs/qt840a_defconfig
/rk3399_rockchip-uboot/configs/r7-tv-dongle_defconfig
/rk3399_rockchip-uboot/doc/README.clang
/rk3399_rockchip-uboot/doc/README.fsl-esdhc
/rk3399_rockchip-uboot/doc/README.odroid
/rk3399_rockchip-uboot/doc/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/doc/device-tree-bindings/video/exynos-fb.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/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/omap_gpmc.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/keystone_net.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/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/exynos_fb.c
/rk3399_rockchip-uboot/drivers/video/exynos_fimd.c
/rk3399_rockchip-uboot/drivers/video/fsl_dcu_fb.c
/rk3399_rockchip-uboot/drivers/video/parade.c
/rk3399_rockchip-uboot/drivers/watchdog/Makefile
/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/common.h
/rk3399_rockchip-uboot/include/configs/am335x_igep0033.h
/rk3399_rockchip-uboot/include/configs/exynos5250-dt.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/odroid.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/peach-pit.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/configs/trats2.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/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/samsung/misc.h
/rk3399_rockchip-uboot/include/serial.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/scripts/Kbuild.include
buildman/kconfiglib.py
d0ea61d904-Sep-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

buildman: fix typos of --dry-run help message

try run => dry run
no nothing => do nothing
"..." => '...'

The last one is for consistency with the other option helps.

Change-Id: I1d69047d1f

buildman: fix typos of --dry-run help message

try run => dry run
no nothing => do nothing
"..." => '...'

The last one is for consistency with the other option helps.

Change-Id: I1d69047d1fae6ef095a18f69f44ee13c448db9b7
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

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

buildman: Create parent directories as necessary

When creating build directories also create parents as necessary. This
fixes a failure when building a hierarchical branch (i.e. foo/bar).

Signed-of

buildman: Create parent directories as necessary

When creating build directories also create parents as necessary. This
fixes a failure when building a hierarchical branch (i.e. foo/bar).

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Tom Rini <trini@ti.com>

show more ...

1f72788504-Sep-2014 Vadim Bendebury <vbendeb@chromium.org>

patman: make run results better visible

For an occasional user of patman some failures are not obvious: for
instance when checkpatch reports warnings, the dry run still reports
that the email would

patman: make run results better visible

For an occasional user of patman some failures are not obvious: for
instance when checkpatch reports warnings, the dry run still reports
that the email would be sent. If it is not dry run, the warnings are
shown on the screen, but it is not clear that the email was not sent.

Add some code to report failure to send email explicitly.

Tested by running the script on a patch with style violations,
observed error messages in the script output.

Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

950a231306-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Ignore conflicting tags

Tags like Series-version are normally expected to appear once, and with a
unique value. But buildman doesn't actually look at these tags. So ignore
conflicts.

This

buildman: Ignore conflicting tags

Tags like Series-version are normally expected to appear once, and with a
unique value. But buildman doesn't actually look at these tags. So ignore
conflicts.

This allows bulidman to build a branch containing multiple patman series.

Reported-by: Steve Rae <srae@broadcom.com>
Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

f7582ce806-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Permit branch names with an embedded '/'

At present buildman naively uses the branch name as part of its directory
path, which causes problems if the name has an embedded '/'.

Replace the

buildman: Permit branch names with an embedded '/'

At present buildman naively uses the branch name as part of its directory
path, which causes problems if the name has an embedded '/'.

Replace these with '_' to fix the problem.

Reported-by: Steve Rae <srae@broadcom.com>
Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

930c8d4a06-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Expand output test to cover directory prefixes

Now that buildman supports removing the build directory prefix from output,
add a test for it. Also ensure that output directories are remove

buildman: Expand output test to cover directory prefixes

Now that buildman supports removing the build directory prefix from output,
add a test for it. Also ensure that output directories are removed when the
test completes.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

dfb7e93206-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Add additional functional tests

This adds coverage of core features of the builder, including the
command-line options which affect building.

Signed-off-by: Simon Glass <sjg@chromium.org>

891b7a0706-Sep-2014 Simon Glass <sjg@chromium.org>

patman: Start with a clean series when needed

For reasons that are not well-understood, GetMetaDataForList() can end up
adding to an existing series even when it appears that it should be
starting a

patman: Start with a clean series when needed

For reasons that are not well-understood, GetMetaDataForList() can end up
adding to an existing series even when it appears that it should be
starting a new one.

Change from using a default constructor parameter to an explicit one, to
work around this problem.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

883a321a06-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Provide an internal option to clean the outpur dir

For testing it is useful to clean the output directory before running a
test. This avoids a test interfering with the results of a subseq

buildman: Provide an internal option to clean the outpur dir

For testing it is useful to clean the output directory before running a
test. This avoids a test interfering with the results of a subsequent
test by leaving data around.

Add this feature as an optional parameter to the control logic.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

fb3954f906-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Correct counting of build failures on retry

When a build is to be performed, buildman checks to see if it has already
been done. In most cases it will not bother trying again. However, it

buildman: Correct counting of build failures on retry

When a build is to be performed, buildman checks to see if it has already
been done. In most cases it will not bother trying again. However, it was
not reading the return code from the 'done' file, so if the result was a
failure, it would not be counted. This depresses the 'failure' count stats
that buildman prints in this case.

Fix this bug by always reading the return code.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

823e60b606-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Allow tests to have their own boards

Rather than reading boards.cfg, which may take time to generate and is not
necessarily suitable for running tests, create our own list of boards.

Sign

buildman: Allow tests to have their own boards

Rather than reading boards.cfg, which may take time to generate and is not
necessarily suitable for running tests, create our own list of boards.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

8b985eeb06-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Avoid looking at config file or toolchains in tests

These files may not exist in the environment, or may not be suitable for
testing. Provide our own config file and our own toolchains whe

buildman: Avoid looking at config file or toolchains in tests

These files may not exist in the environment, or may not be suitable for
testing. Provide our own config file and our own toolchains when running
tests.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

fd03d63f06-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Set up bsettings outside the control module

Move the bsettings code back to the main buildman.py file, so we can do
something different when testing.

Signed-off-by: Simon Glass <sjg@chrom

buildman: Set up bsettings outside the control module

Move the bsettings code back to the main buildman.py file, so we can do
something different when testing.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

d4144e4506-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Add a functional test

Buildman currently lacks testing in many areas, including its use of git,
make and many command-line flags.

Add a functional test which covers some of these areas. S

buildman: Add a functional test

Buildman currently lacks testing in many areas, including its use of git,
make and many command-line flags.

Add a functional test which covers some of these areas. So far it does
a fake 'build' of all boards for the current source tree.

This version reads the real ~/.buildman and boards.cfg files. Future work
will improve this.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

82012dd206-Sep-2014 Simon Glass <sjg@chromium.org>

patman: Provide a way to intercept commands for testing

Add a test point for the command module. This allows tests to emulate
the execution of commands. This provides more control (since we can make

patman: Provide a way to intercept commands for testing

Add a test point for the command module. This allows tests to emulate
the execution of commands. This provides more control (since we can make
the fake 'commands' do whatever we like), makes it faster to write tests
since we don't need to set up as much environment, and speeds up test
execution.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

48ba585606-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Move full help code into the control module

There is no good reason to keep this code separate. Move it into control.py
so it is easier to test.

Signed-off-by: Simon Glass <sjg@chromium.o

buildman: Move full help code into the control module

There is no good reason to keep this code separate. Move it into control.py
so it is easier to test.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

d3d5c12306-Sep-2014 Simon Glass <sjg@chromium.org>

buildman: Move the command line code into its own file

We want to be able to issue parser commands from within buildman for test
purposes. Move the parser code into its own file so we don't end up n

buildman: Move the command line code into its own file

We want to be able to issue parser commands from within buildman for test
purposes. Move the parser code into its own file so we don't end up needing
the buildman and test modules to reference each other.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...

1...<<31323334353637383940>>...58