History log of /rk3399_rockchip-uboot/doc/ (Results 801 – 825 of 1797)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
00606d7e23-Jul-2014 Simon Glass <sjg@chromium.org>

dm: Allow drivers to be marked 'before relocation'

Driver model currently only operates after relocation is complete. In this
state U-Boot typically has a small amount of memory available. In adding

dm: Allow drivers to be marked 'before relocation'

Driver model currently only operates after relocation is complete. In this
state U-Boot typically has a small amount of memory available. In adding
support for driver model prior to relocation we must try to use as little
memory as possible.

In addition, on some machines the memory has not be inited and/or the CPU
is not running at full speed or the data cache is off. These can reduce
execution performance, so the less initialisation that is done before
relocation the better.

An immediately-obvious improvement is to only initialise drivers which are
actually going to be used before relocation. On many boards the only such
driver is a serial UART, so this provides a very large potential benefit.

Allow drivers to mark themselves as 'pre-reloc' which means that they will
be initialised prior to relocation. This can be done either with a driver
flag or with a 'dm,pre-reloc' device tree property.

To support this, the various dm scanning function now take a 'pre_reloc_only'
parameter which indicates that only drivers marked pre-reloc should be
bound.

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

show more ...


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/.mailmap
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6dl_pins.h
/rk3399_rockchip-uboot/arch/blackfin/cpu/jtag-console.c
/rk3399_rockchip-uboot/arch/m68k/include/asm/posix_types.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/serial.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/video.c
/rk3399_rockchip-uboot/arch/sandbox/cpu/cpu.c
/rk3399_rockchip-uboot/arch/sandbox/cpu/start.c
/rk3399_rockchip-uboot/arch/sandbox/include/asm/config.h
/rk3399_rockchip-uboot/arch/sparc/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/x86/lib/video.c
/rk3399_rockchip-uboot/board/bf527-ezkit/video.c
/rk3399_rockchip-uboot/board/bf548-ezkit/video.c
/rk3399_rockchip-uboot/board/cm-bf548/video.c
/rk3399_rockchip-uboot/board/esd/common/cmd_loadpci.c
/rk3399_rockchip-uboot/board/freescale/m5253demo/flash.c
/rk3399_rockchip-uboot/board/mpl/common/kbd.c
/rk3399_rockchip-uboot/board/mpl/common/kbd.h
/rk3399_rockchip-uboot/board/mpl/pati/pati.c
/rk3399_rockchip-uboot/board/nokia/rx51/rx51.c
/rk3399_rockchip-uboot/board/raspberrypi/rpi_b/rpi_b.c
/rk3399_rockchip-uboot/board/ti/dra7xx/evm.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/autoboot.c
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/bootm_os.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_cache.c
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_ext2.c
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_fs.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_log.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_part.c
/rk3399_rockchip-uboot/common/cmd_pxe.c
/rk3399_rockchip-uboot/common/cmd_source.c
/rk3399_rockchip-uboot/common/cmd_ubi.c
/rk3399_rockchip-uboot/common/cmd_ubifs.c
/rk3399_rockchip-uboot/common/console.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/spl/spl_nand.c
/rk3399_rockchip-uboot/common/splash.c
/rk3399_rockchip-uboot/common/stdio.c
/rk3399_rockchip-uboot/common/usb_kbd.c
/rk3399_rockchip-uboot/disk/part.c
driver-model/README.txt
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/core/lists.c
/rk3399_rockchip-uboot/drivers/core/root.c
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/i2c/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/input/cros_ec_keyb.c
/rk3399_rockchip-uboot/drivers/input/i8042.c
/rk3399_rockchip-uboot/drivers/input/keyboard.c
/rk3399_rockchip-uboot/drivers/input/tegra-kbc.c
/rk3399_rockchip-uboot/drivers/misc/cbmem_console.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/omap_hsmmc.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/net/netconsole.c
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/serial_ns16550.c
/rk3399_rockchip-uboot/drivers/serial/usbtty.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci-omap.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci.h
/rk3399_rockchip-uboot/drivers/usb/phy/omap_usb_phy.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/fs/fs.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_verify.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffsfs.c
/rk3399_rockchip-uboot/include/altera.h
/rk3399_rockchip-uboot/include/asm-generic/global_data.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/compiler.h
/rk3399_rockchip-uboot/include/configs/ELPPC.h
/rk3399_rockchip-uboot/include/configs/MHPC.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/h2200.h
/rk3399_rockchip-uboot/include/configs/jadecpu.h
/rk3399_rockchip-uboot/include/configs/nokia_rx51.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/rpi_b.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/socfpga_cyclone5.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/dm/device-internal.h
/rk3399_rockchip-uboot/include/dm/device.h
/rk3399_rockchip-uboot/include/dm/lists.h
/rk3399_rockchip-uboot/include/dm/root.h
/rk3399_rockchip-uboot/include/env_callback.h
/rk3399_rockchip-uboot/include/i8042.h
/rk3399_rockchip-uboot/include/ide.h
/rk3399_rockchip-uboot/include/linux/compat.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/search.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/include/stdio_dev.h
/rk3399_rockchip-uboot/include/video.h
/rk3399_rockchip-uboot/lib/asm-offsets.c
/rk3399_rockchip-uboot/lib/div64.c
/rk3399_rockchip-uboot/lib/hashtable.c
/rk3399_rockchip-uboot/lib/lmb.c
/rk3399_rockchip-uboot/lib/sha1.c
/rk3399_rockchip-uboot/lib/time.c
/rk3399_rockchip-uboot/lib/vsprintf.c
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/scripts/mailmapper
/rk3399_rockchip-uboot/test/dm/core.c
/rk3399_rockchip-uboot/test/dm/test-driver.c
/rk3399_rockchip-uboot/test/dm/test-fdt.c
/rk3399_rockchip-uboot/test/dm/test-main.c
/rk3399_rockchip-uboot/test/dm/test.dts
bc9a78ac09-Jul-2014 Michal Simek <michal.simek@xilinx.com>

doc: Add zynq fragment to git-mailrc file

This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet

doc: Add zynq fragment to git-mailrc file

This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.

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

show more ...

80a7cac008-Jul-2014 Tom Rini <trini@ti.com>

Merge branch 'tom' of git://git.denx.de/u-boot-x86

2835d99303-Jul-2014 Ian Campbell <ijc@hellion.org.uk>

git-mailrc: Add sunxi custodians.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Hans de Goede <hdegoede@redhat.com>

98ad54be20-Jun-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

mpc8xx: remove spc1920 board support

This board is old enough and has no maintainer.

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

b8c1438a20-Jun-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

mpc8xx: remove v37 board support

This board is old enough and has no maintainer.

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

03f9d7d120-Jun-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

mpc8xx: remove fads board support

These boards are old enough and have no maintainers.

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

c51c1c9a20-Jun-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

mpc8xx: remove netta, netta2, netphone board support

These boards are old enough and have no maintainers.

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

c750b9c020-Jun-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

mpc8xx: remove rbc823 board support

This board is old enough and has no maintainer.

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

0657e46e20-Jun-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

mpc8xx: remove RPXlite_dw, quantum board support

These boards are old enough and have no maintainers.

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

dab0f76220-Jun-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

mpc8xx: remove qs850, qs860t board support

These boards are old enough and have no maintainers.

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

cfd6de9c27-Jun-2014 Tom Rini <trini@ti.com>

doc/README.falcon: Clarify steps slightly.

Make it clear that we need to load a legacy-formatted (aka uImage)
kernel into memory as well as the DT if used before using "spl export".

Cc: Yebio Mesfi

doc/README.falcon: Clarify steps slightly.

Make it clear that we need to load a legacy-formatted (aka uImage)
kernel into memory as well as the DT if used before using "spl export".

Cc: Yebio Mesfin <ymesfin@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/emif4.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/cache_v7.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/misc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/scan_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/cache_v8.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/README
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/cpu.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/speed.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/speed.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ep93xx/ep93xx.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/scan_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/tegra_i2c.h
/rk3399_rockchip-uboot/arch/arm/include/asm/armv8/mmu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/cache.h
/rk3399_rockchip-uboot/arch/arm/include/asm/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/io.h
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/system.h
/rk3399_rockchip-uboot/arch/arm/include/asm/system.h
/rk3399_rockchip-uboot/arch/arm/lib/cache-cp15.c
/rk3399_rockchip-uboot/arch/arm/lib/cache.c
/rk3399_rockchip-uboot/arch/sandbox/include/asm/sound.h
/rk3399_rockchip-uboot/board/altera/socfpga/iocsr_config.c
/rk3399_rockchip-uboot/board/altera/socfpga/iocsr_config.h
/rk3399_rockchip-uboot/board/altera/socfpga/socfpga_cyclone5.c
/rk3399_rockchip-uboot/board/cirrus/edb93xx/Makefile
/rk3399_rockchip-uboot/board/cirrus/edb93xx/edb93xx.c
/rk3399_rockchip-uboot/board/cirrus/edb93xx/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/ls2085a/Makefile
/rk3399_rockchip-uboot/board/freescale/ls2085a/README
/rk3399_rockchip-uboot/board/freescale/ls2085a/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls2085a/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2085a/ls2085a.c
/rk3399_rockchip-uboot/board/ti/dra7xx/mux_data.h
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/config.mk
README.falcon
/rk3399_rockchip-uboot/drivers/gpio/spear_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/tegra_i2c.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl_mc/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl_mc/mc.c
/rk3399_rockchip-uboot/drivers/sound/sandbox.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/ep93xx_spi.c
/rk3399_rockchip-uboot/drivers/usb/host/Makefile
/rk3399_rockchip-uboot/drivers/usb/host/ohci-ep93xx.c
/rk3399_rockchip-uboot/drivers/watchdog/Makefile
/rk3399_rockchip-uboot/drivers/watchdog/designware_wdt.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/calimain.h
/rk3399_rockchip-uboot/include/configs/edb93xx.h
/rk3399_rockchip-uboot/include/configs/h2200.h
/rk3399_rockchip-uboot/include/configs/integrator-common.h
/rk3399_rockchip-uboot/include/configs/ls2085a_common.h
/rk3399_rockchip-uboot/include/configs/ls2085a_emu.h
/rk3399_rockchip-uboot/include/configs/ls2085a_simu.h
/rk3399_rockchip-uboot/include/configs/rpi_b.h
/rk3399_rockchip-uboot/include/configs/socfpga_cyclone5.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/fsl_mc.h
/rk3399_rockchip-uboot/mkconfig
15a7737507-Jul-2014 Masahiro Yamada <yamada.m@jp.panasonic.com>

cosmetic: doc: update README.generic-board

Now MIPS supports 'generic board' feature.

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

cosmetic: doc: update README.generic-board

Now MIPS supports 'generic board' feature.

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

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/cache_v7.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/misc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/scan_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/cache_v8.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/README
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/cpu.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/speed.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/speed.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ep93xx/ep93xx.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/scan_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra/tegra_i2c.h
/rk3399_rockchip-uboot/arch/arm/include/asm/armv8/mmu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/cache.h
/rk3399_rockchip-uboot/arch/arm/include/asm/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/io.h
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/system.h
/rk3399_rockchip-uboot/arch/arm/include/asm/system.h
/rk3399_rockchip-uboot/arch/arm/lib/cache-cp15.c
/rk3399_rockchip-uboot/arch/arm/lib/cache.c
/rk3399_rockchip-uboot/board/altera/socfpga/iocsr_config.c
/rk3399_rockchip-uboot/board/altera/socfpga/iocsr_config.h
/rk3399_rockchip-uboot/board/altera/socfpga/socfpga_cyclone5.c
/rk3399_rockchip-uboot/board/cirrus/edb93xx/Makefile
/rk3399_rockchip-uboot/board/cirrus/edb93xx/edb93xx.c
/rk3399_rockchip-uboot/board/cirrus/edb93xx/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/ls2085a/Makefile
/rk3399_rockchip-uboot/board/freescale/ls2085a/README
/rk3399_rockchip-uboot/board/freescale/ls2085a/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls2085a/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2085a/ls2085a.c
/rk3399_rockchip-uboot/boards.cfg
README.generic-board
/rk3399_rockchip-uboot/drivers/gpio/spear_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/tegra_i2c.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl_mc/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl_mc/mc.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/ep93xx_spi.c
/rk3399_rockchip-uboot/drivers/usb/host/Makefile
/rk3399_rockchip-uboot/drivers/usb/host/ohci-ep93xx.c
/rk3399_rockchip-uboot/drivers/watchdog/Makefile
/rk3399_rockchip-uboot/drivers/watchdog/designware_wdt.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/calimain.h
/rk3399_rockchip-uboot/include/configs/edb93xx.h
/rk3399_rockchip-uboot/include/configs/h2200.h
/rk3399_rockchip-uboot/include/configs/integrator-common.h
/rk3399_rockchip-uboot/include/configs/ls2085a_common.h
/rk3399_rockchip-uboot/include/configs/ls2085a_emu.h
/rk3399_rockchip-uboot/include/configs/ls2085a_simu.h
/rk3399_rockchip-uboot/include/configs/rpi_b.h
/rk3399_rockchip-uboot/include/configs/socfpga_cyclone5.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/fsl_mc.h
/rk3399_rockchip-uboot/tools/patman/gitutil.py
261d276009-Jun-2014 Darwin Rambo <drambo@broadcom.com>

arm: Add support for semihosting for armv8 fastmodel targets.

The armv8 ARM Trusted Firmware (ATF) can be used to load various ATF
images and u-boot, and does this for virtual platforms by using
sem

arm: Add support for semihosting for armv8 fastmodel targets.

The armv8 ARM Trusted Firmware (ATF) can be used to load various ATF
images and u-boot, and does this for virtual platforms by using
semihosting. This commit extends this idea by allowing u-boot to also
use semihosting to load the kernel/ramdisk/dtb. This eliminates the need
for a bootwrapper and produces a more realistic boot sequence with
virtual models.

Though the semihosting code is quite generic, support for armv7 in
fastmodel is less useful due to the wide range of available silicon
and the lack of a free armv7 fastmodel, so this change contains an
untested armv7 placeholder for the service trap opcode.

Please refer to doc/README.semihosting for a more detailed description
of semihosting and how it is used with the armv8 virtual platforms.

Signed-off-by: Darwin Rambo <drambo@broadcom.com>
Cc: trini@ti.com
Cc: fenghua@phytium.com.cn
Cc: bhupesh.sharma@freescale.com

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/dm365_lowlevel.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/ddr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/dmc_common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/exynos5_setup.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/lowlevel_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/keystone/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/mem-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra20/display.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/exynos5420-peach-pit.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5420-smdk5420.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos54xx.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/dmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/hardware-k2hk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tnetv107x/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/semihosting.h
/rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/davinci_nand.h
/rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/ti-aemif.h
/rk3399_rockchip-uboot/arch/arm/lib/Makefile
/rk3399_rockchip-uboot/arch/arm/lib/semihosting.c
/rk3399_rockchip-uboot/board/Barix/ipam390/ipam390.c
/rk3399_rockchip-uboot/board/ait/cam_enc_4xx/cam_enc_4xx.c
/rk3399_rockchip-uboot/board/armltd/vexpress64/vexpress64.c
/rk3399_rockchip-uboot/board/davinci/da8xxevm/da830evm.c
/rk3399_rockchip-uboot/board/davinci/da8xxevm/da850evm.c
/rk3399_rockchip-uboot/board/davinci/dm355evm/dm355evm.c
/rk3399_rockchip-uboot/board/davinci/dm355leopard/dm355leopard.c
/rk3399_rockchip-uboot/board/davinci/dm365evm/dm365evm.c
/rk3399_rockchip-uboot/board/davinci/dm6467evm/dm6467evm.c
/rk3399_rockchip-uboot/board/davinci/ea20/ea20.c
/rk3399_rockchip-uboot/board/davinci/sonata/sonata.c
/rk3399_rockchip-uboot/board/enbw/enbw_cmc/enbw_cmc.c
/rk3399_rockchip-uboot/board/omicron/calimain/calimain.c
/rk3399_rockchip-uboot/board/overo/overo.c
/rk3399_rockchip-uboot/board/samsung/trats/trats.c
/rk3399_rockchip-uboot/board/samsung/trats2/trats2.c
/rk3399_rockchip-uboot/board/ti/am43xx/board.c
/rk3399_rockchip-uboot/board/ti/am43xx/board.h
/rk3399_rockchip-uboot/board/ti/am43xx/mux.c
/rk3399_rockchip-uboot/board/ti/k2hk_evm/board.c
/rk3399_rockchip-uboot/board/ti/tnetv107xevm/sdb_board.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_dfu.c
README.semihosting
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/memory/Makefile
/rk3399_rockchip-uboot/drivers/memory/ti-aemif.c
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.c
/rk3399_rockchip-uboot/drivers/power/pmic/pmic_max77686.c
/rk3399_rockchip-uboot/drivers/spi/davinci_spi.c
/rk3399_rockchip-uboot/drivers/spi/exynos_spi.c
/rk3399_rockchip-uboot/drivers/usb/eth/asix.c
/rk3399_rockchip-uboot/drivers/usb/eth/mcs7830.c
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/drivers/usb/gadget/atmel_usba_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ci_udc.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ci_udc.h
/rk3399_rockchip-uboot/drivers/usb/gadget/f_fastboot.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_mass_storage.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_thor.c
/rk3399_rockchip-uboot/drivers/usb/host/r8a66597-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/xhci.c
/rk3399_rockchip-uboot/include/configs/am43xx_evm.h
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/davinci_dm6467evm.h
/rk3399_rockchip-uboot/include/configs/exynos5-dt.h
/rk3399_rockchip-uboot/include/configs/exynos5250-dt.h
/rk3399_rockchip-uboot/include/configs/exynos5420.h
/rk3399_rockchip-uboot/include/configs/k2hk_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/peach-pit.h
/rk3399_rockchip-uboot/include/configs/s5p_goni.h
/rk3399_rockchip-uboot/include/configs/smdk5420.h
/rk3399_rockchip-uboot/include/configs/tegra-common-post.h
/rk3399_rockchip-uboot/include/configs/tegra-common-ums.h
/rk3399_rockchip-uboot/include/configs/ti_omap4_common.h
/rk3399_rockchip-uboot/include/configs/vexpress_aemv8a.h
d6694aff30-Jun-2014 Albert ARIBAUD <albert.u.boot@aribaud.net>

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


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/tegra-common/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/at91/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/ddr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/hab.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/transition.S
/rk3399_rockchip-uboot/arch/arm/imx-common/Makefile
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/imx-common/iomux-v3.c
/rk3399_rockchip-uboot/arch/arm/imx-common/sata.c
/rk3399_rockchip-uboot/arch/arm/imx-common/spl.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/hab.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/iomux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6-ddr.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-vf610/crm_regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-vf610/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-vf610/iomux-vf610.h
/rk3399_rockchip-uboot/arch/arm/include/asm/imx-common/iomux-v3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/spl.h
/rk3399_rockchip-uboot/arch/arm/lib/vectors.S
/rk3399_rockchip-uboot/arch/avr32/cpu/cache.c
/rk3399_rockchip-uboot/arch/avr32/include/asm/arch-at32ap700x/cacheflush.h
/rk3399_rockchip-uboot/arch/avr32/include/asm/dma-mapping.h
/rk3399_rockchip-uboot/arch/avr32/lib/board.c
/rk3399_rockchip-uboot/arch/sandbox/cpu/os.c
/rk3399_rockchip-uboot/arch/sandbox/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/system.h
/rk3399_rockchip-uboot/arch/x86/config.mk
/rk3399_rockchip-uboot/arch/x86/cpu/config.mk
/rk3399_rockchip-uboot/board/denx/m53evk/m53evk.c
/rk3399_rockchip-uboot/board/freescale/mx28evk/README
/rk3399_rockchip-uboot/board/freescale/mx6qsabreauto/mx6dl.cfg
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd.c
/rk3399_rockchip-uboot/board/freescale/vf610twr/vf610twr.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/Makefile
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/README
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/eeprom.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.cfg
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana_spl.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/ventana_eeprom.h
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_sandbox.c
/rk3399_rockchip-uboot/disk/part.c
README.mxs
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/mxs_nand_spl.c
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/serial/serial_mxc.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/fsl_qspi.c
/rk3399_rockchip-uboot/drivers/spi/fsl_qspi.h
/rk3399_rockchip-uboot/drivers/video/atmel_hlcdfb.c
/rk3399_rockchip-uboot/include/configs/bcm28155_ap.h
/rk3399_rockchip-uboot/include/configs/embestmx6boards.h
/rk3399_rockchip-uboot/include/configs/ethernut5.h
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/ids8313.h
/rk3399_rockchip-uboot/include/configs/imx6_spl.h
/rk3399_rockchip-uboot/include/configs/m53evk.h
/rk3399_rockchip-uboot/include/configs/mx28evk.h
/rk3399_rockchip-uboot/include/configs/mx6_common.h
/rk3399_rockchip-uboot/include/configs/mx6qsabreauto.h
/rk3399_rockchip-uboot/include/configs/mx6sabresd.h
/rk3399_rockchip-uboot/include/configs/vf610twr.h
/rk3399_rockchip-uboot/include/dm.h
/rk3399_rockchip-uboot/include/power/pfuze100_pmic.h
/rk3399_rockchip-uboot/lib/Makefile
/rk3399_rockchip-uboot/lib/fdtdec.c
/rk3399_rockchip-uboot/lib/fdtdec_common.c
/rk3399_rockchip-uboot/scripts/Makefile.build
/rk3399_rockchip-uboot/scripts/Makefile.host
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/scripts/basic/fixdep.c
/rk3399_rockchip-uboot/scripts/docproc.c
/rk3399_rockchip-uboot/test/command_ut.c
/rk3399_rockchip-uboot/test/dm/cmd_dm.c
/rk3399_rockchip-uboot/test/vboot/vboot_test.sh
/rk3399_rockchip-uboot/tools/Makefile
22ec136312-Jun-2014 Simon Glass <sjg@chromium.org>

dm: Expand and improve the device lifecycle docs

The lifecycle of a device is an important part of driver model. Add to the
existing documentation and clarify it.

Reported-by: Jon Loeliger <jdl@jdl

dm: Expand and improve the device lifecycle docs

The lifecycle of a device is an important part of driver model. Add to the
existing documentation and clarify it.

Reported-by: Jon Loeliger <jdl@jdl.com>

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

show more ...

ae7f451312-Jun-2014 Simon Glass <sjg@chromium.org>

dm: Rename struct device_id to udevice_id

It is best to avoid having any occurence of 'struct device' in driver
model, so rename to achieve this.

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


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/dts/include/dt-bindings
/rk3399_rockchip-uboot/arch/arm/include/asm/io.h
/rk3399_rockchip-uboot/arch/m68k/lib/board.c
/rk3399_rockchip-uboot/arch/microblaze/dts/include/dt-bindings
/rk3399_rockchip-uboot/arch/sandbox/dts/include/dt-bindings
/rk3399_rockchip-uboot/arch/sandbox/include/asm/io.h
/rk3399_rockchip-uboot/arch/x86/dts/include/dt-bindings
/rk3399_rockchip-uboot/board/altera/nios2-generic/Makefile
/rk3399_rockchip-uboot/board/gdsys/p1022/controlcenterd-id.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/psyent/common/AMDLV065D.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/autoboot.c
/rk3399_rockchip-uboot/common/cmd_iotrace.c
/rk3399_rockchip-uboot/common/cmd_md5sum.c
/rk3399_rockchip-uboot/common/cmd_sha1sum.c
/rk3399_rockchip-uboot/common/hash.c
/rk3399_rockchip-uboot/common/image-fit.c
/rk3399_rockchip-uboot/common/image-sig.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/iotrace.c
driver-model/README.txt
/rk3399_rockchip-uboot/drivers/core/lists.c
/rk3399_rockchip-uboot/drivers/crypto/ace_sha.c
/rk3399_rockchip-uboot/drivers/demo/demo-shape.c
/rk3399_rockchip-uboot/drivers/demo/demo-simple.c
/rk3399_rockchip-uboot/drivers/gpio/sandbox.c
/rk3399_rockchip-uboot/drivers/misc/cros_ec_sandbox.c
/rk3399_rockchip-uboot/drivers/mmc/rpmb.c
/rk3399_rockchip-uboot/drivers/power/pmic/pmic_tps65090.c
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/dm/device.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/iotrace.h
/rk3399_rockchip-uboot/include/u-boot/rsa-checksum.h
/rk3399_rockchip-uboot/include/u-boot/rsa.h
/rk3399_rockchip-uboot/include/u-boot/sha1.h
/rk3399_rockchip-uboot/include/u-boot/sha256.h
/rk3399_rockchip-uboot/lib/rsa/rsa-checksum.c
/rk3399_rockchip-uboot/lib/rsa/rsa-verify.c
/rk3399_rockchip-uboot/lib/sha1.c
/rk3399_rockchip-uboot/lib/sha256.c
/rk3399_rockchip-uboot/lib/tpm.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/scripts/Makefile.lib
/rk3399_rockchip-uboot/test/dm/test-fdt.c
/rk3399_rockchip-uboot/test/vboot/vboot_test.sh
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/dumpimage.h
/rk3399_rockchip-uboot/tools/imagetool.h
/rk3399_rockchip-uboot/tools/mkimage.h
/rk3399_rockchip-uboot/tools/ubsha1.c
c7320ed512-Jun-2014 Simon Glass <sjg@chromium.org>

Add documentation for verified boot on Beaglebone Black

As an example of an end-to-end process for using verified boot in U-Boot,
add a detailed description of the steps to be used for a Beaglebone

Add documentation for verified boot on Beaglebone Black

As an example of an end-to-end process for using verified boot in U-Boot,
add a detailed description of the steps to be used for a Beaglebone
Black.

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

show more ...

ce1400f612-Jun-2014 Simon Glass <sjg@chromium.org>

Enhance fit_check_sign to check all images

At present this tool only checks the configuration signing. Have it also
look at each of the images in the configuration and confirm that they
verify.

Sig

Enhance fit_check_sign to check all images

At present this tool only checks the configuration signing. Have it also
look at each of the images in the configuration and confirm that they
verify.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de> (v1)

show more ...

d18926af12-Jun-2014 Simon Glass <sjg@chromium.org>

fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB

This seems like a better name. This is a patch-up to the earlier commit
63b4b5b, and also removes a redundant Makefile change.

Signed-off-by

fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB

This seems like a better name. This is a patch-up to the earlier commit
63b4b5b, and also removes a redundant Makefile change.

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

show more ...


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/.gitignore
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/include/asm/atomic.h
/rk3399_rockchip-uboot/arch/arm/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/processor.h
/rk3399_rockchip-uboot/arch/arm/include/asm/processor.h
/rk3399_rockchip-uboot/arch/arm/include/asm/ptrace.h
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/cpu_init.c
/rk3399_rockchip-uboot/arch/m68k/include/asm/io.h
/rk3399_rockchip-uboot/arch/m68k/include/asm/posix_types.h
/rk3399_rockchip-uboot/arch/m68k/lib/bootm.c
/rk3399_rockchip-uboot/arch/microblaze/lib/bootm.c
/rk3399_rockchip-uboot/board/Marvell/include/pci.h
/rk3399_rockchip-uboot/board/astro/mcf5373l/fpga.c
/rk3399_rockchip-uboot/board/astro/mcf5373l/mcf5373l.c
/rk3399_rockchip-uboot/board/atmel/at91sam9261ek/at91sam9261ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9263ek/at91sam9263ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9rlek/at91sam9rlek.c
/rk3399_rockchip-uboot/board/freescale/m5253demo/flash.c
/rk3399_rockchip-uboot/board/gdsys/405ex/io64.c
/rk3399_rockchip-uboot/board/keymile/common/ivm.c
/rk3399_rockchip-uboot/board/ronetix/pm9261/pm9261.c
/rk3399_rockchip-uboot/board/ronetix/pm9263/pm9263.c
/rk3399_rockchip-uboot/board/ttcontrol/vision2/imximage_hynix.cfg
/rk3399_rockchip-uboot/common/cli_hush.c
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/hash.c
/rk3399_rockchip-uboot/common/image-fdt.c
/rk3399_rockchip-uboot/common/xyzModem.c
/rk3399_rockchip-uboot/disk/part.c
README.fdt-control
/rk3399_rockchip-uboot/drivers/fpga/altera.c
/rk3399_rockchip-uboot/drivers/fpga/xilinx.c
/rk3399_rockchip-uboot/drivers/i2c/kona_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/kona_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/dts/Makefile
/rk3399_rockchip-uboot/fs/ext4/ext4_common.c
/rk3399_rockchip-uboot/fs/ext4/ext4_write.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/iocon.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/hash.h
/rk3399_rockchip-uboot/include/tps6586x.h
/rk3399_rockchip-uboot/lib/libfdt/fdt_ro.c
/rk3399_rockchip-uboot/lib/lzma/LzmaTools.c
/rk3399_rockchip-uboot/lib/rsa/rsa-sign.c
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/tools/image-host.c
a81c90f410-Jun-2014 Fabio Estevam <fabio.estevam@freescale.com>

mx28evk: Add documentation on how to boot from SPI NOR

Explain the necessary steps in order to boot from SPI NOR.

Based on a earlier submission from Mårten Wikman.

Signed-off-by: Mårten Wikman <ma

mx28evk: Add documentation on how to boot from SPI NOR

Explain the necessary steps in order to boot from SPI NOR.

Based on a earlier submission from Mårten Wikman.

Signed-off-by: Mårten Wikman <marten.wikman@novia.fi>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/tegra-common/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/sys_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/ddr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/emif-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/mem-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/hw_data.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/hwinit.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/sdram.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun4i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/cpu_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/pinmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/start.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/ddrc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/slcr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/zynq/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/start.S
/rk3399_rockchip-uboot/arch/arm/dts/zynq-7000.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynq-microzed.dts
/rk3399_rockchip-uboot/arch/arm/dts/zynq-zc702.dts
/rk3399_rockchip-uboot/arch/arm/dts/zynq-zc706.dts
/rk3399_rockchip-uboot/arch/arm/dts/zynq-zc770-xm010.dts
/rk3399_rockchip-uboot/arch/arm/dts/zynq-zc770-xm012.dts
/rk3399_rockchip-uboot/arch/arm/dts/zynq-zc770-xm013.dts
/rk3399_rockchip-uboot/arch/arm/dts/zynq-zed.dts
/rk3399_rockchip-uboot/arch/arm/imx-common/Makefile
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/imx-common/iomux-v3.c
/rk3399_rockchip-uboot/arch/arm/imx-common/sata.c
/rk3399_rockchip-uboot/arch/arm/imx-common/spl.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/iomux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6-ddr.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/mem.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/mem.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/mem.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/omap.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/r8a7791.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rmobile/rcar-base.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/dram.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/timer.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-vf610/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynq/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynq/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/imx-common/iomux-v3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/arch/arm/include/asm/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/sys_proto.h
/rk3399_rockchip-uboot/board/compulab/cm_t54/Makefile
/rk3399_rockchip-uboot/board/compulab/cm_t54/cm_t54.c
/rk3399_rockchip-uboot/board/compulab/cm_t54/mux.c
/rk3399_rockchip-uboot/board/compulab/cm_t54/spl.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/denx/m53evk/m53evk.c
/rk3399_rockchip-uboot/board/freescale/mx28evk/README
/rk3399_rockchip-uboot/board/freescale/mx6qsabreauto/mx6dl.cfg
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd.c
/rk3399_rockchip-uboot/board/freescale/vf610twr/vf610twr.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/Makefile
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/README
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/eeprom.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.cfg
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana_spl.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/ventana_eeprom.h
/rk3399_rockchip-uboot/board/gumstix/duovero/Makefile
/rk3399_rockchip-uboot/board/gumstix/duovero/duovero.c
/rk3399_rockchip-uboot/board/gumstix/duovero/duovero_mux_data.h
/rk3399_rockchip-uboot/board/overo/overo.c
/rk3399_rockchip-uboot/board/overo/overo.h
/rk3399_rockchip-uboot/board/renesas/koelsch/qos.c
/rk3399_rockchip-uboot/board/sunxi/Makefile
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/sunxi/dram_cubietruck.c
/rk3399_rockchip-uboot/board/sunxi/gmac.c
/rk3399_rockchip-uboot/board/xilinx/zynq/.gitignore
/rk3399_rockchip-uboot/board/xilinx/zynq/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynq/board.c
/rk3399_rockchip-uboot/board/xilinx/zynq/xil_io.h
/rk3399_rockchip-uboot/boards.cfg
README.mxs
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/sunxi_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/mxs_nand_spl.c
/rk3399_rockchip-uboot/drivers/net/designware.c
/rk3399_rockchip-uboot/drivers/net/designware.h
/rk3399_rockchip-uboot/drivers/serial/serial_mxc.c
/rk3399_rockchip-uboot/drivers/usb/host/Makefile
/rk3399_rockchip-uboot/drivers/usb/host/ehci-zynq.c
/rk3399_rockchip-uboot/examples/standalone/Makefile
/rk3399_rockchip-uboot/include/configs/armadillo-800eva.h
/rk3399_rockchip-uboot/include/configs/cm_t54.h
/rk3399_rockchip-uboot/include/configs/duovero.h
/rk3399_rockchip-uboot/include/configs/embestmx6boards.h
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/highbank.h
/rk3399_rockchip-uboot/include/configs/imx6_spl.h
/rk3399_rockchip-uboot/include/configs/koelsch.h
/rk3399_rockchip-uboot/include/configs/lager.h
/rk3399_rockchip-uboot/include/configs/lsxl.h
/rk3399_rockchip-uboot/include/configs/m53evk.h
/rk3399_rockchip-uboot/include/configs/mx25pdk.h
/rk3399_rockchip-uboot/include/configs/mx28evk.h
/rk3399_rockchip-uboot/include/configs/mx6_common.h
/rk3399_rockchip-uboot/include/configs/mx6qsabreauto.h
/rk3399_rockchip-uboot/include/configs/mx6sabresd.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/siemens-am33x-common.h
/rk3399_rockchip-uboot/include/configs/sun7i.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/ti_omap4_common.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/configs/zynq_zc70x.h
/rk3399_rockchip-uboot/include/configs/zynq_zed.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/power/pfuze100_pmic.h
/rk3399_rockchip-uboot/spl/Makefile
/rk3399_rockchip-uboot/tools/.gitignore
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/mksunxiboot.c
34e4a2ec06-Jun-2014 Chris Packham <judge.packham@gmail.com>

docs: driver-model: Fix spelling

Signed-off-by: Chris Packham <judge.packham@gmail.com>

63b4b5ba03-Jun-2014 Simon Glass <sjg@chromium.org>

fdt: Add DEV_TREE_BIN option to specify a device tree binary file

In some cases, an externally-built device tree binary is required to be
attached to U-Boot. An example is when using image signing,

fdt: Add DEV_TREE_BIN option to specify a device tree binary file

In some cases, an externally-built device tree binary is required to be
attached to U-Boot. An example is when using image signing, since in that
case the .dtb file must include the public keys.

Add a DEV_TREE_BIN option to the Makefile, and update the documentation.

Usage is something like:

make DEV_TREE_BIN=boot/am335x-boneblack-pubkey.dtb

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

show more ...

55e8250b08-Jun-2014 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/clock_am43xx.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/am33xx/emif4.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/lowlevel_init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/pinmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/power.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/keystone/init.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/mem.c
/rk3399_rockchip-uboot/arch/arm/dts/exynos4.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos4412-trats2.dts
/rk3399_rockchip-uboot/arch/arm/dts/exynos5.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-jetson-tk1.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra124-venice2.dts
/rk3399_rockchip-uboot/arch/arm/dts/tegra30-beaver.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/clk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-exynos/power.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/hardware-k2hk.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-keystone/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/mem.h
/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/fsl_corenet2_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t1040_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t2080_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/t4240_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_law.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_liodn.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/board/BuR/tseries/board.c
/rk3399_rockchip-uboot/board/BuR/tseries/mux.c
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/freescale/b4860qds/b4860qds.c
/rk3399_rockchip-uboot/board/freescale/t208xqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/t208xqds/eth_t208xqds.c
/rk3399_rockchip-uboot/board/freescale/t208xqds/t2080_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t208xqds/t208xqds.c
/rk3399_rockchip-uboot/board/freescale/t208xrdb/t2080_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t4qds/eth.c
/rk3399_rockchip-uboot/board/freescale/t4qds/t4240qds.c
/rk3399_rockchip-uboot/board/freescale/t4qds/t4_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t4rdb/eth.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/t4_rcw.cfg
/rk3399_rockchip-uboot/board/samsung/common/board.c
/rk3399_rockchip-uboot/board/samsung/goni/goni.c
/rk3399_rockchip-uboot/board/samsung/smdk5250/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk5250/exynos5-dt.c
/rk3399_rockchip-uboot/board/samsung/smdk5420/smdk5420.c
/rk3399_rockchip-uboot/board/ti/am43xx/Makefile
/rk3399_rockchip-uboot/board/ti/am43xx/board.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/env_embedded.c
README.nand
device-tree-bindings/exynos/dwmmc.txt
device-tree-bindings/power/tps65090.txt
device-tree-bindings/regulator/tps65090.txt
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/interactive.c
/rk3399_rockchip-uboot/drivers/mmc/dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/exynos_dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/s5p_sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/nand/am335x_spl_bch.c
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_spl_simple.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_elm.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/power/battery/bat_trats.c
/rk3399_rockchip-uboot/drivers/power/battery/bat_trats2.c
/rk3399_rockchip-uboot/drivers/power/mfd/pmic_max77693.c
/rk3399_rockchip-uboot/drivers/power/pmic/Makefile
/rk3399_rockchip-uboot/drivers/power/pmic/pmic_max8997.c
/rk3399_rockchip-uboot/drivers/power/pmic/pmic_tps65090.c
/rk3399_rockchip-uboot/drivers/power/pmic/pmic_tps65218.c
/rk3399_rockchip-uboot/drivers/power/power_fsl.c
/rk3399_rockchip-uboot/drivers/power/power_i2c.c
/rk3399_rockchip-uboot/drivers/spi/fsl_espi.c
/rk3399_rockchip-uboot/drivers/spi/ti_qspi.c
/rk3399_rockchip-uboot/include/configs/T1040QDS.h
/rk3399_rockchip-uboot/include/configs/T104xRDB.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am43xx_evm.h
/rk3399_rockchip-uboot/include/configs/arndale.h
/rk3399_rockchip-uboot/include/configs/beaver.h
/rk3399_rockchip-uboot/include/configs/bur_am335x_common.h
/rk3399_rockchip-uboot/include/configs/cm_t335.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/exynos4-dt.h
/rk3399_rockchip-uboot/include/configs/exynos5-dt.h
/rk3399_rockchip-uboot/include/configs/exynos5250-dt.h
/rk3399_rockchip-uboot/include/configs/jetson-tk1.h
/rk3399_rockchip-uboot/include/configs/k2hk_evm.h
/rk3399_rockchip-uboot/include/configs/mx25pdk.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.h
/rk3399_rockchip-uboot/include/configs/mx53evk.h
/rk3399_rockchip-uboot/include/configs/mx53loco.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_overo.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom1.h
/rk3399_rockchip-uboot/include/configs/pengwyn.h
/rk3399_rockchip-uboot/include/configs/s5p_goni.h
/rk3399_rockchip-uboot/include/configs/tam3517-common.h
/rk3399_rockchip-uboot/include/configs/tao3530.h
/rk3399_rockchip-uboot/include/configs/tegra-common-ums.h
/rk3399_rockchip-uboot/include/configs/ti_am335x_common.h
/rk3399_rockchip-uboot/include/configs/ti_armv7_common.h
/rk3399_rockchip-uboot/include/configs/tseries.h
/rk3399_rockchip-uboot/include/configs/venice2.h
/rk3399_rockchip-uboot/include/configs/woodburn_common.h
/rk3399_rockchip-uboot/include/dwmmc.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/initcall.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/linux/mtd/omap_elm.h
/rk3399_rockchip-uboot/include/linux/mtd/omap_gpmc.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/power/max77693_pmic.h
/rk3399_rockchip-uboot/include/power/max8997_pmic.h
/rk3399_rockchip-uboot/include/power/pmic.h
/rk3399_rockchip-uboot/include/power/tps65090_pmic.h
/rk3399_rockchip-uboot/include/power/tps65218.h
/rk3399_rockchip-uboot/lib/fdtdec.c
/rk3399_rockchip-uboot/lib/initcall.c
/rk3399_rockchip-uboot/tools/Makefile
867f030402-Jun-2014 pekon gupta <pekon@ti.com>

am335x: update README for BCH16

updates documentation with explanation on how to select ECC schemes.

Signed-off-by: Pekon Gupta <pekon@ti.com>

1...<<31323334353637383940>>...72