History log of /rk3399_rockchip-uboot/common/ (Results 3926 – 3950 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
87d93a1b09-Dec-2009 Wolfgang Wegner <w.wegner@astro-kom.de>

move prototypes for gunzip() and zunzip() to common.h

Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus
repeated in every file using it. This patch moves the prototypes to
common

move prototypes for gunzip() and zunzip() to common.h

Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus
repeated in every file using it. This patch moves the prototypes to
common.h and removes all prototypes distributed anywhere else.

Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/apollon/apollon.c
/rk3399_rockchip-uboot/board/assabet/assabet.c
/rk3399_rockchip-uboot/board/bf527-ezkit/video.c
/rk3399_rockchip-uboot/board/bf533-stamp/video.c
/rk3399_rockchip-uboot/board/bf548-ezkit/video.c
/rk3399_rockchip-uboot/board/cm-bf548/video.c
/rk3399_rockchip-uboot/board/dave/B2/B2.c
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/PPChameleonEVB.c
/rk3399_rockchip-uboot/board/esd/apc405/apc405.c
/rk3399_rockchip-uboot/board/esd/ash405/ash405.c
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/esd/hh405/hh405.c
/rk3399_rockchip-uboot/board/esd/pci405/pci405.c
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/tasreg/tasreg.c
/rk3399_rockchip-uboot/board/esd/voh405/voh405.c
/rk3399_rockchip-uboot/board/esd/wuh405/wuh405.c
/rk3399_rockchip-uboot/board/gcplus/gcplus.c
/rk3399_rockchip-uboot/board/logicpd/zoom1/zoom1.c
/rk3399_rockchip-uboot/board/logicpd/zoom2/zoom2.c
/rk3399_rockchip-uboot/board/lubbock/lubbock.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/ti/omap1510inn/omap1510innovator.c
/rk3399_rockchip-uboot/board/ti/omap1610inn/omap1610innovator.c
/rk3399_rockchip-uboot/board/ti/omap2420h4/omap2420h4.c
/rk3399_rockchip-uboot/board/ti/omap5912osk/omap5912osk.c
/rk3399_rockchip-uboot/board/ti/omap730p2/omap730p2.c
/rk3399_rockchip-uboot/board/ti/sdp3430/sdp.c
cmd_bmp.c
cmd_bootm.c
cmd_license.c
cmd_mem.c
/rk3399_rockchip-uboot/drivers/bios_emulator/Makefile
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/dm9000x.c
/rk3399_rockchip-uboot/drivers/net/e1000.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/net/lan91c96.c
/rk3399_rockchip-uboot/drivers/net/lan91c96.h
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/fs/ubifs/ubifs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/B2.h
/rk3399_rockchip-uboot/include/configs/apollon.h
/rk3399_rockchip-uboot/include/configs/assabet.h
/rk3399_rockchip-uboot/include/configs/gcplus.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/omap1510inn.h
/rk3399_rockchip-uboot/include/configs/omap1610h2.h
/rk3399_rockchip-uboot/include/configs/omap1610inn.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/omap3_sdp3430.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/omap730p2.h
/rk3399_rockchip-uboot/include/configs/pleb2.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/pci_ids.h
/rk3399_rockchip-uboot/lib_generic/gunzip.c
/rk3399_rockchip-uboot/net/Makefile
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/net/nfs.c
/rk3399_rockchip-uboot/net/rarp.c
/rk3399_rockchip-uboot/net/tftp.c
127e108403-Nov-2009 Mahavir Jain <mjain@marvell.com>

usb: write command for RAW partition.

This patch implements write support to usb device with raw partition.
It will be useful for filesystem write support to usb device from
u-boot in future.

Teste

usb: write command for RAW partition.

This patch implements write support to usb device with raw partition.
It will be useful for filesystem write support to usb device from
u-boot in future.

Tested with writing kernel image to raw usb disk & booting with usb
read command into ram.

[Note: run usb part to get info about start sector & number of
sectors on a partition for usb write operation.]

Signed-off-by: Mahavir Jain <mjain@marvell.com>

show more ...

8f8bd56531-Oct-2009 Tom Rix <Tom.Rix@windriver.com>

USB Consolidate descriptor definitions

The header files usb.h and usbdescriptors.h have the same nameed
structure definitions for

usb_config_descriptor
usb_interface_descriptor
usb_endpoint_descrip

USB Consolidate descriptor definitions

The header files usb.h and usbdescriptors.h have the same nameed
structure definitions for

usb_config_descriptor
usb_interface_descriptor
usb_endpoint_descriptor
usb_device_descriptor
usb_string_descriptor

These are out right duplicates in usb.h

usb_device_descriptor
usb_string_descriptor

This one has extra unused elements

usb_endpoint_descriptor

unsigned char bRefresh
unsigned char bSynchAddress;

These in usb.h have extra elements at the end of the usb 2.0
specified descriptor and are used.

usb_config_descriptor
usb_interface_descriptor

The change is to consolidate the definition of the descriptors
to usbdescriptors.h. The dublicates in usb.h are removed.
The extra element structure will have their name shorted by
removing the '_descriptor' suffix.

So

usb_config_descriptor -> usb_config
usb_interface_descriptor -> usb_interface

For these, the common descriptor elements are accessed now
by an element 'desc'.

As an example

- if (iface->bInterfaceClass != USB_CLASS_HUB)
+ if (iface->desc.bInterfaceClass != USB_CLASS_HUB)

This has been compile tested on MAKEALL arm, ppc and mips.

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>

show more ...

4b142feb03-Dec-2009 Heiko Schocher <hs@denx.de>

common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL

There is more and more usage of printing 64bit values,
so enable this feature generally, and delete the
CONFIG_SYS_64BIT_VSPRINT

common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL

There is more and more usage of printing 64bit values,
so enable this feature generally, and delete the
CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
defines.

Signed-off-by: Heiko Schocher <hs@denx.de>

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/cm5200/cm5200.c
/rk3399_rockchip-uboot/board/davedenx/aria/aria.c
/rk3399_rockchip-uboot/board/esd/mecp5123/mecp5123.c
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/mpc5121ads.c
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/mvbc_p.c
/rk3399_rockchip-uboot/board/mucmc52/mucmc52.c
/rk3399_rockchip-uboot/board/tqc/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/uc101/uc101.c
cmd_fdt.c
cmd_ide.c
cmd_onenand.c
image.c
/rk3399_rockchip-uboot/cpu/mpc512x/cpu.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/mp.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/fs/ubifs/ubifs.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.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/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/P2020DS.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/SIMPC8313.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/XPEDITE5170.h
/rk3399_rockchip-uboot/include/configs/XPEDITE5200.h
/rk3399_rockchip-uboot/include/configs/XPEDITE5370.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/afeb9260.h
/rk3399_rockchip-uboot/include/configs/apollon.h
/rk3399_rockchip-uboot/include/configs/aria.h
/rk3399_rockchip-uboot/include/configs/at91cap9adk.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/at91sam9rlek.h
/rk3399_rockchip-uboot/include/configs/bfin_adi_common.h
/rk3399_rockchip-uboot/include/configs/cpu9260.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/delta.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/keymile-common.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/mecp5123.h
/rk3399_rockchip-uboot/include/configs/meesc.h
/rk3399_rockchip-uboot/include/configs/mpc5121ads.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/nhk8815.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/omap3_pandora.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom1.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom2.h
/rk3399_rockchip-uboot/include/configs/openrd_base.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/pm9263.h
/rk3399_rockchip-uboot/include/configs/quad100hd.h
/rk3399_rockchip-uboot/include/configs/rd6281a.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sheevaplug.h
/rk3399_rockchip-uboot/include/configs/smdk6400.h
/rk3399_rockchip-uboot/include/configs/smdkc100.h
/rk3399_rockchip-uboot/include/configs/socrates.h
/rk3399_rockchip-uboot/include/configs/tny_a9260.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/ppc4xx.h
/rk3399_rockchip-uboot/lib_generic/vsprintf.c
35e3717707-Dec-2009 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of ../work into next

df002fa605-Dec-2009 Heiko Schocher <hs@denx.de>

i2c: fix dangling comment in do_i2c_mw()

commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b deleted some unused
code in do_i2c_mw(), but missed to also remove the respective
commment. This patch fixes

i2c: fix dangling comment in do_i2c_mw()

commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b deleted some unused
code in do_i2c_mw(), but missed to also remove the respective
commment. This patch fixes this.

Signed-off-by: Heiko Schocher <hs@denx.de>

show more ...

206c00f207-Dec-2009 Wolfgang Denk <wd@denx.de>

Merge branch 'master' into next

Conflicts:
lib_generic/zlib.c

Signed-off-by: Wolfgang Denk <wd@denx.de>


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/kilauea/kilauea.c
/rk3399_rockchip-uboot/board/amcc/makalu/makalu.c
/rk3399_rockchip-uboot/board/amcc/ocotea/ocotea.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/amcc/taishan/taishan.c
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/atmel/at91sam9261ek/at91sam9261ek.c
/rk3399_rockchip-uboot/board/cm5200/cm5200.c
/rk3399_rockchip-uboot/board/esd/pmc440/pmc440.c
/rk3399_rockchip-uboot/board/gen860t/gen860t.c
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/kup/common/kup.c
/rk3399_rockchip-uboot/board/mpl/mip405/mip405.c
/rk3399_rockchip-uboot/board/mucmc52/mucmc52.c
/rk3399_rockchip-uboot/board/netstal/hcu4/hcu4.c
/rk3399_rockchip-uboot/board/netstal/hcu5/hcu5.c
/rk3399_rockchip-uboot/board/netstal/mcu25/mcu25.c
/rk3399_rockchip-uboot/board/netta/netta.c
/rk3399_rockchip-uboot/board/prodrive/alpr/alpr.c
/rk3399_rockchip-uboot/board/sacsng/sacsng.c
/rk3399_rockchip-uboot/board/ssv/adnpesc1/adnpesc1.c
/rk3399_rockchip-uboot/board/uc100/uc100.c
/rk3399_rockchip-uboot/board/uc101/uc101.c
cmd_bootm.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/timer.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/board.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/lib_generic/zlib.c
/rk3399_rockchip-uboot/net/nfs.c
/rk3399_rockchip-uboot/post/post.c
224c90d119-Nov-2009 Peter Tyser <ptyser@xes-inc.com>

bootm: Fix help message's sub-command ordering

The help message for the 'bootm' command listed the 'cmdline' and 'bdt'
sub-commands in the wrong order which resulted in the error below when
followin

bootm: Fix help message's sub-command ordering

The help message for the 'bootm' command listed the 'cmdline' and 'bdt'
sub-commands in the wrong order which resulted in the error below when
following the 'help' command's instructions:

"Trying to execute a command out of order"

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

show more ...

2a49bf3105-Dec-2009 Wolfgang Denk <wd@denx.de>

Merge branch 'master' into next

Conflicts:
board/esd/plu405/plu405.c
drivers/rtc/ftrtc010.c

Signed-off-by: Wolfgang Denk <wd@denx.de>


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/vom405/vom405.c
/rk3399_rockchip-uboot/board/freescale/mpc8260ads/mpc8260ads.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/keymile/mgcoge/mgcoge.c
/rk3399_rockchip-uboot/board/muas3001/muas3001.c
Makefile
cmd_bootm.c
cmd_cache.c
cmd_date.c
cmd_i2c.c
cmd_irq.c
cmd_license.c
cmd_mgdisk.c
cmd_misc.c
/rk3399_rockchip-uboot/cpu/mpc8260/cpu.c
/rk3399_rockchip-uboot/doc/uImage.FIT/kernel.its
/rk3399_rockchip-uboot/doc/uImage.FIT/kernel_fdt.its
/rk3399_rockchip-uboot/doc/uImage.FIT/multi.its
/rk3399_rockchip-uboot/doc/uImage.FIT/update3.its
/rk3399_rockchip-uboot/doc/uImage.FIT/update_uboot.its
/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/stmicro.c
/rk3399_rockchip-uboot/drivers/mtd/spi/winbond.c
/rk3399_rockchip-uboot/drivers/rtc/m41t11.c
/rk3399_rockchip-uboot/drivers/rtc/mc13783-rtc.c
/rk3399_rockchip-uboot/drivers/spi/atmel_dataflash_spi.c
/rk3399_rockchip-uboot/examples/standalone/Makefile
/rk3399_rockchip-uboot/examples/standalone/smc91111_eeprom.c
/rk3399_rockchip-uboot/fs/ext2/ext2fs.c
/rk3399_rockchip-uboot/include/configs/MPC8536DS.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/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8569MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/P2020DS.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/mimc200.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/sja1000.h
/rk3399_rockchip-uboot/include/spi_flash.h
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/lib_generic/circbuf.c
/rk3399_rockchip-uboot/lib_generic/lzma/LzmaTools.c
/rk3399_rockchip-uboot/lib_generic/zlib.c
/rk3399_rockchip-uboot/lib_nios/config.mk
/rk3399_rockchip-uboot/lib_nios2/board.c
/rk3399_rockchip-uboot/lib_nios2/bootm.c
/rk3399_rockchip-uboot/lib_nios2/config.mk
/rk3399_rockchip-uboot/lib_ppc/Makefile
/rk3399_rockchip-uboot/lib_ppc/kgdb.c
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/tools/.gitignore
/rk3399_rockchip-uboot/tools/fit_image.c
/rk3399_rockchip-uboot/tools/img2srec.c
/rk3399_rockchip-uboot/tools/mingw_support.c
/rk3399_rockchip-uboot/tools/mingw_support.h
/rk3399_rockchip-uboot/tools/mkimage.c
20dde48b19-Nov-2009 Peter Korsgaard <jacmet@sunsite.dk>

add lzop decompression support

Add lzop decompression support to the existing lzo bitstream handling
(think gzip versus zlib), and support it for uImage decompression if
CONFIG_LZO is enabled.

Lzop

add lzop decompression support

Add lzop decompression support to the existing lzo bitstream handling
(think gzip versus zlib), and support it for uImage decompression if
CONFIG_LZO is enabled.

Lzop doesn't compress as good as gzip (~10% worse), but decompression
is very fast (~0.7s faster here on a slow ppc). The lzop decompression
code is based on Albin Tonnerre's recent ARM Linux lzo support patch.

Cc: albin.tonnerre@free-electrons.com
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

show more ...


/rk3399_rockchip-uboot/board/armltd/integrator/timer.c
/rk3399_rockchip-uboot/board/eNET/config.mk
/rk3399_rockchip-uboot/board/eNET/eNET.c
/rk3399_rockchip-uboot/board/eNET/eNET_start16.S
/rk3399_rockchip-uboot/board/eNET/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/sdram.c
cmd_bootm.c
image.c
/rk3399_rockchip-uboot/cpu/arm1136/mx31/timer.c
/rk3399_rockchip-uboot/cpu/arm1136/omap24xx/timer.c
/rk3399_rockchip-uboot/cpu/arm1176/s3c64xx/timer.c
/rk3399_rockchip-uboot/cpu/arm720t/interrupts.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/timer.c
/rk3399_rockchip-uboot/cpu/arm920t/imx/timer.c
/rk3399_rockchip-uboot/cpu/arm920t/ks8695/timer.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/timer.c
/rk3399_rockchip-uboot/cpu/arm925t/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/kirkwood/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/mx27/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/omap/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/versatile/timer.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/timer.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/s5pc1xx/timer.c
/rk3399_rockchip-uboot/cpu/at32ap/interrupts.c
/rk3399_rockchip-uboot/cpu/blackfin/interrupts.c
/rk3399_rockchip-uboot/cpu/i386/Makefile
/rk3399_rockchip-uboot/cpu/i386/cpu.c
/rk3399_rockchip-uboot/cpu/i386/interrupts.c
/rk3399_rockchip-uboot/cpu/i386/sc520/sc520_timer.c
/rk3399_rockchip-uboot/cpu/i386/start.S
/rk3399_rockchip-uboot/cpu/ixp/start.S
/rk3399_rockchip-uboot/cpu/ixp/timer.c
/rk3399_rockchip-uboot/cpu/lh7a40x/timer.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/slicetimer.c
/rk3399_rockchip-uboot/cpu/pxa/timer.c
/rk3399_rockchip-uboot/cpu/s3c44b0/timer.c
/rk3399_rockchip-uboot/cpu/sa1100/timer.c
/rk3399_rockchip-uboot/examples/api/Makefile
/rk3399_rockchip-uboot/examples/api/libgenwrap.c
/rk3399_rockchip-uboot/include/asm-blackfin/delay.h
/rk3399_rockchip-uboot/include/asm-i386/interrupt.h
/rk3399_rockchip-uboot/include/asm-i386/u-boot-i386.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/eNET.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/linux/lzo.h
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/lib_generic/lzo/lzo1x_decompress.c
/rk3399_rockchip-uboot/lib_generic/time.c
/rk3399_rockchip-uboot/lib_i386/Makefile
/rk3399_rockchip-uboot/lib_i386/bios.S
/rk3399_rockchip-uboot/lib_i386/bios_pci.S
/rk3399_rockchip-uboot/lib_i386/bios_setup.c
/rk3399_rockchip-uboot/lib_i386/board.c
/rk3399_rockchip-uboot/lib_i386/interrupts.c
/rk3399_rockchip-uboot/lib_i386/pcat_interrupts.c
/rk3399_rockchip-uboot/lib_i386/pcat_timer.c
/rk3399_rockchip-uboot/lib_i386/realmode.c
/rk3399_rockchip-uboot/lib_i386/timer.c
/rk3399_rockchip-uboot/lib_m68k/time.c
/rk3399_rockchip-uboot/lib_microblaze/time.c
/rk3399_rockchip-uboot/lib_mips/time.c
/rk3399_rockchip-uboot/lib_nios/time.c
/rk3399_rockchip-uboot/lib_nios2/time.c
/rk3399_rockchip-uboot/lib_ppc/time.c
/rk3399_rockchip-uboot/lib_sh/time.c
/rk3399_rockchip-uboot/lib_sh/time_sh2.c
/rk3399_rockchip-uboot/lib_sparc/time.c
b4feeb4e24-Nov-2009 Graeme Russ <graeme.russ@gmail.com>

i386: Fix malloc initialization

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>

bcb324d619-Nov-2009 Robert P. J. Day <rpjday@crashcourse.ca>

Remove superfluous preprocessor tests from some cmd_*.c files.

A small number of common/cmd_*.c files contain preprocessor tests that
are apparently superfluous since those same tests are used in th

Remove superfluous preprocessor tests from some cmd_*.c files.

A small number of common/cmd_*.c files contain preprocessor tests that
are apparently superfluous since those same tests are used in the
Makefile to control the compilation of those files. Those tests are
clearly redundant as long as they surround the entirety of the source
in those files.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

show more ...

bd3784df12-Nov-2009 Pratap Chandu <pratap.rrke@gmail.com>

Removes dead code in the file common/cmd_i2c.c

There is some dead code enclosed by #if 0 .... #endif in the file
common/cmd_i2c.c
This patch removes the dead code.

Signed-off-by: Pratap Chandu <pra

Removes dead code in the file common/cmd_i2c.c

There is some dead code enclosed by #if 0 .... #endif in the file
common/cmd_i2c.c
This patch removes the dead code.

Signed-off-by: Pratap Chandu <pratap.rrke@gmail.com>

show more ...

d52e3e0111-Nov-2009 Magnus Lilja <lilja.magnus@gmail.com>

cmd_date: Fix spelling in error message.

Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>

c253122311-Nov-2009 Peter Tyser <ptyser@xes-inc.com>

Move do_irqinfo() to common/cmd_irq.c

cmd_irq.c is a much better home and it is already conditionally
compiled based on CONFIG_CMD_IRQ.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

a5dd4dc611-Nov-2009 Peter Tyser <ptyser@xes-inc.com>

cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE

cmd_license is already conditionally compiled at the Makefile-level.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

9ef7851109-Nov-2009 Peter Tyser <ptyser@xes-inc.com>

circbuf: Move to lib_generic and conditionally compile

circbuf could be used as a generic library and is only currently
needed when CONFIG_USB_TTY is defined.

Signed-off-by: Peter Tyser <ptyser@xes

circbuf: Move to lib_generic and conditionally compile

circbuf could be used as a generic library and is only currently
needed when CONFIG_USB_TTY is defined.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

show more ...

bf44f3f304-Nov-2009 Mike Frysinger <vapier@gentoo.org>

exports: rewrite jump table init

The current jump table init fails to initialize a bunch of exported
symbols (forceenv/do_reset/etc...). Rather than fix just these few
missing pieces, rewrite the c

exports: rewrite jump table init

The current jump table init fails to initialize a bunch of exported
symbols (forceenv/do_reset/etc...). Rather than fix just these few
missing pieces, rewrite the code to utilize the existing list of
exported symbols -- _exports.h. Since every exported symbol has to
be listed in this header, it makes sense to use it so that we only
ever have one list that needs to be updated and things can't fall
out of sync again.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/Marvell/sheevaplug/kwbimage.cfg
/rk3399_rockchip-uboot/board/davinci/common/misc.c
/rk3399_rockchip-uboot/board/davinci/common/misc.h
/rk3399_rockchip-uboot/board/davinci/da830evm/Makefile
/rk3399_rockchip-uboot/board/davinci/da830evm/config.mk
/rk3399_rockchip-uboot/board/davinci/da830evm/da830evm.c
/rk3399_rockchip-uboot/board/davinci/dm6467evm/dm6467evm.c
/rk3399_rockchip-uboot/board/esd/plu405/Makefile
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/faraday/a320evb/Makefile
/rk3399_rockchip-uboot/board/faraday/a320evb/a320evb.c
/rk3399_rockchip-uboot/board/faraday/a320evb/config.mk
/rk3399_rockchip-uboot/board/faraday/a320evb/lowlevel_init.S
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.c
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.h
/rk3399_rockchip-uboot/board/pandora/pandora.h
/rk3399_rockchip-uboot/board/samsung/smdk2400/smdk2400.c
/rk3399_rockchip-uboot/board/samsung/smdk2410/smdk2410.c
/rk3399_rockchip-uboot/board/samsung/smdk6400/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/smdk6400/smdk6400.c
/rk3399_rockchip-uboot/board/sbc2410x/sbc2410x.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trab/rs485.c
/rk3399_rockchip-uboot/board/trab/rs485.h
/rk3399_rockchip-uboot/board/trab/trab.c
/rk3399_rockchip-uboot/board/trab/trab_fkt.c
/rk3399_rockchip-uboot/board/trab/tsc2000.c
/rk3399_rockchip-uboot/board/trab/vfd.c
exports.c
/rk3399_rockchip-uboot/cpu/arm1176/cpu.c
/rk3399_rockchip-uboot/cpu/arm1176/s3c64xx/cpu_init.S
/rk3399_rockchip-uboot/cpu/arm1176/s3c64xx/reset.S
/rk3399_rockchip-uboot/cpu/arm1176/s3c64xx/speed.c
/rk3399_rockchip-uboot/cpu/arm1176/s3c64xx/timer.c
/rk3399_rockchip-uboot/cpu/arm1176/start.S
/rk3399_rockchip-uboot/cpu/arm920t/a320/Makefile
/rk3399_rockchip-uboot/cpu/arm920t/a320/ftsmc020.c
/rk3399_rockchip-uboot/cpu/arm920t/a320/reset.S
/rk3399_rockchip-uboot/cpu/arm920t/a320/timer.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/interrupts.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/speed.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/timer.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/usb.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/usb_ohci.c
/rk3399_rockchip-uboot/cpu/arm920t/start.S
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/cpu.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/psc.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/timer.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/mem.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/sys_info.c
/rk3399_rockchip-uboot/cpu/at32ap/Makefile
/rk3399_rockchip-uboot/cpu/at32ap/hsdramc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_pcie.c
/rk3399_rockchip-uboot/cpu/ppc4xx/i2c.c
/rk3399_rockchip-uboot/doc/README.davinci
/rk3399_rockchip-uboot/drivers/i2c/s3c24x0_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/soft_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/omap3_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/s3c2410_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/s3c64xx.c
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/rtc/ftrtc010.c
/rk3399_rockchip-uboot/drivers/rtc/m41t94.c
/rk3399_rockchip-uboot/drivers/rtc/s3c24x0_rtc.c
/rk3399_rockchip-uboot/drivers/serial/s3c64xx.c
/rk3399_rockchip-uboot/drivers/serial/serial_s3c24x0.c
/rk3399_rockchip-uboot/drivers/serial/serial_s5pc1xx.c
/rk3399_rockchip-uboot/drivers/usb/host/ohci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/s3c64xx-hcd.c
/rk3399_rockchip-uboot/include/4xx_i2c.h
/rk3399_rockchip-uboot/include/asm-arm/arch-a320/a320.h
/rk3399_rockchip-uboot/include/asm-arm/arch-a320/ftpmu010.h
/rk3399_rockchip-uboot/include/asm-arm/arch-a320/ftsdmc020.h
/rk3399_rockchip-uboot/include/asm-arm/arch-a320/ftsmc020.h
/rk3399_rockchip-uboot/include/asm-arm/arch-a320/fttmr010.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/i2c_defs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/cpu.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mem.h
/rk3399_rockchip-uboot/include/asm-arm/arch-s3c24x0/s3c2400.h
/rk3399_rockchip-uboot/include/asm-arm/arch-s3c24x0/s3c2410.h
/rk3399_rockchip-uboot/include/asm-arm/arch-s3c24x0/s3c24x0.h
/rk3399_rockchip-uboot/include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h
/rk3399_rockchip-uboot/include/asm-arm/arch-s3c64xx/s3c6400.h
/rk3399_rockchip-uboot/include/asm-arm/arch-s3c64xx/s3c64x0.h
/rk3399_rockchip-uboot/include/asm-arm/mach-types.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/a320evb.h
/rk3399_rockchip-uboot/include/configs/da830evm.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/imx27lite.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm.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/sbc2410x.h
/rk3399_rockchip-uboot/include/configs/smdk2400.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smdk6400.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
0008555f03-Nov-2009 Mike Frysinger <vapier@gentoo.org>

bootm: mark local boot_os[] table static

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

b25e38fc29-Oct-2009 Remy Bohmer <linux@bohmer.net>

Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y

Signed-off-by: Remy Bohmer <linux@bohmer.net>


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/davinci/dm6467evm/dm6467evm.c
/rk3399_rockchip-uboot/board/ep8248/ep8248.c
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/vom405/vom405.c
/rk3399_rockchip-uboot/board/espt/lowlevel_init.S
/rk3399_rockchip-uboot/board/freescale/mpc8260ads/mpc8260ads.c
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/mpc8572ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/pci.c
/rk3399_rockchip-uboot/board/freescale/p2020ds/p2020ds.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/keymile/mgcoge/mgcoge.c
/rk3399_rockchip-uboot/board/logicpd/imx27lite/Makefile
/rk3399_rockchip-uboot/board/muas3001/muas3001.c
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/lowlevel_init.S
/rk3399_rockchip-uboot/board/sbc8548/sbc8548.c
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
cmd_bootm.c
/rk3399_rockchip-uboot/cpu/arm926ejs/mx27/generic.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/start.S
/rk3399_rockchip-uboot/cpu/mpc8260/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/fixed_ivor.S
/rk3399_rockchip-uboot/cpu/mpc85xx/release.S
/rk3399_rockchip-uboot/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/cpu/mpc8xxx/ddr/options.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/doc/README.bitbangMII
/rk3399_rockchip-uboot/doc/README.drivers.eth
/rk3399_rockchip-uboot/doc/README.kwbimage
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/stmicro.c
/rk3399_rockchip-uboot/drivers/mtd/spi/winbond.c
/rk3399_rockchip-uboot/drivers/net/cs8900.c
/rk3399_rockchip-uboot/drivers/net/dm9000x.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/net/phy/miiphybb.c
/rk3399_rockchip-uboot/drivers/net/smc91111.h
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/rtc/ftrtc010.c
/rk3399_rockchip-uboot/drivers/spi/atmel_dataflash_spi.c
/rk3399_rockchip-uboot/examples/standalone/smc911x_eeprom.c
/rk3399_rockchip-uboot/examples/standalone/stubs.c
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/gpio_defs.h
/rk3399_rockchip-uboot/include/asm-arm/unaligned.h
/rk3399_rockchip-uboot/include/asm-ppc/fsl_pci.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/canyonlands.h
/rk3399_rockchip-uboot/include/configs/davinci_dm6467evm.h
/rk3399_rockchip-uboot/include/configs/galaxy5200.h
/rk3399_rockchip-uboot/include/configs/lpd7a400-10.h
/rk3399_rockchip-uboot/include/configs/lpd7a404-10.h
/rk3399_rockchip-uboot/include/configs/lpd7a404.h
/rk3399_rockchip-uboot/include/configs/mimc200.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/tny_a9260.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/linux/unaligned/be_byteshift.h
/rk3399_rockchip-uboot/include/linux/unaligned/le_byteshift.h
/rk3399_rockchip-uboot/include/mtd/cfi_flash.h
/rk3399_rockchip-uboot/include/sja1000.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_nios/board.c
/rk3399_rockchip-uboot/lib_nios2/board.c
/rk3399_rockchip-uboot/lib_sh/board.c
/rk3399_rockchip-uboot/nand_spl/nand_boot_fsl_elbc.c
/rk3399_rockchip-uboot/tools/mingw_support.c
/rk3399_rockchip-uboot/tools/mingw_support.h
/rk3399_rockchip-uboot/tools/mkimage.c
396fd17316-Oct-2009 Peter Tyser <ptyser@xes-inc.com>

Add 'true' and 'false' commands

These commands are only enabled when the hush shell is enabled and can
be useful in scripts such as:

while true do
echo "Booting OS...";
run $bootcmd;
ec

Add 'true' and 'false' commands

These commands are only enabled when the hush shell is enabled and can
be useful in scripts such as:

while true do
echo "Booting OS...";
run $bootcmd;
echo "Booting OS failed";
sleep 10;
done

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

show more ...

4e1ca93b16-Oct-2009 Peter Tyser <ptyser@xes-inc.com>

cmd_help: General cleanup

Shorten the overly-verbose help message of 'help' and clean up some
redundant ifdefery while we're at it.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

6b8f5ad116-Oct-2009 Peter Tyser <ptyser@xes-inc.com>

command.c: Break commands out to appropriate cmd_*.c files

command.c should contain common code related to commands, not
miscellaneous command implementations.

Signed-off-by: Peter Tyser <ptyser@xe

command.c: Break commands out to appropriate cmd_*.c files

command.c should contain common code related to commands, not
miscellaneous command implementations.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

show more ...


/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/canyonlands.c
/rk3399_rockchip-uboot/board/amcc/ebony/ebony.c
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/kilauea/kilauea.c
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/makalu/makalu.c
/rk3399_rockchip-uboot/board/amcc/ocotea/ocotea.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/amcc/taishan/taishan.c
/rk3399_rockchip-uboot/board/amcc/yosemite/yosemite.c
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/esd/du440/du440.c
/rk3399_rockchip-uboot/board/esd/du440/du440.h
/rk3399_rockchip-uboot/board/esd/pmc440/config.mk
/rk3399_rockchip-uboot/board/esd/pmc440/pmc440.c
/rk3399_rockchip-uboot/board/espt/lowlevel_init.S
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/mpc8572ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb/pci.c
/rk3399_rockchip-uboot/board/freescale/p2020ds/p2020ds.c
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/gdppc440etx.c
/rk3399_rockchip-uboot/board/gdsys/intip/intip.c
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/netstal/hcu5/hcu5.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/prodrive/alpr/alpr.c
/rk3399_rockchip-uboot/board/prodrive/p3p440/p3p440.c
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/lowlevel_init.S
/rk3399_rockchip-uboot/board/sandburst/common/sb_common.c
/rk3399_rockchip-uboot/board/sbc8548/sbc8548.c
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/xes/xpedite1000/xpedite1000.c
Makefile
cmd_echo.c
cmd_exit.c
cmd_help.c
cmd_test.c
cmd_version.c
command.c
/rk3399_rockchip-uboot/cpu/mpc85xx/release.S
/rk3399_rockchip-uboot/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/cpu/mpc8xxx/ddr/options.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/doc/README.drivers.eth
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/mtd/nand/davinci_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/s3c2410_nand.c
/rk3399_rockchip-uboot/drivers/net/cs8900.c
/rk3399_rockchip-uboot/drivers/net/dm9000x.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/net/smc91111.h
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/examples/standalone/smc911x_eeprom.c
/rk3399_rockchip-uboot/include/asm-arm/arch-omap24xx/i2c.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/i2c.h
/rk3399_rockchip-uboot/include/asm-arm/unaligned.h
/rk3399_rockchip-uboot/include/asm-ppc/4xx_pci.h
/rk3399_rockchip-uboot/include/asm-ppc/fsl_pci.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/canyonlands.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/lpd7a400-10.h
/rk3399_rockchip-uboot/include/configs/lpd7a404-10.h
/rk3399_rockchip-uboot/include/configs/lpd7a404.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd-abi.h
/rk3399_rockchip-uboot/include/linux/unaligned/be_byteshift.h
/rk3399_rockchip-uboot/include/linux/unaligned/le_byteshift.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_nios/board.c
/rk3399_rockchip-uboot/lib_nios2/board.c
/rk3399_rockchip-uboot/lib_sh/board.c
/rk3399_rockchip-uboot/nand_spl/nand_boot_fsl_elbc.c
c758e94704-Nov-2009 Amul Kumar Saha <amul.saha@samsung.com>

ENV Variable support for Flex-OneNAND

Define and use CONFIG_ENV_ADDR_FLEX and CONFIG_ENV_SIZE_FLEX
for storing environment variables.

Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
Signed-o

ENV Variable support for Flex-OneNAND

Define and use CONFIG_ENV_ADDR_FLEX and CONFIG_ENV_SIZE_FLEX
for storing environment variables.

Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
Signed-off-by: Amul Kumar Saha <amul.saha@samsung.com>

show more ...

581d04f115-Oct-2009 Peter Tyser <ptyser@xes-inc.com>

cmd_nand: Move conditional compilation to Makefile

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

1...<<151152153154155156157158159160>>...211