History log of /rk3399_rockchip-uboot/common/ (Results 2551 – 2575 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a2e0a45d07-Nov-2013 Alexey Brodkin <Alexey.Brodkin@synopsys.com>

cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM

Data "offset" is not used directly in case of I2C EEPROM. Istead it is
split into "block number" and "offset within mentioned block". W

cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM

Data "offset" is not used directly in case of I2C EEPROM. Istead it is
split into "block number" and "offset within mentioned block". Which are
"addr[0]" and "addr[1]" respectively.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>

Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
cc: Peter Tyser <ptyser@xes-inc.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Mischa Jonker <mjonker@synopsys.com>

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/clock.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/i2c.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/dss.h
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/compulab/common/Makefile
/rk3399_rockchip-uboot/board/compulab/common/eeprom.h
/rk3399_rockchip-uboot/board/compulab/common/omap3_display.c
/rk3399_rockchip-uboot/board/kmc/kzm9g/kzm9g.c
/rk3399_rockchip-uboot/board/logicpd/am3517evm/am3517evm.c
/rk3399_rockchip-uboot/board/overo/overo.c
/rk3399_rockchip-uboot/board/phytec/pcm051/board.c
/rk3399_rockchip-uboot/board/renesas/ecovec/ecovec.c
/rk3399_rockchip-uboot/board/siemens/common/board.c
/rk3399_rockchip-uboot/board/ti/am335x/board.c
/rk3399_rockchip-uboot/board/ti/am3517crane/am3517crane.c
/rk3399_rockchip-uboot/board/ti/evm/evm.c
cmd_eeprom.c
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/mxs_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/sh_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/zynq_i2c.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.h
/rk3399_rockchip-uboot/drivers/spi/spi.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/bcm2835.c
/rk3399_rockchip-uboot/drivers/video/scf0403_lcd.c
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am3517_evm.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/dig297.h
/rk3399_rockchip-uboot/include/configs/ecovec.h
/rk3399_rockchip-uboot/include/configs/kzm9g.h
/rk3399_rockchip-uboot/include/configs/mcx.h
/rk3399_rockchip-uboot/include/configs/nokia_rx51.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm_common.h
/rk3399_rockchip-uboot/include/configs/omap3_igep00x0.h
/rk3399_rockchip-uboot/include/configs/omap3_logic.h
/rk3399_rockchip-uboot/include/configs/omap3_mvblx.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/omap3_pandora.h
/rk3399_rockchip-uboot/include/configs/omap3_sdp3430.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom1.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom2.h
/rk3399_rockchip-uboot/include/configs/pcm051.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/tam3517-common.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/configs/zynq.h
/rk3399_rockchip-uboot/include/scf0403_lcd.h
/rk3399_rockchip-uboot/include/spi.h
cefa471709-Nov-2013 Anatolij Gustschin <agust@denx.de>

lcd: allow overriding lcd_get_size()

Remove the redundant lcd_line_length initialisation which
sneaked in when an earlier version of the patch of commit
6d330719 has been rebased.

Some lcd drivers

lcd: allow overriding lcd_get_size()

Remove the redundant lcd_line_length initialisation which
sneaked in when an earlier version of the patch of commit
6d330719 has been rebased.

Some lcd drivers need to setup lcd_line_length not from the
panel_info parameters but by different means. Make the
lcd_get_size() weak to allow setting lcd_line_length in
a driver specific way.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Stephen Warren <swarren@wwwdotorg.org>

show more ...


/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/lowlevel_init.S
/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/zynq/cpu.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_rstc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-bcm2835/mbox.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/crm_regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6dl_pins.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mxs/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/davinci_rtc.h
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/cache.S
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/cpu.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/start.S
/rk3399_rockchip-uboot/arch/mips/include/asm/malta.h
/rk3399_rockchip-uboot/arch/mips/include/asm/mipsregs.h
/rk3399_rockchip-uboot/arch/mips/lib/bootm.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/cpu_init.c
/rk3399_rockchip-uboot/board/Barix/ipam390/ipam390-ais-uart.cfg
/rk3399_rockchip-uboot/board/Barix/ipam390/ipam390.c
/rk3399_rockchip-uboot/board/atmel/at91sam9n12ek/at91sam9n12ek.c
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/6x_upgrade.txt
/rk3399_rockchip-uboot/board/compulab/cm_t35/Makefile
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/compulab/common/Makefile
/rk3399_rockchip-uboot/board/compulab/common/eeprom.c
/rk3399_rockchip-uboot/board/compulab/common/eeprom.h
/rk3399_rockchip-uboot/board/compulab/common/omap3_display.c
/rk3399_rockchip-uboot/board/corscience/tricorder/Makefile
/rk3399_rockchip-uboot/board/corscience/tricorder/led.c
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder-eeprom.c
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder-eeprom.h
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder.c
/rk3399_rockchip-uboot/board/corscience/tricorder/tricorder.h
/rk3399_rockchip-uboot/board/enbw/enbw_cmc/enbw_cmc.c
/rk3399_rockchip-uboot/board/imgtec/malta/Makefile
/rk3399_rockchip-uboot/board/imgtec/malta/flash-malta-boot.tcl
/rk3399_rockchip-uboot/board/imgtec/malta/lowlevel_init.S
/rk3399_rockchip-uboot/board/imgtec/malta/malta.c
/rk3399_rockchip-uboot/board/imgtec/malta/superio.c
/rk3399_rockchip-uboot/board/imgtec/malta/superio.h
/rk3399_rockchip-uboot/board/ppcag/bg0900/Makefile
/rk3399_rockchip-uboot/board/ppcag/bg0900/bg0900.c
/rk3399_rockchip-uboot/board/ppcag/bg0900/spl_boot.c
/rk3399_rockchip-uboot/board/ti/am335x/board.c
/rk3399_rockchip-uboot/board/udoo/Makefile
/rk3399_rockchip-uboot/board/udoo/udoo.c
/rk3399_rockchip-uboot/board/wandboard/README
/rk3399_rockchip-uboot/boards.cfg
lcd.c
/rk3399_rockchip-uboot/doc/README.malta
/rk3399_rockchip-uboot/doc/README.mxs
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/drivers/bootcount/Makefile
/rk3399_rockchip-uboot/drivers/bootcount/bootcount_davinci.c
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.c
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/macb.h
/rk3399_rockchip-uboot/drivers/net/pcnet.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci_msc01.c
/rk3399_rockchip-uboot/drivers/rtc/davinci.c
/rk3399_rockchip-uboot/drivers/rtc/mc146818.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-at91.c
/rk3399_rockchip-uboot/drivers/watchdog/imx_watchdog.c
/rk3399_rockchip-uboot/include/configs/afeb9260.h
/rk3399_rockchip-uboot/include/configs/am335x_igep0033.h
/rk3399_rockchip-uboot/include/configs/at91rm9200ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9260ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9261ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9n12ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9x5ek.h
/rk3399_rockchip-uboot/include/configs/bg0900.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/cpu9260.h
/rk3399_rockchip-uboot/include/configs/cpuat91.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/eb_cpux9k2.h
/rk3399_rockchip-uboot/include/configs/ethernut5.h
/rk3399_rockchip-uboot/include/configs/ipam390.h
/rk3399_rockchip-uboot/include/configs/malta.h
/rk3399_rockchip-uboot/include/configs/meesc.h
/rk3399_rockchip-uboot/include/configs/omap3_igep00x0.h
/rk3399_rockchip-uboot/include/configs/omap4_common.h
/rk3399_rockchip-uboot/include/configs/omap4_panda.h
/rk3399_rockchip-uboot/include/configs/omap4_sdp4430.h
/rk3399_rockchip-uboot/include/configs/omap5_common.h
/rk3399_rockchip-uboot/include/configs/otc570.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/pm9263.h
/rk3399_rockchip-uboot/include/configs/pm9g45.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/snapper9260.h
/rk3399_rockchip-uboot/include/configs/stamp9g20.h
/rk3399_rockchip-uboot/include/configs/ti_am335x_common.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/top9000.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/configs/udoo.h
/rk3399_rockchip-uboot/include/configs/vl_ma2sc.h
/rk3399_rockchip-uboot/include/msc01.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/pci_ids.h
/rk3399_rockchip-uboot/include/pci_msc01.h
/rk3399_rockchip-uboot/lib/time.c
15c5cdf508-Nov-2013 Tom Rini <trini@ti.com>

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

9a83233108-Oct-2013 Pierre Aubert <p.aubert@staubli.com>

env: fix the env export varname

The env export command doesn't export the first variable of the list
since commit 5a31ea04c9ee5544fbb70ad7597ea4b294840eab
"env grep" - reimplement command using hexp

env: fix the env export varname

The env export command doesn't export the first variable of the list
since commit 5a31ea04c9ee5544fbb70ad7597ea4b294840eab
"env grep" - reimplement command using hexport_r()

Signed-off-by: Pierre Aubert <p.aubert@staubli.com>

show more ...

00ddacc110-Sep-2013 Mark Langsdorf <mark.langsdorf@calxeda.com>

autoboot: add an option to override keyed autoboot

As originally implemented, setting the AUTOBOOT_KEYED config option will
prevent users from breaking into the autoboot script with ctrl-c. Restore

autoboot: add an option to override keyed autoboot

As originally implemented, setting the AUTOBOOT_KEYED config option will
prevent users from breaking into the autoboot script with ctrl-c. Restore
that option with a new config symbol.

Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>

show more ...

01adbce209-Oct-2013 Luka Perkov <luka@openwrt.org>

cmd_zfs: normalize 'file not found' errors

Signed-off-by: Luka Perkov <luka@openwrt.org>

2e18cb2609-Oct-2013 Luka Perkov <luka@openwrt.org>

cmd_reiser: normalize 'file not found' errors

Signed-off-by: Luka Perkov <luka@openwrt.org>

7cdebc3209-Oct-2013 Tim Harvey <tharvey@gateworks.com>

cmd_ubifs: normalize 'file not found' errors

Signed-off-by: Tim Harvey <tharvey@gateworks.com>


/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s3c24x0/memory.h
/rk3399_rockchip-uboot/arch/arm/include/asm/atomic.h
/rk3399_rockchip-uboot/arch/arm/include/asm/memory.h
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/ptrace.h
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/system.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/m68k/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/microblaze/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/mips/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/mips/include/asm/io.h
/rk3399_rockchip-uboot/arch/mips/include/asm/processor.h
/rk3399_rockchip-uboot/arch/mips/include/asm/system.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/atomic.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cache.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/io.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/mmu.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/processor.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ptrace.h
/rk3399_rockchip-uboot/arch/sparc/include/asm/cache.h
/rk3399_rockchip-uboot/arch/sparc/include/asm/page.h
/rk3399_rockchip-uboot/board/hymod/hymod.h
cmd_ubifs.c
/rk3399_rockchip-uboot/include/commproc.h
/rk3399_rockchip-uboot/include/config_fallbacks.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/linux/linkage.h
/rk3399_rockchip-uboot/include/linux/types.h
619f0fdf04-Oct-2013 Egbert Eich <eich@suse.com>

cmd/gpt: Support gpt command for all devices

The gpt command was only implemented for mmc devices. There is no reason
why this command should not be generalized and be applied all other
storage devi

cmd/gpt: Support gpt command for all devices

The gpt command was only implemented for mmc devices. There is no reason
why this command should not be generalized and be applied all other
storage device classes.
This change both simplifies the implementation and eliminates a
build failure for systems that don't support mmcs.

Signed-off-by: Egbert Eich <eich@suse.com>
Tested-by: Piotr Wilczek <p.wilczek@samsung.com>
[trini: Change coding style slightly]
Signed-off-by: Tom Rini <trini@ti.com>

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/lib/_divsi3.S
/rk3399_rockchip-uboot/arch/arm/lib/_modsi3.S
/rk3399_rockchip-uboot/arch/blackfin/include/asm/clock.h
/rk3399_rockchip-uboot/arch/blackfin/lib/__kgdb.S
/rk3399_rockchip-uboot/arch/mips/include/asm/inca-ip.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/8xx_immap.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cpm_8260.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cpm_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/m8260_pci.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-isram.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pci.h
/rk3399_rockchip-uboot/board/LEOX/elpt860/Makefile
/rk3399_rockchip-uboot/board/emk/top5200/Makefile
/rk3399_rockchip-uboot/board/esd/adciop/Makefile
/rk3399_rockchip-uboot/board/esd/dasa_sim/Makefile
/rk3399_rockchip-uboot/board/esd/mecp5200/Makefile
/rk3399_rockchip-uboot/board/esd/pf5200/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8260ads/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_cpci_ax2000/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_ep2s60/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_xc3s_1500/Makefile
/rk3399_rockchip-uboot/board/icecube/Makefile
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/Makefile
/rk3399_rockchip-uboot/board/jupiter/Makefile
/rk3399_rockchip-uboot/board/lubbock/Makefile
/rk3399_rockchip-uboot/board/mousse/Makefile
/rk3399_rockchip-uboot/board/mpl/pati/pci_eeprom.h
/rk3399_rockchip-uboot/board/pm520/Makefile
/rk3399_rockchip-uboot/board/pxa255_idp/Makefile
/rk3399_rockchip-uboot/board/zipitz2/Makefile
cmd_gpt.c
/rk3399_rockchip-uboot/doc/driver-model/UDM-block.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-gpio.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-hwmon.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-keyboard.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-mmc.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-net.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-pci.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-pcmcia.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-power.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-rtc.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-serial.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-spi.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-stdio.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-twserial.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-video.txt
/rk3399_rockchip-uboot/doc/driver-model/UDM-watchdog.txt
/rk3399_rockchip-uboot/drivers/hwmon/ds1722.c
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmdAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmdAccCtrl.h
/rk3399_rockchip-uboot/examples/standalone/82559_eeprom.c
/rk3399_rockchip-uboot/include/at45.h
/rk3399_rockchip-uboot/include/video_font_4x6.h
351e9b2023-Oct-2013 Przemyslaw Marczak <p.marczak@samsung.com>

usb: ums: add ums exit feature by ctrl+c or by detach usb cable

This patch allows exiting from UMS mode to u-boot prompt
by detaching usb cable or by pressing ctrl+c.

Add new config: CONFIG_USB_CAB

usb: ums: add ums exit feature by ctrl+c or by detach usb cable

This patch allows exiting from UMS mode to u-boot prompt
by detaching usb cable or by pressing ctrl+c.

Add new config: CONFIG_USB_CABLE_CHECK. If defined then board
file should provide function: usb_cable_connected() (include/usb.h)
that return 1 if cable is connected and 0 otherwise.

Changes v2:
- add a note to the README

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Marek Vasut <marex@denx.de>

show more ...

f4dacf7b23-Oct-2013 Przemyslaw Marczak <p.marczak@samsung.com>

usb: ums: allows using every mmc device with ums.

Before this change ums command only allowed use of mmc 0.
Now this argument can be set.

Changes:
- remove mmc device number checking because it is

usb: ums: allows using every mmc device with ums.

Before this change ums command only allowed use of mmc 0.
Now this argument can be set.

Changes:
- remove mmc device number checking because it is always positive number
- remove printing "no such device" - it is done by find_mmc_device()

Change-Id: I767e45151ad515c7bef19e6c13087374f5e23c11
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Marek Vasut <marex@denx.de>

show more ...

93c813b323-Oct-2013 Przemyslaw Marczak <p.marczak@samsung.com>

usb: ums: code refactoring to improve reusability on other boards.

This patch introduces some cleanups to ums code. Changes:

ums common:
- introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined

usb: ums: code refactoring to improve reusability on other boards.

This patch introduces some cleanups to ums code. Changes:

ums common:
- introduce UMS_START_SECTOR and UMS_NUM_SECTORS as defined in
usb_mass_storage.h both default values as 0 if board config
doesn't define them

common cleanup changes:
- change name of struct "ums_board_info" to "ums"
- "ums_device" fields are moved to struct ums and "dev_num" is removed
- change function name: board_ums_init to ums_init
- remove "extern" prefixes from usb_mass_storage.h

cmd_usb_mass_storage:
- change error() to printf() if need to print info message
- change return values to command_ret_t type at ums command code
- add command usage string

Changes v2:
ums common:
- always returns number of read/write sectors
- coding style clean-up
ums gadget:
- calculate amount of read/write from device returned value.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Marek Vasut <marek.vasut@gmail.com>

show more ...

5b62931904-Nov-2013 Miao Yan <miao.yan@windriver.com>

common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions

In commit "5c427e4: use BOOTM_STATE_OS_CMDLINE flag for plain bootm"
and "3d187b3: Only pass BOOTM_STATE_OS_CMDL

common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions

In commit "5c427e4: use BOOTM_STATE_OS_CMDLINE flag for plain bootm"
and "3d187b3: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPS",
BOOTM_STATE_OS_CMDLINE was added to do_bootm for PowerPC and MIPS. This
breaks other OSes (vxworks, netbsd, plan9,...) that don't support
subcommand processing, e.g. they all contain the following code in their
do_bootm_xxx():

if (flag & BOOTM_STATE_OS_PREP)
return 0;
if ((flag != 0) && (flag != BOOTM_STATE_OS_GO))
return 1;

which will result a "subcommand not supported" error.
This patch changes the above logic to:

/* if not go command, pretend everything to be OK */
if (flag != BOOTM_STATE_OS_GO)
return 0;

Signed-off-by: Miao Yan <miao.yan@windriver.com>

show more ...

88733e2c23-Oct-2013 Andrew Ruder <andrew.ruder@elecsyscorp.com>

cmd_nvedit.c: Add env exists command

env exists is a way to test (in hush) if an environment variable
exists. A workaround existed using printenv but this new command
doesn't require all the stdout

cmd_nvedit.c: Add env exists command

env exists is a way to test (in hush) if an environment variable
exists. A workaround existed using printenv but this new command
doesn't require all the stdout/stderr redirection to prevent
printing information to the screen.

Example:
$ set testexists 1
$ env exists testexists && echo "yes"
yes
$ env exists testexists || echo "no"
$ set testexists
$ env exists testexists && echo "yes"
$ env exists testexists || echo "no"
no
$

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>

show more ...

32d7cdd304-Oct-2013 Michal Simek <michal.simek@xilinx.com>

fpga: Add support for gzip images with bitstreams

Here is the set of command which has been performed
to proof this feature.

gzip < fpga.bin > fpga.bin.gz
mkimage -A arm -O u-boot -T firmware -C gz

fpga: Add support for gzip images with bitstreams

Here is the set of command which has been performed
to proof this feature.

gzip < fpga.bin > fpga.bin.gz
mkimage -A arm -O u-boot -T firmware -C gzip \
-a 20000000 -n "zc702_fpga_bin" -d fpga.bin.gz fpga.bin.gz.ub

tftp 100000 fpga.bin.gz.ub
fpga loadmk 0 100000

This flow should speedup loading bitstream data
from external memory and save image footprint in non volatile
memory.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>

show more ...

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

pxe: fix handling of absolute paths

pxelinux and syslinux differ in their handling of absolute paths in menu
files. A pxelinux path is aways prepended with the bootfile path while
syslinux allows fo

pxe: fix handling of absolute paths

pxelinux and syslinux differ in their handling of absolute paths in menu
files. A pxelinux path is aways prepended with the bootfile path while
syslinux allows for absolute paths. u-boot was always treating a leading
/ as an absolute path breaking some pxelinux setups. Fix this by adding
a flag to distinguish pxelinux vs. syslinux behavior.

Reported-by: Ian Campbell <Ian.Campbell@citrix.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/api/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/versatile/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/highbank/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/tegra-common/Makefile
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-lpc32xx/config.h
/rk3399_rockchip-uboot/arch/avr32/cpu/Makefile
/rk3399_rockchip-uboot/arch/avr32/cpu/at32ap700x/Makefile
/rk3399_rockchip-uboot/arch/avr32/lib/Makefile
/rk3399_rockchip-uboot/arch/blackfin/cpu/Makefile
/rk3399_rockchip-uboot/arch/blackfin/cpu/cpu.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/gpio.c
/rk3399_rockchip-uboot/arch/blackfin/include/asm/config.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/gpio.h
/rk3399_rockchip-uboot/arch/blackfin/lib/Makefile
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/Makefile
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/Makefile
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/Makefile
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/Makefile
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/Makefile
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/Makefile
/rk3399_rockchip-uboot/arch/m68k/lib/Makefile
/rk3399_rockchip-uboot/arch/microblaze/cpu/Makefile
/rk3399_rockchip-uboot/arch/microblaze/lib/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/au1x00/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/incaip/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/mips64/Makefile
/rk3399_rockchip-uboot/arch/mips/cpu/xburst/Makefile
/rk3399_rockchip-uboot/arch/mips/lib/Makefile
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/Makefile
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag101/Makefile
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag102/Makefile
/rk3399_rockchip-uboot/arch/nds32/lib/Makefile
/rk3399_rockchip-uboot/arch/nios2/cpu/Makefile
/rk3399_rockchip-uboot/arch/nios2/lib/Makefile
/rk3399_rockchip-uboot/arch/openrisc/cpu/Makefile
/rk3399_rockchip-uboot/arch/openrisc/lib/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/74xx_7xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/lib/Makefile
/rk3399_rockchip-uboot/arch/sandbox/cpu/Makefile
/rk3399_rockchip-uboot/arch/sandbox/lib/Makefile
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/Makefile
/rk3399_rockchip-uboot/arch/sh/cpu/sh3/Makefile
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/Makefile
/rk3399_rockchip-uboot/arch/sh/lib/Makefile
/rk3399_rockchip-uboot/arch/sh/lib/time.c
/rk3399_rockchip-uboot/arch/sparc/cpu/leon2/Makefile
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/Makefile
/rk3399_rockchip-uboot/arch/sparc/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/config.mk
/rk3399_rockchip-uboot/arch/x86/cpu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/board/8dtech/eco5pk/Makefile
/rk3399_rockchip-uboot/board/AndesTech/adp-ag101/Makefile
/rk3399_rockchip-uboot/board/AndesTech/adp-ag101p/Makefile
/rk3399_rockchip-uboot/board/AndesTech/adp-ag102/Makefile
/rk3399_rockchip-uboot/board/Barix/ipam390/Makefile
/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/Makefile
/rk3399_rockchip-uboot/board/BuS/eb_cpux9k2/Makefile
/rk3399_rockchip-uboot/board/BuS/vl_ma2sc/Makefile
/rk3399_rockchip-uboot/board/CarMediaLab/flea3/Makefile
/rk3399_rockchip-uboot/board/LEOX/elpt860/Makefile
/rk3399_rockchip-uboot/board/LEOX/elpt860/u-boot.lds
/rk3399_rockchip-uboot/board/LaCie/edminiv2/Makefile
/rk3399_rockchip-uboot/board/LaCie/net2big_v2/Makefile
/rk3399_rockchip-uboot/board/LaCie/netspace_v2/Makefile
/rk3399_rockchip-uboot/board/LaCie/wireless_space/Makefile
/rk3399_rockchip-uboot/board/Marvell/aspenite/Makefile
/rk3399_rockchip-uboot/board/Marvell/db64360/Makefile
/rk3399_rockchip-uboot/board/Marvell/db64460/Makefile
/rk3399_rockchip-uboot/board/Marvell/dkb/Makefile
/rk3399_rockchip-uboot/board/Marvell/dreamplug/Makefile
/rk3399_rockchip-uboot/board/Marvell/gplugd/Makefile
/rk3399_rockchip-uboot/board/Marvell/guruplug/Makefile
/rk3399_rockchip-uboot/board/Marvell/mv88f6281gtw_ge/Makefile
/rk3399_rockchip-uboot/board/Marvell/openrd/Makefile
/rk3399_rockchip-uboot/board/Marvell/rd6281a/Makefile
/rk3399_rockchip-uboot/board/Marvell/sheevaplug/Makefile
/rk3399_rockchip-uboot/board/RPXClassic/Makefile
/rk3399_rockchip-uboot/board/RPXlite/Makefile
/rk3399_rockchip-uboot/board/RPXlite_dw/Makefile
/rk3399_rockchip-uboot/board/RRvision/Makefile
/rk3399_rockchip-uboot/board/Seagate/dockstar/Makefile
/rk3399_rockchip-uboot/board/Seagate/goflexhome/Makefile
/rk3399_rockchip-uboot/board/a3000/Makefile
/rk3399_rockchip-uboot/board/a3m071/Makefile
/rk3399_rockchip-uboot/board/a4m072/Makefile
/rk3399_rockchip-uboot/board/actux1/Makefile
/rk3399_rockchip-uboot/board/actux2/Makefile
/rk3399_rockchip-uboot/board/actux3/Makefile
/rk3399_rockchip-uboot/board/actux4/Makefile
/rk3399_rockchip-uboot/board/adder/Makefile
/rk3399_rockchip-uboot/board/afeb9260/Makefile
/rk3399_rockchip-uboot/board/ait/cam_enc_4xx/Makefile
/rk3399_rockchip-uboot/board/alphaproject/ap_sh4a_4a/Makefile
/rk3399_rockchip-uboot/board/altera/nios2-generic/Makefile
/rk3399_rockchip-uboot/board/altera/socfpga/Makefile
/rk3399_rockchip-uboot/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/board/amcc/bluestone/Makefile
/rk3399_rockchip-uboot/board/amcc/bubinga/Makefile
/rk3399_rockchip-uboot/board/amcc/canyonlands/Makefile
/rk3399_rockchip-uboot/board/amcc/ebony/Makefile
/rk3399_rockchip-uboot/board/amcc/katmai/Makefile
/rk3399_rockchip-uboot/board/amcc/kilauea/Makefile
/rk3399_rockchip-uboot/board/amcc/luan/Makefile
/rk3399_rockchip-uboot/board/amcc/makalu/Makefile
/rk3399_rockchip-uboot/board/amcc/ocotea/Makefile
/rk3399_rockchip-uboot/board/amcc/redwood/Makefile
/rk3399_rockchip-uboot/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/board/amcc/taihu/Makefile
/rk3399_rockchip-uboot/board/amcc/taishan/Makefile
/rk3399_rockchip-uboot/board/amcc/walnut/Makefile
/rk3399_rockchip-uboot/board/amcc/yosemite/Makefile
/rk3399_rockchip-uboot/board/amcc/yucca/Makefile
/rk3399_rockchip-uboot/board/armadeus/apf27/Makefile
/rk3399_rockchip-uboot/board/armltd/integrator/Makefile
/rk3399_rockchip-uboot/board/armltd/versatile/Makefile
/rk3399_rockchip-uboot/board/armltd/vexpress/Makefile
/rk3399_rockchip-uboot/board/armltd/vexpress/vexpress_common.c
/rk3399_rockchip-uboot/board/astro/mcf5373l/Makefile
/rk3399_rockchip-uboot/board/atc/Makefile
/rk3399_rockchip-uboot/board/atmark-techno/armadillo-800eva/Makefile
/rk3399_rockchip-uboot/board/atmel/at91rm9200ek/Makefile
/rk3399_rockchip-uboot/board/atmel/at91sam9260ek/Makefile
/rk3399_rockchip-uboot/board/atmel/at91sam9261ek/Makefile
/rk3399_rockchip-uboot/board/atmel/at91sam9263ek/Makefile
/rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/Makefile
/rk3399_rockchip-uboot/board/atmel/at91sam9n12ek/Makefile
/rk3399_rockchip-uboot/board/atmel/at91sam9rlek/Makefile
/rk3399_rockchip-uboot/board/atmel/at91sam9x5ek/Makefile
/rk3399_rockchip-uboot/board/atmel/atngw100/Makefile
/rk3399_rockchip-uboot/board/atmel/atngw100mkii/Makefile
/rk3399_rockchip-uboot/board/atmel/atstk1000/Makefile
/rk3399_rockchip-uboot/board/atmel/sama5d3xek/Makefile
/rk3399_rockchip-uboot/board/avionic-design/medcom-wide/Makefile
/rk3399_rockchip-uboot/board/avionic-design/plutux/Makefile
/rk3399_rockchip-uboot/board/avionic-design/tec/Makefile
/rk3399_rockchip-uboot/board/avnet/fx12mm/Makefile
/rk3399_rockchip-uboot/board/avnet/v5fx30teval/Makefile
/rk3399_rockchip-uboot/board/balloon3/Makefile
/rk3399_rockchip-uboot/board/bc3450/Makefile
/rk3399_rockchip-uboot/board/bct-brettl2/Makefile
/rk3399_rockchip-uboot/board/bf506f-ezkit/Makefile
/rk3399_rockchip-uboot/board/bf518f-ezbrd/Makefile
/rk3399_rockchip-uboot/board/bf525-ucr2/Makefile
/rk3399_rockchip-uboot/board/bf526-ezbrd/Makefile
/rk3399_rockchip-uboot/board/bf527-ad7160-eval/Makefile
/rk3399_rockchip-uboot/board/bf527-ezkit/Makefile
/rk3399_rockchip-uboot/board/bf527-sdp/Makefile
/rk3399_rockchip-uboot/board/bf533-ezkit/Makefile
/rk3399_rockchip-uboot/board/bf533-stamp/Makefile
/rk3399_rockchip-uboot/board/bf537-minotaur/Makefile
/rk3399_rockchip-uboot/board/bf537-pnav/Makefile
/rk3399_rockchip-uboot/board/bf537-srv1/Makefile
/rk3399_rockchip-uboot/board/bf537-stamp/Makefile
/rk3399_rockchip-uboot/board/bf538f-ezkit/Makefile
/rk3399_rockchip-uboot/board/bf548-ezkit/Makefile
/rk3399_rockchip-uboot/board/bf561-acvilon/Makefile
/rk3399_rockchip-uboot/board/bf561-ezkit/Makefile
/rk3399_rockchip-uboot/board/bf609-ezkit/Makefile
/rk3399_rockchip-uboot/board/blackstamp/Makefile
/rk3399_rockchip-uboot/board/blackvme/Makefile
/rk3399_rockchip-uboot/board/bluegiga/apx4devkit/Makefile
/rk3399_rockchip-uboot/board/bluewater/snapper9260/Makefile
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/Makefile
/rk3399_rockchip-uboot/board/br4/Makefile
/rk3399_rockchip-uboot/board/buffalo/lsxl/Makefile
/rk3399_rockchip-uboot/board/calao/sbc35_a9g20/Makefile
/rk3399_rockchip-uboot/board/calao/tny_a9260/Makefile
/rk3399_rockchip-uboot/board/canmb/Makefile
/rk3399_rockchip-uboot/board/chromebook-x86/coreboot/Makefile
/rk3399_rockchip-uboot/board/cloudengines/pogo_e02/Makefile
/rk3399_rockchip-uboot/board/cm-bf527/Makefile
/rk3399_rockchip-uboot/board/cm-bf533/Makefile
/rk3399_rockchip-uboot/board/cm-bf537e/Makefile
/rk3399_rockchip-uboot/board/cm-bf537u/Makefile
/rk3399_rockchip-uboot/board/cm-bf548/Makefile
/rk3399_rockchip-uboot/board/cm-bf561/Makefile
/rk3399_rockchip-uboot/board/cm4008/Makefile
/rk3399_rockchip-uboot/board/cm41xx/Makefile
/rk3399_rockchip-uboot/board/cm5200/Makefile
/rk3399_rockchip-uboot/board/cmi/Makefile
/rk3399_rockchip-uboot/board/cobra5272/Makefile
/rk3399_rockchip-uboot/board/cogent/Makefile
/rk3399_rockchip-uboot/board/comelit/dig297/Makefile
/rk3399_rockchip-uboot/board/compal/paz00/Makefile
/rk3399_rockchip-uboot/board/compulab/cm_t35/Makefile
/rk3399_rockchip-uboot/board/compulab/trimslice/Makefile
/rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/Makefile
/rk3399_rockchip-uboot/board/corscience/tricorder/Makefile
/rk3399_rockchip-uboot/board/cpc45/Makefile
/rk3399_rockchip-uboot/board/cpu86/Makefile
/rk3399_rockchip-uboot/board/cpu87/Makefile
/rk3399_rockchip-uboot/board/cray/L1/Makefile
/rk3399_rockchip-uboot/board/creative/xfi3/Makefile
/rk3399_rockchip-uboot/board/csb272/Makefile
/rk3399_rockchip-uboot/board/csb472/Makefile
/rk3399_rockchip-uboot/board/cu824/Makefile
/rk3399_rockchip-uboot/board/d-link/dns325/Makefile
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/Makefile
/rk3399_rockchip-uboot/board/davedenx/aria/Makefile
/rk3399_rockchip-uboot/board/davedenx/qong/Makefile
/rk3399_rockchip-uboot/board/davinci/da8xxevm/Makefile
/rk3399_rockchip-uboot/board/davinci/dm355evm/Makefile
/rk3399_rockchip-uboot/board/davinci/dm355leopard/Makefile
/rk3399_rockchip-uboot/board/davinci/dm365evm/Makefile
/rk3399_rockchip-uboot/board/davinci/dm6467evm/Makefile
/rk3399_rockchip-uboot/board/davinci/dvevm/Makefile
/rk3399_rockchip-uboot/board/davinci/ea20/Makefile
/rk3399_rockchip-uboot/board/davinci/schmoogie/Makefile
/rk3399_rockchip-uboot/board/davinci/sffsdr/Makefile
/rk3399_rockchip-uboot/board/davinci/sonata/Makefile
/rk3399_rockchip-uboot/board/dbau1x00/Makefile
/rk3399_rockchip-uboot/board/denx/m28evk/Makefile
/rk3399_rockchip-uboot/board/denx/m53evk/Makefile
/rk3399_rockchip-uboot/board/dnp5370/Makefile
/rk3399_rockchip-uboot/board/dvlhost/Makefile
/rk3399_rockchip-uboot/board/eXalion/Makefile
/rk3399_rockchip-uboot/board/earthlcd/favr-32-ezkit/Makefile
/rk3399_rockchip-uboot/board/egnite/ethernut5/Makefile
/rk3399_rockchip-uboot/board/eltec/elppc/Makefile
/rk3399_rockchip-uboot/board/eltec/mhpc/Makefile
/rk3399_rockchip-uboot/board/emk/top5200/Makefile
/rk3399_rockchip-uboot/board/emk/top860/Makefile
/rk3399_rockchip-uboot/board/emk/top9000/Makefile
/rk3399_rockchip-uboot/board/enbw/enbw_cmc/Makefile
/rk3399_rockchip-uboot/board/ep8248/Makefile
/rk3399_rockchip-uboot/board/ep8260/Makefile
/rk3399_rockchip-uboot/board/ep82xxm/Makefile
/rk3399_rockchip-uboot/board/esd/adciop/Makefile
/rk3399_rockchip-uboot/board/esd/apc405/Makefile
/rk3399_rockchip-uboot/board/esd/ar405/Makefile
/rk3399_rockchip-uboot/board/esd/ash405/Makefile
/rk3399_rockchip-uboot/board/esd/cms700/Makefile
/rk3399_rockchip-uboot/board/esd/cpci2dp/Makefile
/rk3399_rockchip-uboot/board/esd/cpci405/Makefile
/rk3399_rockchip-uboot/board/esd/cpci5200/Makefile
/rk3399_rockchip-uboot/board/esd/cpci750/Makefile
/rk3399_rockchip-uboot/board/esd/cpciiser4/Makefile
/rk3399_rockchip-uboot/board/esd/dasa_sim/Makefile
/rk3399_rockchip-uboot/board/esd/dp405/Makefile
/rk3399_rockchip-uboot/board/esd/du405/Makefile
/rk3399_rockchip-uboot/board/esd/du440/Makefile
/rk3399_rockchip-uboot/board/esd/hh405/Makefile
/rk3399_rockchip-uboot/board/esd/hub405/Makefile
/rk3399_rockchip-uboot/board/esd/mecp5123/Makefile
/rk3399_rockchip-uboot/board/esd/mecp5200/Makefile
/rk3399_rockchip-uboot/board/esd/meesc/Makefile
/rk3399_rockchip-uboot/board/esd/ocrtc/Makefile
/rk3399_rockchip-uboot/board/esd/otc570/Makefile
/rk3399_rockchip-uboot/board/esd/pci405/Makefile
/rk3399_rockchip-uboot/board/esd/pf5200/Makefile
/rk3399_rockchip-uboot/board/esd/plu405/Makefile
/rk3399_rockchip-uboot/board/esd/pmc405/Makefile
/rk3399_rockchip-uboot/board/esd/pmc405de/Makefile
/rk3399_rockchip-uboot/board/esd/pmc440/Makefile
/rk3399_rockchip-uboot/board/esd/tasreg/Makefile
/rk3399_rockchip-uboot/board/esd/vme8349/Makefile
/rk3399_rockchip-uboot/board/esd/voh405/Makefile
/rk3399_rockchip-uboot/board/esd/vom405/Makefile
/rk3399_rockchip-uboot/board/esd/wuh405/Makefile
/rk3399_rockchip-uboot/board/esg/ima3-mx53/Makefile
/rk3399_rockchip-uboot/board/espt/Makefile
/rk3399_rockchip-uboot/board/esteem192e/Makefile
/rk3399_rockchip-uboot/board/etin/debris/Makefile
/rk3399_rockchip-uboot/board/etin/kvme080/Makefile
/rk3399_rockchip-uboot/board/eukrea/cpu9260/Makefile
/rk3399_rockchip-uboot/board/eukrea/cpuat91/Makefile
/rk3399_rockchip-uboot/board/evb64260/Makefile
/rk3399_rockchip-uboot/board/exmeritus/hww1u1a/Makefile
/rk3399_rockchip-uboot/board/fads/Makefile
/rk3399_rockchip-uboot/board/fads/fads.h
/rk3399_rockchip-uboot/board/faraday/a320evb/Makefile
/rk3399_rockchip-uboot/board/flagadm/Makefile
/rk3399_rockchip-uboot/board/freescale/b4860qds/Makefile
/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/common/Makefile
/rk3399_rockchip-uboot/board/freescale/common/p_corenet/Makefile
/rk3399_rockchip-uboot/board/freescale/corenet_ds/Makefile
/rk3399_rockchip-uboot/board/freescale/m5208evbe/Makefile
/rk3399_rockchip-uboot/board/freescale/m52277evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5235evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5249evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5253demo/Makefile
/rk3399_rockchip-uboot/board/freescale/m5253evbe/Makefile
/rk3399_rockchip-uboot/board/freescale/m5271evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5272c3/Makefile
/rk3399_rockchip-uboot/board/freescale/m5275evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m53017evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5329evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5373evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m54418twr/Makefile
/rk3399_rockchip-uboot/board/freescale/m54451evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m54455evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m547xevb/Makefile
/rk3399_rockchip-uboot/board/freescale/m548xevb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc7448hpc2/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8260ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8266ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8308rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8360erdk/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/Makefile
/rk3399_rockchip-uboot/board/freescale/mx23evk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx25pdk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx28evk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx31ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mx31pdk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx35pdk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx51evk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx53ard/Makefile
/rk3399_rockchip-uboot/board/freescale/mx53evk/Makefile
/rk3399_rockchip-uboot/board/freescale/mx53loco/Makefile
/rk3399_rockchip-uboot/board/freescale/mx53smd/Makefile
/rk3399_rockchip-uboot/board/freescale/mx6qarm2/Makefile
/rk3399_rockchip-uboot/board/freescale/mx6qsabreauto/Makefile
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/Makefile
/rk3399_rockchip-uboot/board/freescale/mx6slevk/Makefile
/rk3399_rockchip-uboot/board/freescale/p1010rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/p1022ds/Makefile
/rk3399_rockchip-uboot/board/freescale/p1023rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/p1023rds/Makefile
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/Makefile
/rk3399_rockchip-uboot/board/freescale/p1_twr/Makefile
/rk3399_rockchip-uboot/board/freescale/p2020come/Makefile
/rk3399_rockchip-uboot/board/freescale/p2020ds/Makefile
/rk3399_rockchip-uboot/board/freescale/p2041rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t1040qds/Makefile
/rk3399_rockchip-uboot/board/freescale/t4qds/Makefile
/rk3399_rockchip-uboot/board/freescale/titanium/Makefile
/rk3399_rockchip-uboot/board/freescale/vf610twr/Makefile
/rk3399_rockchip-uboot/board/friendlyarm/mini2440/Makefile
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/Makefile
/rk3399_rockchip-uboot/board/g2000/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_cpci_ax2000/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_ep2s60/Makefile
/rk3399_rockchip-uboot/board/gaisler/gr_xc3s_1500/Makefile
/rk3399_rockchip-uboot/board/gaisler/grsim/Makefile
/rk3399_rockchip-uboot/board/gaisler/grsim_leon2/Makefile
/rk3399_rockchip-uboot/board/galaxy5200/Makefile
/rk3399_rockchip-uboot/board/gdsys/405ep/Makefile
/rk3399_rockchip-uboot/board/gdsys/405ex/Makefile
/rk3399_rockchip-uboot/board/gdsys/common/Makefile
/rk3399_rockchip-uboot/board/gdsys/dlvision/Makefile
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/Makefile
/rk3399_rockchip-uboot/board/gdsys/intip/Makefile
/rk3399_rockchip-uboot/board/gdsys/p1022/Makefile
/rk3399_rockchip-uboot/board/gen860t/Makefile
/rk3399_rockchip-uboot/board/genesi/mx51_efikamx/Makefile
/rk3399_rockchip-uboot/board/genietv/Makefile
/rk3399_rockchip-uboot/board/gw8260/Makefile
/rk3399_rockchip-uboot/board/h2200/Makefile
/rk3399_rockchip-uboot/board/hale/tt01/Makefile
/rk3399_rockchip-uboot/board/hermes/Makefile
/rk3399_rockchip-uboot/board/hidden_dragon/Makefile
/rk3399_rockchip-uboot/board/highbank/Makefile
/rk3399_rockchip-uboot/board/htkw/mcx/Makefile
/rk3399_rockchip-uboot/board/hymod/Makefile
/rk3399_rockchip-uboot/board/ibf-dsp561/Makefile
/rk3399_rockchip-uboot/board/icecube/Makefile
/rk3399_rockchip-uboot/board/icpdas/lp8x4x/Makefile
/rk3399_rockchip-uboot/board/icu862/Makefile
/rk3399_rockchip-uboot/board/idmr/Makefile
/rk3399_rockchip-uboot/board/ids8247/Makefile
/rk3399_rockchip-uboot/board/ifm/ac14xx/Makefile
/rk3399_rockchip-uboot/board/ifm/o2dnt2/Makefile
/rk3399_rockchip-uboot/board/imx31_phycore/Makefile
/rk3399_rockchip-uboot/board/in-circuit/grasshopper/Makefile
/rk3399_rockchip-uboot/board/incaip/Makefile
/rk3399_rockchip-uboot/board/inka4x0/Makefile
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/Makefile
/rk3399_rockchip-uboot/board/iomega/iconnect/Makefile
/rk3399_rockchip-uboot/board/ip04/Makefile
/rk3399_rockchip-uboot/board/ip860/Makefile
/rk3399_rockchip-uboot/board/ipek01/Makefile
/rk3399_rockchip-uboot/board/iphase4539/Makefile
/rk3399_rockchip-uboot/board/isee/igep0033/Makefile
/rk3399_rockchip-uboot/board/isee/igep00x0/Makefile
/rk3399_rockchip-uboot/board/ispan/Makefile
/rk3399_rockchip-uboot/board/ivm/Makefile
/rk3399_rockchip-uboot/board/jornada/Makefile
/rk3399_rockchip-uboot/board/jse/Makefile
/rk3399_rockchip-uboot/board/jupiter/Makefile
/rk3399_rockchip-uboot/board/karo/tk71/Makefile
/rk3399_rockchip-uboot/board/karo/tx25/Makefile
/rk3399_rockchip-uboot/board/keymile/km82xx/Makefile
/rk3399_rockchip-uboot/board/keymile/km83xx/Makefile
/rk3399_rockchip-uboot/board/keymile/km_arm/Makefile
/rk3399_rockchip-uboot/board/keymile/kmp204x/Makefile
/rk3399_rockchip-uboot/board/kmc/kzm9g/Makefile
/rk3399_rockchip-uboot/board/korat/Makefile
/rk3399_rockchip-uboot/board/kup/kup4k/Makefile
/rk3399_rockchip-uboot/board/kup/kup4x/Makefile
/rk3399_rockchip-uboot/board/linkstation/Makefile
/rk3399_rockchip-uboot/board/logicpd/am3517evm/Makefile
/rk3399_rockchip-uboot/board/logicpd/imx27lite/Makefile
/rk3399_rockchip-uboot/board/logicpd/imx31_litekit/Makefile
/rk3399_rockchip-uboot/board/logicpd/omap3som/Makefile
/rk3399_rockchip-uboot/board/logicpd/zoom1/Makefile
/rk3399_rockchip-uboot/board/logicpd/zoom2/Makefile
/rk3399_rockchip-uboot/board/lubbock/Makefile
/rk3399_rockchip-uboot/board/lwmon/Makefile
/rk3399_rockchip-uboot/board/lwmon5/Makefile
/rk3399_rockchip-uboot/board/manroland/hmi1001/Makefile
/rk3399_rockchip-uboot/board/manroland/mucmc52/Makefile
/rk3399_rockchip-uboot/board/manroland/uc100/Makefile
/rk3399_rockchip-uboot/board/manroland/uc101/Makefile
/rk3399_rockchip-uboot/board/matrix_vision/common/Makefile
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/Makefile
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/Makefile
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/Makefile
/rk3399_rockchip-uboot/board/matrix_vision/mvblx/Makefile
/rk3399_rockchip-uboot/board/matrix_vision/mvsmr/Makefile
/rk3399_rockchip-uboot/board/mbx8xx/Makefile
/rk3399_rockchip-uboot/board/mcc200/Makefile
/rk3399_rockchip-uboot/board/micronas/vct/Makefile
/rk3399_rockchip-uboot/board/mimc/mimc200/Makefile
/rk3399_rockchip-uboot/board/miromico/hammerhead/Makefile
/rk3399_rockchip-uboot/board/mosaixtech/icon/Makefile
/rk3399_rockchip-uboot/board/motionpro/Makefile
/rk3399_rockchip-uboot/board/mousse/Makefile
/rk3399_rockchip-uboot/board/mpc8308_p1m/Makefile
/rk3399_rockchip-uboot/board/mpl/mip405/Makefile
/rk3399_rockchip-uboot/board/mpl/pati/Makefile
/rk3399_rockchip-uboot/board/mpl/pip405/Makefile
/rk3399_rockchip-uboot/board/mpl/vcma9/Makefile
/rk3399_rockchip-uboot/board/mpr2/Makefile
/rk3399_rockchip-uboot/board/ms7720se/Makefile
/rk3399_rockchip-uboot/board/ms7722se/Makefile
/rk3399_rockchip-uboot/board/ms7750se/Makefile
/rk3399_rockchip-uboot/board/muas3001/Makefile
/rk3399_rockchip-uboot/board/munices/Makefile
/rk3399_rockchip-uboot/board/musenki/Makefile
/rk3399_rockchip-uboot/board/mvblue/Makefile
/rk3399_rockchip-uboot/board/mx1ads/Makefile
/rk3399_rockchip-uboot/board/netphone/Makefile
/rk3399_rockchip-uboot/board/netta/Makefile
/rk3399_rockchip-uboot/board/netta2/Makefile
/rk3399_rockchip-uboot/board/netvia/Makefile
/rk3399_rockchip-uboot/board/nokia/rx51/Makefile
/rk3399_rockchip-uboot/board/nvidia/beaver/Makefile
/rk3399_rockchip-uboot/board/nvidia/cardhu/Makefile
/rk3399_rockchip-uboot/board/nvidia/common/Makefile
/rk3399_rockchip-uboot/board/nvidia/common/common.mk
/rk3399_rockchip-uboot/board/nvidia/dalmore/Makefile
/rk3399_rockchip-uboot/board/nvidia/harmony/Makefile
/rk3399_rockchip-uboot/board/nvidia/seaboard/Makefile
/rk3399_rockchip-uboot/board/nvidia/ventana/Makefile
/rk3399_rockchip-uboot/board/nvidia/whistler/Makefile
/rk3399_rockchip-uboot/board/nx823/Makefile
/rk3399_rockchip-uboot/board/olimex/mx23_olinuxino/Makefile
/rk3399_rockchip-uboot/board/omicron/calimain/Makefile
/rk3399_rockchip-uboot/board/openrisc/openrisc-generic/Makefile
/rk3399_rockchip-uboot/board/overo/Makefile
/rk3399_rockchip-uboot/board/palmld/Makefile
/rk3399_rockchip-uboot/board/palmtc/Makefile
/rk3399_rockchip-uboot/board/palmtreo680/Makefile
/rk3399_rockchip-uboot/board/pandora/Makefile
/rk3399_rockchip-uboot/board/pb1x00/Makefile
/rk3399_rockchip-uboot/board/pcs440ep/Makefile
/rk3399_rockchip-uboot/board/pdm360ng/Makefile
/rk3399_rockchip-uboot/board/phytec/pcm030/Makefile
/rk3399_rockchip-uboot/board/phytec/pcm051/Makefile
/rk3399_rockchip-uboot/board/pm520/Makefile
/rk3399_rockchip-uboot/board/pm826/Makefile
/rk3399_rockchip-uboot/board/pm828/Makefile
/rk3399_rockchip-uboot/board/pn62/Makefile
/rk3399_rockchip-uboot/board/ppmc7xx/Makefile
/rk3399_rockchip-uboot/board/ppmc8260/Makefile
/rk3399_rockchip-uboot/board/pr1/Makefile
/rk3399_rockchip-uboot/board/prodrive/alpr/Makefile
/rk3399_rockchip-uboot/board/prodrive/p3mx/Makefile
/rk3399_rockchip-uboot/board/prodrive/p3p440/Makefile
/rk3399_rockchip-uboot/board/prodrive/pdnb3/Makefile
/rk3399_rockchip-uboot/board/psyent/pci5441/Makefile
/rk3399_rockchip-uboot/board/psyent/pk1c20/Makefile
/rk3399_rockchip-uboot/board/pxa255_idp/Makefile
/rk3399_rockchip-uboot/board/qemu-malta/Makefile
/rk3399_rockchip-uboot/board/qemu-mips/Makefile
/rk3399_rockchip-uboot/board/quad100hd/Makefile
/rk3399_rockchip-uboot/board/quantum/Makefile
/rk3399_rockchip-uboot/board/r360mpi/Makefile
/rk3399_rockchip-uboot/board/raidsonic/ib62x0/Makefile
/rk3399_rockchip-uboot/board/raspberrypi/rpi_b/Makefile
/rk3399_rockchip-uboot/board/rattler/Makefile
/rk3399_rockchip-uboot/board/rbc823/Makefile
/rk3399_rockchip-uboot/board/renesas/MigoR/Makefile
/rk3399_rockchip-uboot/board/renesas/ap325rxa/Makefile
/rk3399_rockchip-uboot/board/renesas/ecovec/Makefile
/rk3399_rockchip-uboot/board/renesas/r0p7734/Makefile
/rk3399_rockchip-uboot/board/renesas/r2dplus/Makefile
/rk3399_rockchip-uboot/board/renesas/r7780mp/Makefile
/rk3399_rockchip-uboot/board/renesas/rsk7203/Makefile
/rk3399_rockchip-uboot/board/renesas/rsk7264/Makefile
/rk3399_rockchip-uboot/board/renesas/rsk7269/Makefile
/rk3399_rockchip-uboot/board/renesas/sh7752evb/Makefile
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/Makefile
/rk3399_rockchip-uboot/board/renesas/sh7763rdp/Makefile
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/Makefile
/rk3399_rockchip-uboot/board/ronetix/pm9261/Makefile
/rk3399_rockchip-uboot/board/ronetix/pm9263/Makefile
/rk3399_rockchip-uboot/board/ronetix/pm9g45/Makefile
/rk3399_rockchip-uboot/board/rpxsuper/Makefile
/rk3399_rockchip-uboot/board/rsdproto/Makefile
/rk3399_rockchip-uboot/board/sacsng/Makefile
/rk3399_rockchip-uboot/board/samsung/arndale/Makefile
/rk3399_rockchip-uboot/board/samsung/common/Makefile
/rk3399_rockchip-uboot/board/samsung/goni/Makefile
/rk3399_rockchip-uboot/board/samsung/origen/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk2410/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk5250/Makefile
/rk3399_rockchip-uboot/board/samsung/smdkc100/Makefile
/rk3399_rockchip-uboot/board/samsung/smdkv310/Makefile
/rk3399_rockchip-uboot/board/samsung/trats/Makefile
/rk3399_rockchip-uboot/board/samsung/trats2/Makefile
/rk3399_rockchip-uboot/board/samsung/universal_c210/Makefile
/rk3399_rockchip-uboot/board/sandbox/sandbox/Makefile
/rk3399_rockchip-uboot/board/sandburst/karef/Makefile
/rk3399_rockchip-uboot/board/sandburst/metrobox/Makefile
/rk3399_rockchip-uboot/board/sandisk/sansa_fuze_plus/Makefile
/rk3399_rockchip-uboot/board/sandpoint/Makefile
/rk3399_rockchip-uboot/board/sbc405/Makefile
/rk3399_rockchip-uboot/board/sbc8349/Makefile
/rk3399_rockchip-uboot/board/sbc8548/Makefile
/rk3399_rockchip-uboot/board/sbc8641d/Makefile
/rk3399_rockchip-uboot/board/sc3/Makefile
/rk3399_rockchip-uboot/board/scb9328/Makefile
/rk3399_rockchip-uboot/board/schulercontrol/sc_sps_1/Makefile
/rk3399_rockchip-uboot/board/sheldon/simpc8313/Makefile
/rk3399_rockchip-uboot/board/shmin/Makefile
/rk3399_rockchip-uboot/board/siemens/dxr2/Makefile
/rk3399_rockchip-uboot/board/siemens/pxm2/Makefile
/rk3399_rockchip-uboot/board/siemens/rut/Makefile
/rk3399_rockchip-uboot/board/sixnet/Makefile
/rk3399_rockchip-uboot/board/snmc/qs850/Makefile
/rk3399_rockchip-uboot/board/snmc/qs860t/Makefile
/rk3399_rockchip-uboot/board/socrates/Makefile
/rk3399_rockchip-uboot/board/spc1920/Makefile
/rk3399_rockchip-uboot/board/spd8xx/Makefile
/rk3399_rockchip-uboot/board/spear/common/Makefile
/rk3399_rockchip-uboot/board/spear/spear300/Makefile
/rk3399_rockchip-uboot/board/spear/spear310/Makefile
/rk3399_rockchip-uboot/board/spear/spear320/Makefile
/rk3399_rockchip-uboot/board/spear/spear600/Makefile
/rk3399_rockchip-uboot/board/spear/x600/Makefile
/rk3399_rockchip-uboot/board/st-ericsson/snowball/Makefile
/rk3399_rockchip-uboot/board/st-ericsson/u8500/Makefile
/rk3399_rockchip-uboot/board/st/nhk8815/Makefile
/rk3399_rockchip-uboot/board/stx/stxgp3/Makefile
/rk3399_rockchip-uboot/board/stx/stxssa/Makefile
/rk3399_rockchip-uboot/board/stx/stxxtc/Makefile
/rk3399_rockchip-uboot/board/svm_sc8xx/Makefile
/rk3399_rockchip-uboot/board/syteco/jadecpu/Makefile
/rk3399_rockchip-uboot/board/syteco/zmx25/Makefile
/rk3399_rockchip-uboot/board/t3corp/Makefile
/rk3399_rockchip-uboot/board/taskit/stamp9g20/Makefile
/rk3399_rockchip-uboot/board/tcm-bf518/Makefile
/rk3399_rockchip-uboot/board/tcm-bf537/Makefile
/rk3399_rockchip-uboot/board/technexion/twister/Makefile
/rk3399_rockchip-uboot/board/teejet/mt_ventoux/Makefile
/rk3399_rockchip-uboot/board/ti/am335x/Makefile
/rk3399_rockchip-uboot/board/ti/am3517crane/Makefile
/rk3399_rockchip-uboot/board/ti/am43xx/Makefile
/rk3399_rockchip-uboot/board/ti/beagle/Makefile
/rk3399_rockchip-uboot/board/ti/dra7xx/Makefile
/rk3399_rockchip-uboot/board/ti/evm/Makefile
/rk3399_rockchip-uboot/board/ti/omap5912osk/Makefile
/rk3399_rockchip-uboot/board/ti/omap5_uevm/Makefile
/rk3399_rockchip-uboot/board/ti/omap730p2/Makefile
/rk3399_rockchip-uboot/board/ti/panda/Makefile
/rk3399_rockchip-uboot/board/ti/sdp3430/Makefile
/rk3399_rockchip-uboot/board/ti/sdp4430/Makefile
/rk3399_rockchip-uboot/board/ti/ti814x/Makefile
/rk3399_rockchip-uboot/board/ti/ti816x/Makefile
/rk3399_rockchip-uboot/board/ti/tnetv107xevm/Makefile
/rk3399_rockchip-uboot/board/timll/devkit3250/Makefile
/rk3399_rockchip-uboot/board/timll/devkit8000/Makefile
/rk3399_rockchip-uboot/board/toradex/colibri_pxa270/Makefile
/rk3399_rockchip-uboot/board/toradex/colibri_t20_iris/Makefile
/rk3399_rockchip-uboot/board/total5200/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm5200/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm8260/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm8272/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm834x/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm8xx/Makefile
/rk3399_rockchip-uboot/board/tqc/tqm8xx/u-boot.lds
/rk3399_rockchip-uboot/board/trizepsiv/Makefile
/rk3399_rockchip-uboot/board/ttcontrol/vision2/Makefile
/rk3399_rockchip-uboot/board/utx8245/Makefile
/rk3399_rockchip-uboot/board/v37/Makefile
/rk3399_rockchip-uboot/board/v38b/Makefile
/rk3399_rockchip-uboot/board/ve8313/Makefile
/rk3399_rockchip-uboot/board/vpac270/Makefile
/rk3399_rockchip-uboot/board/w7o/Makefile
/rk3399_rockchip-uboot/board/wandboard/Makefile
/rk3399_rockchip-uboot/board/woodburn/Makefile
/rk3399_rockchip-uboot/board/xaeniax/Makefile
/rk3399_rockchip-uboot/board/xes/common/Makefile
/rk3399_rockchip-uboot/board/xes/xpedite1000/Makefile
/rk3399_rockchip-uboot/board/xes/xpedite517x/Makefile
/rk3399_rockchip-uboot/board/xes/xpedite520x/Makefile
/rk3399_rockchip-uboot/board/xes/xpedite537x/Makefile
/rk3399_rockchip-uboot/board/xes/xpedite550x/Makefile
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/Makefile
/rk3399_rockchip-uboot/board/xilinx/ml507/Makefile
/rk3399_rockchip-uboot/board/xilinx/ppc405-generic/Makefile
/rk3399_rockchip-uboot/board/xilinx/ppc440-generic/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynq/Makefile
/rk3399_rockchip-uboot/board/zeus/Makefile
/rk3399_rockchip-uboot/board/zipitz2/Makefile
/rk3399_rockchip-uboot/board/zpc1900/Makefile
cmd_pxe.c
/rk3399_rockchip-uboot/disk/Makefile
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/gpio/adi_gpio2.c
/rk3399_rockchip-uboot/dts/Makefile
/rk3399_rockchip-uboot/examples/api/Makefile
/rk3399_rockchip-uboot/fs/Makefile
/rk3399_rockchip-uboot/include/asm-generic/global_data.h
/rk3399_rockchip-uboot/include/config_fallbacks.h
/rk3399_rockchip-uboot/include/configs/A3000.h
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/AR405.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/B4860QDS.h
/rk3399_rockchip-uboot/include/configs/BC3450.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/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/CPC45.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI750.h
/rk3399_rockchip-uboot/include/configs/CPCIISER4.h
/rk3399_rockchip-uboot/include/configs/CPU86.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/CU824.h
/rk3399_rockchip-uboot/include/configs/DB64360.h
/rk3399_rockchip-uboot/include/configs/DB64460.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/ELPPC.h
/rk3399_rockchip-uboot/include/configs/ELPT860.h
/rk3399_rockchip-uboot/include/configs/EP88x.h
/rk3399_rockchip-uboot/include/configs/ESTEEM192E.h
/rk3399_rockchip-uboot/include/configs/EVB64260.h
/rk3399_rockchip-uboot/include/configs/EXBITGEN.h
/rk3399_rockchip-uboot/include/configs/FADS823.h
/rk3399_rockchip-uboot/include/configs/FADS850SAR.h
/rk3399_rockchip-uboot/include/configs/FLAGADM.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/GEN860T.h
/rk3399_rockchip-uboot/include/configs/GENIETV.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HIDDEN_DRAGON.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/HWW1U1A.h
/rk3399_rockchip-uboot/include/configs/ICU862.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/IP860.h
/rk3399_rockchip-uboot/include/configs/IPHASE4539.h
/rk3399_rockchip-uboot/include/configs/ISPAN.h
/rk3399_rockchip-uboot/include/configs/IVML24.h
/rk3399_rockchip-uboot/include/configs/IVMS8.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/JSE.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/KUP4K.h
/rk3399_rockchip-uboot/include/configs/KUP4X.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/M5271EVB.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/MBX.h
/rk3399_rockchip-uboot/include/configs/MBX860T.h
/rk3399_rockchip-uboot/include/configs/MERGERBOX.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MHPC.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/MOUSSE.h
/rk3399_rockchip-uboot/include/configs/MPC8260ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8266ADS.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/MPC8360EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8360ERDK.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/MUSENKI.h
/rk3399_rockchip-uboot/include/configs/MVBC_P.h
/rk3399_rockchip-uboot/include/configs/MVBLM7.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/MVS1.h
/rk3399_rockchip-uboot/include/configs/MVSMR.h
/rk3399_rockchip-uboot/include/configs/MigoR.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/NX823.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.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/P1023RDS.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/P2020COME.h
/rk3399_rockchip-uboot/include/configs/P2020DS.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/P3G4.h
/rk3399_rockchip-uboot/include/configs/PATI.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PCI5441.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PK1C20.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PMC405DE.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/PN62.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/QS823.h
/rk3399_rockchip-uboot/include/configs/QS850.h
/rk3399_rockchip-uboot/include/configs/QS860T.h
/rk3399_rockchip-uboot/include/configs/R360MPI.h
/rk3399_rockchip-uboot/include/configs/RBC823.h
/rk3399_rockchip-uboot/include/configs/RPXClassic.h
/rk3399_rockchip-uboot/include/configs/RPXlite.h
/rk3399_rockchip-uboot/include/configs/RPXlite_DW.h
/rk3399_rockchip-uboot/include/configs/RPXsuper.h
/rk3399_rockchip-uboot/include/configs/RRvision.h
/rk3399_rockchip-uboot/include/configs/Rattler.h
/rk3399_rockchip-uboot/include/configs/SIMPC8313.h
/rk3399_rockchip-uboot/include/configs/SM850.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8240.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8245.h
/rk3399_rockchip-uboot/include/configs/TASREG.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TK885D.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TOP860.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/TQM8260.h
/rk3399_rockchip-uboot/include/configs/TQM8272.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/Total5200.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/VOM405.h
/rk3399_rockchip-uboot/include/configs/VoVPN-GW.h
/rk3399_rockchip-uboot/include/configs/W7OLMC.h
/rk3399_rockchip-uboot/include/configs/W7OLMG.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/ZPC1900.h
/rk3399_rockchip-uboot/include/configs/ZUMA.h
/rk3399_rockchip-uboot/include/configs/a320evb.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/actux1.h
/rk3399_rockchip-uboot/include/configs/actux2.h
/rk3399_rockchip-uboot/include/configs/actux3.h
/rk3399_rockchip-uboot/include/configs/actux4.h
/rk3399_rockchip-uboot/include/configs/adp-ag101.h
/rk3399_rockchip-uboot/include/configs/adp-ag101p.h
/rk3399_rockchip-uboot/include/configs/adp-ag102.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/afeb9260.h
/rk3399_rockchip-uboot/include/configs/alpr.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/amcc-common.h
/rk3399_rockchip-uboot/include/configs/ap325rxa.h
/rk3399_rockchip-uboot/include/configs/ap_sh4a_4a.h
/rk3399_rockchip-uboot/include/configs/aria.h
/rk3399_rockchip-uboot/include/configs/armadillo-800eva.h
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/astro_mcf5373l.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/atc.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/atstk1003.h
/rk3399_rockchip-uboot/include/configs/atstk1004.h
/rk3399_rockchip-uboot/include/configs/atstk1006.h
/rk3399_rockchip-uboot/include/configs/balloon3.h
/rk3399_rockchip-uboot/include/configs/calimain.h
/rk3399_rockchip-uboot/include/configs/cam_enc_4xx.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cgtqmx6eval.h
/rk3399_rockchip-uboot/include/configs/cm4008.h
/rk3399_rockchip-uboot/include/configs/cm41xx.h
/rk3399_rockchip-uboot/include/configs/cm5200.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/cmi_mpc5xx.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8260.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8xx.h
/rk3399_rockchip-uboot/include/configs/colibri_pxa270.h
/rk3399_rockchip-uboot/include/configs/controlcenterd.h
/rk3399_rockchip-uboot/include/configs/coreboot.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/cpu9260.h
/rk3399_rockchip-uboot/include/configs/cpuat91.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/da830evm.h
/rk3399_rockchip-uboot/include/configs/da850evm.h
/rk3399_rockchip-uboot/include/configs/davinci_dm355evm.h
/rk3399_rockchip-uboot/include/configs/davinci_dm355leopard.h
/rk3399_rockchip-uboot/include/configs/davinci_dm365evm.h
/rk3399_rockchip-uboot/include/configs/davinci_dm6467evm.h
/rk3399_rockchip-uboot/include/configs/davinci_dvevm.h
/rk3399_rockchip-uboot/include/configs/davinci_schmoogie.h
/rk3399_rockchip-uboot/include/configs/davinci_sffsdr.h
/rk3399_rockchip-uboot/include/configs/davinci_sonata.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/debris.h
/rk3399_rockchip-uboot/include/configs/devkit3250.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/dig297.h
/rk3399_rockchip-uboot/include/configs/digsy_mtc.h
/rk3399_rockchip-uboot/include/configs/dns325.h
/rk3399_rockchip-uboot/include/configs/dvlhost.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/ea20.h
/rk3399_rockchip-uboot/include/configs/eb_cpu5282.h
/rk3399_rockchip-uboot/include/configs/eb_cpux9k2.h
/rk3399_rockchip-uboot/include/configs/ecovec.h
/rk3399_rockchip-uboot/include/configs/edminiv2.h
/rk3399_rockchip-uboot/include/configs/enbw_cmc.h
/rk3399_rockchip-uboot/include/configs/ep8248.h
/rk3399_rockchip-uboot/include/configs/ep8260.h
/rk3399_rockchip-uboot/include/configs/ep82xxm.h
/rk3399_rockchip-uboot/include/configs/espt.h
/rk3399_rockchip-uboot/include/configs/ethernut5.h
/rk3399_rockchip-uboot/include/configs/exynos5250-dt.h
/rk3399_rockchip-uboot/include/configs/favr-32-ezkit.h
/rk3399_rockchip-uboot/include/configs/flea3.h
/rk3399_rockchip-uboot/include/configs/galaxy5200.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/gw8260.h
/rk3399_rockchip-uboot/include/configs/h2200.h
/rk3399_rockchip-uboot/include/configs/hammerhead.h
/rk3399_rockchip-uboot/include/configs/hawkboard.h
/rk3399_rockchip-uboot/include/configs/hermes.h
/rk3399_rockchip-uboot/include/configs/highbank.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/igep0033.h
/rk3399_rockchip-uboot/include/configs/igep00x0.h
/rk3399_rockchip-uboot/include/configs/ima3-mx53.h
/rk3399_rockchip-uboot/include/configs/imx27lite-common.h
/rk3399_rockchip-uboot/include/configs/imx31_litekit.h
/rk3399_rockchip-uboot/include/configs/imx31_phycore.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/integrator-common.h
/rk3399_rockchip-uboot/include/configs/ipam390.h
/rk3399_rockchip-uboot/include/configs/ipek01.h
/rk3399_rockchip-uboot/include/configs/jadecpu.h
/rk3399_rockchip-uboot/include/configs/jornada.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/km/keymile-common.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/kvme080.h
/rk3399_rockchip-uboot/include/configs/kzm9g.h
/rk3399_rockchip-uboot/include/configs/linkstation.h
/rk3399_rockchip-uboot/include/configs/lp8x4x.h
/rk3399_rockchip-uboot/include/configs/lsxl.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/lwmon.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/m53evk.h
/rk3399_rockchip-uboot/include/configs/manroland/common.h
/rk3399_rockchip-uboot/include/configs/manroland/mpc5200-common.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mcx.h
/rk3399_rockchip-uboot/include/configs/mecp5123.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/meesc.h
/rk3399_rockchip-uboot/include/configs/microblaze-generic.h
/rk3399_rockchip-uboot/include/configs/mimc200.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mpc5121ads.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/mpc8308_p1m.h
/rk3399_rockchip-uboot/include/configs/mpq101.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/muas3001.h
/rk3399_rockchip-uboot/include/configs/munices.h
/rk3399_rockchip-uboot/include/configs/mv-common.h
/rk3399_rockchip-uboot/include/configs/mx1ads.h
/rk3399_rockchip-uboot/include/configs/mx25pdk.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/mx51_efikamx.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/mx6qarm2.h
/rk3399_rockchip-uboot/include/configs/mx6sabre_common.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/mxs.h
/rk3399_rockchip-uboot/include/configs/nhk8815.h
/rk3399_rockchip-uboot/include/configs/nios2-generic.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/configs/nokia_rx51.h
/rk3399_rockchip-uboot/include/configs/o2dnt-common.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm_common.h
/rk3399_rockchip-uboot/include/configs/omap3_logic.h
/rk3399_rockchip-uboot/include/configs/omap3_mvblx.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/omap3_pandora.h
/rk3399_rockchip-uboot/include/configs/omap3_sdp3430.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom1.h
/rk3399_rockchip-uboot/include/configs/omap4_common.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/openrisc-generic.h
/rk3399_rockchip-uboot/include/configs/origen.h
/rk3399_rockchip-uboot/include/configs/otc570.h
/rk3399_rockchip-uboot/include/configs/p1_p2_rdb_pc.h
/rk3399_rockchip-uboot/include/configs/p1_twr.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/palmld.h
/rk3399_rockchip-uboot/include/configs/palmtc.h
/rk3399_rockchip-uboot/include/configs/palmtreo680.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/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pdm360ng.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/pf5200.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/ppmc7xx.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/qemu-malta.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/qemu-mips64.h
/rk3399_rockchip-uboot/include/configs/qong.h
/rk3399_rockchip-uboot/include/configs/quad100hd.h
/rk3399_rockchip-uboot/include/configs/quantum.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/rpi_b.h
/rk3399_rockchip-uboot/include/configs/rsdproto.h
/rk3399_rockchip-uboot/include/configs/rsk7203.h
/rk3399_rockchip-uboot/include/configs/rsk7264.h
/rk3399_rockchip-uboot/include/configs/rsk7269.h
/rk3399_rockchip-uboot/include/configs/s5p_goni.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/sacsng.h
/rk3399_rockchip-uboot/include/configs/sama5d3xek.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/sbc405.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/sc3.h
/rk3399_rockchip-uboot/include/configs/sh7752evb.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/shmin.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.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/snowball.h
/rk3399_rockchip-uboot/include/configs/socfpga_cyclone5.h
/rk3399_rockchip-uboot/include/configs/socrates.h
/rk3399_rockchip-uboot/include/configs/spc1920.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stamp9g20.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/svm_sc8xx.h
/rk3399_rockchip-uboot/include/configs/t4qds.h
/rk3399_rockchip-uboot/include/configs/tam3517-common.h
/rk3399_rockchip-uboot/include/configs/tb0229.h
/rk3399_rockchip-uboot/include/configs/tegra-common.h
/rk3399_rockchip-uboot/include/configs/ti814x_evm.h
/rk3399_rockchip-uboot/include/configs/ti816x_evm.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/titanium.h
/rk3399_rockchip-uboot/include/configs/tnetv107x_evm.h
/rk3399_rockchip-uboot/include/configs/tny_a9260.h
/rk3399_rockchip-uboot/include/configs/top9000.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/configs/tricorder.h
/rk3399_rockchip-uboot/include/configs/trizepsiv.h
/rk3399_rockchip-uboot/include/configs/tt01.h
/rk3399_rockchip-uboot/include/configs/tx25.h
/rk3399_rockchip-uboot/include/configs/u8500_href.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
/rk3399_rockchip-uboot/include/configs/v37.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/versatile.h
/rk3399_rockchip-uboot/include/configs/vexpress_common.h
/rk3399_rockchip-uboot/include/configs/vf610twr.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/vision2.h
/rk3399_rockchip-uboot/include/configs/vl_ma2sc.h
/rk3399_rockchip-uboot/include/configs/vme8349.h
/rk3399_rockchip-uboot/include/configs/vpac270.h
/rk3399_rockchip-uboot/include/configs/wandboard.h
/rk3399_rockchip-uboot/include/configs/woodburn_common.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/configs/xaeniax.h
/rk3399_rockchip-uboot/include/configs/xilinx-ppc.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/zeus.h
/rk3399_rockchip-uboot/include/configs/zipitz2.h
/rk3399_rockchip-uboot/include/configs/zmx25.h
/rk3399_rockchip-uboot/include/configs/zynq.h
/rk3399_rockchip-uboot/lib/Makefile
/rk3399_rockchip-uboot/lib/libfdt/Makefile
/rk3399_rockchip-uboot/lib/lzma/Makefile
/rk3399_rockchip-uboot/lib/lzo/Makefile
/rk3399_rockchip-uboot/lib/rsa/Makefile
/rk3399_rockchip-uboot/lib/time.c
/rk3399_rockchip-uboot/lib/tizen/Makefile
/rk3399_rockchip-uboot/lib/zlib/Makefile
/rk3399_rockchip-uboot/net/Makefile
/rk3399_rockchip-uboot/post/Makefile
/rk3399_rockchip-uboot/post/board/lwmon/Makefile
/rk3399_rockchip-uboot/post/board/lwmon5/Makefile
/rk3399_rockchip-uboot/post/board/netta/Makefile
/rk3399_rockchip-uboot/post/board/pdm360ng/Makefile
/rk3399_rockchip-uboot/post/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/post/cpu/mpc8xx/Makefile
/rk3399_rockchip-uboot/post/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/post/drivers/Makefile
/rk3399_rockchip-uboot/post/lib_powerpc/Makefile
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/Makefile
/rk3399_rockchip-uboot/scripts/Makefile.build
/rk3399_rockchip-uboot/spl/Makefile
/rk3399_rockchip-uboot/test/Makefile
0ccf54c617-Oct-2013 Masahiro Yamada <yamada.m@jp.panasonic.com>

common: convert makefiles to Kbuild style

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


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/bcm2835/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/tnetv107x/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/tegra-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/tegra114/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/tegra20/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/tegra30/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/a320/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/at91/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/imx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ks8695/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/s3c24x0/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/armada100/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/kirkwood/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/lpc32xx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mb86r0x/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/nomadik/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/omap/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/pantheon/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/versatile/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/at91/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/highbank/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/rmobile/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5p-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/s5pc1xx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra114/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra20/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra30/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/u8500/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/tegra-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/tegra114-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/tegra20-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/tegra30-common/Makefile
/rk3399_rockchip-uboot/arch/arm/imx-common/Makefile
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/dwmmc.h
/rk3399_rockchip-uboot/arch/arm/lib/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/common_timing_params.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/main.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_ddr_dimm_params.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_serdes.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_512x.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_83xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/cache.c
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/cpu.c
/rk3399_rockchip-uboot/arch/sh/include/asm/cache.h
/rk3399_rockchip-uboot/arch/sh/lib/time.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/b4860qds.c
/rk3399_rockchip-uboot/board/freescale/c29xpcie/ddr.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/corenet_ds.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/p2041rdb.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/t1040qds.c
/rk3399_rockchip-uboot/board/freescale/t4qds/t4240qds.c
/rk3399_rockchip-uboot/board/keymile/common/common.c
/rk3399_rockchip-uboot/board/keymile/kmp204x/Makefile
/rk3399_rockchip-uboot/board/keymile/kmp204x/ddr.c
/rk3399_rockchip-uboot/board/keymile/kmp204x/eth.c
/rk3399_rockchip-uboot/board/keymile/kmp204x/kmp204x.c
/rk3399_rockchip-uboot/board/keymile/kmp204x/kmp204x.h
/rk3399_rockchip-uboot/board/keymile/kmp204x/law.c
/rk3399_rockchip-uboot/board/keymile/kmp204x/pbi.cfg
/rk3399_rockchip-uboot/board/keymile/kmp204x/pci.c
/rk3399_rockchip-uboot/board/keymile/kmp204x/rcw_kmp204x.cfg
/rk3399_rockchip-uboot/board/keymile/kmp204x/tlb.c
/rk3399_rockchip-uboot/board/ti/omap5_uevm/evm.c
/rk3399_rockchip-uboot/boards.cfg
Makefile
spl/Makefile
/rk3399_rockchip-uboot/drivers/bios_emulator/Makefile
/rk3399_rockchip-uboot/drivers/block/Makefile
/rk3399_rockchip-uboot/drivers/bootcount/Makefile
/rk3399_rockchip-uboot/drivers/crypto/Makefile
/rk3399_rockchip-uboot/drivers/dfu/Makefile
/rk3399_rockchip-uboot/drivers/dma/Makefile
/rk3399_rockchip-uboot/drivers/fpga/Makefile
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/hwmon/Makefile
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/input/Makefile
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/exynos_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_elbc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile
/rk3399_rockchip-uboot/drivers/mtd/ubi/Makefile
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/fm/Makefile
/rk3399_rockchip-uboot/drivers/net/fm/b4860.c
/rk3399_rockchip-uboot/drivers/net/fm/fm.h
/rk3399_rockchip-uboot/drivers/net/fm/init.c
/rk3399_rockchip-uboot/drivers/net/fm/p1023.c
/rk3399_rockchip-uboot/drivers/net/fm/p4080.c
/rk3399_rockchip-uboot/drivers/net/fm/p5020.c
/rk3399_rockchip-uboot/drivers/net/fm/p5040.c
/rk3399_rockchip-uboot/drivers/net/fm/t4240.c
/rk3399_rockchip-uboot/drivers/net/npe/Makefile
/rk3399_rockchip-uboot/drivers/net/phy/Makefile
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pcmcia/Makefile
/rk3399_rockchip-uboot/drivers/power/Makefile
/rk3399_rockchip-uboot/drivers/power/battery/Makefile
/rk3399_rockchip-uboot/drivers/power/fuel_gauge/Makefile
/rk3399_rockchip-uboot/drivers/power/mfd/Makefile
/rk3399_rockchip-uboot/drivers/power/pmic/Makefile
/rk3399_rockchip-uboot/drivers/qe/Makefile
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial_sh.c
/rk3399_rockchip-uboot/drivers/serial/serial_sh.h
/rk3399_rockchip-uboot/drivers/sound/Makefile
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/tpm/Makefile
/rk3399_rockchip-uboot/drivers/twserial/Makefile
/rk3399_rockchip-uboot/drivers/usb/eth/Makefile
/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile
/rk3399_rockchip-uboot/drivers/usb/host/Makefile
/rk3399_rockchip-uboot/drivers/usb/host/ehci-fsl.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mpc512x.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci-omap.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/Makefile
/rk3399_rockchip-uboot/drivers/usb/musb/Makefile
/rk3399_rockchip-uboot/drivers/usb/phy/Makefile
/rk3399_rockchip-uboot/drivers/usb/ulpi/Makefile
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/drivers/video/formike.c
/rk3399_rockchip-uboot/drivers/video/ipu_disp.c
/rk3399_rockchip-uboot/drivers/watchdog/Makefile
/rk3399_rockchip-uboot/fs/Makefile
/rk3399_rockchip-uboot/fs/cbfs/Makefile
/rk3399_rockchip-uboot/fs/cramfs/Makefile
/rk3399_rockchip-uboot/fs/ext4/Makefile
/rk3399_rockchip-uboot/fs/fat/Makefile
/rk3399_rockchip-uboot/fs/fdos/Makefile
/rk3399_rockchip-uboot/fs/jffs2/Makefile
/rk3399_rockchip-uboot/fs/reiserfs/Makefile
/rk3399_rockchip-uboot/fs/sandbox/Makefile
/rk3399_rockchip-uboot/fs/ubifs/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/Makefile
/rk3399_rockchip-uboot/fs/zfs/Makefile
/rk3399_rockchip-uboot/include/configs/C29XPCIE.h
/rk3399_rockchip-uboot/include/configs/MigoR.h
/rk3399_rockchip-uboot/include/configs/T4240QDS.h
/rk3399_rockchip-uboot/include/configs/ap325rxa.h
/rk3399_rockchip-uboot/include/configs/ap_sh4a_4a.h
/rk3399_rockchip-uboot/include/configs/armadillo-800eva.h
/rk3399_rockchip-uboot/include/configs/ecovec.h
/rk3399_rockchip-uboot/include/configs/espt.h
/rk3399_rockchip-uboot/include/configs/km/keymile-common.h
/rk3399_rockchip-uboot/include/configs/km/km-powerpc.h
/rk3399_rockchip-uboot/include/configs/km/km_arm.h
/rk3399_rockchip-uboot/include/configs/km/kmp204x-common.h
/rk3399_rockchip-uboot/include/configs/km82xx.h
/rk3399_rockchip-uboot/include/configs/kmp204x.h
/rk3399_rockchip-uboot/include/configs/kzm9g.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/r0p7734.h
/rk3399_rockchip-uboot/include/configs/r2dplus.h
/rk3399_rockchip-uboot/include/configs/r7780mp.h
/rk3399_rockchip-uboot/include/configs/rsk7203.h
/rk3399_rockchip-uboot/include/configs/rsk7264.h
/rk3399_rockchip-uboot/include/configs/rsk7269.h
/rk3399_rockchip-uboot/include/configs/sh7752evb.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/shmin.h
/rk3399_rockchip-uboot/include/dwmmc.h
/rk3399_rockchip-uboot/include/fm_eth.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/sh_tmu.h
/rk3399_rockchip-uboot/include/usb/ehci-fsl.h
/rk3399_rockchip-uboot/include/video_fb.h
/rk3399_rockchip-uboot/scripts/Makefile.build
/rk3399_rockchip-uboot/spl/Makefile
748bde6021-Oct-2013 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/power.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250.dtsi
/rk3399_rockchip-uboot/arch/arm/imx-common/Makefile
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/xhci-exynos.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/iomux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/usb.h
/rk3399_rockchip-uboot/arch/arm/include/asm/ehci-omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/usb_ohci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/common_timing_params.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ddr.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/interactive.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/lc_common_dimm_params.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/main.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ddr/options.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/usb_ohci.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_ddr_dimm_params.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_errata.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_pci.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_secure_boot.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_512x.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/usb_uhci.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/canyonlands.c
/rk3399_rockchip-uboot/board/balloon3/balloon3.c
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/nitrogen6x.c
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/esd/apc405/apc405.c
/rk3399_rockchip-uboot/board/esd/pmc440/pmc440.c
/rk3399_rockchip-uboot/board/exmeritus/hww1u1a/ddr.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/b4860qds_qixis.h
/rk3399_rockchip-uboot/board/freescale/b4860qds/b4_pbi.cfg
/rk3399_rockchip-uboot/board/freescale/b4860qds/b4_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/b4860qds/ddr.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/eth_b4860qds.c
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/ddr.c
/rk3399_rockchip-uboot/board/freescale/c29xpcie/ddr.c
/rk3399_rockchip-uboot/board/freescale/c29xpcie/law.c
/rk3399_rockchip-uboot/board/freescale/c29xpcie/tlb.c
/rk3399_rockchip-uboot/board/freescale/common/qixis.h
/rk3399_rockchip-uboot/board/freescale/common/sys_eeprom.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/eth_hydra.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/eth_p4080.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/eth_superhydra.c
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/ddr.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/law.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/p1010rdb.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/tlb.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/p1023rdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/Makefile
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/ddr.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/spl.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/spl_minimal.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/tlb.c
/rk3399_rockchip-uboot/board/freescale/p2020ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/Makefile
/rk3399_rockchip-uboot/board/freescale/t1040qds/README
/rk3399_rockchip-uboot/board/freescale/t1040qds/ddr.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/ddr.h
/rk3399_rockchip-uboot/board/freescale/t1040qds/law.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/pci.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/t1040qds.c
/rk3399_rockchip-uboot/board/freescale/t1040qds/t1040qds.h
/rk3399_rockchip-uboot/board/freescale/t1040qds/t1040qds_qixis.h
/rk3399_rockchip-uboot/board/freescale/t1040qds/tlb.c
/rk3399_rockchip-uboot/board/freescale/t4qds/ddr.c
/rk3399_rockchip-uboot/board/freescale/t4qds/ddr.h
/rk3399_rockchip-uboot/board/freescale/t4qds/t4_rcw.cfg
/rk3399_rockchip-uboot/board/htkw/mcx/mcx.c
/rk3399_rockchip-uboot/board/icpdas/lp8x4x/lp8x4x.c
/rk3399_rockchip-uboot/board/mpl/common/usb_uhci.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/samsung/common/Makefile
/rk3399_rockchip-uboot/board/samsung/common/thor.c
/rk3399_rockchip-uboot/board/samsung/dts/exynos5250-smdk5250.dts
/rk3399_rockchip-uboot/board/samsung/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/board/samsung/smdk5250/exynos5-dt.c
/rk3399_rockchip-uboot/board/samsung/trats/trats.c
/rk3399_rockchip-uboot/board/siemens/common/factoryset.c
/rk3399_rockchip-uboot/board/stx/stxgp3/ddr.c
/rk3399_rockchip-uboot/board/stx/stxssa/ddr.c
/rk3399_rockchip-uboot/board/technexion/twister/twister.c
/rk3399_rockchip-uboot/board/teejet/mt_ventoux/mt_ventoux.c
/rk3399_rockchip-uboot/board/ti/beagle/beagle.c
/rk3399_rockchip-uboot/board/ti/dra7xx/evm.c
/rk3399_rockchip-uboot/board/ti/dra7xx/mux_data.h
/rk3399_rockchip-uboot/board/ti/omap5_uevm/evm.c
/rk3399_rockchip-uboot/board/ti/panda/panda.c
/rk3399_rockchip-uboot/board/toradex/colibri_pxa270/colibri_pxa270.c
/rk3399_rockchip-uboot/board/trizepsiv/conxs.c
/rk3399_rockchip-uboot/board/vpac270/vpac270.c
/rk3399_rockchip-uboot/board/xes/xpedite550x/ddr.c
/rk3399_rockchip-uboot/boards.cfg
Makefile
cmd_dfu.c
cmd_thordown.c
cmd_usb_mass_storage.c
usb.c
/rk3399_rockchip-uboot/doc/README.pblimage
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/i2c_core.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/rcar_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/s3c24x0_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/s3c24x0_i2c.h
/rk3399_rockchip-uboot/drivers/i2c/sh_i2c.c
/rk3399_rockchip-uboot/drivers/net/fm/Makefile
/rk3399_rockchip-uboot/drivers/net/fm/fm.h
/rk3399_rockchip-uboot/drivers/net/fm/init.c
/rk3399_rockchip-uboot/drivers/net/fm/t1040.c
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/power/palmas.c
/rk3399_rockchip-uboot/drivers/serial/usbtty.h
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile
/rk3399_rockchip-uboot/drivers/usb/gadget/designware_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_thor.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_thor.h
/rk3399_rockchip-uboot/drivers/usb/gadget/g_dnl.c
/rk3399_rockchip-uboot/drivers/usb/gadget/mpc8xx_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/mv_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/mv_udc.h
/rk3399_rockchip-uboot/drivers/usb/gadget/omap1510_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/pxa27x_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
/rk3399_rockchip-uboot/drivers/usb/host/Makefile
/rk3399_rockchip-uboot/drivers/usb/host/ehci-armada100.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-atmel.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-exynos.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-faraday.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-fsl.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-ixp4xx.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-marvell.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mpc512x.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mx5.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mx6.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mxc.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-mxs.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-omap.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-pci.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-ppc4xx.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-spear.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-tegra.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-vct.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci.h
/rk3399_rockchip-uboot/drivers/usb/host/isp116x-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-s3c24xx.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci.h
/rk3399_rockchip-uboot/drivers/usb/host/r8a66597-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/sl811-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci-exynos5.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci-mem.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci-omap.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci-ring.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci.h
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_uboot.c
/rk3399_rockchip-uboot/drivers/usb/musb/musb_hcd.c
/rk3399_rockchip-uboot/drivers/usb/musb/musb_udc.c
/rk3399_rockchip-uboot/drivers/usb/phy/Makefile
/rk3399_rockchip-uboot/drivers/usb/phy/omap_usb_phy.c
/rk3399_rockchip-uboot/include/configs/B4860QDS.h
/rk3399_rockchip-uboot/include/configs/BSC9131RDB.h
/rk3399_rockchip-uboot/include/configs/C29XPCIE.h
/rk3399_rockchip-uboot/include/configs/P1010RDB.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T4240QDS.h
/rk3399_rockchip-uboot/include/configs/am43xx_evm.h
/rk3399_rockchip-uboot/include/configs/apf27.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/exynos5250-dt.h
/rk3399_rockchip-uboot/include/configs/flea3.h
/rk3399_rockchip-uboot/include/configs/imx31_phycore.h
/rk3399_rockchip-uboot/include/configs/m53evk.h
/rk3399_rockchip-uboot/include/configs/mx25pdk.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.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/mx6qsabreauto.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/configs/p1_p2_rdb_pc.h
/rk3399_rockchip-uboot/include/configs/titanium.h
/rk3399_rockchip-uboot/include/configs/trats.h
/rk3399_rockchip-uboot/include/configs/vf610twr.h
/rk3399_rockchip-uboot/include/configs/woodburn_common.h
/rk3399_rockchip-uboot/include/ddr_spd.h
/rk3399_rockchip-uboot/include/dfu.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/fm_eth.h
/rk3399_rockchip-uboot/include/g_dnl.h
/rk3399_rockchip-uboot/include/i2c.h
/rk3399_rockchip-uboot/include/linux/usb/dwc3.h
/rk3399_rockchip-uboot/include/linux/usb/xhci-omap.h
/rk3399_rockchip-uboot/include/palmas.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/thor.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb/designware_udc.h
/rk3399_rockchip-uboot/include/usb/mpc8xx_udc.h
/rk3399_rockchip-uboot/include/usb/mv_udc.h
/rk3399_rockchip-uboot/include/usb/omap1510_udc.h
/rk3399_rockchip-uboot/include/usb/pxa27x_udc.h
/rk3399_rockchip-uboot/include/usb/udc.h
/rk3399_rockchip-uboot/include/usb_defs.h
/rk3399_rockchip-uboot/include/usb_mass_storage.h
/rk3399_rockchip-uboot/lib/fdtdec.c
06d513ec10-Oct-2013 Troy Kisky <troy.kisky@boundarydevices.com>

usb: add enum usb_init_type parameter to usb_lowlevel_init

This parameter will later be used to verify OTG ports.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

bba6791410-Oct-2013 Troy Kisky <troy.kisky@boundarydevices.com>

usb: rename board_usb_init_type to usb_init_type

This will be used by usb_lowlevel_init so it will
no longer be used by only board specific functions.

Move definition of enum usb_init_type higher i

usb: rename board_usb_init_type to usb_init_type

This will be used by usb_lowlevel_init so it will
no longer be used by only board specific functions.

Move definition of enum usb_init_type higher in file
so that it will be available for usb_low_level_init.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

show more ...

3402b05308-Oct-2013 Lukasz Majewski <l.majewski@samsung.com>

cmd:thor: Support for TIZEN's download command (thordown)

New command - thordown - has been added to support downloading data
via lthor TIZEN program.
It is similar to dfu command syntax and reuses

cmd:thor: Support for TIZEN's download command (thordown)

New command - thordown - has been added to support downloading data
via lthor TIZEN program.
It is similar to dfu command syntax and reuses its code for flashing data.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>

show more ...

16297cfb04-Oct-2013 Mateusz Zalega <m.zalega@samsung.com>

usb: new board-specific USB init interface

This commit unifies board-specific USB initialization implementations
under one symbol (usb_board_init), declaration of which is available in
usb.h.

New A

usb: new board-specific USB init interface

This commit unifies board-specific USB initialization implementations
under one symbol (usb_board_init), declaration of which is available in
usb.h.

New API allows selective initialization of USB controllers whenever needed.

Signed-off-by: Mateusz Zalega <m.zalega@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Lukasz Majewski <l.majewski@samsung.com>

show more ...


/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/power.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/xhci-exynos.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/iomux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/xhci-omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/usb.h
/rk3399_rockchip-uboot/arch/arm/include/asm/ehci-omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/board/amcc/canyonlands/canyonlands.c
/rk3399_rockchip-uboot/board/balloon3/balloon3.c
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/nitrogen6x.c
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/esd/apc405/apc405.c
/rk3399_rockchip-uboot/board/esd/pmc440/pmc440.c
/rk3399_rockchip-uboot/board/htkw/mcx/mcx.c
/rk3399_rockchip-uboot/board/icpdas/lp8x4x/lp8x4x.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/samsung/dts/exynos5250-smdk5250.dts
/rk3399_rockchip-uboot/board/samsung/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/board/samsung/smdk5250/exynos5-dt.c
/rk3399_rockchip-uboot/board/samsung/trats/trats.c
/rk3399_rockchip-uboot/board/technexion/twister/twister.c
/rk3399_rockchip-uboot/board/teejet/mt_ventoux/mt_ventoux.c
/rk3399_rockchip-uboot/board/ti/beagle/beagle.c
/rk3399_rockchip-uboot/board/ti/omap5_uevm/evm.c
/rk3399_rockchip-uboot/board/ti/panda/panda.c
/rk3399_rockchip-uboot/board/toradex/colibri_pxa270/colibri_pxa270.c
/rk3399_rockchip-uboot/board/trizepsiv/conxs.c
/rk3399_rockchip-uboot/board/vpac270/vpac270.c
cmd_dfu.c
cmd_usb_mass_storage.c
usb.c
/rk3399_rockchip-uboot/drivers/dfu/dfu.c
/rk3399_rockchip-uboot/drivers/power/palmas.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
/rk3399_rockchip-uboot/drivers/usb/gadget/mv_udc.c
/rk3399_rockchip-uboot/drivers/usb/host/Makefile
/rk3399_rockchip-uboot/drivers/usb/host/ehci-exynos.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-omap.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-tegra.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci.h
/rk3399_rockchip-uboot/drivers/usb/host/xhci-exynos5.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci-omap.c
/rk3399_rockchip-uboot/include/configs/exynos5250-dt.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/g_dnl.h
/rk3399_rockchip-uboot/include/linux/usb/dwc3.h
/rk3399_rockchip-uboot/include/palmas.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb_mass_storage.h
/rk3399_rockchip-uboot/lib/fdtdec.c
5853e13314-Sep-2013 Vivek Gautam <gautam.vivek@samsung.com>

USB: xHCI: Add stack support for xHCI

This adds stack layer for eXtensible Host Controller Interface
which facilitates use of USB 3.0 in host mode.

Adapting xHCI host controller driver in linux-ker

USB: xHCI: Add stack support for xHCI

This adds stack layer for eXtensible Host Controller Interface
which facilitates use of USB 3.0 in host mode.

Adapting xHCI host controller driver in linux-kernel
by Sarah Sharp to needs in u-boot.

Initial porting from Linux kernel version 3.4, with following
top commit history of drivers/usb/host/xhci* :
cf84055 xHCI: Cleanup isoc transfer ring when TD length mismatch found

This adds the basic xHCI host controller driver with bare minimum
features:
- Control/Bulk transfer support has been added with required
infrastructure for necessary xHC data structures.
- Stream protocol hasn't been supported yet.
- No support for quirky devices has been added.

Signed-off-by: Vikas C Sajjan <vikas.sajjan@samsung.com>
Signed-off-by: Julius Werner <jwerner@chromium.org>
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Dan Murphy <dmurphy@ti.com>
Cc: Marek Vasut <marex@denx.de>

show more ...

815a76f221-Sep-2013 trem <tremyfr@yahoo.fr>

i2c: fix init on generic board

On generic board, the i2c init initialize only
one bus. But the new i2c subsystem allow to
manage severals i2c bus. So in the case, instead
of initializing a bus, we j

i2c: fix init on generic board

On generic board, the i2c init initialize only
one bus. But the new i2c subsystem allow to
manage severals i2c bus. So in the case, instead
of initializing a bus, we just set the current
i2c bus. The initialization will be done in
the i2c command.

Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>

show more ...

100ea07e16-Oct-2013 Michal Simek <michal.simek@xilinx.com>

common: fsl: Fix broken SPDX-License-Identifier change

This bug was introduced by:
"Add GPL-2.0+ SPDX-License-Identifier to source files"
(sha1: 1a4596601fd395f3afb8f82f3f840c5e00bdd57a)

Signed-off

common: fsl: Fix broken SPDX-License-Identifier change

This bug was introduced by:
"Add GPL-2.0+ SPDX-License-Identifier to source files"
(sha1: 1a4596601fd395f3afb8f82f3f840c5e00bdd57a)

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

show more ...

1...<<101102103104105106107108109110>>...211