History log of /rk3399_rockchip-uboot/lib/ (Results 576 – 600 of 1133)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a812241005-Jun-2016 Alexander Graf <agraf@suse.de>

efi_loader: Add DM_VIDEO support

Some systems are starting to shift to support DM_VIDEO which exposes
the frame buffer through a slightly different interface.

This is a poor man's effort to support

efi_loader: Add DM_VIDEO support

Some systems are starting to shift to support DM_VIDEO which exposes
the frame buffer through a slightly different interface.

This is a poor man's effort to support the dm video interface instead
of the lcd one. We still only support a single display device.

Signed-off-by: Alexander Graf <agraf@suse.de>
[trini: Remove fb_size / fb_base as they were not used]
Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...

74c16acc27-May-2016 Alexander Graf <agraf@suse.de>

efi_loader: Don't allocate from memory holes

When a payload calls our memory allocator with the exact address hint, we
happily allocate memory from completely unpopulated regions. Payloads however
e

efi_loader: Don't allocate from memory holes

When a payload calls our memory allocator with the exact address hint, we
happily allocate memory from completely unpopulated regions. Payloads however
expect this to only succeed if they would be allocating from free conventional
memory.

This patch makes the logic behind those checks a bit more obvious and ensures
that we always allocate from known good free conventional memory regions if we
want to allocate ram.

Reported-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

edcef3ba02-Jun-2016 Alexander Graf <agraf@suse.de>

efi_loader: Move to normal debug infrastructure

We introduced special "DEBUG_EFI" defines when the efi loader
support was new. After giving it a bit of thought, turns out
we really didn't have to -

efi_loader: Move to normal debug infrastructure

We introduced special "DEBUG_EFI" defines when the efi loader
support was new. After giving it a bit of thought, turns out
we really didn't have to - the normal #define DEBUG infrastructure
works well enough for efi loader as well.

So this patch switches to the common debug() and #define DEBUG
way of printing debug information.

Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

a86aeaf220-May-2016 Alexander Graf <agraf@suse.de>

efi_loader: Add exit support

Some times you may want to exit an EFI payload again, for example
to default boot into a PXE installation and decide that you would
rather want to boot from the local di

efi_loader: Add exit support

Some times you may want to exit an EFI payload again, for example
to default boot into a PXE installation and decide that you would
rather want to boot from the local disk instead.

This patch adds exit functionality to the EFI implementation, allowing
EFI payloads to exit.

Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...


/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/ls1012a_serdes.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/cpu.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1012a-frdm.dts
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1012a-frdm.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1012a-qds.dts
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1012a-qds.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1012a-rdb.dts
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1012a-rdb.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1012a.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/ns_access.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/soc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/setjmp.h
/rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/davinci_nand.h
/rk3399_rockchip-uboot/arch/arm/lib/lib1funcs.S
/rk3399_rockchip-uboot/arch/microblaze/include/asm/asm.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/fixed_sdram.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/reginfo.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/sdram.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/gpio.h
/rk3399_rockchip-uboot/board/BuR/common/common.c
/rk3399_rockchip-uboot/board/atmel/at91sam9261ek/at91sam9261ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9263ek/at91sam9263ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9n12ek/at91sam9n12ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9rlek/at91sam9rlek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9x5ek/at91sam9x5ek.c
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/sama5d3xek.c
/rk3399_rockchip-uboot/board/atmel/sama5d4_xplained/sama5d4_xplained.c
/rk3399_rockchip-uboot/board/atmel/sama5d4ek/sama5d4ek.c
/rk3399_rockchip-uboot/board/esd/common/esd405ep_nand.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/Makefile
/rk3399_rockchip-uboot/board/freescale/b4860qds/ddr.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/spl.c
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/Makefile
/rk3399_rockchip-uboot/board/freescale/c29xpcie/Makefile
/rk3399_rockchip-uboot/board/freescale/c29xpcie/spl.c
/rk3399_rockchip-uboot/board/freescale/common/ls102xa_stream_id.c
/rk3399_rockchip-uboot/board/freescale/common/qixis.c
/rk3399_rockchip-uboot/board/freescale/ls1012afrdm/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1012afrdm/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1012afrdm/Makefile
/rk3399_rockchip-uboot/board/freescale/ls1012afrdm/README
/rk3399_rockchip-uboot/board/freescale/ls1012afrdm/ls1012afrdm.c
/rk3399_rockchip-uboot/board/freescale/ls1012aqds/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1012aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1012aqds/Makefile
/rk3399_rockchip-uboot/board/freescale/ls1012aqds/README
/rk3399_rockchip-uboot/board/freescale/ls1012aqds/ls1012aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1012aqds/ls1012aqds_qixis.h
/rk3399_rockchip-uboot/board/freescale/ls1012ardb/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls1012ardb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1012ardb/Makefile
/rk3399_rockchip-uboot/board/freescale/ls1012ardb/README
/rk3399_rockchip-uboot/board/freescale/ls1012ardb/ls1012ardb.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/README
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ls1043aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/README
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2080aqds/README
/rk3399_rockchip-uboot/board/freescale/ls2080aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2080aqds/ls2080aqds.c
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/README
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/ls2080ardb.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/nand.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/p1010rdb/spl.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/Makefile
/rk3399_rockchip-uboot/board/freescale/p1022ds/spl.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/Makefile
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/spl.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t102xqds/Makefile
/rk3399_rockchip-uboot/board/freescale/t102xqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/t102xqds/spl.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t102xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/ddr.h
/rk3399_rockchip-uboot/board/freescale/t104xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t104xrdb/ddr.h
/rk3399_rockchip-uboot/board/freescale/t104xrdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t208xqds/Makefile
/rk3399_rockchip-uboot/board/freescale/t208xqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/t208xqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/t208xqds/spl.c
/rk3399_rockchip-uboot/board/freescale/t208xrdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t208xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t208xrdb/ddr.h
/rk3399_rockchip-uboot/board/freescale/t208xrdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t4qds/Makefile
/rk3399_rockchip-uboot/board/freescale/t4qds/ddr.c
/rk3399_rockchip-uboot/board/freescale/t4qds/ddr.h
/rk3399_rockchip-uboot/board/freescale/t4qds/spl.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t4rdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/ddr.h
/rk3399_rockchip-uboot/board/freescale/t4rdb/spl.c
/rk3399_rockchip-uboot/board/gdsys/common/Makefile
/rk3399_rockchip-uboot/board/gdsys/common/ioep-fpga.c
/rk3399_rockchip-uboot/board/gdsys/common/osd.c
/rk3399_rockchip-uboot/board/gdsys/mpc8308/strider.c
/rk3399_rockchip-uboot/board/ronetix/pm9261/pm9261.c
/rk3399_rockchip-uboot/board/ronetix/pm9263/pm9263.c
/rk3399_rockchip-uboot/board/socrates/nand.c
/rk3399_rockchip-uboot/board/xes/common/actl_nand.c
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/Kconfig
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/config.mk
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/xparameters.h
/rk3399_rockchip-uboot/board/xilinx/zynqmp/zynqmp.c
/rk3399_rockchip-uboot/cmd/bootefi.c
/rk3399_rockchip-uboot/cmd/bootm.c
/rk3399_rockchip-uboot/cmd/jffs2.c
/rk3399_rockchip-uboot/cmd/nand.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/fb_nand.c
/rk3399_rockchip-uboot/common/scsi.c
/rk3399_rockchip-uboot/common/spl/spl_fit.c
/rk3399_rockchip-uboot/common/splash_source.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/configs/am437x_hs_evm_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_ethboot_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_qspiboot_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_usbhost_boot_defconfig
/rk3399_rockchip-uboot/configs/am57xx_evm_defconfig
/rk3399_rockchip-uboot/configs/am57xx_evm_nodt_defconfig
/rk3399_rockchip-uboot/configs/am57xx_hs_evm_defconfig
/rk3399_rockchip-uboot/configs/bf526-ezbrd_defconfig
/rk3399_rockchip-uboot/configs/bf527-ezkit-v2_defconfig
/rk3399_rockchip-uboot/configs/bf527-ezkit_defconfig
/rk3399_rockchip-uboot/configs/bf548-ezkit_defconfig
/rk3399_rockchip-uboot/configs/cm_t43_defconfig
/rk3399_rockchip-uboot/configs/dra72_hs_evm_defconfig
/rk3399_rockchip-uboot/configs/dra74_hs_evm_defconfig
/rk3399_rockchip-uboot/configs/dra7xx_evm_defconfig
/rk3399_rockchip-uboot/configs/k2e_evm_defconfig
/rk3399_rockchip-uboot/configs/k2g_evm_defconfig
/rk3399_rockchip-uboot/configs/k2hk_evm_defconfig
/rk3399_rockchip-uboot/configs/k2l_evm_defconfig
/rk3399_rockchip-uboot/configs/ls1012afrdm_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1012aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1012ardb_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_nor_ddr3_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1043ardb_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1043ardb_defconfig
/rk3399_rockchip-uboot/configs/ls1043ardb_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1043ardb_sdcard_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_nand_defconfig
/rk3399_rockchip-uboot/configs/microblaze-generic_defconfig
/rk3399_rockchip-uboot/configs/odroid-xu3_defconfig
/rk3399_rockchip-uboot/configs/peach-pi_defconfig
/rk3399_rockchip-uboot/configs/peach-pit_defconfig
/rk3399_rockchip-uboot/configs/smdk5420_defconfig
/rk3399_rockchip-uboot/configs/strider_con_dp_defconfig
/rk3399_rockchip-uboot/configs/strider_cpu_dp_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_ep_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/fsl_ddr_gen4.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/options.c
/rk3399_rockchip-uboot/drivers/dfu/dfu_nand.c
/rk3399_rockchip-uboot/drivers/gpio/Kconfig
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/gpio-uclass.c
/rk3399_rockchip-uboot/drivers/gpio/mpc85xx_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/sandbox.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/am335x_spl_bch.c
/rk3399_rockchip-uboot/drivers/mtd/nand/arasan_nfc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/denali.c
/rk3399_rockchip-uboot/drivers/mtd/nand/denali.h
/rk3399_rockchip-uboot/drivers/mtd/nand/denali_spl.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/nand/fsl_upm.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsmc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/kb9202_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/kirkwood_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/lpc32xx_nand_mlc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/lpc32xx_nand_slc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/mpc5121_nfc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/mxc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/mxc_nand_spl.c
/rk3399_rockchip-uboot/drivers/mtd/nand/mxs_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/mxs_nand_spl.c
/rk3399_rockchip-uboot/drivers/mtd/nand/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_bch.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_plat.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_spl_simple.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/mtd/nand/ndfc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/pxa3xx_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/s3c2410_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/tegra_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/vf610_nfc.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_params.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/net/fm/fm.c
/rk3399_rockchip-uboot/drivers/net/phy/cortina.c
/rk3399_rockchip-uboot/drivers/pci/pcie_layerscape.c
/rk3399_rockchip-uboot/drivers/usb/host/Kconfig
/rk3399_rockchip-uboot/drivers/usb/host/Makefile
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_uboot_glue.c
/rk3399_rockchip-uboot/include/asm-generic/global_data.h
/rk3399_rockchip-uboot/include/asm-generic/gpio.h
/rk3399_rockchip-uboot/include/configs/am43xx_evm.h
/rk3399_rockchip-uboot/include/configs/am57xx_evm.h
/rk3399_rockchip-uboot/include/configs/bf526-ezbrd.h
/rk3399_rockchip-uboot/include/configs/bf527-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf548-ezkit.h
/rk3399_rockchip-uboot/include/configs/cm_t43.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/ds414.h
/rk3399_rockchip-uboot/include/configs/exynos5-common.h
/rk3399_rockchip-uboot/include/configs/exynos5420-common.h
/rk3399_rockchip-uboot/include/configs/ls1012a_common.h
/rk3399_rockchip-uboot/include/configs/ls1012afrdm.h
/rk3399_rockchip-uboot/include/configs/ls1012aqds.h
/rk3399_rockchip-uboot/include/configs/ls1012ardb.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/ls1043aqds.h
/rk3399_rockchip-uboot/include/configs/ls1043ardb.h
/rk3399_rockchip-uboot/include/configs/ls2080aqds.h
/rk3399_rockchip-uboot/include/configs/ls2080ardb.h
/rk3399_rockchip-uboot/include/configs/smdk5420.h
/rk3399_rockchip-uboot/include/configs/strider.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_keystone2.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_ep.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_zc1751_xm015_dc1.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_zc1751_xm019_dc5.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_zcu102.h
/rk3399_rockchip-uboot/include/dwc3-uboot.h
/rk3399_rockchip-uboot/include/efi_api.h
/rk3399_rockchip-uboot/include/fsl_mmdc.h
/rk3399_rockchip-uboot/include/gdsys_fpga.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/linux/mtd/nand_bch.h
/rk3399_rockchip-uboot/include/linux/usb/xhci-fsl.h
/rk3399_rockchip-uboot/include/nand.h
efi_loader/efi_boottime.c
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/test/dm/gpio.c
f15715af03-Jun-2016 Tom Rini <trini@konsulko.com>

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


/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/clock_am43xx.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/hw_data.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_vining_fpga.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra186-p2771-0000.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra186.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/tegra_mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra124/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra186/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra186/tegra.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra210/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra30/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/arch/arm/lib/ashldi3.S
/rk3399_rockchip-uboot/arch/arm/lib/ashrdi3.S
/rk3399_rockchip-uboot/arch/arm/lib/div64.S
/rk3399_rockchip-uboot/arch/arm/lib/lib1funcs.S
/rk3399_rockchip-uboot/arch/arm/lib/lshrdi3.S
/rk3399_rockchip-uboot/arch/arm/lib/muldi3.S
/rk3399_rockchip-uboot/arch/arm/lib/uldivmod.S
/rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/hardware-k2g.h
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-tegra/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-tegra/board186.c
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/Makefile
/rk3399_rockchip-uboot/board/avionic-design/common/tamonten-ng.c
/rk3399_rockchip-uboot/board/avionic-design/common/tamonten.c
/rk3399_rockchip-uboot/board/nvidia/cardhu/cardhu.c
/rk3399_rockchip-uboot/board/nvidia/e2220-1170/pinmux-config-e2220-1170.h
/rk3399_rockchip-uboot/board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h
/rk3399_rockchip-uboot/board/nvidia/nyan-big/nyan-big.c
/rk3399_rockchip-uboot/board/nvidia/nyan-big/pinmux-config-nyan-big.h
/rk3399_rockchip-uboot/board/nvidia/p2371-0000/pinmux-config-p2371-0000.h
/rk3399_rockchip-uboot/board/nvidia/p2371-2180/pinmux-config-p2371-2180.h
/rk3399_rockchip-uboot/board/nvidia/p2571/p2571.c
/rk3399_rockchip-uboot/board/nvidia/p2571/pinmux-config-p2571.h
/rk3399_rockchip-uboot/board/nvidia/p2771-0000/Kconfig
/rk3399_rockchip-uboot/board/nvidia/p2771-0000/MAINTAINERS
/rk3399_rockchip-uboot/board/nvidia/p2771-0000/Makefile
/rk3399_rockchip-uboot/board/nvidia/p2771-0000/p2771-0000.c
/rk3399_rockchip-uboot/board/nvidia/seaboard/seaboard.c
/rk3399_rockchip-uboot/board/nvidia/venice2/pinmux-config-venice2.h
/rk3399_rockchip-uboot/board/samtec/vining_fpga/MAINTAINERS
/rk3399_rockchip-uboot/board/samtec/vining_fpga/Makefile
/rk3399_rockchip-uboot/board/samtec/vining_fpga/qts/iocsr_config.h
/rk3399_rockchip-uboot/board/samtec/vining_fpga/qts/pinmux_config.h
/rk3399_rockchip-uboot/board/samtec/vining_fpga/qts/pll_config.h
/rk3399_rockchip-uboot/board/samtec/vining_fpga/qts/sdram_config.h
/rk3399_rockchip-uboot/board/samtec/vining_fpga/socfpga.c
/rk3399_rockchip-uboot/board/ti/am43xx/board.c
/rk3399_rockchip-uboot/board/ti/am57xx/board.c
/rk3399_rockchip-uboot/board/ti/ks2_evm/board_k2g.c
/rk3399_rockchip-uboot/board/toradex/colibri_t20/colibri_t20.c
/rk3399_rockchip-uboot/board/toradex/colibri_t30/colibri_t30.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/configs/p2771-0000_defconfig
/rk3399_rockchip-uboot/configs/socfpga_arria5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_cyclone5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_de0_nano_soc_defconfig
/rk3399_rockchip-uboot/configs/socfpga_mcvevk_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sockit_defconfig
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sr1500_defconfig
/rk3399_rockchip-uboot/configs/socfpga_vining_fpga_defconfig
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/nvidia,tegra186-gpio.txt
/rk3399_rockchip-uboot/drivers/gpio/Kconfig
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/rk_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/tegra186_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/tegra186_gpio_priv.h
/rk3399_rockchip-uboot/drivers/mmc/tegra_mmc.c
/rk3399_rockchip-uboot/drivers/usb/phy/omap_usb_phy.c
/rk3399_rockchip-uboot/include/configs/p2771-0000.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/socfpga_sr1500.h
/rk3399_rockchip-uboot/include/configs/socfpga_vining_fpga.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/configs/tegra186-common.h
/rk3399_rockchip-uboot/include/dt-bindings/gpio/tegra-gpio.h
/rk3399_rockchip-uboot/include/dt-bindings/gpio/tegra186-gpio.h
/rk3399_rockchip-uboot/include/fdtdec.h
fdtdec.c
91b86e2126-May-2016 Marek Vasut <marex@denx.de>

lib: Enable private libgcc by default

This patch decouples U-Boot binary from the toolchain on systems where
private libgcc is available. Instead of pulling in functions provided
by the libgcc from

lib: Enable private libgcc by default

This patch decouples U-Boot binary from the toolchain on systems where
private libgcc is available. Instead of pulling in functions provided
by the libgcc from the toolchain, U-Boot will use it's own set of libgcc
functions. These functions are usually imported from Linux kernel, which
also uses it's own libgcc functions instead of the ones provided by the
toolchain.

This patch solves a rather common problem. The toolchain can usually
generate code for many variants of target architecture and often even
different endianness. The libgcc on the other hand is usually compiled
for one particular configuration and the functions provided by it may
or may not be suited for use in U-Boot. This can manifest in two ways,
either the U-Boot fails to compile altogether and linker will complain
or, in the much worse case, the resulting U-Boot will build, but will
misbehave in very subtle and hard to debug ways.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

show more ...

abeb272d31-May-2016 Marek Vasut <marex@denx.de>

tiny-printf: Support sprintf()

Add a simple version of this function for SPL. It does not check the buffer
size as this would add to the code size.

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

tiny-printf: Support sprintf()

Add a simple version of this function for SPL. It does not check the buffer
size as this would add to the code size.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: lesne@alse-fr.com
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Sylvain Lesne <lesne@alse-fr.com>
Tested-by: Sylvain Lesne <lesne@alse-fr.com>

show more ...


/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/Makefile
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/mips/Makefile
/rk3399_rockchip-uboot/arch/mips/config.mk
/rk3399_rockchip-uboot/arch/mips/cpu/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/mips/dts/ap121.dts
/rk3399_rockchip-uboot/arch/mips/dts/ar933x.dtsi
/rk3399_rockchip-uboot/arch/mips/include/asm/cache.h
/rk3399_rockchip-uboot/arch/mips/include/asm/io.h
/rk3399_rockchip-uboot/arch/mips/include/asm/u-boot-mips.h
/rk3399_rockchip-uboot/arch/mips/lib/cache.c
/rk3399_rockchip-uboot/arch/mips/lib/cache_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ath79.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/reset.c
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/acpi.c
/rk3399_rockchip-uboot/arch/x86/cpu/quark/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/quark/acpi.c
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/irq_helper.h
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/irqlinks.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/irqroute.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/irqroute.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/lpc.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/platform.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/sleepstates.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/southcluster.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/device.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/iomap.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/irq.h
/rk3399_rockchip-uboot/board/dbau1x00/Kconfig
/rk3399_rockchip-uboot/board/imgtec/malta/Kconfig
/rk3399_rockchip-uboot/board/imgtec/malta/lowlevel_init.S
/rk3399_rockchip-uboot/board/intel/galileo/.gitignore
/rk3399_rockchip-uboot/board/intel/galileo/Makefile
/rk3399_rockchip-uboot/board/intel/galileo/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/intel/galileo/dsdt.asl
/rk3399_rockchip-uboot/board/micronas/vct/Kconfig
/rk3399_rockchip-uboot/board/pb1x00/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/ap121.c
/rk3399_rockchip-uboot/board/qca/ap143/Kconfig
/rk3399_rockchip-uboot/board/qca/ap143/ap143.c
/rk3399_rockchip-uboot/board/qemu-mips/Kconfig
/rk3399_rockchip-uboot/board/spear/x600/x600.c
/rk3399_rockchip-uboot/board/tplink/wdr4300/Kconfig
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/spl/spl_fit.c
/rk3399_rockchip-uboot/configs/ap121_defconfig
/rk3399_rockchip-uboot/configs/clearfog_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/malta64_defconfig
/rk3399_rockchip-uboot/configs/malta64el_defconfig
/rk3399_rockchip-uboot/configs/tplink_wdr4300_defconfig
/rk3399_rockchip-uboot/configs/x600_defconfig
/rk3399_rockchip-uboot/doc/README.x86
/rk3399_rockchip-uboot/drivers/gpio/mxs_gpio.c
/rk3399_rockchip-uboot/drivers/net/Kconfig
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/ag7xxx.c
/rk3399_rockchip-uboot/drivers/net/pcnet.c
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/include/configs/ap121.h
/rk3399_rockchip-uboot/include/configs/ap143.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pic32mzdask.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qemu-mips64.h
/rk3399_rockchip-uboot/include/configs/tplink_wdr4300.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/image.h
tiny-printf.c
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/tools/env/fw_env.c
39f6333212-May-2016 Stephen Warren <swarren@nvidia.com>

mmc: tegra: add basic Tegra186 support

Tegra186's MMC controller needs to be explicitly identified. Add another
compatible value for it.

Tegra186 will use an entirely different clock/reset control

mmc: tegra: add basic Tegra186 support

Tegra186's MMC controller needs to be explicitly identified. Add another
compatible value for it.

Tegra186 will use an entirely different clock/reset control mechanism to
existing chips, and will use standard clock/reset APIs rather than the
existing Tegra-specific custom APIs. The driver support for that isn't
ready yet, so simply disable all clock/reset usage if compiling for
Tegra186. This must happen at compile time rather than run-time since the
custom APIs won't even be compiled in on Tegra186. In the long term, the
plan would be to convert the existing custom APIs to standard APIs and get
rid of the ifdefs completely.

The system's main eMMC will work without any clock/reset support, since
the firmware will have already initialized the controller in order to
load U-Boot. Hence the driver is useful even in this apparently crippled
state.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>

show more ...


/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/tegra_mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra124/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra210/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra30/gpio.h
/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/mips/Makefile
/rk3399_rockchip-uboot/arch/mips/config.mk
/rk3399_rockchip-uboot/arch/mips/cpu/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/mips/dts/ap121.dts
/rk3399_rockchip-uboot/arch/mips/dts/ar933x.dtsi
/rk3399_rockchip-uboot/arch/mips/include/asm/cache.h
/rk3399_rockchip-uboot/arch/mips/include/asm/io.h
/rk3399_rockchip-uboot/arch/mips/include/asm/u-boot-mips.h
/rk3399_rockchip-uboot/arch/mips/lib/cache.c
/rk3399_rockchip-uboot/arch/mips/lib/cache_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ath79.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/reset.c
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/acpi.c
/rk3399_rockchip-uboot/arch/x86/cpu/quark/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/quark/acpi.c
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/irq_helper.h
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/irqlinks.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/irqroute.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/irqroute.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/lpc.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/platform.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/sleepstates.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/southcluster.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/device.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/iomap.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/irq.h
/rk3399_rockchip-uboot/board/avionic-design/common/tamonten-ng.c
/rk3399_rockchip-uboot/board/avionic-design/common/tamonten.c
/rk3399_rockchip-uboot/board/dbau1x00/Kconfig
/rk3399_rockchip-uboot/board/imgtec/malta/Kconfig
/rk3399_rockchip-uboot/board/imgtec/malta/lowlevel_init.S
/rk3399_rockchip-uboot/board/intel/galileo/.gitignore
/rk3399_rockchip-uboot/board/intel/galileo/Makefile
/rk3399_rockchip-uboot/board/intel/galileo/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/intel/galileo/dsdt.asl
/rk3399_rockchip-uboot/board/micronas/vct/Kconfig
/rk3399_rockchip-uboot/board/nvidia/cardhu/cardhu.c
/rk3399_rockchip-uboot/board/nvidia/e2220-1170/pinmux-config-e2220-1170.h
/rk3399_rockchip-uboot/board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h
/rk3399_rockchip-uboot/board/nvidia/nyan-big/nyan-big.c
/rk3399_rockchip-uboot/board/nvidia/nyan-big/pinmux-config-nyan-big.h
/rk3399_rockchip-uboot/board/nvidia/p2371-0000/pinmux-config-p2371-0000.h
/rk3399_rockchip-uboot/board/nvidia/p2371-2180/pinmux-config-p2371-2180.h
/rk3399_rockchip-uboot/board/nvidia/p2571/p2571.c
/rk3399_rockchip-uboot/board/nvidia/p2571/pinmux-config-p2571.h
/rk3399_rockchip-uboot/board/nvidia/seaboard/seaboard.c
/rk3399_rockchip-uboot/board/nvidia/venice2/pinmux-config-venice2.h
/rk3399_rockchip-uboot/board/pb1x00/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/ap121.c
/rk3399_rockchip-uboot/board/qca/ap143/Kconfig
/rk3399_rockchip-uboot/board/qca/ap143/ap143.c
/rk3399_rockchip-uboot/board/qemu-mips/Kconfig
/rk3399_rockchip-uboot/board/spear/x600/x600.c
/rk3399_rockchip-uboot/board/toradex/colibri_t20/colibri_t20.c
/rk3399_rockchip-uboot/board/toradex/colibri_t30/colibri_t30.c
/rk3399_rockchip-uboot/board/tplink/wdr4300/Kconfig
/rk3399_rockchip-uboot/configs/ap121_defconfig
/rk3399_rockchip-uboot/configs/clearfog_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/malta64_defconfig
/rk3399_rockchip-uboot/configs/malta64el_defconfig
/rk3399_rockchip-uboot/configs/x600_defconfig
/rk3399_rockchip-uboot/doc/README.x86
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/nvidia,tegra186-gpio.txt
/rk3399_rockchip-uboot/drivers/gpio/Kconfig
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/rk_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/tegra186_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/tegra186_gpio_priv.h
/rk3399_rockchip-uboot/drivers/mmc/tegra_mmc.c
/rk3399_rockchip-uboot/drivers/net/Kconfig
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/ag7xxx.c
/rk3399_rockchip-uboot/drivers/net/pcnet.c
/rk3399_rockchip-uboot/include/configs/ap121.h
/rk3399_rockchip-uboot/include/configs/ap143.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pic32mzdask.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qemu-mips64.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/configs/tplink_wdr4300.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/dt-bindings/gpio/tegra-gpio.h
/rk3399_rockchip-uboot/include/dt-bindings/gpio/tegra186-gpio.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/image.h
fdtdec.c
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/tools/env/fw_env.c
e4a94ce427-May-2016 Tom Rini <trini@konsulko.com>

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

For odroid-c2 (arch-meson) for now disable designware eth as meson
now needs to do some harder GPIO work.

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

Conflicts:

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

For odroid-c2 (arch-meson) for now disable designware eth as meson
now needs to do some harder GPIO work.

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

Conflicts:
lib/efi_loader/efi_disk.c

Modified:
configs/odroid-c2_defconfig

show more ...


/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/clk_synthesizer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/config_secure.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/fdt.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/cache.S
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/am335x-bone-common.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/am335x-bone.dts
/rk3399_rockchip-uboot/arch/arm/dts/am335x-bonegreen.dts
/rk3399_rockchip-uboot/arch/arm/dts/am335x-evm.dts
/rk3399_rockchip-uboot/arch/arm/dts/am335x-evmsk.dts
/rk3399_rockchip-uboot/arch/arm/dts/am335x-icev2.dts
/rk3399_rockchip-uboot/arch/arm/dts/am437x-idk-evm.dts
/rk3399_rockchip-uboot/arch/arm/dts/am43x-epos-evm.dts
/rk3399_rockchip-uboot/arch/arm/dts/rk3288-firefly.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/rk3288-rock2-square.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/clk_synthesizer.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/ddr_defs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/cru_rk3288.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/grf_rk3288.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/arch/arm/lib/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3036/reset_rk3036.c
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3288/reset_rk3288.c
/rk3399_rockchip-uboot/arch/arm/mach-snapdragon/reset.c
/rk3399_rockchip-uboot/arch/nios2/cpu/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/fdt.c
/rk3399_rockchip-uboot/arch/sandbox/cpu/state.c
/rk3399_rockchip-uboot/arch/sandbox/dts/test.dts
/rk3399_rockchip-uboot/arch/sandbox/include/asm/mbox.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/state.h
/rk3399_rockchip-uboot/board/a3m071/a3m071.c
/rk3399_rockchip-uboot/board/a4m072/a4m072.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/canyonlands.c
/rk3399_rockchip-uboot/board/cm5200/cm5200.c
/rk3399_rockchip-uboot/board/davedenx/aria/aria.c
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/esd/mecp5123/mecp5123.c
/rk3399_rockchip-uboot/board/esd/pmc405de/pmc405de.c
/rk3399_rockchip-uboot/board/esd/pmc440/pmc440.c
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/mpc5121ads.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/gdsys/intip/intip.c
/rk3399_rockchip-uboot/board/ifm/ac14xx/ac14xx.c
/rk3399_rockchip-uboot/board/ifm/o2dnt2/o2dnt2.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/digsy_mtc.c
/rk3399_rockchip-uboot/board/ipek01/ipek01.c
/rk3399_rockchip-uboot/board/jupiter/jupiter.c
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/munices/munices.c
/rk3399_rockchip-uboot/board/pdm360ng/pdm360ng.c
/rk3399_rockchip-uboot/board/phytec/pcm030/pcm030.c
/rk3399_rockchip-uboot/board/socrates/socrates.c
/rk3399_rockchip-uboot/board/ti/am335x/MAINTAINERS
/rk3399_rockchip-uboot/board/ti/am335x/board.c
/rk3399_rockchip-uboot/board/ti/am335x/board.h
/rk3399_rockchip-uboot/board/ti/am335x/mux.c
/rk3399_rockchip-uboot/board/ti/am43xx/MAINTAINERS
/rk3399_rockchip-uboot/board/ti/am43xx/board.c
/rk3399_rockchip-uboot/board/ti/am43xx/board.h
/rk3399_rockchip-uboot/board/ti/am43xx/mux.c
/rk3399_rockchip-uboot/board/ti/am57xx/board.c
/rk3399_rockchip-uboot/board/ti/dra7xx/MAINTAINERS
/rk3399_rockchip-uboot/board/ti/dra7xx/evm.c
/rk3399_rockchip-uboot/board/ti/ks2_evm/board.c
/rk3399_rockchip-uboot/cmd/mmc.c
/rk3399_rockchip-uboot/common/env_mmc.c
/rk3399_rockchip-uboot/common/spl/spl_fat.c
/rk3399_rockchip-uboot/common/spl/spl_fit.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/common/spl/spl_nand.c
/rk3399_rockchip-uboot/common/spl/spl_ymodem.c
/rk3399_rockchip-uboot/configs/am335x_evm_defconfig
/rk3399_rockchip-uboot/configs/am437x_hs_evm_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_ethboot_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_qspiboot_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_usbhost_boot_defconfig
/rk3399_rockchip-uboot/configs/am57xx_evm_defconfig
/rk3399_rockchip-uboot/configs/am57xx_hs_evm_defconfig
/rk3399_rockchip-uboot/configs/chromebook_jerry_defconfig
/rk3399_rockchip-uboot/configs/dra72_hs_evm_defconfig
/rk3399_rockchip-uboot/configs/dra74_hs_evm_defconfig
/rk3399_rockchip-uboot/configs/dra7xx_evm_defconfig
/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig
/rk3399_rockchip-uboot/configs/evb-rk3036_defconfig
/rk3399_rockchip-uboot/configs/firefly-rk3288_defconfig
/rk3399_rockchip-uboot/configs/kylin-rk3036_defconfig
/rk3399_rockchip-uboot/configs/odroid-c2_defconfig
/rk3399_rockchip-uboot/configs/rock2_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/sandbox_noblk_defconfig
/rk3399_rockchip-uboot/doc/README.ti-secure
/rk3399_rockchip-uboot/doc/device-tree-bindings/mailbox/mailbox.txt
/rk3399_rockchip-uboot/doc/driver-model/README.txt
/rk3399_rockchip-uboot/drivers/Kconfig
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/clk/clk_rk3036.c
/rk3399_rockchip-uboot/drivers/clk/clk_rk3288.c
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/core/lists.c
/rk3399_rockchip-uboot/drivers/gpio/sunxi_gpio.c
/rk3399_rockchip-uboot/drivers/mailbox/Kconfig
/rk3399_rockchip-uboot/drivers/mailbox/Makefile
/rk3399_rockchip-uboot/drivers/mailbox/mailbox-uclass.c
/rk3399_rockchip-uboot/drivers/mailbox/sandbox-mbox-test.c
/rk3399_rockchip-uboot/drivers/mailbox/sandbox-mbox.c
/rk3399_rockchip-uboot/drivers/misc/Kconfig
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/sysreset-uclass.c
/rk3399_rockchip-uboot/drivers/misc/sysreset_sandbox.c
/rk3399_rockchip-uboot/drivers/mmc/dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_private.h
/rk3399_rockchip-uboot/drivers/mmc/rockchip_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/nand/am335x_spl_bch.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_spl_load.c
/rk3399_rockchip-uboot/drivers/net/designware.c
/rk3399_rockchip-uboot/drivers/net/designware.h
/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/pinctrl_rk3288.c
/rk3399_rockchip-uboot/drivers/video/rockchip/rk_vop.c
/rk3399_rockchip-uboot/include/configs/P1010RDB.h
/rk3399_rockchip-uboot/include/configs/ac14xx.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/am43xx_evm.h
/rk3399_rockchip-uboot/include/configs/rk3288_common.h
/rk3399_rockchip-uboot/include/configs/rpi.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/dm/device-internal.h
/rk3399_rockchip-uboot/include/dm/uclass-id.h
/rk3399_rockchip-uboot/include/dt-bindings/pinctrl/am43xx.h
/rk3399_rockchip-uboot/include/dt-bindings/pinctrl/omap.h
/rk3399_rockchip-uboot/include/dt-bindings/sound/tlv320aic31xx-micbias.h
/rk3399_rockchip-uboot/include/dwmmc.h
/rk3399_rockchip-uboot/include/efi_loader.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/mailbox_client.h
/rk3399_rockchip-uboot/include/mailbox_uclass.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/spl.h
/rk3399_rockchip-uboot/include/sysreset.h
efi_loader/efi_disk.c
tiny-printf.c
/rk3399_rockchip-uboot/test/dm/Makefile
/rk3399_rockchip-uboot/test/dm/mailbox.c
/rk3399_rockchip-uboot/test/dm/sysreset.c
/rk3399_rockchip-uboot/test/py/u_boot_console_base.py
/rk3399_rockchip-uboot/tools/.gitignore
/rk3399_rockchip-uboot/tools/genboardscfg.py
/rk3399_rockchip-uboot/tools/rkimage.c
c9cfac5d18-May-2016 Alexander Graf <agraf@suse.de>

efi_loader: gop: Don't expose fb address

Recently Linux is gaining support for efifb on AArch64 and that support actually
tries to make use of the frame buffer address we expose to it via gop.

Whil

efi_loader: gop: Don't expose fb address

Recently Linux is gaining support for efifb on AArch64 and that support actually
tries to make use of the frame buffer address we expose to it via gop.

While this wouldn't be bad in theory, in practice it means a few bad things

1) We expose 16bit frame buffers as 32bit today
2) Linux can't deal with overlapping non-PCI regions between efifb and
a different frame buffer driver

For now, let's just disable exposure of the frame buffer address. Most OSs that
get booted will have a native driver for the GPU anyway.

Signed-off-by: Alexander Graf <agraf@suse.de>
[trini: Remove line_len entirely]
Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...

ae87440517-May-2016 Alexander Graf <agraf@suse.de>

efi_loader: Clean up system table on exit

We put the system table into our runtime services data section so that
payloads may still access it after exit_boot_services. However, most fields
in it are

efi_loader: Clean up system table on exit

We put the system table into our runtime services data section so that
payloads may still access it after exit_boot_services. However, most fields
in it are quite useless once we're in that state, so let's just patch them
out.

With this patch we don't get spurious warnings when running EFI binaries
anymore.

Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/Kconfig
/rk3399_rockchip-uboot/arch/avr32/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/m68k/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/mips/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/openrisc/lib/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/powerpc/lib/Makefile
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/cpu.c
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/start.S
/rk3399_rockchip-uboot/arch/sh/cpu/sh3/cpu.c
/rk3399_rockchip-uboot/arch/sh/cpu/sh3/start.S
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/cpu.c
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/start.S
/rk3399_rockchip-uboot/arch/sh/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/sh/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/sh/lib/Makefile
/rk3399_rockchip-uboot/board/renesas/sh7752evb/u-boot.lds
/rk3399_rockchip-uboot/board/renesas/sh7753evb/u-boot.lds
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/u-boot.lds
/rk3399_rockchip-uboot/board/sandbox/README.sandbox
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/configs/ls2080a_emu_defconfig
/rk3399_rockchip-uboot/configs/ls2080a_simu_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_nand_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_ep_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/rk3399_rockchip-uboot/doc/README.fdt-control
/rk3399_rockchip-uboot/doc/README.generic-board
/rk3399_rockchip-uboot/drivers/usb/dwc3/Makefile
/rk3399_rockchip-uboot/include/configs/gr_cpci_ax2000.h
/rk3399_rockchip-uboot/include/configs/gr_ep2s60.h
/rk3399_rockchip-uboot/include/configs/gr_xc3s_1500.h
/rk3399_rockchip-uboot/include/configs/grsim.h
/rk3399_rockchip-uboot/include/configs/grsim_leon2.h
/rk3399_rockchip-uboot/include/configs/openrisc-generic.h
/rk3399_rockchip-uboot/include/watchdog.h
efi_loader/efi_runtime.c
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/tools/env/fw_env.c
/rk3399_rockchip-uboot/tools/env/fw_env.h
/rk3399_rockchip-uboot/tools/env/fw_env_main.c
51735ae011-May-2016 Alexander Graf <agraf@suse.de>

efi_loader: Add bounce buffer support

Some hardware that is supported by U-Boot can not handle DMA above 32bits.
For these systems, we need to come up with a way to expose the disk interface
in a sa

efi_loader: Add bounce buffer support

Some hardware that is supported by U-Boot can not handle DMA above 32bits.
For these systems, we need to come up with a way to expose the disk interface
in a safe way.

This patch implements EFI specific bounce buffers. For non-EFI cases, this
apparently was no issue so far, since we can just define our environment
variables conveniently.

Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...


/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fwcall.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/meson-gxbb-odroidc2.dts
/rk3399_rockchip-uboot/arch/arm/dts/meson-gxbb.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-meson/gxbb.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-meson/sm.h
/rk3399_rockchip-uboot/arch/arm/include/asm/psci.h
/rk3399_rockchip-uboot/arch/arm/include/asm/system.h
/rk3399_rockchip-uboot/arch/arm/mach-meson/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-meson/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-meson/board.c
/rk3399_rockchip-uboot/arch/arm/mach-meson/sm.c
/rk3399_rockchip-uboot/board/hardkernel/odroid-c2/Kconfig
/rk3399_rockchip-uboot/board/hardkernel/odroid-c2/MAINTAINERS
/rk3399_rockchip-uboot/board/hardkernel/odroid-c2/Makefile
/rk3399_rockchip-uboot/board/hardkernel/odroid-c2/README
/rk3399_rockchip-uboot/board/hardkernel/odroid-c2/odroid-c2.c
/rk3399_rockchip-uboot/common/bootm_os.c
/rk3399_rockchip-uboot/configs/am335x_evm_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_nor_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_norboot_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_spiboot_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_usbspl_defconfig
/rk3399_rockchip-uboot/configs/am335x_sl50_defconfig
/rk3399_rockchip-uboot/configs/am437x_gp_evm_defconfig
/rk3399_rockchip-uboot/configs/am437x_sk_evm_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_ethboot_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_qspiboot_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_usbhost_boot_defconfig
/rk3399_rockchip-uboot/configs/birdland_bav335a_defconfig
/rk3399_rockchip-uboot/configs/birdland_bav335b_defconfig
/rk3399_rockchip-uboot/configs/ls2080a_emu_defconfig
/rk3399_rockchip-uboot/configs/ls2080a_simu_defconfig
/rk3399_rockchip-uboot/configs/odroid-c2_defconfig
/rk3399_rockchip-uboot/configs/pcm051_rev1_defconfig
/rk3399_rockchip-uboot/configs/pcm051_rev3_defconfig
/rk3399_rockchip-uboot/configs/thunderx_88xx_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_dram_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_juno_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_semi_defconfig
/rk3399_rockchip-uboot/configs/vexpress_ca15_tc2_defconfig
/rk3399_rockchip-uboot/configs/vexpress_ca5x2_defconfig
/rk3399_rockchip-uboot/configs/vexpress_ca9x4_defconfig
/rk3399_rockchip-uboot/drivers/net/designware.c
/rk3399_rockchip-uboot/drivers/net/designware.h
/rk3399_rockchip-uboot/drivers/serial/Kconfig
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial_meson.c
/rk3399_rockchip-uboot/include/config_distro_bootcmd.h
/rk3399_rockchip-uboot/include/config_distro_defaults.h
/rk3399_rockchip-uboot/include/configs/ls2080a_emu.h
/rk3399_rockchip-uboot/include/configs/ls2080a_simu.h
/rk3399_rockchip-uboot/include/configs/odroid-c2.h
/rk3399_rockchip-uboot/include/configs/thunderx_88xx.h
/rk3399_rockchip-uboot/include/configs/vexpress_aemv8a.h
/rk3399_rockchip-uboot/include/configs/vexpress_ca15_tc2.h
/rk3399_rockchip-uboot/include/configs/vexpress_ca5x2.h
/rk3399_rockchip-uboot/include/configs/vexpress_ca9x4.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/efi_loader.h
efi_loader/Kconfig
efi_loader/efi_disk.c
efi_loader/efi_memory.c
/rk3399_rockchip-uboot/net/Kconfig
/rk3399_rockchip-uboot/net/bootp.c
487d756f14-May-2016 Simon Glass <sjg@chromium.org>

dm: efi: Update for CONFIG_BLK

This code does not currently build with driver model enabled for block
devices. Update it to correct this.

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

dm: efi: Update for CONFIG_BLK

This code does not currently build with driver model enabled for block
devices. Update it to correct this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alexander Graf <agraf@suse.de>

show more ...

0efe1bcf06-May-2016 Alexander Graf <agraf@suse.de>

efi_loader: Add network access support

We can now successfully boot EFI applications from disk, but users
may want to also run them from a PXE setup.

This patch implements rudimentary network suppo

efi_loader: Add network access support

We can now successfully boot EFI applications from disk, but users
may want to also run them from a PXE setup.

This patch implements rudimentary network support, allowing a payload
to send and receive network packets.

With this patch, I was able to successfully run grub2 with network
access inside of QEMU's -M xlnx-ep108.

Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/api/api.c
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx7/clock_slice.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/spl.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/am4372.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/dra7.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1043a.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun50i-a64-pine64-common.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun50i-a64-pine64-plus.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun50i-a64-pine64.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun50i-a64.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld11-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld11.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynq-7000.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynqmp.dtsi
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6sl_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/mx7d_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-at91/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-at91/armv7/clock.c
/rk3399_rockchip-uboot/arch/arm/mach-at91/bootparams_atmel.S
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/clk.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/sama5_sfr.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/sama5d2.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/spl.c
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/board.c
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/pmic_bus.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/board_early_init_f.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boards.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld4.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-pxs2.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-sld3.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/cmd_pinmon.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/clk/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/clk/clk-ld11.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/cpu_info.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/umc-ld11.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/umc-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/umc64-regs.h
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-clk/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-clk/early-clk-ld11.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-pinctrl/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init.h
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init-ld11.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/pinctrl/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/sbc/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/sg-regs.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-zynq/spl.c
/rk3399_rockchip-uboot/arch/m68k/include/asm/fsl_i2c.h
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/mips/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/cpu.c
/rk3399_rockchip-uboot/arch/mips/cpu/start.S
/rk3399_rockchip-uboot/arch/mips/dts/Makefile
/rk3399_rockchip-uboot/arch/mips/dts/ap121.dts
/rk3399_rockchip-uboot/arch/mips/dts/ap143.dts
/rk3399_rockchip-uboot/arch/mips/dts/ar933x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/ar934x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/mti,malta.dts
/rk3399_rockchip-uboot/arch/mips/dts/qca953x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/tplink_wdr4300.dts
/rk3399_rockchip-uboot/arch/mips/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/mips/lib/cache_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/Kconfig
/rk3399_rockchip-uboot/arch/mips/mach-ath79/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/lowlevel_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/cpu.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/cpu.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/dram.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ath79.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ddr.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/reset.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/lowlevel_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/reset.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_i2c.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_86xx.h
/rk3399_rockchip-uboot/arch/powerpc/lib/ppccache.S
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/acpi.c
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/valleyview.c
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/pch.c
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/coreboot.c
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/x86/cpu/irq.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/lpc.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/model_206ax.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/northbridge.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/lapic.c
/rk3399_rockchip-uboot/arch/x86/cpu/mp_init.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/e820.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/qemu.c
/rk3399_rockchip-uboot/arch/x86/cpu/quark/quark.c
/rk3399_rockchip-uboot/arch/x86/dts/bayleybay.dts
/rk3399_rockchip-uboot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/rk3399_rockchip-uboot/arch/x86/dts/crownbay.dts
/rk3399_rockchip-uboot/arch/x86/dts/galileo.dts
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m0130673325.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m0130679907.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/minnowmax.dts
/rk3399_rockchip-uboot/arch/x86/dts/qemu-x86_q35.dts
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/debug.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/globutil.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/statdef.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi_table.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/gpio.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irq_helper.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqlinks.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/platform.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/sleepstates.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/usb.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/xhci.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/device.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/iomap.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/irq.h
/rk3399_rockchip-uboot/arch/x86/include/asm/coreboot_tables.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/irq.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/acpi_table.c
/rk3399_rockchip-uboot/arch/x86/lib/bootm.c
/rk3399_rockchip-uboot/arch/x86/lib/coreboot_table.c
/rk3399_rockchip-uboot/arch/x86/lib/pirq_routing.c
/rk3399_rockchip-uboot/arch/x86/lib/smbios.c
/rk3399_rockchip-uboot/arch/x86/lib/tables.c
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/MAINTAINERS
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/Makefile
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/sama5d2_ptc.c
/rk3399_rockchip-uboot/board/atmel/sama5d2_xplained/sama5d2_xplained.c
/rk3399_rockchip-uboot/board/compulab/common/eeprom.c
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/.gitignore
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Makefile
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/dsdt.asl
/rk3399_rockchip-uboot/board/dbau1x00/Kconfig
/rk3399_rockchip-uboot/board/freescale/c29xpcie/c29xpcie.c
/rk3399_rockchip-uboot/board/freescale/common/ls102xa_stream_id.c
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ls1043aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/cpld.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/cpld.h
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ls1043ardb.c
/rk3399_rockchip-uboot/board/freescale/ls2080aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/ddr.h
/rk3399_rockchip-uboot/board/freescale/t208xqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t208xrdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t4rdb/eth.c
/rk3399_rockchip-uboot/board/imgtec/malta/Kconfig
/rk3399_rockchip-uboot/board/imgtec/malta/lowlevel_init.S
/rk3399_rockchip-uboot/board/imgtec/malta/malta.c
/rk3399_rockchip-uboot/board/intel/bayleybay/.gitignore
/rk3399_rockchip-uboot/board/intel/bayleybay/Makefile
/rk3399_rockchip-uboot/board/intel/bayleybay/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/intel/bayleybay/dsdt.asl
/rk3399_rockchip-uboot/board/intel/galileo/Kconfig
/rk3399_rockchip-uboot/board/intel/minnowmax/.gitignore
/rk3399_rockchip-uboot/board/intel/minnowmax/Makefile
/rk3399_rockchip-uboot/board/intel/minnowmax/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/intel/minnowmax/dsdt.asl
/rk3399_rockchip-uboot/board/keymile/km83xx/km83xx_i2c.c
/rk3399_rockchip-uboot/board/microchip/pic32mzda/Kconfig
/rk3399_rockchip-uboot/board/micronas/vct/Kconfig
/rk3399_rockchip-uboot/board/pb1x00/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/MAINTAINERS
/rk3399_rockchip-uboot/board/qca/ap121/Makefile
/rk3399_rockchip-uboot/board/qca/ap121/ap121.c
/rk3399_rockchip-uboot/board/qca/ap143/Kconfig
/rk3399_rockchip-uboot/board/qca/ap143/MAINTAINERS
/rk3399_rockchip-uboot/board/qca/ap143/Makefile
/rk3399_rockchip-uboot/board/qca/ap143/ap143.c
/rk3399_rockchip-uboot/board/qemu-mips/Kconfig
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/tplink/wdr4300/Kconfig
/rk3399_rockchip-uboot/board/tplink/wdr4300/MAINTAINERS
/rk3399_rockchip-uboot/board/tplink/wdr4300/Makefile
/rk3399_rockchip-uboot/board/tplink/wdr4300/wdr4300.c
/rk3399_rockchip-uboot/board/xilinx/zynq/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynqmp/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynqmp/xil_io.h
/rk3399_rockchip-uboot/board/xilinx/zynqmp/zynqmp.c
/rk3399_rockchip-uboot/cmd/Kconfig
/rk3399_rockchip-uboot/cmd/Makefile
/rk3399_rockchip-uboot/cmd/bdinfo.c
/rk3399_rockchip-uboot/cmd/bootefi.c
/rk3399_rockchip-uboot/cmd/bootm.c
/rk3399_rockchip-uboot/cmd/disk.c
/rk3399_rockchip-uboot/cmd/eeprom.c
/rk3399_rockchip-uboot/cmd/itest.c
/rk3399_rockchip-uboot/cmd/mmc.c
/rk3399_rockchip-uboot/cmd/qfw.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/bootm.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/eeprom/eeprom_field.c
/rk3399_rockchip-uboot/common/eeprom/eeprom_layout.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/image-fit.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/spl/spl_ext.c
/rk3399_rockchip-uboot/common/spl/spl_fat.c
/rk3399_rockchip-uboot/common/spl/spl_fit.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/common/spl/spl_nand.c
/rk3399_rockchip-uboot/common/spl/spl_net.c
/rk3399_rockchip-uboot/common/spl/spl_nor.c
/rk3399_rockchip-uboot/common/spl/spl_onenand.c
/rk3399_rockchip-uboot/common/spl/spl_ymodem.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-Lime2_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/A20-Olimex-SOM-EVB_defconfig
/rk3399_rockchip-uboot/configs/Ainol_AW1_defconfig
/rk3399_rockchip-uboot/configs/Ampe_A76_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T003_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T004_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Bananapro_defconfig
/rk3399_rockchip-uboot/configs/CHIP_defconfig
/rk3399_rockchip-uboot/configs/CSQ_CS908_defconfig
/rk3399_rockchip-uboot/configs/Chuwi_V7_CW0825_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_plus_defconfig
/rk3399_rockchip-uboot/configs/Empire_electronix_d709_defconfig
/rk3399_rockchip-uboot/configs/Hummingbird_A31_defconfig
/rk3399_rockchip-uboot/configs/Hyundai_A7HD_defconfig
/rk3399_rockchip-uboot/configs/Itead_Ibox_A20_defconfig
/rk3399_rockchip-uboot/configs/Lamobo_R1_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_Nano_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino_defconfig
/rk3399_rockchip-uboot/configs/MK808C_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo73_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo81_defconfig
/rk3399_rockchip-uboot/configs/Marsboard_A10_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000G_quad_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mele_I7_defconfig
/rk3399_rockchip-uboot/configs/Mele_M3_defconfig
/rk3399_rockchip-uboot/configs/Mele_M5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/Merrii_A80_Optimus_defconfig
/rk3399_rockchip-uboot/configs/Mini-X_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_mini_defconfig
/rk3399_rockchip-uboot/configs/Sinlinx_SinA31s_defconfig
/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig
/rk3399_rockchip-uboot/configs/Sinovoip_BPI_M2_defconfig
/rk3399_rockchip-uboot/configs/Sinovoip_BPI_M3_defconfig
/rk3399_rockchip-uboot/configs/UTOO_P66_defconfig
/rk3399_rockchip-uboot/configs/Wexler_TAB7200_defconfig
/rk3399_rockchip-uboot/configs/Wits_Pro_A20_DKT_defconfig
/rk3399_rockchip-uboot/configs/Wobo_i5_defconfig
/rk3399_rockchip-uboot/configs/Yones_Toptech_BD1078_defconfig
/rk3399_rockchip-uboot/configs/Yones_Toptech_BS1078_V2_defconfig
/rk3399_rockchip-uboot/configs/am437x_gp_evm_defconfig
/rk3399_rockchip-uboot/configs/am437x_sk_evm_defconfig
/rk3399_rockchip-uboot/configs/ap121_defconfig
/rk3399_rockchip-uboot/configs/ap143_defconfig
/rk3399_rockchip-uboot/configs/axs101_defconfig
/rk3399_rockchip-uboot/configs/axs103_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/bayleybay_defconfig
/rk3399_rockchip-uboot/configs/colorfly_e708_q1_defconfig
/rk3399_rockchip-uboot/configs/conga-qeval20-qa3-e3845_defconfig
/rk3399_rockchip-uboot/configs/crownbay_defconfig
/rk3399_rockchip-uboot/configs/difrnce_dit4350_defconfig
/rk3399_rockchip-uboot/configs/dra74_evm_defconfig
/rk3399_rockchip-uboot/configs/dserve_dsrv9703c_defconfig
/rk3399_rockchip-uboot/configs/ga10h_v1_1_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/gt90h_v4_defconfig
/rk3399_rockchip-uboot/configs/h8_homlet_v2_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/iNet_3F_defconfig
/rk3399_rockchip-uboot/configs/iNet_3W_defconfig
/rk3399_rockchip-uboot/configs/iNet_86VS_defconfig
/rk3399_rockchip-uboot/configs/icnova-a20-swac_defconfig
/rk3399_rockchip-uboot/configs/inet1_defconfig
/rk3399_rockchip-uboot/configs/inet97fv2_defconfig
/rk3399_rockchip-uboot/configs/inet98v_rev2_defconfig
/rk3399_rockchip-uboot/configs/inet9f_rev03_defconfig
/rk3399_rockchip-uboot/configs/jesurun_q5_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/malta_defconfig
/rk3399_rockchip-uboot/configs/maltael_defconfig
/rk3399_rockchip-uboot/configs/minnowmax_defconfig
/rk3399_rockchip-uboot/configs/mixtile_loftq_defconfig
/rk3399_rockchip-uboot/configs/mk802_a10s_defconfig
/rk3399_rockchip-uboot/configs/mk802_defconfig
/rk3399_rockchip-uboot/configs/mk802ii_defconfig
/rk3399_rockchip-uboot/configs/orangepi_2_defconfig
/rk3399_rockchip-uboot/configs/orangepi_one_defconfig
/rk3399_rockchip-uboot/configs/orangepi_pc_defconfig
/rk3399_rockchip-uboot/configs/orangepi_plus_defconfig
/rk3399_rockchip-uboot/configs/pico-imx6ul_defconfig
/rk3399_rockchip-uboot/configs/pine64_plus_defconfig
/rk3399_rockchip-uboot/configs/polaroid_mid2809pxe04_defconfig
/rk3399_rockchip-uboot/configs/pov_protab2_ips9_defconfig
/rk3399_rockchip-uboot/configs/q8_a13_tablet_defconfig
/rk3399_rockchip-uboot/configs/q8_a23_tablet_800x480_defconfig
/rk3399_rockchip-uboot/configs/q8_a33_tablet_1024x600_defconfig
/rk3399_rockchip-uboot/configs/q8_a33_tablet_800x480_defconfig
/rk3399_rockchip-uboot/configs/qemu-x86_defconfig
/rk3399_rockchip-uboot/configs/r7-tv-dongle_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_ptc_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_ptc_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_xplained_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d3_xplained_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/socfpga_arria5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_cyclone5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_de0_nano_soc_defconfig
/rk3399_rockchip-uboot/configs/socfpga_mcvevk_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sockit_defconfig
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sr1500_defconfig
/rk3399_rockchip-uboot/configs/spear300_defconfig
/rk3399_rockchip-uboot/configs/spear300_nand_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_defconfig
/rk3399_rockchip-uboot/configs/spear310_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_defconfig
/rk3399_rockchip-uboot/configs/spear320_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear600_defconfig
/rk3399_rockchip-uboot/configs/spear600_nand_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/sunxi_Gemei_G9_defconfig
/rk3399_rockchip-uboot/configs/tplink_wdr4300_defconfig
/rk3399_rockchip-uboot/configs/uniphier_ld11_defconfig
/rk3399_rockchip-uboot/configs/x600_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_ep_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_picozed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc702_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc706_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm011_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/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/disk/part_efi.c
/rk3399_rockchip-uboot/doc/README.x86
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/intel,irq-router.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/ti,dp83867.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/qca,ar9330-uart.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/spi-ath79.txt
/rk3399_rockchip-uboot/doc/uImage.FIT/multi-with-fpga.its
/rk3399_rockchip-uboot/doc/uImage.FIT/source_file_format.txt
/rk3399_rockchip-uboot/drivers/clk/uniphier/clk-uniphier-mio.c
/rk3399_rockchip-uboot/drivers/core/Kconfig
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/crypto/fsl/jr.c
/rk3399_rockchip-uboot/drivers/crypto/fsl/jr.h
/rk3399_rockchip-uboot/drivers/ddr/fsl/fsl_ddr_gen4.c
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ddr3_init.c
/rk3399_rockchip-uboot/drivers/fpga/fpga.c
/rk3399_rockchip-uboot/drivers/gpio/pca953x_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/zynq_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/designware_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/i2c-cdns.c
/rk3399_rockchip-uboot/drivers/i2c/muxes/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile
/rk3399_rockchip-uboot/drivers/i2c/muxes/pca954x.c
/rk3399_rockchip-uboot/drivers/i2c/mvtwsi.c
/rk3399_rockchip-uboot/drivers/misc/Kconfig
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/qfw.c
/rk3399_rockchip-uboot/drivers/mmc/Kconfig
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/mmc-uclass.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_legacy.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_private.h
/rk3399_rockchip-uboot/drivers/mmc/mmc_write.c
/rk3399_rockchip-uboot/drivers/mmc/omap_hsmmc.c
/rk3399_rockchip-uboot/drivers/mmc/pic32_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/rockchip_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/sandbox_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/socfpga_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/uniphier-sd.c
/rk3399_rockchip-uboot/drivers/mmc/zynq_sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/Kconfig
/rk3399_rockchip-uboot/drivers/mtd/Makefile
/rk3399_rockchip-uboot/drivers/mtd/pic32_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_spl_load.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/cpsw-common.c
/rk3399_rockchip-uboot/drivers/net/cpsw.c
/rk3399_rockchip-uboot/drivers/net/fm/t4240.c
/rk3399_rockchip-uboot/drivers/net/phy/broadcom.c
/rk3399_rockchip-uboot/drivers/net/phy/davicom.c
/rk3399_rockchip-uboot/drivers/net/phy/et1011c.c
/rk3399_rockchip-uboot/drivers/net/phy/lxt.c
/rk3399_rockchip-uboot/drivers/net/phy/marvell.c
/rk3399_rockchip-uboot/drivers/net/phy/micrel.c
/rk3399_rockchip-uboot/drivers/net/phy/mv88e61xx.c
/rk3399_rockchip-uboot/drivers/net/phy/natsemi.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/phy/realtek.c
/rk3399_rockchip-uboot/drivers/net/phy/smsc.c
/rk3399_rockchip-uboot/drivers/net/phy/ti.c
/rk3399_rockchip-uboot/drivers/net/phy/vitesse.c
/rk3399_rockchip-uboot/drivers/net/xilinx_emaclite.c
/rk3399_rockchip-uboot/drivers/net/zynq_gem.c
/rk3399_rockchip-uboot/drivers/pinctrl/Kconfig
/rk3399_rockchip-uboot/drivers/pinctrl/Makefile
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/Makefile
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/pinctrl_ar933x.c
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/pinctrl_qca953x.c
/rk3399_rockchip-uboot/drivers/power/Kconfig
/rk3399_rockchip-uboot/drivers/power/Makefile
/rk3399_rockchip-uboot/drivers/power/axp221.c
/rk3399_rockchip-uboot/drivers/power/axp809.c
/rk3399_rockchip-uboot/drivers/power/axp818.c
/rk3399_rockchip-uboot/drivers/serial/Kconfig
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/drivers/serial/serial_ar933x.c
/rk3399_rockchip-uboot/drivers/spi/Kconfig
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/ath79_spi.c
/rk3399_rockchip-uboot/drivers/spi/fsl_qspi.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.c
/rk3399_rockchip-uboot/drivers/video/ipu_common.c
/rk3399_rockchip-uboot/dts/Kconfig
/rk3399_rockchip-uboot/examples/api/Makefile
/rk3399_rockchip-uboot/examples/api/crt0.S
/rk3399_rockchip-uboot/examples/api/glue.c
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/include/ata.h
/rk3399_rockchip-uboot/include/axp809.h
/rk3399_rockchip-uboot/include/axp818.h
/rk3399_rockchip-uboot/include/axp_pmic.h
/rk3399_rockchip-uboot/include/blk.h
/rk3399_rockchip-uboot/include/bootstage.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/ap121.h
/rk3399_rockchip-uboot/include/configs/ap143.h
/rk3399_rockchip-uboot/include/configs/axs101.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_t3517.h
/rk3399_rockchip-uboot/include/configs/cm_t43.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/imx6_spl.h
/rk3399_rockchip-uboot/include/configs/ls1043a_common.h
/rk3399_rockchip-uboot/include/configs/ls1043ardb.h
/rk3399_rockchip-uboot/include/configs/ls2080a_common.h
/rk3399_rockchip-uboot/include/configs/ls2080aqds.h
/rk3399_rockchip-uboot/include/configs/ls2080ardb.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/minnowmax.h
/rk3399_rockchip-uboot/include/configs/novena.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pic32mzdask.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qemu-mips64.h
/rk3399_rockchip-uboot/include/configs/sama5d2_ptc.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/theadorable.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/configs/tplink_wdr4300.h
/rk3399_rockchip-uboot/include/configs/tqma6.h
/rk3399_rockchip-uboot/include/configs/uniphier.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_zcu102.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/cpsw.h
/rk3399_rockchip-uboot/include/dm/device.h
/rk3399_rockchip-uboot/include/dt-bindings/net/ti-dp83867.h
/rk3399_rockchip-uboot/include/eeprom_field.h
/rk3399_rockchip-uboot/include/eeprom_layout.h
/rk3399_rockchip-uboot/include/efi_api.h
/rk3399_rockchip-uboot/include/efi_loader.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/include/fsl_sec.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/qfw.h
/rk3399_rockchip-uboot/include/spl.h
efi_loader/Makefile
efi_loader/efi_net.c
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/net/tftp.c
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/scripts/basic/fixdep.c
/rk3399_rockchip-uboot/test/dm/blk.c
/rk3399_rockchip-uboot/test/dm/mmc.c
/rk3399_rockchip-uboot/test/py/u_boot_utils.py
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/env/fw_env.c
/rk3399_rockchip-uboot/tools/env/fw_env.h
/rk3399_rockchip-uboot/tools/env/fw_env_main.c
/rk3399_rockchip-uboot/tools/imagetool.c
/rk3399_rockchip-uboot/tools/imagetool.h
/rk3399_rockchip-uboot/tools/imximage.c
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/zynqmpimage.c
5c411d8814-May-2016 Simon Glass <sjg@chromium.org>

tiny-printf: Support snprintf()

Add a simple version of this function for SPL. It does not check the buffer
size as this would add to the code size.

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

tiny-printf: Support snprintf()

Add a simple version of this function for SPL. It does not check the buffer
size as this would add to the code size.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>

show more ...

1fb6760814-May-2016 Simon Glass <sjg@chromium.org>

tiny-printf: Tidy up a few nits

- Rename 'w' to 'width' to make it more obvious what it is used for
- Use bool and int types instead of char to avoid register-masking on
32-bit machines

Signed-off-

tiny-printf: Tidy up a few nits

- Rename 'w' to 'width' to make it more obvious what it is used for
- Use bool and int types instead of char to avoid register-masking on
32-bit machines

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>

show more ...


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/api/api.c
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx7/clock_slice.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/spl.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/am4372.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/dra7.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1043a.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun50i-a64-pine64-common.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun50i-a64-pine64-plus.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun50i-a64-pine64.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun50i-a64.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld11-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld11.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynq-7000.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynqmp.dtsi
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6sl_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/mx7d_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/lib/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-at91/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-at91/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-at91/armv7/clock.c
/rk3399_rockchip-uboot/arch/arm/mach-at91/bootparams_atmel.S
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/clk.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/sama5_sfr.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/sama5d2.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/spl.c
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3036/reset_rk3036.c
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3288/reset_rk3288.c
/rk3399_rockchip-uboot/arch/arm/mach-snapdragon/reset.c
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/board.c
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/pmic_bus.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/board_early_init_f.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boards.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld4.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-pro5.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-pxs2.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-sld3.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/cmd_pinmon.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/clk/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/clk/clk-ld11.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/cpu_info.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/umc-ld11.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/umc-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/umc64-regs.h
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-clk/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-clk/early-clk-ld11.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-pinctrl/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init.h
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init-ld11.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/pinctrl/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/sbc/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/sg-regs.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-zynq/spl.c
/rk3399_rockchip-uboot/arch/m68k/include/asm/fsl_i2c.h
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/mips/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/cpu.c
/rk3399_rockchip-uboot/arch/mips/cpu/start.S
/rk3399_rockchip-uboot/arch/mips/dts/Makefile
/rk3399_rockchip-uboot/arch/mips/dts/ap121.dts
/rk3399_rockchip-uboot/arch/mips/dts/ap143.dts
/rk3399_rockchip-uboot/arch/mips/dts/ar933x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/ar934x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/mti,malta.dts
/rk3399_rockchip-uboot/arch/mips/dts/qca953x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/tplink_wdr4300.dts
/rk3399_rockchip-uboot/arch/mips/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/mips/lib/cache_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/Kconfig
/rk3399_rockchip-uboot/arch/mips/mach-ath79/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/lowlevel_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/cpu.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/cpu.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/dram.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ath79.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ddr.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/reset.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/lowlevel_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/reset.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_i2c.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_86xx.h
/rk3399_rockchip-uboot/arch/powerpc/lib/ppccache.S
/rk3399_rockchip-uboot/arch/sandbox/cpu/state.c
/rk3399_rockchip-uboot/arch/sandbox/dts/test.dts
/rk3399_rockchip-uboot/arch/sandbox/include/asm/mbox.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/state.h
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/acpi.c
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/valleyview.c
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/pch.c
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/coreboot.c
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/x86/cpu/irq.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/lpc.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/model_206ax.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/northbridge.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/lapic.c
/rk3399_rockchip-uboot/arch/x86/cpu/mp_init.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/e820.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/qemu.c
/rk3399_rockchip-uboot/arch/x86/cpu/quark/quark.c
/rk3399_rockchip-uboot/arch/x86/dts/bayleybay.dts
/rk3399_rockchip-uboot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/rk3399_rockchip-uboot/arch/x86/dts/crownbay.dts
/rk3399_rockchip-uboot/arch/x86/dts/galileo.dts
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m0130673325.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m0130679907.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/minnowmax.dts
/rk3399_rockchip-uboot/arch/x86/dts/qemu-x86_q35.dts
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/debug.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/globutil.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/statdef.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi_table.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/gpio.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irq_helper.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqlinks.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/platform.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/sleepstates.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/usb.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/xhci.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/device.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/iomap.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/irq.h
/rk3399_rockchip-uboot/arch/x86/include/asm/coreboot_tables.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/irq.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/acpi_table.c
/rk3399_rockchip-uboot/arch/x86/lib/bootm.c
/rk3399_rockchip-uboot/arch/x86/lib/coreboot_table.c
/rk3399_rockchip-uboot/arch/x86/lib/pirq_routing.c
/rk3399_rockchip-uboot/arch/x86/lib/smbios.c
/rk3399_rockchip-uboot/arch/x86/lib/tables.c
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/MAINTAINERS
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/Makefile
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/sama5d2_ptc.c
/rk3399_rockchip-uboot/board/atmel/sama5d2_xplained/sama5d2_xplained.c
/rk3399_rockchip-uboot/board/compulab/common/eeprom.c
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/.gitignore
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Makefile
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/dsdt.asl
/rk3399_rockchip-uboot/board/dbau1x00/Kconfig
/rk3399_rockchip-uboot/board/freescale/c29xpcie/c29xpcie.c
/rk3399_rockchip-uboot/board/freescale/common/ls102xa_stream_id.c
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ls1043aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/cpld.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/cpld.h
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ls1043ardb.c
/rk3399_rockchip-uboot/board/freescale/ls2080aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/ddr.h
/rk3399_rockchip-uboot/board/freescale/t208xqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t208xrdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t4rdb/eth.c
/rk3399_rockchip-uboot/board/imgtec/malta/Kconfig
/rk3399_rockchip-uboot/board/imgtec/malta/lowlevel_init.S
/rk3399_rockchip-uboot/board/imgtec/malta/malta.c
/rk3399_rockchip-uboot/board/intel/bayleybay/.gitignore
/rk3399_rockchip-uboot/board/intel/bayleybay/Makefile
/rk3399_rockchip-uboot/board/intel/bayleybay/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/intel/bayleybay/dsdt.asl
/rk3399_rockchip-uboot/board/intel/galileo/Kconfig
/rk3399_rockchip-uboot/board/intel/minnowmax/.gitignore
/rk3399_rockchip-uboot/board/intel/minnowmax/Makefile
/rk3399_rockchip-uboot/board/intel/minnowmax/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/intel/minnowmax/dsdt.asl
/rk3399_rockchip-uboot/board/keymile/km83xx/km83xx_i2c.c
/rk3399_rockchip-uboot/board/microchip/pic32mzda/Kconfig
/rk3399_rockchip-uboot/board/micronas/vct/Kconfig
/rk3399_rockchip-uboot/board/pb1x00/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/MAINTAINERS
/rk3399_rockchip-uboot/board/qca/ap121/Makefile
/rk3399_rockchip-uboot/board/qca/ap121/ap121.c
/rk3399_rockchip-uboot/board/qca/ap143/Kconfig
/rk3399_rockchip-uboot/board/qca/ap143/MAINTAINERS
/rk3399_rockchip-uboot/board/qca/ap143/Makefile
/rk3399_rockchip-uboot/board/qca/ap143/ap143.c
/rk3399_rockchip-uboot/board/qemu-mips/Kconfig
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/tplink/wdr4300/Kconfig
/rk3399_rockchip-uboot/board/tplink/wdr4300/MAINTAINERS
/rk3399_rockchip-uboot/board/tplink/wdr4300/Makefile
/rk3399_rockchip-uboot/board/tplink/wdr4300/wdr4300.c
/rk3399_rockchip-uboot/board/xilinx/zynq/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynqmp/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynqmp/xil_io.h
/rk3399_rockchip-uboot/board/xilinx/zynqmp/zynqmp.c
/rk3399_rockchip-uboot/cmd/Kconfig
/rk3399_rockchip-uboot/cmd/Makefile
/rk3399_rockchip-uboot/cmd/bdinfo.c
/rk3399_rockchip-uboot/cmd/bootm.c
/rk3399_rockchip-uboot/cmd/eeprom.c
/rk3399_rockchip-uboot/cmd/mmc.c
/rk3399_rockchip-uboot/cmd/qfw.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/bootm.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/eeprom/eeprom_field.c
/rk3399_rockchip-uboot/common/eeprom/eeprom_layout.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/image-fit.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/spl/spl_ext.c
/rk3399_rockchip-uboot/common/spl/spl_fat.c
/rk3399_rockchip-uboot/common/spl/spl_fit.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/common/spl/spl_nand.c
/rk3399_rockchip-uboot/common/spl/spl_net.c
/rk3399_rockchip-uboot/common/spl/spl_nor.c
/rk3399_rockchip-uboot/common/spl/spl_onenand.c
/rk3399_rockchip-uboot/common/spl/spl_ymodem.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-Lime2_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/A20-Olimex-SOM-EVB_defconfig
/rk3399_rockchip-uboot/configs/Ainol_AW1_defconfig
/rk3399_rockchip-uboot/configs/Ampe_A76_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T003_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T004_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Bananapro_defconfig
/rk3399_rockchip-uboot/configs/CHIP_defconfig
/rk3399_rockchip-uboot/configs/CSQ_CS908_defconfig
/rk3399_rockchip-uboot/configs/Chuwi_V7_CW0825_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_plus_defconfig
/rk3399_rockchip-uboot/configs/Empire_electronix_d709_defconfig
/rk3399_rockchip-uboot/configs/Hummingbird_A31_defconfig
/rk3399_rockchip-uboot/configs/Hyundai_A7HD_defconfig
/rk3399_rockchip-uboot/configs/Itead_Ibox_A20_defconfig
/rk3399_rockchip-uboot/configs/Lamobo_R1_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_Nano_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino_defconfig
/rk3399_rockchip-uboot/configs/MK808C_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo73_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo81_defconfig
/rk3399_rockchip-uboot/configs/Marsboard_A10_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000G_quad_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mele_I7_defconfig
/rk3399_rockchip-uboot/configs/Mele_M3_defconfig
/rk3399_rockchip-uboot/configs/Mele_M5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/Merrii_A80_Optimus_defconfig
/rk3399_rockchip-uboot/configs/Mini-X_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_mini_defconfig
/rk3399_rockchip-uboot/configs/Sinlinx_SinA31s_defconfig
/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig
/rk3399_rockchip-uboot/configs/Sinovoip_BPI_M2_defconfig
/rk3399_rockchip-uboot/configs/Sinovoip_BPI_M3_defconfig
/rk3399_rockchip-uboot/configs/UTOO_P66_defconfig
/rk3399_rockchip-uboot/configs/Wexler_TAB7200_defconfig
/rk3399_rockchip-uboot/configs/Wits_Pro_A20_DKT_defconfig
/rk3399_rockchip-uboot/configs/Wobo_i5_defconfig
/rk3399_rockchip-uboot/configs/Yones_Toptech_BD1078_defconfig
/rk3399_rockchip-uboot/configs/Yones_Toptech_BS1078_V2_defconfig
/rk3399_rockchip-uboot/configs/am437x_gp_evm_defconfig
/rk3399_rockchip-uboot/configs/am437x_sk_evm_defconfig
/rk3399_rockchip-uboot/configs/ap121_defconfig
/rk3399_rockchip-uboot/configs/ap143_defconfig
/rk3399_rockchip-uboot/configs/axs101_defconfig
/rk3399_rockchip-uboot/configs/axs103_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/bayleybay_defconfig
/rk3399_rockchip-uboot/configs/chromebook_jerry_defconfig
/rk3399_rockchip-uboot/configs/colorfly_e708_q1_defconfig
/rk3399_rockchip-uboot/configs/conga-qeval20-qa3-e3845_defconfig
/rk3399_rockchip-uboot/configs/crownbay_defconfig
/rk3399_rockchip-uboot/configs/difrnce_dit4350_defconfig
/rk3399_rockchip-uboot/configs/dra74_evm_defconfig
/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig
/rk3399_rockchip-uboot/configs/dserve_dsrv9703c_defconfig
/rk3399_rockchip-uboot/configs/evb-rk3036_defconfig
/rk3399_rockchip-uboot/configs/firefly-rk3288_defconfig
/rk3399_rockchip-uboot/configs/ga10h_v1_1_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/gt90h_v4_defconfig
/rk3399_rockchip-uboot/configs/h8_homlet_v2_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/iNet_3F_defconfig
/rk3399_rockchip-uboot/configs/iNet_3W_defconfig
/rk3399_rockchip-uboot/configs/iNet_86VS_defconfig
/rk3399_rockchip-uboot/configs/icnova-a20-swac_defconfig
/rk3399_rockchip-uboot/configs/inet1_defconfig
/rk3399_rockchip-uboot/configs/inet97fv2_defconfig
/rk3399_rockchip-uboot/configs/inet98v_rev2_defconfig
/rk3399_rockchip-uboot/configs/inet9f_rev03_defconfig
/rk3399_rockchip-uboot/configs/jesurun_q5_defconfig
/rk3399_rockchip-uboot/configs/kylin-rk3036_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/malta_defconfig
/rk3399_rockchip-uboot/configs/maltael_defconfig
/rk3399_rockchip-uboot/configs/minnowmax_defconfig
/rk3399_rockchip-uboot/configs/mixtile_loftq_defconfig
/rk3399_rockchip-uboot/configs/mk802_a10s_defconfig
/rk3399_rockchip-uboot/configs/mk802_defconfig
/rk3399_rockchip-uboot/configs/mk802ii_defconfig
/rk3399_rockchip-uboot/configs/orangepi_2_defconfig
/rk3399_rockchip-uboot/configs/orangepi_one_defconfig
/rk3399_rockchip-uboot/configs/orangepi_pc_defconfig
/rk3399_rockchip-uboot/configs/orangepi_plus_defconfig
/rk3399_rockchip-uboot/configs/pico-imx6ul_defconfig
/rk3399_rockchip-uboot/configs/pine64_plus_defconfig
/rk3399_rockchip-uboot/configs/polaroid_mid2809pxe04_defconfig
/rk3399_rockchip-uboot/configs/pov_protab2_ips9_defconfig
/rk3399_rockchip-uboot/configs/q8_a13_tablet_defconfig
/rk3399_rockchip-uboot/configs/q8_a23_tablet_800x480_defconfig
/rk3399_rockchip-uboot/configs/q8_a33_tablet_1024x600_defconfig
/rk3399_rockchip-uboot/configs/q8_a33_tablet_800x480_defconfig
/rk3399_rockchip-uboot/configs/qemu-x86_defconfig
/rk3399_rockchip-uboot/configs/r7-tv-dongle_defconfig
/rk3399_rockchip-uboot/configs/rock2_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_ptc_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_ptc_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_xplained_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d3_xplained_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/sandbox_noblk_defconfig
/rk3399_rockchip-uboot/configs/socfpga_arria5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_cyclone5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_de0_nano_soc_defconfig
/rk3399_rockchip-uboot/configs/socfpga_mcvevk_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sockit_defconfig
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sr1500_defconfig
/rk3399_rockchip-uboot/configs/spear300_defconfig
/rk3399_rockchip-uboot/configs/spear300_nand_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_defconfig
/rk3399_rockchip-uboot/configs/spear310_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_defconfig
/rk3399_rockchip-uboot/configs/spear320_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear600_defconfig
/rk3399_rockchip-uboot/configs/spear600_nand_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/sunxi_Gemei_G9_defconfig
/rk3399_rockchip-uboot/configs/tplink_wdr4300_defconfig
/rk3399_rockchip-uboot/configs/uniphier_ld11_defconfig
/rk3399_rockchip-uboot/configs/x600_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_ep_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_picozed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc702_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc706_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm011_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/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.x86
/rk3399_rockchip-uboot/doc/device-tree-bindings/mailbox/mailbox.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/intel,irq-router.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/ti,dp83867.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/qca,ar9330-uart.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/spi-ath79.txt
/rk3399_rockchip-uboot/doc/driver-model/README.txt
/rk3399_rockchip-uboot/doc/uImage.FIT/multi-with-fpga.its
/rk3399_rockchip-uboot/doc/uImage.FIT/source_file_format.txt
/rk3399_rockchip-uboot/drivers/Kconfig
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/clk/clk_rk3036.c
/rk3399_rockchip-uboot/drivers/clk/clk_rk3288.c
/rk3399_rockchip-uboot/drivers/clk/uniphier/clk-uniphier-mio.c
/rk3399_rockchip-uboot/drivers/core/Kconfig
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/core/lists.c
/rk3399_rockchip-uboot/drivers/crypto/fsl/jr.c
/rk3399_rockchip-uboot/drivers/crypto/fsl/jr.h
/rk3399_rockchip-uboot/drivers/ddr/fsl/fsl_ddr_gen4.c
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ddr3_init.c
/rk3399_rockchip-uboot/drivers/fpga/fpga.c
/rk3399_rockchip-uboot/drivers/gpio/sunxi_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/zynq_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/designware_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/i2c-cdns.c
/rk3399_rockchip-uboot/drivers/i2c/muxes/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile
/rk3399_rockchip-uboot/drivers/i2c/muxes/pca954x.c
/rk3399_rockchip-uboot/drivers/i2c/mvtwsi.c
/rk3399_rockchip-uboot/drivers/mailbox/Kconfig
/rk3399_rockchip-uboot/drivers/mailbox/Makefile
/rk3399_rockchip-uboot/drivers/mailbox/mailbox-uclass.c
/rk3399_rockchip-uboot/drivers/mailbox/sandbox-mbox-test.c
/rk3399_rockchip-uboot/drivers/mailbox/sandbox-mbox.c
/rk3399_rockchip-uboot/drivers/misc/Kconfig
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/qfw.c
/rk3399_rockchip-uboot/drivers/misc/sysreset-uclass.c
/rk3399_rockchip-uboot/drivers/misc/sysreset_sandbox.c
/rk3399_rockchip-uboot/drivers/mmc/Kconfig
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/mmc-uclass.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_legacy.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_private.h
/rk3399_rockchip-uboot/drivers/mmc/mmc_write.c
/rk3399_rockchip-uboot/drivers/mmc/omap_hsmmc.c
/rk3399_rockchip-uboot/drivers/mmc/pic32_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/rockchip_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/sandbox_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/socfpga_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/uniphier-sd.c
/rk3399_rockchip-uboot/drivers/mmc/zynq_sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/Kconfig
/rk3399_rockchip-uboot/drivers/mtd/Makefile
/rk3399_rockchip-uboot/drivers/mtd/pic32_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_spl_load.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/cpsw-common.c
/rk3399_rockchip-uboot/drivers/net/cpsw.c
/rk3399_rockchip-uboot/drivers/net/fm/t4240.c
/rk3399_rockchip-uboot/drivers/net/phy/broadcom.c
/rk3399_rockchip-uboot/drivers/net/phy/davicom.c
/rk3399_rockchip-uboot/drivers/net/phy/et1011c.c
/rk3399_rockchip-uboot/drivers/net/phy/lxt.c
/rk3399_rockchip-uboot/drivers/net/phy/marvell.c
/rk3399_rockchip-uboot/drivers/net/phy/micrel.c
/rk3399_rockchip-uboot/drivers/net/phy/mv88e61xx.c
/rk3399_rockchip-uboot/drivers/net/phy/natsemi.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/phy/realtek.c
/rk3399_rockchip-uboot/drivers/net/phy/smsc.c
/rk3399_rockchip-uboot/drivers/net/phy/ti.c
/rk3399_rockchip-uboot/drivers/net/phy/vitesse.c
/rk3399_rockchip-uboot/drivers/net/xilinx_emaclite.c
/rk3399_rockchip-uboot/drivers/net/zynq_gem.c
/rk3399_rockchip-uboot/drivers/pinctrl/Kconfig
/rk3399_rockchip-uboot/drivers/pinctrl/Makefile
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/Makefile
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/pinctrl_ar933x.c
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/pinctrl_qca953x.c
/rk3399_rockchip-uboot/drivers/power/Kconfig
/rk3399_rockchip-uboot/drivers/power/Makefile
/rk3399_rockchip-uboot/drivers/power/axp221.c
/rk3399_rockchip-uboot/drivers/power/axp809.c
/rk3399_rockchip-uboot/drivers/power/axp818.c
/rk3399_rockchip-uboot/drivers/serial/Kconfig
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/drivers/serial/serial_ar933x.c
/rk3399_rockchip-uboot/drivers/spi/Kconfig
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/ath79_spi.c
/rk3399_rockchip-uboot/drivers/spi/fsl_qspi.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.c
/rk3399_rockchip-uboot/drivers/video/ipu_common.c
/rk3399_rockchip-uboot/dts/Kconfig
/rk3399_rockchip-uboot/examples/api/Makefile
/rk3399_rockchip-uboot/examples/api/crt0.S
/rk3399_rockchip-uboot/examples/api/glue.c
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/include/ata.h
/rk3399_rockchip-uboot/include/axp809.h
/rk3399_rockchip-uboot/include/axp818.h
/rk3399_rockchip-uboot/include/axp_pmic.h
/rk3399_rockchip-uboot/include/blk.h
/rk3399_rockchip-uboot/include/bootstage.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/ap121.h
/rk3399_rockchip-uboot/include/configs/ap143.h
/rk3399_rockchip-uboot/include/configs/axs101.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_t3517.h
/rk3399_rockchip-uboot/include/configs/cm_t43.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/imx6_spl.h
/rk3399_rockchip-uboot/include/configs/ls1043a_common.h
/rk3399_rockchip-uboot/include/configs/ls1043ardb.h
/rk3399_rockchip-uboot/include/configs/ls2080a_common.h
/rk3399_rockchip-uboot/include/configs/ls2080aqds.h
/rk3399_rockchip-uboot/include/configs/ls2080ardb.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/minnowmax.h
/rk3399_rockchip-uboot/include/configs/novena.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pic32mzdask.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qemu-mips64.h
/rk3399_rockchip-uboot/include/configs/rpi.h
/rk3399_rockchip-uboot/include/configs/sama5d2_ptc.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/theadorable.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/configs/tplink_wdr4300.h
/rk3399_rockchip-uboot/include/configs/tqma6.h
/rk3399_rockchip-uboot/include/configs/uniphier.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_zcu102.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/cpsw.h
/rk3399_rockchip-uboot/include/dm/device-internal.h
/rk3399_rockchip-uboot/include/dm/device.h
/rk3399_rockchip-uboot/include/dm/uclass-id.h
/rk3399_rockchip-uboot/include/dt-bindings/net/ti-dp83867.h
/rk3399_rockchip-uboot/include/eeprom_field.h
/rk3399_rockchip-uboot/include/eeprom_layout.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/include/fsl_sec.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/mailbox_client.h
/rk3399_rockchip-uboot/include/mailbox_uclass.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/qfw.h
/rk3399_rockchip-uboot/include/spl.h
/rk3399_rockchip-uboot/include/sysreset.h
tiny-printf.c
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/scripts/basic/fixdep.c
/rk3399_rockchip-uboot/test/dm/Makefile
/rk3399_rockchip-uboot/test/dm/blk.c
/rk3399_rockchip-uboot/test/dm/mailbox.c
/rk3399_rockchip-uboot/test/dm/mmc.c
/rk3399_rockchip-uboot/test/dm/sysreset.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/imagetool.c
/rk3399_rockchip-uboot/tools/imagetool.h
/rk3399_rockchip-uboot/tools/imximage.c
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/zynqmpimage.c
c309365022-Feb-2016 Simon Glass <sjg@chromium.org>

exynos: Allow tizen to be built without an LCD

This file currently requires an LCD. Adjust it to work without one.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang

exynos: Allow tizen to be built without an LCD

This file currently requires an LCD. Adjust it to work without one.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/api/api.c
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx7/clock_slice.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/spl.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/am4372.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/dra7.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos54xx.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos7420-espresso7420.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos7420.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/fsl-ls1043a.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynq-7000.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynqmp.dtsi
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6sl_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7/mx7d_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-at91/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-at91/armv7/clock.c
/rk3399_rockchip-uboot/arch/arm/mach-at91/bootparams_atmel.S
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/clk.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/sama5_sfr.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/sama5d2.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/spl.c
/rk3399_rockchip-uboot/arch/arm/mach-exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-exynos/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/cpu.h
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/gpio.h
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/mipi_dsim.h
/rk3399_rockchip-uboot/arch/arm/mach-exynos/mmu-arm64.c
/rk3399_rockchip-uboot/arch/arm/mach-exynos/soc.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-zynq/spl.c
/rk3399_rockchip-uboot/arch/m68k/include/asm/fsl_i2c.h
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/mips/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/cpu.c
/rk3399_rockchip-uboot/arch/mips/cpu/start.S
/rk3399_rockchip-uboot/arch/mips/dts/Makefile
/rk3399_rockchip-uboot/arch/mips/dts/ap121.dts
/rk3399_rockchip-uboot/arch/mips/dts/ap143.dts
/rk3399_rockchip-uboot/arch/mips/dts/ar933x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/ar934x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/qca953x.dtsi
/rk3399_rockchip-uboot/arch/mips/dts/tplink_wdr4300.dts
/rk3399_rockchip-uboot/arch/mips/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/mips/lib/cache_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/Kconfig
/rk3399_rockchip-uboot/arch/mips/mach-ath79/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar933x/lowlevel_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/cpu.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/cpu.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/dram.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ath79.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/ddr.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/include/mach/reset.h
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/Makefile
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/clk.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/ddr.c
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/lowlevel_init.S
/rk3399_rockchip-uboot/arch/mips/mach-ath79/reset.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_i2c.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_86xx.h
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/acpi.c
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/valleyview.c
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/pch.c
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/coreboot.c
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/x86/cpu/irq.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/lpc.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/model_206ax.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/northbridge.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/lapic.c
/rk3399_rockchip-uboot/arch/x86/cpu/mp_init.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/e820.c
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/qemu.c
/rk3399_rockchip-uboot/arch/x86/cpu/quark/quark.c
/rk3399_rockchip-uboot/arch/x86/dts/bayleybay.dts
/rk3399_rockchip-uboot/arch/x86/dts/conga-qeval20-qa3-e3845.dts
/rk3399_rockchip-uboot/arch/x86/dts/crownbay.dts
/rk3399_rockchip-uboot/arch/x86/dts/galileo.dts
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m0130673325.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/microcode/m0130679907.dtsi
/rk3399_rockchip-uboot/arch/x86/dts/minnowmax.dts
/rk3399_rockchip-uboot/arch/x86/dts/qemu-x86_q35.dts
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/debug.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/globutil.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/statdef.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi_table.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/gpio.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irq_helper.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqlinks.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/platform.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/sleepstates.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/usb.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/xhci.asl
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/device.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/iomap.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/irq.h
/rk3399_rockchip-uboot/arch/x86/include/asm/coreboot_tables.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/irq.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/acpi_table.c
/rk3399_rockchip-uboot/arch/x86/lib/bootm.c
/rk3399_rockchip-uboot/arch/x86/lib/coreboot_table.c
/rk3399_rockchip-uboot/arch/x86/lib/pirq_routing.c
/rk3399_rockchip-uboot/arch/x86/lib/smbios.c
/rk3399_rockchip-uboot/arch/x86/lib/tables.c
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/Kconfig
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/MAINTAINERS
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/Makefile
/rk3399_rockchip-uboot/board/atmel/sama5d2_ptc/sama5d2_ptc.c
/rk3399_rockchip-uboot/board/atmel/sama5d2_xplained/sama5d2_xplained.c
/rk3399_rockchip-uboot/board/compulab/common/eeprom.c
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/.gitignore
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Makefile
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/dsdt.asl
/rk3399_rockchip-uboot/board/freescale/c29xpcie/c29xpcie.c
/rk3399_rockchip-uboot/board/freescale/common/ls102xa_stream_id.c
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/ls1043aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/cpld.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/cpld.h
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/ls1043ardb.c
/rk3399_rockchip-uboot/board/freescale/ls2080aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls2080ardb/ddr.h
/rk3399_rockchip-uboot/board/imgtec/malta/lowlevel_init.S
/rk3399_rockchip-uboot/board/intel/bayleybay/.gitignore
/rk3399_rockchip-uboot/board/intel/bayleybay/Makefile
/rk3399_rockchip-uboot/board/intel/bayleybay/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/intel/bayleybay/dsdt.asl
/rk3399_rockchip-uboot/board/intel/galileo/Kconfig
/rk3399_rockchip-uboot/board/intel/minnowmax/.gitignore
/rk3399_rockchip-uboot/board/intel/minnowmax/Makefile
/rk3399_rockchip-uboot/board/intel/minnowmax/acpi/mainboard.asl
/rk3399_rockchip-uboot/board/intel/minnowmax/dsdt.asl
/rk3399_rockchip-uboot/board/keymile/km83xx/km83xx_i2c.c
/rk3399_rockchip-uboot/board/qca/ap121/Kconfig
/rk3399_rockchip-uboot/board/qca/ap121/MAINTAINERS
/rk3399_rockchip-uboot/board/qca/ap121/Makefile
/rk3399_rockchip-uboot/board/qca/ap121/ap121.c
/rk3399_rockchip-uboot/board/qca/ap143/Kconfig
/rk3399_rockchip-uboot/board/qca/ap143/MAINTAINERS
/rk3399_rockchip-uboot/board/qca/ap143/Makefile
/rk3399_rockchip-uboot/board/qca/ap143/ap143.c
/rk3399_rockchip-uboot/board/samsung/common/board.c
/rk3399_rockchip-uboot/board/samsung/espresso7420/Kconfig
/rk3399_rockchip-uboot/board/samsung/espresso7420/MAINTAINERS
/rk3399_rockchip-uboot/board/samsung/espresso7420/Makefile
/rk3399_rockchip-uboot/board/samsung/espresso7420/espresso7420.c
/rk3399_rockchip-uboot/board/tplink/wdr4300/Kconfig
/rk3399_rockchip-uboot/board/tplink/wdr4300/MAINTAINERS
/rk3399_rockchip-uboot/board/tplink/wdr4300/Makefile
/rk3399_rockchip-uboot/board/tplink/wdr4300/wdr4300.c
/rk3399_rockchip-uboot/board/xilinx/zynq/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.h
/rk3399_rockchip-uboot/board/xilinx/zynqmp/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynqmp/xil_io.h
/rk3399_rockchip-uboot/board/xilinx/zynqmp/zynqmp.c
/rk3399_rockchip-uboot/cmd/Kconfig
/rk3399_rockchip-uboot/cmd/Makefile
/rk3399_rockchip-uboot/cmd/bdinfo.c
/rk3399_rockchip-uboot/cmd/eeprom.c
/rk3399_rockchip-uboot/cmd/mmc.c
/rk3399_rockchip-uboot/cmd/qfw.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/bootm.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/eeprom/eeprom_field.c
/rk3399_rockchip-uboot/common/eeprom/eeprom_layout.c
/rk3399_rockchip-uboot/common/image-fit.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/spl/spl_ext.c
/rk3399_rockchip-uboot/common/spl/spl_fat.c
/rk3399_rockchip-uboot/common/spl/spl_fit.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/common/spl/spl_nand.c
/rk3399_rockchip-uboot/common/spl/spl_net.c
/rk3399_rockchip-uboot/common/spl/spl_nor.c
/rk3399_rockchip-uboot/common/spl/spl_onenand.c
/rk3399_rockchip-uboot/common/spl/spl_ymodem.c
/rk3399_rockchip-uboot/configs/am437x_gp_evm_defconfig
/rk3399_rockchip-uboot/configs/am437x_sk_evm_defconfig
/rk3399_rockchip-uboot/configs/ap121_defconfig
/rk3399_rockchip-uboot/configs/ap143_defconfig
/rk3399_rockchip-uboot/configs/arndale_defconfig
/rk3399_rockchip-uboot/configs/axs101_defconfig
/rk3399_rockchip-uboot/configs/axs103_defconfig
/rk3399_rockchip-uboot/configs/bayleybay_defconfig
/rk3399_rockchip-uboot/configs/conga-qeval20-qa3-e3845_defconfig
/rk3399_rockchip-uboot/configs/crownbay_defconfig
/rk3399_rockchip-uboot/configs/dra74_evm_defconfig
/rk3399_rockchip-uboot/configs/espresso7420_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/minnowmax_defconfig
/rk3399_rockchip-uboot/configs/odroid-xu3_defconfig
/rk3399_rockchip-uboot/configs/odroid_defconfig
/rk3399_rockchip-uboot/configs/origen_defconfig
/rk3399_rockchip-uboot/configs/peach-pi_defconfig
/rk3399_rockchip-uboot/configs/peach-pit_defconfig
/rk3399_rockchip-uboot/configs/pico-imx6ul_defconfig
/rk3399_rockchip-uboot/configs/qemu-x86_defconfig
/rk3399_rockchip-uboot/configs/s5pc210_universal_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_ptc_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_ptc_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_xplained_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d3_xplained_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/smdk5250_defconfig
/rk3399_rockchip-uboot/configs/smdk5420_defconfig
/rk3399_rockchip-uboot/configs/smdkv310_defconfig
/rk3399_rockchip-uboot/configs/snow_defconfig
/rk3399_rockchip-uboot/configs/socfpga_arria5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_cyclone5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_de0_nano_soc_defconfig
/rk3399_rockchip-uboot/configs/socfpga_mcvevk_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sockit_defconfig
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sr1500_defconfig
/rk3399_rockchip-uboot/configs/spear300_defconfig
/rk3399_rockchip-uboot/configs/spear300_nand_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_defconfig
/rk3399_rockchip-uboot/configs/spear310_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_defconfig
/rk3399_rockchip-uboot/configs/spear320_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear600_defconfig
/rk3399_rockchip-uboot/configs/spear600_nand_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spring_defconfig
/rk3399_rockchip-uboot/configs/tplink_wdr4300_defconfig
/rk3399_rockchip-uboot/configs/trats2_defconfig
/rk3399_rockchip-uboot/configs/trats_defconfig
/rk3399_rockchip-uboot/configs/x600_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_ep_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_picozed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc702_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc706_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm011_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/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.x86
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/intel,irq-router.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/ti,dp83867.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/qca,ar9330-uart.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/spi-ath79.txt
/rk3399_rockchip-uboot/doc/uImage.FIT/multi-with-fpga.its
/rk3399_rockchip-uboot/doc/uImage.FIT/source_file_format.txt
/rk3399_rockchip-uboot/drivers/clk/Kconfig
/rk3399_rockchip-uboot/drivers/clk/Makefile
/rk3399_rockchip-uboot/drivers/clk/exynos/Kconfig
/rk3399_rockchip-uboot/drivers/clk/exynos/Makefile
/rk3399_rockchip-uboot/drivers/clk/exynos/clk-exynos7420.c
/rk3399_rockchip-uboot/drivers/clk/exynos/clk-pll.c
/rk3399_rockchip-uboot/drivers/clk/exynos/clk-pll.h
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/crypto/fsl/jr.c
/rk3399_rockchip-uboot/drivers/crypto/fsl/jr.h
/rk3399_rockchip-uboot/drivers/ddr/fsl/fsl_ddr_gen4.c
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ddr3_init.c
/rk3399_rockchip-uboot/drivers/fpga/fpga.c
/rk3399_rockchip-uboot/drivers/gpio/zynq_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/designware_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/i2c-cdns.c
/rk3399_rockchip-uboot/drivers/i2c/muxes/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile
/rk3399_rockchip-uboot/drivers/i2c/muxes/pca954x.c
/rk3399_rockchip-uboot/drivers/i2c/mvtwsi.c
/rk3399_rockchip-uboot/drivers/misc/Kconfig
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/qfw.c
/rk3399_rockchip-uboot/drivers/mmc/Kconfig
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/mmc-uclass.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_legacy.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_private.h
/rk3399_rockchip-uboot/drivers/mmc/mmc_write.c
/rk3399_rockchip-uboot/drivers/mmc/omap_hsmmc.c
/rk3399_rockchip-uboot/drivers/mmc/pic32_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/rockchip_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/sandbox_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/socfpga_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/uniphier-sd.c
/rk3399_rockchip-uboot/drivers/mmc/zynq_sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/Kconfig
/rk3399_rockchip-uboot/drivers/mtd/Makefile
/rk3399_rockchip-uboot/drivers/mtd/pic32_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_spl_load.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/cpsw-common.c
/rk3399_rockchip-uboot/drivers/net/cpsw.c
/rk3399_rockchip-uboot/drivers/net/phy/broadcom.c
/rk3399_rockchip-uboot/drivers/net/phy/davicom.c
/rk3399_rockchip-uboot/drivers/net/phy/et1011c.c
/rk3399_rockchip-uboot/drivers/net/phy/lxt.c
/rk3399_rockchip-uboot/drivers/net/phy/marvell.c
/rk3399_rockchip-uboot/drivers/net/phy/micrel.c
/rk3399_rockchip-uboot/drivers/net/phy/mv88e61xx.c
/rk3399_rockchip-uboot/drivers/net/phy/natsemi.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/phy/realtek.c
/rk3399_rockchip-uboot/drivers/net/phy/smsc.c
/rk3399_rockchip-uboot/drivers/net/phy/ti.c
/rk3399_rockchip-uboot/drivers/net/phy/vitesse.c
/rk3399_rockchip-uboot/drivers/net/xilinx_emaclite.c
/rk3399_rockchip-uboot/drivers/net/zynq_gem.c
/rk3399_rockchip-uboot/drivers/pinctrl/Kconfig
/rk3399_rockchip-uboot/drivers/pinctrl/Makefile
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/Makefile
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/pinctrl_ar933x.c
/rk3399_rockchip-uboot/drivers/pinctrl/ath79/pinctrl_qca953x.c
/rk3399_rockchip-uboot/drivers/pinctrl/exynos/Kconfig
/rk3399_rockchip-uboot/drivers/pinctrl/exynos/Makefile
/rk3399_rockchip-uboot/drivers/pinctrl/exynos/pinctrl-exynos.c
/rk3399_rockchip-uboot/drivers/pinctrl/exynos/pinctrl-exynos.h
/rk3399_rockchip-uboot/drivers/pinctrl/exynos/pinctrl-exynos7420.c
/rk3399_rockchip-uboot/drivers/pinctrl/pinctrl-uclass.c
/rk3399_rockchip-uboot/drivers/pwm/Kconfig
/rk3399_rockchip-uboot/drivers/pwm/Makefile
/rk3399_rockchip-uboot/drivers/pwm/exynos_pwm.c
/rk3399_rockchip-uboot/drivers/serial/Kconfig
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial_ar933x.c
/rk3399_rockchip-uboot/drivers/serial/serial_s5p.c
/rk3399_rockchip-uboot/drivers/spi/Kconfig
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/ath79_spi.c
/rk3399_rockchip-uboot/drivers/spi/fsl_qspi.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/exynos/Makefile
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_dp.c
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_dp_lowlevel.c
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_dp_lowlevel.h
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_fb.c
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_fb.h
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_mipi_dsi.c
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_mipi_dsi_common.c
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_mipi_dsi_common.h
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.h
/rk3399_rockchip-uboot/drivers/video/exynos/exynos_pwm_bl.c
/rk3399_rockchip-uboot/drivers/video/ipu_common.c
/rk3399_rockchip-uboot/drivers/video/s6e8ax0.c
/rk3399_rockchip-uboot/dts/Kconfig
/rk3399_rockchip-uboot/examples/api/Makefile
/rk3399_rockchip-uboot/examples/api/crt0.S
/rk3399_rockchip-uboot/examples/api/glue.c
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/include/ata.h
/rk3399_rockchip-uboot/include/blk.h
/rk3399_rockchip-uboot/include/bootstage.h
/rk3399_rockchip-uboot/include/configs/ap121.h
/rk3399_rockchip-uboot/include/configs/ap143.h
/rk3399_rockchip-uboot/include/configs/axs101.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_t3517.h
/rk3399_rockchip-uboot/include/configs/cm_t43.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/espresso7420.h
/rk3399_rockchip-uboot/include/configs/exynos7420-common.h
/rk3399_rockchip-uboot/include/configs/imx6_spl.h
/rk3399_rockchip-uboot/include/configs/ls1043a_common.h
/rk3399_rockchip-uboot/include/configs/ls1043ardb.h
/rk3399_rockchip-uboot/include/configs/ls2080a_common.h
/rk3399_rockchip-uboot/include/configs/ls2080aqds.h
/rk3399_rockchip-uboot/include/configs/ls2080ardb.h
/rk3399_rockchip-uboot/include/configs/minnowmax.h
/rk3399_rockchip-uboot/include/configs/novena.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qemu-mips64.h
/rk3399_rockchip-uboot/include/configs/sama5d2_ptc.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/theadorable.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/configs/tplink_wdr4300.h
/rk3399_rockchip-uboot/include/configs/tqma6.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp_zcu102.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/cpsw.h
/rk3399_rockchip-uboot/include/dm/device.h
/rk3399_rockchip-uboot/include/dt-bindings/clock/exynos7420-clk.h
/rk3399_rockchip-uboot/include/dt-bindings/net/ti-dp83867.h
/rk3399_rockchip-uboot/include/eeprom_field.h
/rk3399_rockchip-uboot/include/eeprom_layout.h
/rk3399_rockchip-uboot/include/exynos_lcd.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/include/fsl_sec.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/libtizen.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/qfw.h
/rk3399_rockchip-uboot/include/spl.h
/rk3399_rockchip-uboot/include/video.h
tizen/tizen.c
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/scripts/basic/fixdep.c
/rk3399_rockchip-uboot/test/dm/blk.c
/rk3399_rockchip-uboot/test/dm/mmc.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/imagetool.c
/rk3399_rockchip-uboot/tools/imagetool.h
/rk3399_rockchip-uboot/tools/imximage.c
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/zynqmpimage.c
6dd9faf801-May-2016 Simon Glass <sjg@chromium.org>

dm: part: Drop the block_drvr table

This is not needed since we can use the functions provided by the legacy
block device support.

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


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/api/api_storage.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/start.S
/rk3399_rockchip-uboot/arch/arm/dts/exynos4210-universal_c210.dts
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socrates.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra20-seaboard.dts
/rk3399_rockchip-uboot/arch/arm/imx-common/cache.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/gpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/armv7.h
/rk3399_rockchip-uboot/arch/arm/include/asm/barriers.h
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/misc.c
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/dram_helpers.c
/rk3399_rockchip-uboot/arch/arm/mach-tegra/board2.c
/rk3399_rockchip-uboot/arch/arm/mach-tegra/gpu.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/start.S
/rk3399_rockchip-uboot/arch/m68k/include/asm/config.h
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/denali_spd_ddr2.c
/rk3399_rockchip-uboot/arch/sandbox/include/asm/io.h
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/sata.c
/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/bd82x6x.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sata.c
/rk3399_rockchip-uboot/board/altera/cyclone5-socdk/qts/pinmux_config.h
/rk3399_rockchip-uboot/board/altera/cyclone5-socdk/qts/pll_config.h
/rk3399_rockchip-uboot/board/bf533-ezkit/flash.c
/rk3399_rockchip-uboot/board/cm5200/fwupdate.c
/rk3399_rockchip-uboot/board/freescale/common/fsl_validate.c
/rk3399_rockchip-uboot/board/freescale/mx28evk/README
/rk3399_rockchip-uboot/board/mpl/pip405/README
/rk3399_rockchip-uboot/board/mpl/pip405/pip405.c
/rk3399_rockchip-uboot/board/nvidia/jetson-tk1/jetson-tk1.c
/rk3399_rockchip-uboot/board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h
/rk3399_rockchip-uboot/board/sandbox/MAINTAINERS
/rk3399_rockchip-uboot/board/tqc/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/cmd/Makefile
/rk3399_rockchip-uboot/cmd/disk.c
/rk3399_rockchip-uboot/cmd/eeprom.c
/rk3399_rockchip-uboot/cmd/fdc.c
/rk3399_rockchip-uboot/cmd/fdt.c
/rk3399_rockchip-uboot/cmd/ide.c
/rk3399_rockchip-uboot/cmd/mmc.c
/rk3399_rockchip-uboot/cmd/mtdparts.c
/rk3399_rockchip-uboot/cmd/sata.c
/rk3399_rockchip-uboot/cmd/scsi.c
/rk3399_rockchip-uboot/cmd/usb.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/env_mmc.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/ide.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/sata.c
/rk3399_rockchip-uboot/common/scsi.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/common/spl/spl_sata.c
/rk3399_rockchip-uboot/common/spl/spl_usb.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/common/usb_hub.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/configs/CHIP_defconfig
/rk3399_rockchip-uboot/configs/sandbox_noblk_defconfig
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/configs/warp7_defconfig
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.commands.spl
/rk3399_rockchip-uboot/doc/README.marubun-pcmcia
/rk3399_rockchip-uboot/doc/README.mxs
/rk3399_rockchip-uboot/doc/SPI/README.sandbox-spi
/rk3399_rockchip-uboot/doc/SPI/README.ti_qspi_flash
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/decode.c
/rk3399_rockchip-uboot/drivers/block/Kconfig
/rk3399_rockchip-uboot/drivers/block/Makefile
/rk3399_rockchip-uboot/drivers/block/ahci-uclass.c
/rk3399_rockchip-uboot/drivers/block/blk-uclass.c
/rk3399_rockchip-uboot/drivers/block/blk_legacy.c
/rk3399_rockchip-uboot/drivers/block/sandbox.c
/rk3399_rockchip-uboot/drivers/block/sandbox_scsi.c
/rk3399_rockchip-uboot/drivers/block/sata_sandbox.c
/rk3399_rockchip-uboot/drivers/block/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/block/systemace.c
/rk3399_rockchip-uboot/drivers/core/device-remove.c
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/core/lists.c
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ddr3_init.h
/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/ddr3_hw_training.h
/rk3399_rockchip-uboot/drivers/dfu/Kconfig
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/dfu/dfu_mmc.c
/rk3399_rockchip-uboot/drivers/gpio/74x164_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/Kconfig
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/gpio-uclass.c
/rk3399_rockchip-uboot/drivers/gpio/intel_broadwell_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/omap_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/pca953x_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/pic32_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/rk_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/s5p_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/kona_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_write.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/net/enc28j60.c
/rk3399_rockchip-uboot/drivers/net/ldpaa_eth/ldpaa_eth.c
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/ne2000_base.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.h
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/pci/pci_tegra.c
/rk3399_rockchip-uboot/drivers/serial/mcfuart.c
/rk3399_rockchip-uboot/drivers/spi/cadence_qspi_apb.c
/rk3399_rockchip-uboot/drivers/spi/soft_spi.c
/rk3399_rockchip-uboot/drivers/spi/spi-uclass.c
/rk3399_rockchip-uboot/drivers/thermal/Kconfig
/rk3399_rockchip-uboot/drivers/usb/common/Makefile
/rk3399_rockchip-uboot/drivers/usb/common/common.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_dfu.c
/rk3399_rockchip-uboot/drivers/usb/gadget/mpc8xx_udc.c
/rk3399_rockchip-uboot/drivers/usb/host/dwc2.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mx6.c
/rk3399_rockchip-uboot/drivers/usb/musb/musb_hcd.c
/rk3399_rockchip-uboot/drivers/video/tegra.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/include/asm-generic/gpio.h
/rk3399_rockchip-uboot/include/blk.h
/rk3399_rockchip-uboot/include/config_cmd_all.h
/rk3399_rockchip-uboot/include/config_distro_bootcmd.h
/rk3399_rockchip-uboot/include/config_fallbacks.h
/rk3399_rockchip-uboot/include/configs/B4860QDS.h
/rk3399_rockchip-uboot/include/configs/BSC9132QDS.h
/rk3399_rockchip-uboot/include/configs/C29XPCIE.h
/rk3399_rockchip-uboot/include/configs/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/P1010RDB.h
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/P1023RDB.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/T102xQDS.h
/rk3399_rockchip-uboot/include/configs/T102xRDB.h
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/T208xRDB.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/am57xx_evm.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/controlcenterd.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/cyrus.h
/rk3399_rockchip-uboot/include/configs/db-88f6820-gp.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/duovero.h
/rk3399_rockchip-uboot/include/configs/efi-x86.h
/rk3399_rockchip-uboot/include/configs/galileo.h
/rk3399_rockchip-uboot/include/configs/highbank.h
/rk3399_rockchip-uboot/include/configs/hikey.h
/rk3399_rockchip-uboot/include/configs/km/kmp204x-common.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/ls1043aqds.h
/rk3399_rockchip-uboot/include/configs/ls2080a_common.h
/rk3399_rockchip-uboot/include/configs/ls2080aqds.h
/rk3399_rockchip-uboot/include/configs/ls2080ardb.h
/rk3399_rockchip-uboot/include/configs/mx6ul_14x14_evk.h
/rk3399_rockchip-uboot/include/configs/omap3_igep00x0.h
/rk3399_rockchip-uboot/include/configs/omap3_logic.h
/rk3399_rockchip-uboot/include/configs/omap5_uevm.h
/rk3399_rockchip-uboot/include/configs/p1_p2_rdb_pc.h
/rk3399_rockchip-uboot/include/configs/p1_twr.h
/rk3399_rockchip-uboot/include/configs/pengwyn.h
/rk3399_rockchip-uboot/include/configs/qemu-x86.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/t4qds.h
/rk3399_rockchip-uboot/include/configs/ti_omap4_common.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/configs/xpedite517x.h
/rk3399_rockchip-uboot/include/configs/xpedite537x.h
/rk3399_rockchip-uboot/include/configs/xpedite550x.h
/rk3399_rockchip-uboot/include/dm/device.h
/rk3399_rockchip-uboot/include/dm/platform_data/serial_coldfire.h
/rk3399_rockchip-uboot/include/dm/uclass-id.h
/rk3399_rockchip-uboot/include/env_flags.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/ide.h
/rk3399_rockchip-uboot/include/iotrace.h
/rk3399_rockchip-uboot/include/linux/fb.h
/rk3399_rockchip-uboot/include/linux/usb/otg.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/include/spi.h
/rk3399_rockchip-uboot/include/test/ut.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usbdevice.h
efi_loader/efi_disk.c
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/test/py/tests/test_dfu.py
/rk3399_rockchip-uboot/test/py/u_boot_utils.py
/rk3399_rockchip-uboot/tools/buildman/README
/rk3399_rockchip-uboot/tools/buildman/builder.py
/rk3399_rockchip-uboot/tools/buildman/builderthread.py
/rk3399_rockchip-uboot/tools/buildman/cmdline.py
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/env/fw_env.c
/rk3399_rockchip-uboot/tools/fit_image.c
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/moveconfig.py
/rk3399_rockchip-uboot/tools/tbot/README
/rk3399_rockchip-uboot/tools/tbot/README.install
09c2b8f301-May-2016 Andreas Bießmann <andreas.devel@googlemail.com>

Change my mailaddress

I'll switch my mails to my own server, so drop all gmail references.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>


/rk3399_rockchip-uboot/.mailmap
/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arc/lib/cache.c
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/boot-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/hw_data.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/start.S
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/hi6220-hikey.dts
/rk3399_rockchip-uboot/arch/arm/dts/hi6220.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_arria5_socdk.dts
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socdk.dts
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socrates.dts
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_sr1500.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld11-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld20-ref.dts
/rk3399_rockchip-uboot/arch/arm/dts/uniphier-ph1-ld20.dtsi
/rk3399_rockchip-uboot/arch/arm/imx-common/Makefile
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-bcmcygnus/configs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/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-omap5/omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/arch/arm/lib/stack.c
/rk3399_rockchip-uboot/arch/arm/mach-at91/arm920t/at91rm9200_devices.c
/rk3399_rockchip-uboot/arch/arm/mach-at91/arm920t/cpu.c
/rk3399_rockchip-uboot/arch/arm/mach-kirkwood/include/mach/config.h
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/include/mach/config.h
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3288/sdram_rk3288.c
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/dram_helpers.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm64/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm64/arm-cci500.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm64/mem_map.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm64/smp.S
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm64/smp_kick_cpus.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm64/timer.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/board_common.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/board_early_init_f.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/board_late_init.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boards.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-device.h
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/boot-mode.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-mode/cmd_pinmon.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/clk/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/clk/clk-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/cpu_info.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/ddrphy-ld20-regs.h
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/umc-ld20-regs.h
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/umc-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram_init.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-clk/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-clk/early-clk-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-pinctrl/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init.h
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init-sld3.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/init/init.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/memconf/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/memconf/memconf-pxs2.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/pinctrl/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/pinctrl/pinctrl-ld20.c
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/sbc/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/sg-regs.h
/rk3399_rockchip-uboot/arch/avr32/cpu/mmc.c
/rk3399_rockchip-uboot/arch/avr32/lib/bootm.c
/rk3399_rockchip-uboot/arch/avr32/lib/dram_init.c
/rk3399_rockchip-uboot/arch/blackfin/include/asm/config.h
/rk3399_rockchip-uboot/arch/mips/lib/bootm.c
/rk3399_rockchip-uboot/arch/powerpc/lib/stack.c
/rk3399_rockchip-uboot/arch/sandbox/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/fw_cfg.c
/rk3399_rockchip-uboot/board/atmel/at91rm9200ek/MAINTAINERS
/rk3399_rockchip-uboot/board/atmel/at91rm9200ek/at91rm9200ek.c
/rk3399_rockchip-uboot/board/atmel/at91rm9200ek/led.c
/rk3399_rockchip-uboot/board/atmel/atngw100mkii/MAINTAINERS
/rk3399_rockchip-uboot/board/atmel/atngw100mkii/atngw100mkii.c
/rk3399_rockchip-uboot/board/ge/bx50v3/bx50v3.c
/rk3399_rockchip-uboot/board/hisilicon/hikey/MAINTAINERS
/rk3399_rockchip-uboot/board/hisilicon/hikey/README
/rk3399_rockchip-uboot/board/hisilicon/hikey/hikey.c
/rk3399_rockchip-uboot/board/in-circuit/grasshopper/MAINTAINERS
/rk3399_rockchip-uboot/board/technexion/pico-imx6ul/Kconfig
/rk3399_rockchip-uboot/board/technexion/pico-imx6ul/MAINTAINERS
/rk3399_rockchip-uboot/board/technexion/pico-imx6ul/Makefile
/rk3399_rockchip-uboot/board/technexion/pico-imx6ul/imximage.cfg
/rk3399_rockchip-uboot/board/technexion/pico-imx6ul/pico-imx6ul.c
/rk3399_rockchip-uboot/board/ti/am57xx/board.c
/rk3399_rockchip-uboot/cmd/Kconfig
/rk3399_rockchip-uboot/cmd/bootefi.c
/rk3399_rockchip-uboot/cmd/usb_mass_storage.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/spl/spl_mmc.c
/rk3399_rockchip-uboot/configs/10m50_defconfig
/rk3399_rockchip-uboot/configs/3c120_defconfig
/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-Lime2_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/A20-Olimex-SOM-EVB_defconfig
/rk3399_rockchip-uboot/configs/Ainol_AW1_defconfig
/rk3399_rockchip-uboot/configs/Ampe_A76_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T003_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T004_defconfig
/rk3399_rockchip-uboot/configs/B4420QDS_NAND_defconfig
/rk3399_rockchip-uboot/configs/B4420QDS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/B4420QDS_defconfig
/rk3399_rockchip-uboot/configs/B4860QDS_NAND_defconfig
/rk3399_rockchip-uboot/configs/B4860QDS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/B4860QDS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/B4860QDS_defconfig
/rk3399_rockchip-uboot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig
/rk3399_rockchip-uboot/configs/BSC9131RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig
/rk3399_rockchip-uboot/configs/BSC9131RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_NOR_DDRCLK100_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_NOR_DDRCLK133_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig
/rk3399_rockchip-uboot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Bananapro_defconfig
/rk3399_rockchip-uboot/configs/C29XPCIE_NAND_defconfig
/rk3399_rockchip-uboot/configs/C29XPCIE_NOR_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/C29XPCIE_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/C29XPCIE_defconfig
/rk3399_rockchip-uboot/configs/CHIP_defconfig
/rk3399_rockchip-uboot/configs/CPCI2DP_defconfig
/rk3399_rockchip-uboot/configs/CPCI4052_defconfig
/rk3399_rockchip-uboot/configs/CSQ_CS908_defconfig
/rk3399_rockchip-uboot/configs/Chuwi_V7_CW0825_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_plus_defconfig
/rk3399_rockchip-uboot/configs/Cyrus_P5020_defconfig
/rk3399_rockchip-uboot/configs/Cyrus_P5040_defconfig
/rk3399_rockchip-uboot/configs/Empire_electronix_d709_defconfig
/rk3399_rockchip-uboot/configs/Hummingbird_A31_defconfig
/rk3399_rockchip-uboot/configs/Hyundai_A7HD_defconfig
/rk3399_rockchip-uboot/configs/Itead_Ibox_A20_defconfig
/rk3399_rockchip-uboot/configs/Lamobo_R1_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_Nano_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino_defconfig
/rk3399_rockchip-uboot/configs/M5208EVBE_defconfig
/rk3399_rockchip-uboot/configs/M52277EVB_defconfig
/rk3399_rockchip-uboot/configs/M52277EVB_stmicro_defconfig
/rk3399_rockchip-uboot/configs/M5235EVB_Flash32_defconfig
/rk3399_rockchip-uboot/configs/M5235EVB_defconfig
/rk3399_rockchip-uboot/configs/M5249EVB_defconfig
/rk3399_rockchip-uboot/configs/M5253DEMO_defconfig
/rk3399_rockchip-uboot/configs/M5253EVBE_defconfig
/rk3399_rockchip-uboot/configs/M5272C3_defconfig
/rk3399_rockchip-uboot/configs/M5275EVB_defconfig
/rk3399_rockchip-uboot/configs/M5282EVB_defconfig
/rk3399_rockchip-uboot/configs/M53017EVB_defconfig
/rk3399_rockchip-uboot/configs/M5329AFEE_defconfig
/rk3399_rockchip-uboot/configs/M5329BFEE_defconfig
/rk3399_rockchip-uboot/configs/M5373EVB_defconfig
/rk3399_rockchip-uboot/configs/M54418TWR_defconfig
/rk3399_rockchip-uboot/configs/M54418TWR_nand_mii_defconfig
/rk3399_rockchip-uboot/configs/M54418TWR_nand_rmii_defconfig
/rk3399_rockchip-uboot/configs/M54418TWR_nand_rmii_lowfreq_defconfig
/rk3399_rockchip-uboot/configs/M54418TWR_serial_mii_defconfig
/rk3399_rockchip-uboot/configs/M54418TWR_serial_rmii_defconfig
/rk3399_rockchip-uboot/configs/M54451EVB_defconfig
/rk3399_rockchip-uboot/configs/M54451EVB_stmicro_defconfig
/rk3399_rockchip-uboot/configs/M54455EVB_a66_defconfig
/rk3399_rockchip-uboot/configs/M54455EVB_defconfig
/rk3399_rockchip-uboot/configs/M54455EVB_i66_defconfig
/rk3399_rockchip-uboot/configs/M54455EVB_intel_defconfig
/rk3399_rockchip-uboot/configs/M54455EVB_stm33_defconfig
/rk3399_rockchip-uboot/configs/M5475AFE_defconfig
/rk3399_rockchip-uboot/configs/M5475BFE_defconfig
/rk3399_rockchip-uboot/configs/M5475CFE_defconfig
/rk3399_rockchip-uboot/configs/M5475DFE_defconfig
/rk3399_rockchip-uboot/configs/M5475EFE_defconfig
/rk3399_rockchip-uboot/configs/M5475FFE_defconfig
/rk3399_rockchip-uboot/configs/M5475GFE_defconfig
/rk3399_rockchip-uboot/configs/M5485AFE_defconfig
/rk3399_rockchip-uboot/configs/M5485BFE_defconfig
/rk3399_rockchip-uboot/configs/M5485CFE_defconfig
/rk3399_rockchip-uboot/configs/M5485DFE_defconfig
/rk3399_rockchip-uboot/configs/M5485EFE_defconfig
/rk3399_rockchip-uboot/configs/M5485FFE_defconfig
/rk3399_rockchip-uboot/configs/M5485GFE_defconfig
/rk3399_rockchip-uboot/configs/M5485HFE_defconfig
/rk3399_rockchip-uboot/configs/MIP405T_defconfig
/rk3399_rockchip-uboot/configs/MIP405_defconfig
/rk3399_rockchip-uboot/configs/MK808C_defconfig
/rk3399_rockchip-uboot/configs/MPC8308RDB_defconfig
/rk3399_rockchip-uboot/configs/MPC8313ERDB_33_defconfig
/rk3399_rockchip-uboot/configs/MPC8313ERDB_66_defconfig
/rk3399_rockchip-uboot/configs/MPC8313ERDB_NAND_33_defconfig
/rk3399_rockchip-uboot/configs/MPC8313ERDB_NAND_66_defconfig
/rk3399_rockchip-uboot/configs/MPC8315ERDB_defconfig
/rk3399_rockchip-uboot/configs/MPC8323ERDB_defconfig
/rk3399_rockchip-uboot/configs/MPC832XEMDS_ATM_defconfig
/rk3399_rockchip-uboot/configs/MPC832XEMDS_HOST_33_defconfig
/rk3399_rockchip-uboot/configs/MPC832XEMDS_HOST_66_defconfig
/rk3399_rockchip-uboot/configs/MPC832XEMDS_SLAVE_defconfig
/rk3399_rockchip-uboot/configs/MPC832XEMDS_defconfig
/rk3399_rockchip-uboot/configs/MPC8349EMDS_defconfig
/rk3399_rockchip-uboot/configs/MPC8349ITXGP_defconfig
/rk3399_rockchip-uboot/configs/MPC8349ITX_LOWBOOT_defconfig
/rk3399_rockchip-uboot/configs/MPC8349ITX_defconfig
/rk3399_rockchip-uboot/configs/MPC837XEMDS_HOST_defconfig
/rk3399_rockchip-uboot/configs/MPC837XEMDS_defconfig
/rk3399_rockchip-uboot/configs/MPC837XERDB_defconfig
/rk3399_rockchip-uboot/configs/MPC8536DS_36BIT_defconfig
/rk3399_rockchip-uboot/configs/MPC8536DS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/MPC8536DS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/MPC8536DS_defconfig
/rk3399_rockchip-uboot/configs/MPC8540ADS_defconfig
/rk3399_rockchip-uboot/configs/MPC8541CDS_defconfig
/rk3399_rockchip-uboot/configs/MPC8541CDS_legacy_defconfig
/rk3399_rockchip-uboot/configs/MPC8544DS_defconfig
/rk3399_rockchip-uboot/configs/MPC8548CDS_36BIT_defconfig
/rk3399_rockchip-uboot/configs/MPC8548CDS_defconfig
/rk3399_rockchip-uboot/configs/MPC8548CDS_legacy_defconfig
/rk3399_rockchip-uboot/configs/MPC8555CDS_defconfig
/rk3399_rockchip-uboot/configs/MPC8555CDS_legacy_defconfig
/rk3399_rockchip-uboot/configs/MPC8560ADS_defconfig
/rk3399_rockchip-uboot/configs/MPC8568MDS_defconfig
/rk3399_rockchip-uboot/configs/MPC8569MDS_ATM_defconfig
/rk3399_rockchip-uboot/configs/MPC8569MDS_defconfig
/rk3399_rockchip-uboot/configs/MPC8572DS_36BIT_defconfig
/rk3399_rockchip-uboot/configs/MPC8572DS_defconfig
/rk3399_rockchip-uboot/configs/MPC8610HPCD_defconfig
/rk3399_rockchip-uboot/configs/MPC8641HPCN_36BIT_defconfig
/rk3399_rockchip-uboot/configs/MPC8641HPCN_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo73_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo81_defconfig
/rk3399_rockchip-uboot/configs/Marsboard_A10_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000G_quad_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mele_I7_defconfig
/rk3399_rockchip-uboot/configs/Mele_M3_defconfig
/rk3399_rockchip-uboot/configs/Mele_M5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/Merrii_A80_Optimus_defconfig
/rk3399_rockchip-uboot/configs/MigoR_defconfig
/rk3399_rockchip-uboot/configs/Mini-X_defconfig
/rk3399_rockchip-uboot/configs/MiniFAP_defconfig
/rk3399_rockchip-uboot/configs/O2D300_defconfig
/rk3399_rockchip-uboot/configs/O2DNT2_RAMBOOT_defconfig
/rk3399_rockchip-uboot/configs/O2DNT2_defconfig
/rk3399_rockchip-uboot/configs/O2D_defconfig
/rk3399_rockchip-uboot/configs/O2I_defconfig
/rk3399_rockchip-uboot/configs/O2MNT_O2M110_defconfig
/rk3399_rockchip-uboot/configs/O2MNT_O2M112_defconfig
/rk3399_rockchip-uboot/configs/O2MNT_O2M113_defconfig
/rk3399_rockchip-uboot/configs/O2MNT_defconfig
/rk3399_rockchip-uboot/configs/O3DNT_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_mini_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_36BIT_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_36BIT_NOR_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_NAND_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_NOR_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_NOR_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PA_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_36BIT_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_36BIT_NOR_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_NAND_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_NOR_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_NOR_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig
/rk3399_rockchip-uboot/configs/P1010RDB-PB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1020MBG-PC_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1020MBG-PC_36BIT_defconfig
/rk3399_rockchip-uboot/configs/P1020MBG-PC_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1020MBG-PC_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PC_36BIT_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PC_36BIT_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PC_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PC_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PC_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PC_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PD_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PD_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PD_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1020RDB-PD_defconfig
/rk3399_rockchip-uboot/configs/P1020UTM-PC_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1020UTM-PC_36BIT_defconfig
/rk3399_rockchip-uboot/configs/P1020UTM-PC_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1020UTM-PC_defconfig
/rk3399_rockchip-uboot/configs/P1021RDB-PC_36BIT_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1021RDB-PC_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1021RDB-PC_36BIT_defconfig
/rk3399_rockchip-uboot/configs/P1021RDB-PC_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1021RDB-PC_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1021RDB-PC_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1021RDB-PC_defconfig
/rk3399_rockchip-uboot/configs/P1022DS_36BIT_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1022DS_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1022DS_36BIT_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1022DS_36BIT_defconfig
/rk3399_rockchip-uboot/configs/P1022DS_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1022DS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1022DS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1022DS_defconfig
/rk3399_rockchip-uboot/configs/P1023RDB_defconfig
/rk3399_rockchip-uboot/configs/P1024RDB_36BIT_defconfig
/rk3399_rockchip-uboot/configs/P1024RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1024RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1024RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1024RDB_defconfig
/rk3399_rockchip-uboot/configs/P1025RDB_36BIT_defconfig
/rk3399_rockchip-uboot/configs/P1025RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/P1025RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P1025RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P1025RDB_defconfig
/rk3399_rockchip-uboot/configs/P2020RDB-PC_36BIT_NAND_defconfig
/rk3399_rockchip-uboot/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P2020RDB-PC_36BIT_defconfig
/rk3399_rockchip-uboot/configs/P2020RDB-PC_NAND_defconfig
/rk3399_rockchip-uboot/configs/P2020RDB-PC_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P2020RDB-PC_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P2020RDB-PC_defconfig
/rk3399_rockchip-uboot/configs/P2041RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/P2041RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P2041RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P2041RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P2041RDB_defconfig
/rk3399_rockchip-uboot/configs/P3041DS_NAND_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P3041DS_NAND_defconfig
/rk3399_rockchip-uboot/configs/P3041DS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P3041DS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P3041DS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P3041DS_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P3041DS_defconfig
/rk3399_rockchip-uboot/configs/P4080DS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P4080DS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P4080DS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P4080DS_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P4080DS_defconfig
/rk3399_rockchip-uboot/configs/P5020DS_NAND_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P5020DS_NAND_defconfig
/rk3399_rockchip-uboot/configs/P5020DS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P5020DS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P5020DS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P5020DS_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P5020DS_defconfig
/rk3399_rockchip-uboot/configs/P5040DS_NAND_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P5040DS_NAND_defconfig
/rk3399_rockchip-uboot/configs/P5040DS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/P5040DS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/P5040DS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/P5040DS_defconfig
/rk3399_rockchip-uboot/configs/PIP405_defconfig
/rk3399_rockchip-uboot/configs/PLU405_defconfig
/rk3399_rockchip-uboot/configs/PMC405DE_defconfig
/rk3399_rockchip-uboot/configs/PMC440_defconfig
/rk3399_rockchip-uboot/configs/Sinlinx_SinA31s_defconfig
/rk3399_rockchip-uboot/configs/Sinlinx_SinA33_defconfig
/rk3399_rockchip-uboot/configs/Sinovoip_BPI_M2_defconfig
/rk3399_rockchip-uboot/configs/Sinovoip_BPI_M3_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_DDR4_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1024QDS_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_defconfig
/rk3399_rockchip-uboot/configs/T1040D4RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1040D4RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1040D4RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1040D4RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1040D4RDB_defconfig
/rk3399_rockchip-uboot/configs/T1040QDS_DDR4_defconfig
/rk3399_rockchip-uboot/configs/T1040QDS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1040QDS_defconfig
/rk3399_rockchip-uboot/configs/T1040RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1040RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1040RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1040RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1040RDB_defconfig
/rk3399_rockchip-uboot/configs/T1042D4RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1042D4RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1042D4RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1042D4RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1042D4RDB_defconfig
/rk3399_rockchip-uboot/configs/T1042RDB_PI_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1042RDB_PI_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1042RDB_PI_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1042RDB_PI_defconfig
/rk3399_rockchip-uboot/configs/T1042RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1042RDB_defconfig
/rk3399_rockchip-uboot/configs/T2080QDS_NAND_defconfig
/rk3399_rockchip-uboot/configs/T2080QDS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T2080QDS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T2080QDS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T2080QDS_defconfig
/rk3399_rockchip-uboot/configs/T2080RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T2080RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T2080RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T2080RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T2080RDB_defconfig
/rk3399_rockchip-uboot/configs/T2081QDS_NAND_defconfig
/rk3399_rockchip-uboot/configs/T2081QDS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T2081QDS_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T2081QDS_defconfig
/rk3399_rockchip-uboot/configs/T4160QDS_NAND_defconfig
/rk3399_rockchip-uboot/configs/T4160QDS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T4160QDS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T4160QDS_defconfig
/rk3399_rockchip-uboot/configs/T4160RDB_defconfig
/rk3399_rockchip-uboot/configs/T4240QDS_NAND_defconfig
/rk3399_rockchip-uboot/configs/T4240QDS_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T4240QDS_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T4240QDS_defconfig
/rk3399_rockchip-uboot/configs/T4240RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T4240RDB_defconfig
/rk3399_rockchip-uboot/configs/TQM5200S_HIGHBOOT_defconfig
/rk3399_rockchip-uboot/configs/TQM5200S_defconfig
/rk3399_rockchip-uboot/configs/TQM5200_B_HIGHBOOT_defconfig
/rk3399_rockchip-uboot/configs/TQM5200_B_defconfig
/rk3399_rockchip-uboot/configs/TQM5200_STK100_defconfig
/rk3399_rockchip-uboot/configs/TQM5200_defconfig
/rk3399_rockchip-uboot/configs/TQM823L_LCD_defconfig
/rk3399_rockchip-uboot/configs/TQM823L_defconfig
/rk3399_rockchip-uboot/configs/TQM823M_defconfig
/rk3399_rockchip-uboot/configs/TQM834x_defconfig
/rk3399_rockchip-uboot/configs/TQM850L_defconfig
/rk3399_rockchip-uboot/configs/TQM850M_defconfig
/rk3399_rockchip-uboot/configs/TQM855L_defconfig
/rk3399_rockchip-uboot/configs/TQM855M_defconfig
/rk3399_rockchip-uboot/configs/TQM860L_defconfig
/rk3399_rockchip-uboot/configs/TQM860M_defconfig
/rk3399_rockchip-uboot/configs/TQM862L_defconfig
/rk3399_rockchip-uboot/configs/TQM862M_defconfig
/rk3399_rockchip-uboot/configs/TQM866M_defconfig
/rk3399_rockchip-uboot/configs/TQM885D_defconfig
/rk3399_rockchip-uboot/configs/TTTech_defconfig
/rk3399_rockchip-uboot/configs/TWR-P1025_defconfig
/rk3399_rockchip-uboot/configs/UCP1020_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/UCP1020_defconfig
/rk3399_rockchip-uboot/configs/UTOO_P66_defconfig
/rk3399_rockchip-uboot/configs/VCMA9_defconfig
/rk3399_rockchip-uboot/configs/VOM405_defconfig
/rk3399_rockchip-uboot/configs/Wexler_TAB7200_defconfig
/rk3399_rockchip-uboot/configs/Wits_Pro_A20_DKT_defconfig
/rk3399_rockchip-uboot/configs/Wobo_i5_defconfig
/rk3399_rockchip-uboot/configs/Yones_Toptech_BD1078_defconfig
/rk3399_rockchip-uboot/configs/Yones_Toptech_BS1078_V2_defconfig
/rk3399_rockchip-uboot/configs/a3m071_defconfig
/rk3399_rockchip-uboot/configs/a4m072_defconfig
/rk3399_rockchip-uboot/configs/a4m2k_defconfig
/rk3399_rockchip-uboot/configs/ac14xx_defconfig
/rk3399_rockchip-uboot/configs/acadia_defconfig
/rk3399_rockchip-uboot/configs/adp-ag101p_defconfig
/rk3399_rockchip-uboot/configs/alt_defconfig
/rk3399_rockchip-uboot/configs/am335x_baltos_defconfig
/rk3399_rockchip-uboot/configs/am335x_boneblack_defconfig
/rk3399_rockchip-uboot/configs/am335x_boneblack_vboot_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_nor_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_norboot_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_spiboot_defconfig
/rk3399_rockchip-uboot/configs/am335x_evm_usbspl_defconfig
/rk3399_rockchip-uboot/configs/am335x_gp_evm_defconfig
/rk3399_rockchip-uboot/configs/am335x_igep0033_defconfig
/rk3399_rockchip-uboot/configs/am335x_sl50_defconfig
/rk3399_rockchip-uboot/configs/am3517_crane_defconfig
/rk3399_rockchip-uboot/configs/am3517_evm_defconfig
/rk3399_rockchip-uboot/configs/am437x_gp_evm_defconfig
/rk3399_rockchip-uboot/configs/am437x_sk_evm_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_ethboot_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_qspiboot_defconfig
/rk3399_rockchip-uboot/configs/am43xx_evm_usbhost_boot_defconfig
/rk3399_rockchip-uboot/configs/am57xx_evm_defconfig
/rk3399_rockchip-uboot/configs/am57xx_evm_nodt_defconfig
/rk3399_rockchip-uboot/configs/amcore_defconfig
/rk3399_rockchip-uboot/configs/ap325rxa_defconfig
/rk3399_rockchip-uboot/configs/ap_sh4a_4a_defconfig
/rk3399_rockchip-uboot/configs/apalis_t30_defconfig
/rk3399_rockchip-uboot/configs/apf27_defconfig
/rk3399_rockchip-uboot/configs/apx4devkit_defconfig
/rk3399_rockchip-uboot/configs/arches_defconfig
/rk3399_rockchip-uboot/configs/aria_defconfig
/rk3399_rockchip-uboot/configs/aristainetos2_defconfig
/rk3399_rockchip-uboot/configs/aristainetos2b_defconfig
/rk3399_rockchip-uboot/configs/aristainetos_defconfig
/rk3399_rockchip-uboot/configs/armadillo-800eva_defconfig
/rk3399_rockchip-uboot/configs/arndale_defconfig
/rk3399_rockchip-uboot/configs/aspenite_defconfig
/rk3399_rockchip-uboot/configs/astro_mcf5373l_defconfig
/rk3399_rockchip-uboot/configs/at91rm9200ek_defconfig
/rk3399_rockchip-uboot/configs/at91rm9200ek_ram_defconfig
/rk3399_rockchip-uboot/configs/at91sam9260ek_dataflash_cs0_defconfig
/rk3399_rockchip-uboot/configs/at91sam9260ek_dataflash_cs1_defconfig
/rk3399_rockchip-uboot/configs/at91sam9260ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9261ek_dataflash_cs0_defconfig
/rk3399_rockchip-uboot/configs/at91sam9261ek_dataflash_cs3_defconfig
/rk3399_rockchip-uboot/configs/at91sam9261ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9263ek_dataflash_cs0_defconfig
/rk3399_rockchip-uboot/configs/at91sam9263ek_dataflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9263ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9263ek_norflash_boot_defconfig
/rk3399_rockchip-uboot/configs/at91sam9263ek_norflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9g10ek_dataflash_cs0_defconfig
/rk3399_rockchip-uboot/configs/at91sam9g10ek_dataflash_cs3_defconfig
/rk3399_rockchip-uboot/configs/at91sam9g10ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9g20ek_2mmc_defconfig
/rk3399_rockchip-uboot/configs/at91sam9g20ek_2mmc_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9g20ek_dataflash_cs0_defconfig
/rk3399_rockchip-uboot/configs/at91sam9g20ek_dataflash_cs1_defconfig
/rk3399_rockchip-uboot/configs/at91sam9g20ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9m10g45ek_mmc_defconfig
/rk3399_rockchip-uboot/configs/at91sam9m10g45ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9n12ek_mmc_defconfig
/rk3399_rockchip-uboot/configs/at91sam9n12ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9n12ek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9rlek_dataflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9rlek_mmc_defconfig
/rk3399_rockchip-uboot/configs/at91sam9rlek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9x5ek_dataflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9x5ek_mmc_defconfig
/rk3399_rockchip-uboot/configs/at91sam9x5ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9x5ek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/at91sam9xeek_dataflash_cs0_defconfig
/rk3399_rockchip-uboot/configs/at91sam9xeek_dataflash_cs1_defconfig
/rk3399_rockchip-uboot/configs/at91sam9xeek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/atngw100_defconfig
/rk3399_rockchip-uboot/configs/atngw100mkii_defconfig
/rk3399_rockchip-uboot/configs/atstk1002_defconfig
/rk3399_rockchip-uboot/configs/axm_defconfig
/rk3399_rockchip-uboot/configs/axs101_defconfig
/rk3399_rockchip-uboot/configs/axs103_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/bamboo_defconfig
/rk3399_rockchip-uboot/configs/bayleybay_defconfig
/rk3399_rockchip-uboot/configs/bcm11130_defconfig
/rk3399_rockchip-uboot/configs/bcm11130_nand_defconfig
/rk3399_rockchip-uboot/configs/bcm28155_ap_defconfig
/rk3399_rockchip-uboot/configs/bcm28155_w1d_defconfig
/rk3399_rockchip-uboot/configs/bcm911360_entphn-ns_defconfig
/rk3399_rockchip-uboot/configs/bcm911360_entphn_defconfig
/rk3399_rockchip-uboot/configs/bcm911360k_defconfig
/rk3399_rockchip-uboot/configs/bcm958300k-ns_defconfig
/rk3399_rockchip-uboot/configs/bcm958300k_defconfig
/rk3399_rockchip-uboot/configs/bcm958305k_defconfig
/rk3399_rockchip-uboot/configs/bcm958622hr_defconfig
/rk3399_rockchip-uboot/configs/bct-brettl2_defconfig
/rk3399_rockchip-uboot/configs/beaver_defconfig
/rk3399_rockchip-uboot/configs/bf518f-ezbrd_defconfig
/rk3399_rockchip-uboot/configs/bf525-ucr2_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-minotaur_defconfig
/rk3399_rockchip-uboot/configs/bf537-pnav_defconfig
/rk3399_rockchip-uboot/configs/bf537-srv1_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/bf609-ezkit_defconfig
/rk3399_rockchip-uboot/configs/bg0900_defconfig
/rk3399_rockchip-uboot/configs/birdland_bav335a_defconfig
/rk3399_rockchip-uboot/configs/birdland_bav335b_defconfig
/rk3399_rockchip-uboot/configs/blackstamp_defconfig
/rk3399_rockchip-uboot/configs/blackvme_defconfig
/rk3399_rockchip-uboot/configs/br4_defconfig
/rk3399_rockchip-uboot/configs/bubinga_defconfig
/rk3399_rockchip-uboot/configs/caddy2_defconfig
/rk3399_rockchip-uboot/configs/cairo_defconfig
/rk3399_rockchip-uboot/configs/calimain_defconfig
/rk3399_rockchip-uboot/configs/cam5200_defconfig
/rk3399_rockchip-uboot/configs/cam5200_niosflash_defconfig
/rk3399_rockchip-uboot/configs/canmb_defconfig
/rk3399_rockchip-uboot/configs/canyonlands_defconfig
/rk3399_rockchip-uboot/configs/cardhu_defconfig
/rk3399_rockchip-uboot/configs/cgtqmx6eval_defconfig
/rk3399_rockchip-uboot/configs/charon_defconfig
/rk3399_rockchip-uboot/configs/chromebook_jerry_defconfig
/rk3399_rockchip-uboot/configs/chromebook_link_defconfig
/rk3399_rockchip-uboot/configs/chromebook_samus_defconfig
/rk3399_rockchip-uboot/configs/chromebox_panther_defconfig
/rk3399_rockchip-uboot/configs/clearfog_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/cm5200_defconfig
/rk3399_rockchip-uboot/configs/cm_fx6_defconfig
/rk3399_rockchip-uboot/configs/cm_t335_defconfig
/rk3399_rockchip-uboot/configs/cm_t3517_defconfig
/rk3399_rockchip-uboot/configs/cm_t35_defconfig
/rk3399_rockchip-uboot/configs/cm_t43_defconfig
/rk3399_rockchip-uboot/configs/cm_t54_defconfig
/rk3399_rockchip-uboot/configs/cobra5272_defconfig
/rk3399_rockchip-uboot/configs/colibri_pxa270_defconfig
/rk3399_rockchip-uboot/configs/colibri_t20_defconfig
/rk3399_rockchip-uboot/configs/colibri_t30_defconfig
/rk3399_rockchip-uboot/configs/colibri_vf_defconfig
/rk3399_rockchip-uboot/configs/colorfly_e708_q1_defconfig
/rk3399_rockchip-uboot/configs/conga-qeval20-qa3-e3845_defconfig
/rk3399_rockchip-uboot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
/rk3399_rockchip-uboot/configs/controlcenterd_36BIT_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
/rk3399_rockchip-uboot/configs/controlcenterd_TRAILBLAZER_defconfig
/rk3399_rockchip-uboot/configs/coreboot-x86_defconfig
/rk3399_rockchip-uboot/configs/corvus_defconfig
/rk3399_rockchip-uboot/configs/cougarcanyon2_defconfig
/rk3399_rockchip-uboot/configs/crownbay_defconfig
/rk3399_rockchip-uboot/configs/d2net_v2_defconfig
/rk3399_rockchip-uboot/configs/da850_am18xxevm_defconfig
/rk3399_rockchip-uboot/configs/da850evm_defconfig
/rk3399_rockchip-uboot/configs/da850evm_direct_nor_defconfig
/rk3399_rockchip-uboot/configs/dalmore_defconfig
/rk3399_rockchip-uboot/configs/db-88f6720_defconfig
/rk3399_rockchip-uboot/configs/db-88f6820-gp_defconfig
/rk3399_rockchip-uboot/configs/db-mv784mp-gp_defconfig
/rk3399_rockchip-uboot/configs/dbau1000_defconfig
/rk3399_rockchip-uboot/configs/dbau1100_defconfig
/rk3399_rockchip-uboot/configs/dbau1500_defconfig
/rk3399_rockchip-uboot/configs/devconcenter_defconfig
/rk3399_rockchip-uboot/configs/devkit3250_defconfig
/rk3399_rockchip-uboot/configs/devkit8000_defconfig
/rk3399_rockchip-uboot/configs/difrnce_dit4350_defconfig
/rk3399_rockchip-uboot/configs/digsy_mtc_RAMBOOT_defconfig
/rk3399_rockchip-uboot/configs/digsy_mtc_defconfig
/rk3399_rockchip-uboot/configs/digsy_mtc_rev5_RAMBOOT_defconfig
/rk3399_rockchip-uboot/configs/digsy_mtc_rev5_defconfig
/rk3399_rockchip-uboot/configs/dlvision-10g_defconfig
/rk3399_rockchip-uboot/configs/dlvision_defconfig
/rk3399_rockchip-uboot/configs/dnp5370_defconfig
/rk3399_rockchip-uboot/configs/dns325_defconfig
/rk3399_rockchip-uboot/configs/dockstar_defconfig
/rk3399_rockchip-uboot/configs/dra72_evm_defconfig
/rk3399_rockchip-uboot/configs/dra74_evm_defconfig
/rk3399_rockchip-uboot/configs/dra7xx_evm_defconfig
/rk3399_rockchip-uboot/configs/dra7xx_evm_qspiboot_defconfig
/rk3399_rockchip-uboot/configs/dra7xx_evm_uart3_defconfig
/rk3399_rockchip-uboot/configs/draco_defconfig
/rk3399_rockchip-uboot/configs/dragonboard410c_defconfig
/rk3399_rockchip-uboot/configs/dreamplug_defconfig
/rk3399_rockchip-uboot/configs/ds414_defconfig
/rk3399_rockchip-uboot/configs/dserve_dsrv9703c_defconfig
/rk3399_rockchip-uboot/configs/duovero_defconfig
/rk3399_rockchip-uboot/configs/e2220-1170_defconfig
/rk3399_rockchip-uboot/configs/ea20_defconfig
/rk3399_rockchip-uboot/configs/eb_cpu5282_defconfig
/rk3399_rockchip-uboot/configs/eb_cpu5282_internal_defconfig
/rk3399_rockchip-uboot/configs/eco5pk_defconfig
/rk3399_rockchip-uboot/configs/ecovec_defconfig
/rk3399_rockchip-uboot/configs/edb9315a_defconfig
/rk3399_rockchip-uboot/configs/edminiv2_defconfig
/rk3399_rockchip-uboot/configs/efi-x86_defconfig
/rk3399_rockchip-uboot/configs/espt_defconfig
/rk3399_rockchip-uboot/configs/ethernut5_defconfig
/rk3399_rockchip-uboot/configs/evb-rk3036_defconfig
/rk3399_rockchip-uboot/configs/firefly-rk3288_defconfig
/rk3399_rockchip-uboot/configs/flea3_defconfig
/rk3399_rockchip-uboot/configs/fo300_defconfig
/rk3399_rockchip-uboot/configs/ga10h_v1_1_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/gdppc440etx_defconfig
/rk3399_rockchip-uboot/configs/ge_b450v3_defconfig
/rk3399_rockchip-uboot/configs/ge_b650v3_defconfig
/rk3399_rockchip-uboot/configs/ge_b850v3_defconfig
/rk3399_rockchip-uboot/configs/glacier_defconfig
/rk3399_rockchip-uboot/configs/glacier_ramboot_defconfig
/rk3399_rockchip-uboot/configs/goflexhome_defconfig
/rk3399_rockchip-uboot/configs/gose_defconfig
/rk3399_rockchip-uboot/configs/gplugd_defconfig
/rk3399_rockchip-uboot/configs/gr_cpci_ax2000_defconfig
/rk3399_rockchip-uboot/configs/gr_ep2s60_defconfig
/rk3399_rockchip-uboot/configs/gr_xc3s_1500_defconfig
/rk3399_rockchip-uboot/configs/grasshopper_defconfig
/rk3399_rockchip-uboot/configs/gt90h_v4_defconfig
/rk3399_rockchip-uboot/configs/guruplug_defconfig
/rk3399_rockchip-uboot/configs/gwventana_defconfig
/rk3399_rockchip-uboot/configs/h2200_defconfig
/rk3399_rockchip-uboot/configs/h8_homlet_v2_defconfig
/rk3399_rockchip-uboot/configs/haleakala_defconfig
/rk3399_rockchip-uboot/configs/harmony_defconfig
/rk3399_rockchip-uboot/configs/highbank_defconfig
/rk3399_rockchip-uboot/configs/hikey_defconfig
/rk3399_rockchip-uboot/configs/hrcon_defconfig
/rk3399_rockchip-uboot/configs/hrcon_dh_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/iNet_3F_defconfig
/rk3399_rockchip-uboot/configs/iNet_3W_defconfig
/rk3399_rockchip-uboot/configs/iNet_86VS_defconfig
/rk3399_rockchip-uboot/configs/ib62x0_defconfig
/rk3399_rockchip-uboot/configs/ibf-dsp561_defconfig
/rk3399_rockchip-uboot/configs/icnova-a20-swac_defconfig
/rk3399_rockchip-uboot/configs/icon_defconfig
/rk3399_rockchip-uboot/configs/iconnect_defconfig
/rk3399_rockchip-uboot/configs/ids8313_defconfig
/rk3399_rockchip-uboot/configs/igep0020_defconfig
/rk3399_rockchip-uboot/configs/igep0020_nand_defconfig
/rk3399_rockchip-uboot/configs/igep0030_defconfig
/rk3399_rockchip-uboot/configs/igep0030_nand_defconfig
/rk3399_rockchip-uboot/configs/igep0032_defconfig
/rk3399_rockchip-uboot/configs/imx31_phycore_defconfig
/rk3399_rockchip-uboot/configs/imx31_phycore_eet_defconfig
/rk3399_rockchip-uboot/configs/inet1_defconfig
/rk3399_rockchip-uboot/configs/inet97fv2_defconfig
/rk3399_rockchip-uboot/configs/inet98v_rev2_defconfig
/rk3399_rockchip-uboot/configs/inet9f_rev03_defconfig
/rk3399_rockchip-uboot/configs/inetspace_v2_defconfig
/rk3399_rockchip-uboot/configs/inka4x0_defconfig
/rk3399_rockchip-uboot/configs/integratorap_cm720t_defconfig
/rk3399_rockchip-uboot/configs/integratorap_cm920t_defconfig
/rk3399_rockchip-uboot/configs/integratorap_cm926ejs_defconfig
/rk3399_rockchip-uboot/configs/integratorap_cm946es_defconfig
/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig
/rk3399_rockchip-uboot/configs/integratorcp_cm920t_defconfig
/rk3399_rockchip-uboot/configs/integratorcp_cm926ejs_defconfig
/rk3399_rockchip-uboot/configs/integratorcp_cm946es_defconfig
/rk3399_rockchip-uboot/configs/intip_defconfig
/rk3399_rockchip-uboot/configs/io64_defconfig
/rk3399_rockchip-uboot/configs/io_defconfig
/rk3399_rockchip-uboot/configs/iocon_defconfig
/rk3399_rockchip-uboot/configs/ip04_defconfig
/rk3399_rockchip-uboot/configs/ipam390_defconfig
/rk3399_rockchip-uboot/configs/ipek01_defconfig
/rk3399_rockchip-uboot/configs/jesurun_q5_defconfig
/rk3399_rockchip-uboot/configs/jetson-tk1_defconfig
/rk3399_rockchip-uboot/configs/jupiter_defconfig
/rk3399_rockchip-uboot/configs/k2e_evm_defconfig
/rk3399_rockchip-uboot/configs/k2g_evm_defconfig
/rk3399_rockchip-uboot/configs/k2hk_evm_defconfig
/rk3399_rockchip-uboot/configs/k2l_evm_defconfig
/rk3399_rockchip-uboot/configs/katmai_defconfig
/rk3399_rockchip-uboot/configs/kc1_defconfig
/rk3399_rockchip-uboot/configs/kilauea_defconfig
/rk3399_rockchip-uboot/configs/km_kirkwood_128m16_defconfig
/rk3399_rockchip-uboot/configs/km_kirkwood_defconfig
/rk3399_rockchip-uboot/configs/km_kirkwood_pci_defconfig
/rk3399_rockchip-uboot/configs/kmcoge4_defconfig
/rk3399_rockchip-uboot/configs/kmcoge5ne_defconfig
/rk3399_rockchip-uboot/configs/kmcoge5un_defconfig
/rk3399_rockchip-uboot/configs/kmeter1_defconfig
/rk3399_rockchip-uboot/configs/kmlion1_defconfig
/rk3399_rockchip-uboot/configs/kmnusa_defconfig
/rk3399_rockchip-uboot/configs/kmopti2_defconfig
/rk3399_rockchip-uboot/configs/kmsugp1_defconfig
/rk3399_rockchip-uboot/configs/kmsupx5_defconfig
/rk3399_rockchip-uboot/configs/kmsuv31_defconfig
/rk3399_rockchip-uboot/configs/kmtegr1_defconfig
/rk3399_rockchip-uboot/configs/kmtepr2_defconfig
/rk3399_rockchip-uboot/configs/kmvect1_defconfig
/rk3399_rockchip-uboot/configs/koelsch_defconfig
/rk3399_rockchip-uboot/configs/kwb_defconfig
/rk3399_rockchip-uboot/configs/kylin-rk3036_defconfig
/rk3399_rockchip-uboot/configs/kzm9g_defconfig
/rk3399_rockchip-uboot/configs/lager_defconfig
/rk3399_rockchip-uboot/configs/legoev3_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1021atwr_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_nor_ddr3_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_sdcard_ifc_defconfig
/rk3399_rockchip-uboot/configs/ls1043aqds_sdcard_qspi_defconfig
/rk3399_rockchip-uboot/configs/ls1043ardb_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls1043ardb_defconfig
/rk3399_rockchip-uboot/configs/ls1043ardb_nand_defconfig
/rk3399_rockchip-uboot/configs/ls1043ardb_sdcard_defconfig
/rk3399_rockchip-uboot/configs/ls2080a_emu_defconfig
/rk3399_rockchip-uboot/configs/ls2080a_simu_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_defconfig
/rk3399_rockchip-uboot/configs/ls2080aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_defconfig
/rk3399_rockchip-uboot/configs/ls2080ardb_nand_defconfig
/rk3399_rockchip-uboot/configs/lschlv2_defconfig
/rk3399_rockchip-uboot/configs/lsxhl_defconfig
/rk3399_rockchip-uboot/configs/luan_defconfig
/rk3399_rockchip-uboot/configs/lwmon5_defconfig
/rk3399_rockchip-uboot/configs/m28evk_defconfig
/rk3399_rockchip-uboot/configs/m53evk_defconfig
/rk3399_rockchip-uboot/configs/ma5d4evk_defconfig
/rk3399_rockchip-uboot/configs/makalu_defconfig
/rk3399_rockchip-uboot/configs/malta_defconfig
/rk3399_rockchip-uboot/configs/maltael_defconfig
/rk3399_rockchip-uboot/configs/marsboard_defconfig
/rk3399_rockchip-uboot/configs/maxbcm_defconfig
/rk3399_rockchip-uboot/configs/mcx_defconfig
/rk3399_rockchip-uboot/configs/mecp5123_defconfig
/rk3399_rockchip-uboot/configs/medcom-wide_defconfig
/rk3399_rockchip-uboot/configs/meesc_dataflash_defconfig
/rk3399_rockchip-uboot/configs/meesc_defconfig
/rk3399_rockchip-uboot/configs/mgcoge3ne_defconfig
/rk3399_rockchip-uboot/configs/mgcoge3un_defconfig
/rk3399_rockchip-uboot/configs/mgcoge_defconfig
/rk3399_rockchip-uboot/configs/microblaze-generic_defconfig
/rk3399_rockchip-uboot/configs/minnowmax_defconfig
/rk3399_rockchip-uboot/configs/mixtile_loftq_defconfig
/rk3399_rockchip-uboot/configs/mk802_a10s_defconfig
/rk3399_rockchip-uboot/configs/mk802_defconfig
/rk3399_rockchip-uboot/configs/mk802ii_defconfig
/rk3399_rockchip-uboot/configs/motionpro_defconfig
/rk3399_rockchip-uboot/configs/mpc5121ads_defconfig
/rk3399_rockchip-uboot/configs/mpc5121ads_rev2_defconfig
/rk3399_rockchip-uboot/configs/mpc8308_p1m_defconfig
/rk3399_rockchip-uboot/configs/mpr2_defconfig
/rk3399_rockchip-uboot/configs/ms7720se_defconfig
/rk3399_rockchip-uboot/configs/ms7722se_defconfig
/rk3399_rockchip-uboot/configs/mt_ventoux_defconfig
/rk3399_rockchip-uboot/configs/munices_defconfig
/rk3399_rockchip-uboot/configs/mx23_olinuxino_defconfig
/rk3399_rockchip-uboot/configs/mx23evk_defconfig
/rk3399_rockchip-uboot/configs/mx25pdk_defconfig
/rk3399_rockchip-uboot/configs/mx28evk_auart_console_defconfig
/rk3399_rockchip-uboot/configs/mx28evk_defconfig
/rk3399_rockchip-uboot/configs/mx28evk_nand_defconfig
/rk3399_rockchip-uboot/configs/mx28evk_spi_defconfig
/rk3399_rockchip-uboot/configs/mx31ads_defconfig
/rk3399_rockchip-uboot/configs/mx31pdk_defconfig
/rk3399_rockchip-uboot/configs/mx35pdk_defconfig
/rk3399_rockchip-uboot/configs/mx51evk_defconfig
/rk3399_rockchip-uboot/configs/mx53ard_defconfig
/rk3399_rockchip-uboot/configs/mx53evk_defconfig
/rk3399_rockchip-uboot/configs/mx53loco_defconfig
/rk3399_rockchip-uboot/configs/mx53smd_defconfig
/rk3399_rockchip-uboot/configs/mx6cuboxi_defconfig
/rk3399_rockchip-uboot/configs/mx6dlarm2_defconfig
/rk3399_rockchip-uboot/configs/mx6dlarm2_lpddr2_defconfig
/rk3399_rockchip-uboot/configs/mx6dlsabreauto_defconfig
/rk3399_rockchip-uboot/configs/mx6dlsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6qarm2_defconfig
/rk3399_rockchip-uboot/configs/mx6qarm2_lpddr2_defconfig
/rk3399_rockchip-uboot/configs/mx6qpsabreauto_defconfig
/rk3399_rockchip-uboot/configs/mx6qsabreauto_defconfig
/rk3399_rockchip-uboot/configs/mx6qsabrelite_defconfig
/rk3399_rockchip-uboot/configs/mx6qsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6sabresd_spl_defconfig
/rk3399_rockchip-uboot/configs/mx6slevk_defconfig
/rk3399_rockchip-uboot/configs/mx6slevk_spinor_defconfig
/rk3399_rockchip-uboot/configs/mx6slevk_spl_defconfig
/rk3399_rockchip-uboot/configs/mx6sxsabreauto_defconfig
/rk3399_rockchip-uboot/configs/mx6sxsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6sxsabresd_spl_defconfig
/rk3399_rockchip-uboot/configs/mx6ul_14x14_evk_defconfig
/rk3399_rockchip-uboot/configs/mx6ul_9x9_evk_defconfig
/rk3399_rockchip-uboot/configs/mx7dsabresd_defconfig
/rk3399_rockchip-uboot/configs/nas220_defconfig
/rk3399_rockchip-uboot/configs/neo_defconfig
/rk3399_rockchip-uboot/configs/net2big_v2_defconfig
/rk3399_rockchip-uboot/configs/netspace_lite_v2_defconfig
/rk3399_rockchip-uboot/configs/netspace_max_v2_defconfig
/rk3399_rockchip-uboot/configs/netspace_mini_v2_defconfig
/rk3399_rockchip-uboot/configs/netspace_v2_defconfig
/rk3399_rockchip-uboot/configs/nitrogen6dl2g_defconfig
/rk3399_rockchip-uboot/configs/nitrogen6dl_defconfig
/rk3399_rockchip-uboot/configs/nitrogen6q2g_defconfig
/rk3399_rockchip-uboot/configs/nitrogen6q_defconfig
/rk3399_rockchip-uboot/configs/nitrogen6s1g_defconfig
/rk3399_rockchip-uboot/configs/nitrogen6s_defconfig
/rk3399_rockchip-uboot/configs/nokia_rx51_defconfig
/rk3399_rockchip-uboot/configs/novena_defconfig
/rk3399_rockchip-uboot/configs/nsa310s_defconfig
/rk3399_rockchip-uboot/configs/nyan-big_defconfig
/rk3399_rockchip-uboot/configs/odroid-xu3_defconfig
/rk3399_rockchip-uboot/configs/odroid_defconfig
/rk3399_rockchip-uboot/configs/omap3_beagle_defconfig
/rk3399_rockchip-uboot/configs/omap3_evm_defconfig
/rk3399_rockchip-uboot/configs/omap3_evm_quick_mmc_defconfig
/rk3399_rockchip-uboot/configs/omap3_ha_defconfig
/rk3399_rockchip-uboot/configs/omap3_logic_defconfig
/rk3399_rockchip-uboot/configs/omap3_overo_defconfig
/rk3399_rockchip-uboot/configs/omap3_pandora_defconfig
/rk3399_rockchip-uboot/configs/omap3_zoom1_defconfig
/rk3399_rockchip-uboot/configs/omap4_panda_defconfig
/rk3399_rockchip-uboot/configs/omap4_sdp4430_defconfig
/rk3399_rockchip-uboot/configs/omap5_uevm_defconfig
/rk3399_rockchip-uboot/configs/omapl138_lcdk_defconfig
/rk3399_rockchip-uboot/configs/openrd_base_defconfig
/rk3399_rockchip-uboot/configs/openrd_client_defconfig
/rk3399_rockchip-uboot/configs/openrd_ultimate_defconfig
/rk3399_rockchip-uboot/configs/openrisc-generic_defconfig
/rk3399_rockchip-uboot/configs/orangepi_2_defconfig
/rk3399_rockchip-uboot/configs/orangepi_one_defconfig
/rk3399_rockchip-uboot/configs/orangepi_pc_defconfig
/rk3399_rockchip-uboot/configs/orangepi_plus_defconfig
/rk3399_rockchip-uboot/configs/origen_defconfig
/rk3399_rockchip-uboot/configs/ot1200_defconfig
/rk3399_rockchip-uboot/configs/ot1200_spl_defconfig
/rk3399_rockchip-uboot/configs/p2371-0000_defconfig
/rk3399_rockchip-uboot/configs/p2371-2180_defconfig
/rk3399_rockchip-uboot/configs/p2571_defconfig
/rk3399_rockchip-uboot/configs/paz00_defconfig
/rk3399_rockchip-uboot/configs/pb1000_defconfig
/rk3399_rockchip-uboot/configs/pcm030_LOWBOOT_defconfig
/rk3399_rockchip-uboot/configs/pcm030_defconfig
/rk3399_rockchip-uboot/configs/pcm051_rev1_defconfig
/rk3399_rockchip-uboot/configs/pcm051_rev3_defconfig
/rk3399_rockchip-uboot/configs/pcm052_defconfig
/rk3399_rockchip-uboot/configs/pdm360ng_defconfig
/rk3399_rockchip-uboot/configs/peach-pi_defconfig
/rk3399_rockchip-uboot/configs/peach-pit_defconfig
/rk3399_rockchip-uboot/configs/pengwyn_defconfig
/rk3399_rockchip-uboot/configs/pepper_defconfig
/rk3399_rockchip-uboot/configs/pic32mzdask_defconfig
/rk3399_rockchip-uboot/configs/pico-imx6ul_defconfig
/rk3399_rockchip-uboot/configs/picosam9g45_defconfig
/rk3399_rockchip-uboot/configs/pine64_plus_defconfig
/rk3399_rockchip-uboot/configs/platinum_picon_defconfig
/rk3399_rockchip-uboot/configs/platinum_titanium_defconfig
/rk3399_rockchip-uboot/configs/plutux_defconfig
/rk3399_rockchip-uboot/configs/pm9261_defconfig
/rk3399_rockchip-uboot/configs/pm9263_defconfig
/rk3399_rockchip-uboot/configs/pm9g45_defconfig
/rk3399_rockchip-uboot/configs/pogo_e02_defconfig
/rk3399_rockchip-uboot/configs/polaroid_mid2809pxe04_defconfig
/rk3399_rockchip-uboot/configs/porter_defconfig
/rk3399_rockchip-uboot/configs/portl2_defconfig
/rk3399_rockchip-uboot/configs/pov_protab2_ips9_defconfig
/rk3399_rockchip-uboot/configs/pr1_defconfig
/rk3399_rockchip-uboot/configs/pxm2_defconfig
/rk3399_rockchip-uboot/configs/q8_a13_tablet_defconfig
/rk3399_rockchip-uboot/configs/q8_a23_tablet_800x480_defconfig
/rk3399_rockchip-uboot/configs/q8_a33_tablet_1024x600_defconfig
/rk3399_rockchip-uboot/configs/q8_a33_tablet_800x480_defconfig
/rk3399_rockchip-uboot/configs/qemu-ppce500_defconfig
/rk3399_rockchip-uboot/configs/qemu-x86_defconfig
/rk3399_rockchip-uboot/configs/qemu_mips64_defconfig
/rk3399_rockchip-uboot/configs/qemu_mips64el_defconfig
/rk3399_rockchip-uboot/configs/qemu_mips_defconfig
/rk3399_rockchip-uboot/configs/qemu_mipsel_defconfig
/rk3399_rockchip-uboot/configs/r0p7734_defconfig
/rk3399_rockchip-uboot/configs/r2dplus_defconfig
/rk3399_rockchip-uboot/configs/r7-tv-dongle_defconfig
/rk3399_rockchip-uboot/configs/r7780mp_defconfig
/rk3399_rockchip-uboot/configs/rainier_defconfig
/rk3399_rockchip-uboot/configs/rainier_ramboot_defconfig
/rk3399_rockchip-uboot/configs/rastaban_defconfig
/rk3399_rockchip-uboot/configs/redwood_defconfig
/rk3399_rockchip-uboot/configs/riotboard_defconfig
/rk3399_rockchip-uboot/configs/rock2_defconfig
/rk3399_rockchip-uboot/configs/rpi_2_defconfig
/rk3399_rockchip-uboot/configs/rpi_3_32b_defconfig
/rk3399_rockchip-uboot/configs/rpi_3_defconfig
/rk3399_rockchip-uboot/configs/rpi_defconfig
/rk3399_rockchip-uboot/configs/rsk7203_defconfig
/rk3399_rockchip-uboot/configs/rut_defconfig
/rk3399_rockchip-uboot/configs/s5p_goni_defconfig
/rk3399_rockchip-uboot/configs/s5pc210_universal_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d2_xplained_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d3_xplained_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d3xek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4_xplained_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_mmc_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_nandflash_defconfig
/rk3399_rockchip-uboot/configs/sama5d4ek_spiflash_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/sansa_fuze_plus_defconfig
/rk3399_rockchip-uboot/configs/sbc8349_PCI_33_defconfig
/rk3399_rockchip-uboot/configs/sbc8349_PCI_66_defconfig
/rk3399_rockchip-uboot/configs/sbc8349_defconfig
/rk3399_rockchip-uboot/configs/sbc8548_PCI_33_PCIE_defconfig
/rk3399_rockchip-uboot/configs/sbc8548_PCI_33_defconfig
/rk3399_rockchip-uboot/configs/sbc8548_PCI_66_PCIE_defconfig
/rk3399_rockchip-uboot/configs/sbc8548_PCI_66_defconfig
/rk3399_rockchip-uboot/configs/sbc8548_defconfig
/rk3399_rockchip-uboot/configs/sbc8641d_defconfig
/rk3399_rockchip-uboot/configs/sc_sps_1_defconfig
/rk3399_rockchip-uboot/configs/seaboard_defconfig
/rk3399_rockchip-uboot/configs/secomx6quq7_defconfig
/rk3399_rockchip-uboot/configs/sequoia_defconfig
/rk3399_rockchip-uboot/configs/sequoia_ramboot_defconfig
/rk3399_rockchip-uboot/configs/sh7752evb_defconfig
/rk3399_rockchip-uboot/configs/sh7753evb_defconfig
/rk3399_rockchip-uboot/configs/sh7757lcr_defconfig
/rk3399_rockchip-uboot/configs/sh7763rdp_defconfig
/rk3399_rockchip-uboot/configs/sh7785lcr_32bit_defconfig
/rk3399_rockchip-uboot/configs/sh7785lcr_defconfig
/rk3399_rockchip-uboot/configs/sheevaplug_defconfig
/rk3399_rockchip-uboot/configs/shmin_defconfig
/rk3399_rockchip-uboot/configs/silk_defconfig
/rk3399_rockchip-uboot/configs/smartweb_defconfig
/rk3399_rockchip-uboot/configs/smdk2410_defconfig
/rk3399_rockchip-uboot/configs/smdk5250_defconfig
/rk3399_rockchip-uboot/configs/smdk5420_defconfig
/rk3399_rockchip-uboot/configs/smdkc100_defconfig
/rk3399_rockchip-uboot/configs/smdkv310_defconfig
/rk3399_rockchip-uboot/configs/snapper9260_defconfig
/rk3399_rockchip-uboot/configs/snapper9g20_defconfig
/rk3399_rockchip-uboot/configs/sniper_defconfig
/rk3399_rockchip-uboot/configs/snow_defconfig
/rk3399_rockchip-uboot/configs/socfpga_arria5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_cyclone5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_de0_nano_soc_defconfig
/rk3399_rockchip-uboot/configs/socfpga_mcvevk_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sockit_defconfig
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/configs/socfpga_sr1500_defconfig
/rk3399_rockchip-uboot/configs/socrates_defconfig
/rk3399_rockchip-uboot/configs/spear300_defconfig
/rk3399_rockchip-uboot/configs/spear300_nand_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_defconfig
/rk3399_rockchip-uboot/configs/spear310_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_defconfig
/rk3399_rockchip-uboot/configs/spear320_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear600_defconfig
/rk3399_rockchip-uboot/configs/spear600_nand_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spring_defconfig
/rk3399_rockchip-uboot/configs/stm32f429-discovery_defconfig
/rk3399_rockchip-uboot/configs/stm32f746-disco_defconfig
/rk3399_rockchip-uboot/configs/stout_defconfig
/rk3399_rockchip-uboot/configs/strider_con_defconfig
/rk3399_rockchip-uboot/configs/strider_cpu_defconfig
/rk3399_rockchip-uboot/configs/stv0991_defconfig
/rk3399_rockchip-uboot/configs/sunxi_Gemei_G9_defconfig
/rk3399_rockchip-uboot/configs/suvd3_defconfig
/rk3399_rockchip-uboot/configs/sycamore_defconfig
/rk3399_rockchip-uboot/configs/t3corp_defconfig
/rk3399_rockchip-uboot/configs/tao3530_defconfig
/rk3399_rockchip-uboot/configs/taurus_defconfig
/rk3399_rockchip-uboot/configs/tb100_defconfig
/rk3399_rockchip-uboot/configs/tbs2910_defconfig
/rk3399_rockchip-uboot/configs/tcm-bf518_defconfig
/rk3399_rockchip-uboot/configs/tcm-bf537_defconfig
/rk3399_rockchip-uboot/configs/tec-ng_defconfig
/rk3399_rockchip-uboot/configs/tec_defconfig
/rk3399_rockchip-uboot/configs/theadorable_debug_defconfig
/rk3399_rockchip-uboot/configs/theadorable_defconfig
/rk3399_rockchip-uboot/configs/thuban_defconfig
/rk3399_rockchip-uboot/configs/ti814x_evm_defconfig
/rk3399_rockchip-uboot/configs/ti816x_evm_defconfig
/rk3399_rockchip-uboot/configs/titanium_defconfig
/rk3399_rockchip-uboot/configs/tqma6q_mba6_mmc_defconfig
/rk3399_rockchip-uboot/configs/tqma6q_mba6_spi_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_mba6_mmc_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_mba6_spi_defconfig
/rk3399_rockchip-uboot/configs/tqma6s_wru4_mmc_defconfig
/rk3399_rockchip-uboot/configs/trats2_defconfig
/rk3399_rockchip-uboot/configs/trats_defconfig
/rk3399_rockchip-uboot/configs/tricorder_defconfig
/rk3399_rockchip-uboot/configs/tricorder_flash_defconfig
/rk3399_rockchip-uboot/configs/trimslice_defconfig
/rk3399_rockchip-uboot/configs/ts4800_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/tuge1_defconfig
/rk3399_rockchip-uboot/configs/tuxx1_defconfig
/rk3399_rockchip-uboot/configs/twister_defconfig
/rk3399_rockchip-uboot/configs/udoo_defconfig
/rk3399_rockchip-uboot/configs/uniphier_ld20_defconfig
/rk3399_rockchip-uboot/configs/uniphier_ld4_sld8_defconfig
/rk3399_rockchip-uboot/configs/uniphier_pro4_defconfig
/rk3399_rockchip-uboot/configs/uniphier_pxs2_ld6b_defconfig
/rk3399_rockchip-uboot/configs/uniphier_sld3_defconfig
/rk3399_rockchip-uboot/configs/usb_a9263_dataflash_defconfig
/rk3399_rockchip-uboot/configs/usbarmory_defconfig
/rk3399_rockchip-uboot/configs/v38b_defconfig
/rk3399_rockchip-uboot/configs/vct_platinum_defconfig
/rk3399_rockchip-uboot/configs/vct_platinum_onenand_defconfig
/rk3399_rockchip-uboot/configs/vct_platinumavc_defconfig
/rk3399_rockchip-uboot/configs/vct_platinumavc_onenand_defconfig
/rk3399_rockchip-uboot/configs/vct_premium_defconfig
/rk3399_rockchip-uboot/configs/vct_premium_onenand_defconfig
/rk3399_rockchip-uboot/configs/ve8313_defconfig
/rk3399_rockchip-uboot/configs/venice2_defconfig
/rk3399_rockchip-uboot/configs/ventana_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_dram_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_juno_defconfig
/rk3399_rockchip-uboot/configs/vexpress_aemv8a_semi_defconfig
/rk3399_rockchip-uboot/configs/vexpress_ca15_tc2_defconfig
/rk3399_rockchip-uboot/configs/vexpress_ca5x2_defconfig
/rk3399_rockchip-uboot/configs/vexpress_ca9x4_defconfig
/rk3399_rockchip-uboot/configs/vf610twr_defconfig
/rk3399_rockchip-uboot/configs/vf610twr_nand_defconfig
/rk3399_rockchip-uboot/configs/vinco_defconfig
/rk3399_rockchip-uboot/configs/vme8349_defconfig
/rk3399_rockchip-uboot/configs/walnut_defconfig
/rk3399_rockchip-uboot/configs/wandboard_defconfig
/rk3399_rockchip-uboot/configs/warp7_defconfig
/rk3399_rockchip-uboot/configs/warp_defconfig
/rk3399_rockchip-uboot/configs/whistler_defconfig
/rk3399_rockchip-uboot/configs/woodburn_defconfig
/rk3399_rockchip-uboot/configs/woodburn_sd_defconfig
/rk3399_rockchip-uboot/configs/work_92105_defconfig
/rk3399_rockchip-uboot/configs/wtk_defconfig
/rk3399_rockchip-uboot/configs/x600_defconfig
/rk3399_rockchip-uboot/configs/xfi3_defconfig
/rk3399_rockchip-uboot/configs/xilinx-ppc405-generic_defconfig
/rk3399_rockchip-uboot/configs/xilinx-ppc440-generic_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_ep_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_defconfig
/rk3399_rockchip-uboot/configs/xilinx_zynqmp_zcu102_revB_defconfig
/rk3399_rockchip-uboot/configs/xpedite1000_defconfig
/rk3399_rockchip-uboot/configs/xpedite517x_defconfig
/rk3399_rockchip-uboot/configs/xpedite520x_defconfig
/rk3399_rockchip-uboot/configs/xpedite537x_defconfig
/rk3399_rockchip-uboot/configs/xpedite550x_defconfig
/rk3399_rockchip-uboot/configs/xpress_defconfig
/rk3399_rockchip-uboot/configs/xpress_spl_defconfig
/rk3399_rockchip-uboot/configs/yellowstone_defconfig
/rk3399_rockchip-uboot/configs/yosemite_defconfig
/rk3399_rockchip-uboot/configs/yucca_defconfig
/rk3399_rockchip-uboot/configs/zipitz2_defconfig
/rk3399_rockchip-uboot/configs/zmx25_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_picozed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc702_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc706_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm011_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/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/doc/README.at91-soc
/rk3399_rockchip-uboot/doc/README.atmel_pmecc
/rk3399_rockchip-uboot/doc/README.ext4
/rk3399_rockchip-uboot/doc/README.odroid
/rk3399_rockchip-uboot/doc/git-mailrc
/rk3399_rockchip-uboot/doc/mkimage.1
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/clk/uniphier/clk-uniphier-mio.c
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/ddr/altera/sdram.c
/rk3399_rockchip-uboot/drivers/ddr/altera/sequencer.c
/rk3399_rockchip-uboot/drivers/dfu/dfu_ram.c
/rk3399_rockchip-uboot/drivers/i2c/designware_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/designware_i2c.h
/rk3399_rockchip-uboot/drivers/mmc/pci_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/pic32_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/zynq_sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/wl.c
/rk3399_rockchip-uboot/drivers/pci/pci-uclass.c
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c
/rk3399_rockchip-uboot/drivers/serial/serial_bcm283x_mu.c
/rk3399_rockchip-uboot/drivers/usb/Kconfig
/rk3399_rockchip-uboot/drivers/usb/dwc3/Kconfig
/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig
/rk3399_rockchip-uboot/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_fastboot.c
/rk3399_rockchip-uboot/drivers/usb/gadget/g_dnl.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/Kconfig
/rk3399_rockchip-uboot/drivers/video/am335x-fb.c
/rk3399_rockchip-uboot/fs/ext4/ext4_common.c
/rk3399_rockchip-uboot/fs/ubifs/super.c
/rk3399_rockchip-uboot/include/config_cmd_all.h
/rk3399_rockchip-uboot/include/config_distro_bootcmd.h
/rk3399_rockchip-uboot/include/config_distro_defaults.h
/rk3399_rockchip-uboot/include/config_fallbacks.h
/rk3399_rockchip-uboot/include/config_uncmd_spl.h
/rk3399_rockchip-uboot/include/configs/10m50_devboard.h
/rk3399_rockchip-uboot/include/configs/3c120_devboard.h
/rk3399_rockchip-uboot/include/configs/B4860QDS.h
/rk3399_rockchip-uboot/include/configs/BSC9131RDB.h
/rk3399_rockchip-uboot/include/configs/BSC9132QDS.h
/rk3399_rockchip-uboot/include/configs/C29XPCIE.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/M5208EVBE.h
/rk3399_rockchip-uboot/include/configs/M52277EVB.h
/rk3399_rockchip-uboot/include/configs/M5235EVB.h
/rk3399_rockchip-uboot/include/configs/M5249EVB.h
/rk3399_rockchip-uboot/include/configs/M5253DEMO.h
/rk3399_rockchip-uboot/include/configs/M5253EVBE.h
/rk3399_rockchip-uboot/include/configs/M5272C3.h
/rk3399_rockchip-uboot/include/configs/M5275EVB.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/M53017EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/M54418TWR.h
/rk3399_rockchip-uboot/include/configs/M54451EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/M5475EVB.h
/rk3399_rockchip-uboot/include/configs/M5485EVB.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/MPC8308RDB.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8323ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8541CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8555CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8569MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MigoR.h
/rk3399_rockchip-uboot/include/configs/P1010RDB.h
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/P1023RDB.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/PATI.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PMC405DE.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/T102xQDS.h
/rk3399_rockchip-uboot/include/configs/T102xRDB.h
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/T208xRDB.h
/rk3399_rockchip-uboot/include/configs/T4240QDS.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM850L.h
/rk3399_rockchip-uboot/include/configs/TQM850M.h
/rk3399_rockchip-uboot/include/configs/TQM855L.h
/rk3399_rockchip-uboot/include/configs/TQM855M.h
/rk3399_rockchip-uboot/include/configs/TQM860L.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM862L.h
/rk3399_rockchip-uboot/include/configs/TQM862M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/TQM885D.h
/rk3399_rockchip-uboot/include/configs/UCP1020.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/VOM405.h
/rk3399_rockchip-uboot/include/configs/a3m071.h
/rk3399_rockchip-uboot/include/configs/a4m072.h
/rk3399_rockchip-uboot/include/configs/ac14xx.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/adp-ag101p.h
/rk3399_rockchip-uboot/include/configs/alt.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am3517_evm.h
/rk3399_rockchip-uboot/include/configs/am43xx_evm.h
/rk3399_rockchip-uboot/include/configs/am57xx_evm.h
/rk3399_rockchip-uboot/include/configs/amcc-common.h
/rk3399_rockchip-uboot/include/configs/amcore.h
/rk3399_rockchip-uboot/include/configs/ap325rxa.h
/rk3399_rockchip-uboot/include/configs/ap_sh4a_4a.h
/rk3399_rockchip-uboot/include/configs/apalis_t30.h
/rk3399_rockchip-uboot/include/configs/apf27.h
/rk3399_rockchip-uboot/include/configs/apx4devkit.h
/rk3399_rockchip-uboot/include/configs/aria.h
/rk3399_rockchip-uboot/include/configs/aristainetos-common.h
/rk3399_rockchip-uboot/include/configs/armadillo-800eva.h
/rk3399_rockchip-uboot/include/configs/aspenite.h
/rk3399_rockchip-uboot/include/configs/astro_mcf5373l.h
/rk3399_rockchip-uboot/include/configs/at91-sama5_common.h
/rk3399_rockchip-uboot/include/configs/at91rm9200ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9260ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9261ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9m10g45ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9n12ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9rlek.h
/rk3399_rockchip-uboot/include/configs/at91sam9x5ek.h
/rk3399_rockchip-uboot/include/configs/atngw100.h
/rk3399_rockchip-uboot/include/configs/atngw100mkii.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/axs101.h
/rk3399_rockchip-uboot/include/configs/baltos.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/bav335x.h
/rk3399_rockchip-uboot/include/configs/bayleybay.h
/rk3399_rockchip-uboot/include/configs/bcm28155_ap.h
/rk3399_rockchip-uboot/include/configs/bcm_ep_board.h
/rk3399_rockchip-uboot/include/configs/bct-brettl2.h
/rk3399_rockchip-uboot/include/configs/beaver.h
/rk3399_rockchip-uboot/include/configs/bf506f-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf518f-ezbrd.h
/rk3399_rockchip-uboot/include/configs/bf525-ucr2.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-minotaur.h
/rk3399_rockchip-uboot/include/configs/bf537-pnav.h
/rk3399_rockchip-uboot/include/configs/bf537-srv1.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/bf609-ezkit.h
/rk3399_rockchip-uboot/include/configs/bfin_adi_common.h
/rk3399_rockchip-uboot/include/configs/bg0900.h
/rk3399_rockchip-uboot/include/configs/blackstamp.h
/rk3399_rockchip-uboot/include/configs/blackvme.h
/rk3399_rockchip-uboot/include/configs/br4.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/calimain.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/canyonlands.h
/rk3399_rockchip-uboot/include/configs/cardhu.h
/rk3399_rockchip-uboot/include/configs/cgtqmx6eval.h
/rk3399_rockchip-uboot/include/configs/charon.h
/rk3399_rockchip-uboot/include/configs/chromebook_jerry.h
/rk3399_rockchip-uboot/include/configs/clearfog.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/cm5200.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_t3517.h
/rk3399_rockchip-uboot/include/configs/cm_t43.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/colibri_pxa270.h
/rk3399_rockchip-uboot/include/configs/colibri_t20.h
/rk3399_rockchip-uboot/include/configs/colibri_t30.h
/rk3399_rockchip-uboot/include/configs/colibri_vf.h
/rk3399_rockchip-uboot/include/configs/conga-qeval20-qa3-e3845.h
/rk3399_rockchip-uboot/include/configs/controlcenterd.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/corvus.h
/rk3399_rockchip-uboot/include/configs/crownbay.h
/rk3399_rockchip-uboot/include/configs/cyrus.h
/rk3399_rockchip-uboot/include/configs/da850evm.h
/rk3399_rockchip-uboot/include/configs/dalmore.h
/rk3399_rockchip-uboot/include/configs/db-88f6720.h
/rk3399_rockchip-uboot/include/configs/db-88f6820-gp.h
/rk3399_rockchip-uboot/include/configs/db-mv784mp-gp.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/devkit3250.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/digsy_mtc.h
/rk3399_rockchip-uboot/include/configs/dlvision-10g.h
/rk3399_rockchip-uboot/include/configs/dlvision.h
/rk3399_rockchip-uboot/include/configs/dnp5370.h
/rk3399_rockchip-uboot/include/configs/dns325.h
/rk3399_rockchip-uboot/include/configs/dockstar.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/draco.h
/rk3399_rockchip-uboot/include/configs/dragonboard410c.h
/rk3399_rockchip-uboot/include/configs/dreamplug.h
/rk3399_rockchip-uboot/include/configs/ds414.h
/rk3399_rockchip-uboot/include/configs/duovero.h
/rk3399_rockchip-uboot/include/configs/e2220-1170.h
/rk3399_rockchip-uboot/include/configs/ea20.h
/rk3399_rockchip-uboot/include/configs/eb_cpu5282.h
/rk3399_rockchip-uboot/include/configs/eco5pk.h
/rk3399_rockchip-uboot/include/configs/ecovec.h
/rk3399_rockchip-uboot/include/configs/edb93xx.h
/rk3399_rockchip-uboot/include/configs/edminiv2.h
/rk3399_rockchip-uboot/include/configs/embestmx6boards.h
/rk3399_rockchip-uboot/include/configs/espt.h
/rk3399_rockchip-uboot/include/configs/ethernut5.h
/rk3399_rockchip-uboot/include/configs/exynos-common.h
/rk3399_rockchip-uboot/include/configs/exynos4-common.h
/rk3399_rockchip-uboot/include/configs/exynos5-common.h
/rk3399_rockchip-uboot/include/configs/flea3.h
/rk3399_rockchip-uboot/include/configs/galileo.h
/rk3399_rockchip-uboot/include/configs/ge_bx50v3.h
/rk3399_rockchip-uboot/include/configs/goflexhome.h
/rk3399_rockchip-uboot/include/configs/gose.h
/rk3399_rockchip-uboot/include/configs/gplugd.h
/rk3399_rockchip-uboot/include/configs/gr_cpci_ax2000.h
/rk3399_rockchip-uboot/include/configs/gr_ep2s60.h
/rk3399_rockchip-uboot/include/configs/gr_xc3s_1500.h
/rk3399_rockchip-uboot/include/configs/grasshopper.h
/rk3399_rockchip-uboot/include/configs/grsim.h
/rk3399_rockchip-uboot/include/configs/grsim_leon2.h
/rk3399_rockchip-uboot/include/configs/guruplug.h
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/h2200.h
/rk3399_rockchip-uboot/include/configs/harmony.h
/rk3399_rockchip-uboot/include/configs/highbank.h
/rk3399_rockchip-uboot/include/configs/hikey.h
/rk3399_rockchip-uboot/include/configs/hrcon.h
/rk3399_rockchip-uboot/include/configs/ib62x0.h
/rk3399_rockchip-uboot/include/configs/ibf-dsp561.h
/rk3399_rockchip-uboot/include/configs/icon.h
/rk3399_rockchip-uboot/include/configs/iconnect.h
/rk3399_rockchip-uboot/include/configs/ids8313.h
/rk3399_rockchip-uboot/include/configs/imx27lite-common.h
/rk3399_rockchip-uboot/include/configs/imx31_phycore.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/integrator-common.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/intip.h
/rk3399_rockchip-uboot/include/configs/io.h
/rk3399_rockchip-uboot/include/configs/iocon.h
/rk3399_rockchip-uboot/include/configs/ip04.h
/rk3399_rockchip-uboot/include/configs/ipam390.h
/rk3399_rockchip-uboot/include/configs/ipek01.h
/rk3399_rockchip-uboot/include/configs/jetson-tk1.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/k2g_evm.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kc1.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/km/keymile-common.h
/rk3399_rockchip-uboot/include/configs/km/km_arm.h
/rk3399_rockchip-uboot/include/configs/km/kmp204x-common.h
/rk3399_rockchip-uboot/include/configs/km8360.h
/rk3399_rockchip-uboot/include/configs/km_kirkwood.h
/rk3399_rockchip-uboot/include/configs/koelsch.h
/rk3399_rockchip-uboot/include/configs/kwb.h
/rk3399_rockchip-uboot/include/configs/kzm9g.h
/rk3399_rockchip-uboot/include/configs/lacie_kw.h
/rk3399_rockchip-uboot/include/configs/lager.h
/rk3399_rockchip-uboot/include/configs/legoev3.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/ls1043a_common.h
/rk3399_rockchip-uboot/include/configs/ls1043aqds.h
/rk3399_rockchip-uboot/include/configs/ls1043ardb.h
/rk3399_rockchip-uboot/include/configs/ls2080a_common.h
/rk3399_rockchip-uboot/include/configs/ls2080a_simu.h
/rk3399_rockchip-uboot/include/configs/ls2080aqds.h
/rk3399_rockchip-uboot/include/configs/ls2080ardb.h
/rk3399_rockchip-uboot/include/configs/lsxl.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/m28evk.h
/rk3399_rockchip-uboot/include/configs/m53evk.h
/rk3399_rockchip-uboot/include/configs/ma5d4evk.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/manroland/common.h
/rk3399_rockchip-uboot/include/configs/maxbcm.h
/rk3399_rockchip-uboot/include/configs/mcx.h
/rk3399_rockchip-uboot/include/configs/mecp5123.h
/rk3399_rockchip-uboot/include/configs/medcom-wide.h
/rk3399_rockchip-uboot/include/configs/meesc.h
/rk3399_rockchip-uboot/include/configs/microblaze-generic.h
/rk3399_rockchip-uboot/include/configs/minnowmax.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mpc5121-common.h
/rk3399_rockchip-uboot/include/configs/mpc5121ads.h
/rk3399_rockchip-uboot/include/configs/mpc8308_p1m.h
/rk3399_rockchip-uboot/include/configs/mpr2.h
/rk3399_rockchip-uboot/include/configs/ms7720se.h
/rk3399_rockchip-uboot/include/configs/ms7722se.h
/rk3399_rockchip-uboot/include/configs/ms7750se.h
/rk3399_rockchip-uboot/include/configs/munices.h
/rk3399_rockchip-uboot/include/configs/mv-common.h
/rk3399_rockchip-uboot/include/configs/mv-plug-common.h
/rk3399_rockchip-uboot/include/configs/mx23_olinuxino.h
/rk3399_rockchip-uboot/include/configs/mx23evk.h
/rk3399_rockchip-uboot/include/configs/mx25pdk.h
/rk3399_rockchip-uboot/include/configs/mx28evk.h
/rk3399_rockchip-uboot/include/configs/mx31ads.h
/rk3399_rockchip-uboot/include/configs/mx31pdk.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.h
/rk3399_rockchip-uboot/include/configs/mx51evk.h
/rk3399_rockchip-uboot/include/configs/mx53ard.h
/rk3399_rockchip-uboot/include/configs/mx53evk.h
/rk3399_rockchip-uboot/include/configs/mx53loco.h
/rk3399_rockchip-uboot/include/configs/mx53smd.h
/rk3399_rockchip-uboot/include/configs/mx6_common.h
/rk3399_rockchip-uboot/include/configs/mx6cuboxi.h
/rk3399_rockchip-uboot/include/configs/mx6qarm2.h
/rk3399_rockchip-uboot/include/configs/mx6qsabreauto.h
/rk3399_rockchip-uboot/include/configs/mx6sabre_common.h
/rk3399_rockchip-uboot/include/configs/mx6sabresd.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabreauto.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabresd.h
/rk3399_rockchip-uboot/include/configs/mx6ul_14x14_evk.h
/rk3399_rockchip-uboot/include/configs/mx7_common.h
/rk3399_rockchip-uboot/include/configs/mx7dsabresd.h
/rk3399_rockchip-uboot/include/configs/mxs.h
/rk3399_rockchip-uboot/include/configs/nas220.h
/rk3399_rockchip-uboot/include/configs/neo.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/configs/nokia_rx51.h
/rk3399_rockchip-uboot/include/configs/novena.h
/rk3399_rockchip-uboot/include/configs/nsa310s.h
/rk3399_rockchip-uboot/include/configs/nyan-big.h
/rk3399_rockchip-uboot/include/configs/o2dnt-common.h
/rk3399_rockchip-uboot/include/configs/odroid.h
/rk3399_rockchip-uboot/include/configs/odroid_xu3.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_evm_common.h
/rk3399_rockchip-uboot/include/configs/omap3_evm_quick_mmc.h
/rk3399_rockchip-uboot/include/configs/omap3_igep00x0.h
/rk3399_rockchip-uboot/include/configs/omap3_logic.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/omap3_pandora.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom1.h
/rk3399_rockchip-uboot/include/configs/omap4_panda.h
/rk3399_rockchip-uboot/include/configs/omap5_uevm.h
/rk3399_rockchip-uboot/include/configs/omapl138_lcdk.h
/rk3399_rockchip-uboot/include/configs/openrd.h
/rk3399_rockchip-uboot/include/configs/openrisc-generic.h
/rk3399_rockchip-uboot/include/configs/origen.h
/rk3399_rockchip-uboot/include/configs/ot1200.h
/rk3399_rockchip-uboot/include/configs/p1_p2_rdb_pc.h
/rk3399_rockchip-uboot/include/configs/p1_twr.h
/rk3399_rockchip-uboot/include/configs/p2371-0000.h
/rk3399_rockchip-uboot/include/configs/p2371-2180.h
/rk3399_rockchip-uboot/include/configs/p2571.h
/rk3399_rockchip-uboot/include/configs/paz00.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pcm030.h
/rk3399_rockchip-uboot/include/configs/pcm051.h
/rk3399_rockchip-uboot/include/configs/pcm052.h
/rk3399_rockchip-uboot/include/configs/pdm360ng.h
/rk3399_rockchip-uboot/include/configs/pengwyn.h
/rk3399_rockchip-uboot/include/configs/pic32mzdask.h
/rk3399_rockchip-uboot/include/configs/pico-imx6ul.h
/rk3399_rockchip-uboot/include/configs/picosam9g45.h
/rk3399_rockchip-uboot/include/configs/platinum.h
/rk3399_rockchip-uboot/include/configs/plutux.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/pm9263.h
/rk3399_rockchip-uboot/include/configs/pm9g45.h
/rk3399_rockchip-uboot/include/configs/pogo_e02.h
/rk3399_rockchip-uboot/include/configs/porter.h
/rk3399_rockchip-uboot/include/configs/pr1.h
/rk3399_rockchip-uboot/include/configs/pxa-common.h
/rk3399_rockchip-uboot/include/configs/pxm2.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qemu-mips64.h
/rk3399_rockchip-uboot/include/configs/qemu-ppce500.h
/rk3399_rockchip-uboot/include/configs/r0p7734.h
/rk3399_rockchip-uboot/include/configs/r2dplus.h
/rk3399_rockchip-uboot/include/configs/r7780mp.h
/rk3399_rockchip-uboot/include/configs/rastaban.h
/rk3399_rockchip-uboot/include/configs/rcar-gen2-common.h
/rk3399_rockchip-uboot/include/configs/rk3036_common.h
/rk3399_rockchip-uboot/include/configs/rk3288_common.h
/rk3399_rockchip-uboot/include/configs/rpi.h
/rk3399_rockchip-uboot/include/configs/rsk7203.h
/rk3399_rockchip-uboot/include/configs/rut.h
/rk3399_rockchip-uboot/include/configs/s5p_goni.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/sama5d2_xplained.h
/rk3399_rockchip-uboot/include/configs/sama5d3_xplained.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/sama5d4_xplained.h
/rk3399_rockchip-uboot/include/configs/sama5d4ek.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/sansa_fuze_plus.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8548.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sc_sps_1.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/configs/secomx6quq7.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/sh7752evb.h
/rk3399_rockchip-uboot/include/configs/sh7753evb.h
/rk3399_rockchip-uboot/include/configs/sh7757lcr.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/configs/sh7785lcr.h
/rk3399_rockchip-uboot/include/configs/sheevaplug.h
/rk3399_rockchip-uboot/include/configs/shmin.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/silk.h
/rk3399_rockchip-uboot/include/configs/smartweb.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smdkc100.h
/rk3399_rockchip-uboot/include/configs/smdkv310.h
/rk3399_rockchip-uboot/include/configs/snapper9260.h
/rk3399_rockchip-uboot/include/configs/sniper.h
/rk3399_rockchip-uboot/include/configs/socfpga_arria5_socdk.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/socfpga_cyclone5_socdk.h
/rk3399_rockchip-uboot/include/configs/socfpga_de0_nano_soc.h
/rk3399_rockchip-uboot/include/configs/socfpga_mcvevk.h
/rk3399_rockchip-uboot/include/configs/socfpga_sockit.h
/rk3399_rockchip-uboot/include/configs/socfpga_socrates.h
/rk3399_rockchip-uboot/include/configs/socfpga_sr1500.h
/rk3399_rockchip-uboot/include/configs/socrates.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/stm32f429-discovery.h
/rk3399_rockchip-uboot/include/configs/stm32f746-disco.h
/rk3399_rockchip-uboot/include/configs/stout.h
/rk3399_rockchip-uboot/include/configs/strider.h
/rk3399_rockchip-uboot/include/configs/stv0991.h
/rk3399_rockchip-uboot/include/configs/sun8i.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/t3corp.h
/rk3399_rockchip-uboot/include/configs/t4qds.h
/rk3399_rockchip-uboot/include/configs/tam3517-common.h
/rk3399_rockchip-uboot/include/configs/tao3530.h
/rk3399_rockchip-uboot/include/configs/taurus.h
/rk3399_rockchip-uboot/include/configs/tb100.h
/rk3399_rockchip-uboot/include/configs/tbs2910.h
/rk3399_rockchip-uboot/include/configs/tcm-bf518.h
/rk3399_rockchip-uboot/include/configs/tcm-bf537.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/tegra-common-usb-gadget.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/configs/theadorable.h
/rk3399_rockchip-uboot/include/configs/thuban.h
/rk3399_rockchip-uboot/include/configs/thunderx_88xx.h
/rk3399_rockchip-uboot/include/configs/ti814x_evm.h
/rk3399_rockchip-uboot/include/configs/ti816x_evm.h
/rk3399_rockchip-uboot/include/configs/ti_am335x_common.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_keystone2.h
/rk3399_rockchip-uboot/include/configs/ti_omap3_common.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/configs/titanium.h
/rk3399_rockchip-uboot/include/configs/tqma6.h
/rk3399_rockchip-uboot/include/configs/tqma6_wru4.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/configs/trats2.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/configs/trimslice.h
/rk3399_rockchip-uboot/include/configs/ts4800.h
/rk3399_rockchip-uboot/include/configs/tseries.h
/rk3399_rockchip-uboot/include/configs/udoo.h
/rk3399_rockchip-uboot/include/configs/uniphier.h
/rk3399_rockchip-uboot/include/configs/usb_a9263.h
/rk3399_rockchip-uboot/include/configs/usbarmory.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/configs/ve8313.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/vexpress_common.h
/rk3399_rockchip-uboot/include/configs/vf610twr.h
/rk3399_rockchip-uboot/include/configs/vinco.h
/rk3399_rockchip-uboot/include/configs/vme8349.h
/rk3399_rockchip-uboot/include/configs/walnut.h
/rk3399_rockchip-uboot/include/configs/wandboard.h
/rk3399_rockchip-uboot/include/configs/warp.h
/rk3399_rockchip-uboot/include/configs/warp7.h
/rk3399_rockchip-uboot/include/configs/whistler.h
/rk3399_rockchip-uboot/include/configs/woodburn_common.h
/rk3399_rockchip-uboot/include/configs/work_92105.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/configs/xfi3.h
/rk3399_rockchip-uboot/include/configs/xilinx-ppc.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/configs/xpedite1000.h
/rk3399_rockchip-uboot/include/configs/xpedite517x.h
/rk3399_rockchip-uboot/include/configs/xpedite520x.h
/rk3399_rockchip-uboot/include/configs/xpedite537x.h
/rk3399_rockchip-uboot/include/configs/xpedite550x.h
/rk3399_rockchip-uboot/include/configs/xpress.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/zipitz2.h
/rk3399_rockchip-uboot/include/configs/zmx25.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/dm/device.h
/rk3399_rockchip-uboot/include/dt-bindings/clock/hi6220-clock.h
/rk3399_rockchip-uboot/include/linux/mtd/omap_gpmc.h
/rk3399_rockchip-uboot/include/sdhci.h
hang.c
/rk3399_rockchip-uboot/test/py/tests/test_dfu.py
/rk3399_rockchip-uboot/tools/atmel_pmecc_params.c
/rk3399_rockchip-uboot/tools/atmelimage.c
/rk3399_rockchip-uboot/tools/mkimage.c
dede284d13-Apr-2016 Andreas Färber <afaerber@suse.de>

efi_loader: Handle memory overflows

jetson-tk1 has 2 GB of RAM at 0x80000000, causing gd->ram_top to be zero.
Handle this by either avoiding ram_top or by using the same type as
ram_top to reverse t

efi_loader: Handle memory overflows

jetson-tk1 has 2 GB of RAM at 0x80000000, causing gd->ram_top to be zero.
Handle this by either avoiding ram_top or by using the same type as
ram_top to reverse the overflow effect.

Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Alexander Graf <agraf@suse.de>

show more ...

6a3bf3e511-Apr-2016 Eric Nelson <eric@nelint.com>

gunzip.c: use block layer for writes

Call blk_dwrite to ensure that the block cache is notified
if enabled and remove build breakage when CONFIG_BLK is enabled.

Signed-off-by: Eric Nelson <eric@nel

gunzip.c: use block layer for writes

Call blk_dwrite to ensure that the block cache is notified
if enabled and remove build breakage when CONFIG_BLK is enabled.

Signed-off-by: Eric Nelson <eric@nelint.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>

show more ...

cee752fa11-Apr-2016 Alexander Graf <agraf@suse.de>

efi_loader: Expose ascending efi memory map

The EFI memory map does not need to be in a strict order, but 32bit
grub2 does expect it to be ascending. If it's not, it may try to
allocate memory insid

efi_loader: Expose ascending efi memory map

The EFI memory map does not need to be in a strict order, but 32bit
grub2 does expect it to be ascending. If it's not, it may try to
allocate memory inside the U-Boot data memory region.

We already sort the memory map in descending order, so let's just
reverse it when we pass it to a payload.

Signed-off-by: Alexander Graf <agraf@suse.de>
Tested-by: Andreas Färber <afaerber@suse.de>

show more ...

36c37a8411-Apr-2016 Alexander Graf <agraf@suse.de>

efi_loader: Always flush in cache line size granularity

The cache line flush helpers only work properly when they get aligned
start and end addresses. Round our flush range to cache line size. It's

efi_loader: Always flush in cache line size granularity

The cache line flush helpers only work properly when they get aligned
start and end addresses. Round our flush range to cache line size. It's
safe because we're guaranteed to flush within a single page which has the
same cache attributes.

Reported-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Tested-by: Andreas Färber <afaerber@suse.de>

show more ...

ecbe1a0711-Apr-2016 Alexander Graf <agraf@suse.de>

efi_loader: Increase path string to 32 characters

Whenever we want to tell our payload about a path, we limit ourselves
to a reasonable amount of characters. So far we only passed in device
names -

efi_loader: Increase path string to 32 characters

Whenever we want to tell our payload about a path, we limit ourselves
to a reasonable amount of characters. So far we only passed in device
names - exceeding 16 chars was unlikely there.

However by now we also pass real file path information, so let's increase
the limit to 32 characters. That way common paths like "boot/efi/bootaa64.efi"
fit just fine.

Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

8c3df0bf11-Apr-2016 Alexander Graf <agraf@suse.de>

efi_loader: Add el torito support

When loading an el torito image, uEFI exposes said image as a raw
block device to the payload.

Let's do the same by creating new block devices with added offsets f

efi_loader: Add el torito support

When loading an el torito image, uEFI exposes said image as a raw
block device to the payload.

Let's do the same by creating new block devices with added offsets for
the respective el torito partitions.

Signed-off-by: Alexander Graf <agraf@suse.de>

show more ...

1...<<21222324252627282930>>...46