History log of /rk3399_rockchip-uboot/common/ (Results 4126 – 4150 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6b7243aa28-Jan-2009 Wolfgang Denk <wd@denx.de>

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


/rk3399_rockchip-uboot/board/davinci/dvevm/dvevm.c
/rk3399_rockchip-uboot/board/mpc8540eval/mpc8540eval.c
cmd_usb.c
usb.c
usb_kbd.c
usb_storage.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/usb_ohci.c
/rk3399_rockchip-uboot/cpu/mips/au1x00_usb_ohci.c
/rk3399_rockchip-uboot/drivers/usb/Makefile
/rk3399_rockchip-uboot/drivers/usb/davinci_usb.c
/rk3399_rockchip-uboot/drivers/usb/davinci_usb.h
/rk3399_rockchip-uboot/drivers/usb/musb_core.c
/rk3399_rockchip-uboot/drivers/usb/musb_core.h
/rk3399_rockchip-uboot/drivers/usb/musb_hcd.c
/rk3399_rockchip-uboot/drivers/usb/musb_hcd.h
/rk3399_rockchip-uboot/drivers/usb/usb_ehci.h
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_core.c
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_core.h
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_fsl.c
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_fsl.h
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_ixp.c
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_pci.c
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/afeb9260.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/davinci_dvevm.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/sh7785lcr.h
/rk3399_rockchip-uboot/include/configs/smdk6400.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/trizepsiv.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb_defs.h
1a448db719-Jan-2009 Bryan Wu <bryan.wu@analog.com>

usb_scan_devices: fix output with no devices

We should check the return of usb_new_device() so that if no USB device is
found, we print out the right message rather than always saying "new usb
devic

usb_scan_devices: fix output with no devices

We should check the return of usb_new_device() so that if no USB device is
found, we print out the right message rather than always saying "new usb
device found".

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Remy Bohmer <linux@bohmer.net>

show more ...

f1c1f54022-Jan-2009 Stefan Roese <sr@denx.de>

USB: Add high-speed (480Mb/s) to all USB related outputs

With this patch the USB related connection speed output ("usb tree" command and
debug output) is now high-speed enabled.

This patch also fix

USB: Add high-speed (480Mb/s) to all USB related outputs

With this patch the USB related connection speed output ("usb tree" command and
debug output) is now high-speed enabled.

This patch also fixes a compilation warning when debugging is enabled.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Remy Bohmer <linux@bohmer.net>

show more ...

c7d703f301-Jan-2009 Mike Frysinger <vapier@gentoo.org>

usb.h: use standard __LITTLE_ENDIAN from Linux headers

Rather than forcing people to define a custom "LITTLEENDIAN", just use the
__LITTLE_ENDIAN one from the Linux byteorder headers that every arch

usb.h: use standard __LITTLE_ENDIAN from Linux headers

Rather than forcing people to define a custom "LITTLEENDIAN", just use the
__LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
already setting up.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Remy Bohmer <linux@bohmer.net>

show more ...

14e4111c02-Jan-2009 Bryan Wu <Bryan.Wu@analog.com>

usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive

The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
does not like to be reset, so check for it.

usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive

The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
does not like to be reset, so check for it.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Remy Bohmer <linux@bohmer.net>

show more ...

1eb734fe04-Jan-2009 Thomas Abraham <t-abraham@ti.com>

usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure

This patch populates the 'priv' field of the USB keyboard device_t
structure. The 'priv' field is populated with the addre

usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure

This patch populates the 'priv' field of the USB keyboard device_t
structure. The 'priv' field is populated with the address of the
'struct usb_device' structure that represents the USB device.

The 'priv' field can then be used in the 'usb_event_poll' function to
determine the USB device that requires to be polled. An
example of its usage in 'usb_event_poll' function is as below.

device_t *dev;
struct usb_device *usb_kbd_dev;

<snip>

dev = device_get_by_name("usbkbd");
usb_kbd_dev = (struct usb_device *)dev->priv;
iface = &usb_kbd_dev->config.if_desc[0];

Signed-off-by: Thomas Abraham <t-abraham@ti.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>

show more ...

366523c218-Dec-2008 Michael Trimarchi <trimarchi@gandalf.sssup.it>

USB change speed

USB changes the speed according to the port status

Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
Signed-off-by: Remy Bohmer <linux@bohmer.net>

3e12648428-Nov-2008 Michael Trimarchi <trimarchi@gandalf.sssup.it>

Prepare USB layer for ehci

Prepare USB layer for ehci support

Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
Signed-off-by: Remy Böhmer <linux@bohmer.net>

a0cb3fc310-Dec-2008 Michael Trimarchi <trimarchi@gandalf.sssup.it>

USB storage cleanup patch

Cleanup usb storage

Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
Signed-off-by: Remy Bohmer <linux@bohmer.net>

fe033ad612-Oct-2008 Mike Frysinger <vapier@gentoo.org>

Blackfin: fixup misc warnings such as printf's and missing casts

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

29d4ea0a12-Oct-2008 Mike Frysinger <vapier@gentoo.org>

Blackfin: bootldr: implement BF53x/BF56x LDR loader

The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
arbitrary memory locations, so implement a basic one in software.

Signed-off

Blackfin: bootldr: implement BF53x/BF56x LDR loader

The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
arbitrary memory locations, so implement a basic one in software.

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

show more ...

8b35e3ae12-Oct-2008 Mike Frysinger <vapier@gentoo.org>

Blackfin: implement real write support for OTP

Now that real documentation has been released for the OTP interface and
the on-chip ROM wrt writing/timings, implement support for reading/writing
as w

Blackfin: implement real write support for OTP

Now that real documentation has been released for the OTP interface and
the on-chip ROM wrt writing/timings, implement support for reading/writing
as well as dumping/locking.

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

show more ...

36ea8e9a12-Oct-2008 Mike Frysinger <vapier@gentoo.org>

Blackfin: support console-over-JTAG

The Blackfin JTAG has the ability to pass data via a back-channel without
halting the processor. Utilize that channel to emulate a console.

Signed-off-by: Mike

Blackfin: support console-over-JTAG

The Blackfin JTAG has the ability to pass data via a back-channel without
halting the processor. Utilize that channel to emulate a console.

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

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/blackfin_config.mk
/rk3399_rockchip-uboot/board/bf533-ezkit/bf533-ezkit.c
/rk3399_rockchip-uboot/board/bf533-ezkit/flash-defines.h
/rk3399_rockchip-uboot/board/bf533-ezkit/flash.c
/rk3399_rockchip-uboot/board/bf533-stamp/Makefile
/rk3399_rockchip-uboot/board/bf533-stamp/bf533-stamp.c
/rk3399_rockchip-uboot/board/bf533-stamp/bf533-stamp.h
/rk3399_rockchip-uboot/board/bf533-stamp/video.c
/rk3399_rockchip-uboot/board/bf533-stamp/video.h
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/bf537-stamp/nand.c
/rk3399_rockchip-uboot/board/bf537-stamp/post-memory.c
/rk3399_rockchip-uboot/board/bf537-stamp/spi_flash.c
/rk3399_rockchip-uboot/board/bf561-ezkit/bf561-ezkit.c
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/mpc8536ds.c
devices.c
/rk3399_rockchip-uboot/cpu/blackfin/Makefile
/rk3399_rockchip-uboot/cpu/blackfin/cache.S
/rk3399_rockchip-uboot/cpu/blackfin/cpu.c
/rk3399_rockchip-uboot/cpu/blackfin/initcode.c
/rk3399_rockchip-uboot/cpu/blackfin/jtag-console.c
/rk3399_rockchip-uboot/cpu/blackfin/reset.c
/rk3399_rockchip-uboot/cpu/blackfin/serial.h
/rk3399_rockchip-uboot/cpu/blackfin/start.S
/rk3399_rockchip-uboot/cpu/blackfin/traps.c
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/bfin-twi_i2c.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin-config-post.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/bootrom.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/ebiu.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/devices.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib_blackfin/Makefile
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_blackfin/boot.c
/rk3399_rockchip-uboot/lib_blackfin/string.c
/rk3399_rockchip-uboot/nand_spl/board/sheldon/simpc8313/Makefile
2fb2604d28-Jan-2009 Peter Tyser <ptyser@xes-inc.com>

Command usage cleanup

Remove command name from all command "usage" fields and update
common/command.c to display "name - usage" instead of
just "usage". Also remove newlines from command usage field

Command usage cleanup

Remove command name from all command "usage" fields and update
common/command.c to display "name - usage" instead of
just "usage". Also remove newlines from command usage fields.

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

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/cmd_boota.c
/rk3399_rockchip-uboot/board/MAI/menu/cmd_menu.c
/rk3399_rockchip-uboot/board/ads5121/ads5121_diu.c
/rk3399_rockchip-uboot/board/amcc/acadia/cmd_acadia.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/bootstrap.c
/rk3399_rockchip-uboot/board/amcc/katmai/cmd_katmai.c
/rk3399_rockchip-uboot/board/amcc/kilauea/cmd_pll.c
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/makalu/cmd_pll.c
/rk3399_rockchip-uboot/board/amcc/sequoia/cmd_sequoia.c
/rk3399_rockchip-uboot/board/amcc/taihu/lcd.c
/rk3399_rockchip-uboot/board/amcc/taihu/taihu.c
/rk3399_rockchip-uboot/board/amcc/taihu/update.c
/rk3399_rockchip-uboot/board/amcc/taishan/lcd.c
/rk3399_rockchip-uboot/board/amcc/taishan/showinfo.c
/rk3399_rockchip-uboot/board/amcc/taishan/update.c
/rk3399_rockchip-uboot/board/amcc/yucca/cmd_yucca.c
/rk3399_rockchip-uboot/board/amirix/ap1000/ap1000.c
/rk3399_rockchip-uboot/board/amirix/ap1000/powerspan.c
/rk3399_rockchip-uboot/board/barco/barco.c
/rk3399_rockchip-uboot/board/bc3450/cmd_bc3450.c
/rk3399_rockchip-uboot/board/bf537-stamp/cmd_bf537led.c
/rk3399_rockchip-uboot/board/cm5200/cmd_cm5200.c
/rk3399_rockchip-uboot/board/delta/delta.c
/rk3399_rockchip-uboot/board/esd/ar405/ar405.c
/rk3399_rockchip-uboot/board/esd/cms700/cms700.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/common/cmd_loadpci.c
/rk3399_rockchip-uboot/board/esd/common/lcd.c
/rk3399_rockchip-uboot/board/esd/common/xilinx_jtag/micro.c
/rk3399_rockchip-uboot/board/esd/cpci2dp/cpci2dp.c
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/esd/cpci5200/cpci5200.c
/rk3399_rockchip-uboot/board/esd/cpci750/cpci750.c
/rk3399_rockchip-uboot/board/esd/dasa_sim/cmd_dasa_sim.c
/rk3399_rockchip-uboot/board/esd/du440/du440.c
/rk3399_rockchip-uboot/board/esd/hh405/hh405.c
/rk3399_rockchip-uboot/board/esd/ocrtc/cmd_ocrtc.c
/rk3399_rockchip-uboot/board/esd/pci405/cmd_pci405.c
/rk3399_rockchip-uboot/board/esd/pci405/pci405.c
/rk3399_rockchip-uboot/board/esd/pf5200/pf5200.c
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/pmc405/pmc405.c
/rk3399_rockchip-uboot/board/esd/pmc440/cmd_pmc440.c
/rk3399_rockchip-uboot/board/esd/tasreg/tasreg.c
/rk3399_rockchip-uboot/board/esd/voh405/voh405.c
/rk3399_rockchip-uboot/board/evb64260/zuma_pbb.c
/rk3399_rockchip-uboot/board/freescale/common/pixis.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
/rk3399_rockchip-uboot/board/g2000/g2000.c
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/keymile/common/keymile_hdlc_enet.c
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/lwmon5/kbd.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/mpl/mip405/cmd_mip405.c
/rk3399_rockchip-uboot/board/mpl/pati/cmd_pati.c
/rk3399_rockchip-uboot/board/mpl/pip405/cmd_pip405.c
/rk3399_rockchip-uboot/board/mpl/vcma9/cmd_vcma9.c
/rk3399_rockchip-uboot/board/pcippc2/pcippc2.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/pn62/cmd_pn62.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/pxa255_idp/pxa_idp.c
/rk3399_rockchip-uboot/board/r360mpi/r360mpi.c
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/rtl8169_mac.c
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/selfcheck.c
/rk3399_rockchip-uboot/board/sandburst/common/ppc440gx_i2c.c
/rk3399_rockchip-uboot/board/sandburst/karef/karef.c
/rk3399_rockchip-uboot/board/sandburst/metrobox/metrobox.c
/rk3399_rockchip-uboot/board/siemens/common/fpga.c
/rk3399_rockchip-uboot/board/siemens/pcu_e/pcu_e.c
/rk3399_rockchip-uboot/board/ssv/common/cmd_sled.c
/rk3399_rockchip-uboot/board/ssv/common/wd_pio.c
/rk3399_rockchip-uboot/board/tqc/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqc/tqm5200/cmd_tb5200.c
/rk3399_rockchip-uboot/board/tqc/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trab/trab.c
/rk3399_rockchip-uboot/board/trizepsiv/eeprom.c
/rk3399_rockchip-uboot/board/w7o/cmd_vpd.c
/rk3399_rockchip-uboot/board/zeus/update.c
/rk3399_rockchip-uboot/board/zeus/zeus.c
cmd_ambapp.c
cmd_autoscript.c
cmd_bdinfo.c
cmd_bedbug.c
cmd_bmp.c
cmd_boot.c
cmd_bootldr.c
cmd_bootm.c
cmd_cache.c
cmd_console.c
cmd_cplbinfo.c
cmd_date.c
cmd_dcr.c
cmd_df.c
cmd_diag.c
cmd_display.c
cmd_doc.c
cmd_dtt.c
cmd_eeprom.c
cmd_elf.c
cmd_ext2.c
cmd_fat.c
cmd_fdc.c
cmd_fdos.c
cmd_fdt.c
cmd_flash.c
cmd_fpga.c
cmd_i2c.c
cmd_ide.c
cmd_immap.c
cmd_irq.c
cmd_itest.c
cmd_jffs2.c
cmd_license.c
cmd_load.c
cmd_log.c
cmd_mac.c
cmd_mem.c
cmd_mfsl.c
cmd_mii.c
cmd_misc.c
cmd_mmc.c
cmd_mp.c
cmd_nand.c
cmd_net.c
cmd_nvedit.c
cmd_onenand.c
cmd_otp.c
cmd_pci.c
cmd_pcmcia.c
cmd_portio.c
cmd_reginfo.c
cmd_reiser.c
cmd_sata.c
cmd_scsi.c
cmd_setexpr.c
cmd_sf.c
cmd_spi.c
cmd_strings.c
cmd_terminal.c
cmd_ubi.c
cmd_universe.c
cmd_usb.c
cmd_vfd.c
cmd_ximg.c
cmd_yaffs2.c
command.c
hush.c
kgdb.c
lcd.c
/rk3399_rockchip-uboot/cpu/mpc512x/speed.c
/rk3399_rockchip-uboot/cpu/mpc83xx/ecc.c
/rk3399_rockchip-uboot/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/cpu/nios2/sysid.c
/rk3399_rockchip-uboot/drivers/gpio/pca953x.c
/rk3399_rockchip-uboot/drivers/misc/ds4510.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/include/command.h
62c3ae7c28-Jan-2009 Peter Tyser <ptyser@xes-inc.com>

Standardize command usage messages with cmd_usage()

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


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c
/rk3399_rockchip-uboot/board/ads5121/ads5121_diu.c
/rk3399_rockchip-uboot/board/amcc/acadia/cmd_acadia.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/bootstrap.c
/rk3399_rockchip-uboot/board/amcc/katmai/cmd_katmai.c
/rk3399_rockchip-uboot/board/amcc/kilauea/cmd_pll.c
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/makalu/cmd_pll.c
/rk3399_rockchip-uboot/board/amcc/sequoia/cmd_sequoia.c
/rk3399_rockchip-uboot/board/amcc/yucca/cmd_yucca.c
/rk3399_rockchip-uboot/board/barco/barco.c
/rk3399_rockchip-uboot/board/esd/common/lcd.c
/rk3399_rockchip-uboot/board/esd/dasa_sim/cmd_dasa_sim.c
/rk3399_rockchip-uboot/board/freescale/common/sys_eeprom.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/pcippc2/pcippc2.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/pn62/cmd_pn62.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/rtl8169_mac.c
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/selfcheck.c
/rk3399_rockchip-uboot/board/siemens/common/fpga.c
/rk3399_rockchip-uboot/board/siemens/pcu_e/pcu_e.c
/rk3399_rockchip-uboot/board/ssv/common/cmd_sled.c
/rk3399_rockchip-uboot/board/ssv/common/wd_pio.c
/rk3399_rockchip-uboot/board/tqc/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trizepsiv/eeprom.c
/rk3399_rockchip-uboot/board/w7o/cmd_vpd.c
cmd_bedbug.c
cmd_bmp.c
cmd_boot.c
cmd_bootm.c
cmd_cache.c
cmd_date.c
cmd_dcr.c
cmd_df.c
cmd_doc.c
cmd_eeprom.c
cmd_ext2.c
cmd_fdc.c
cmd_fdos.c
cmd_fdt.c
cmd_flash.c
cmd_fpga.c
cmd_i2c.c
cmd_ide.c
cmd_irq.c
cmd_itest.c
cmd_jffs2.c
cmd_load.c
cmd_log.c
cmd_mem.c
cmd_mfsl.c
cmd_mii.c
cmd_misc.c
cmd_mp.c
cmd_nand.c
cmd_net.c
cmd_nvedit.c
cmd_onenand.c
cmd_otp.c
cmd_pci.c
cmd_portio.c
cmd_reiser.c
cmd_sata.c
cmd_scsi.c
cmd_setexpr.c
cmd_sf.c
cmd_strings.c
cmd_ubi.c
cmd_usb.c
cmd_vfd.c
command.c
hush.c
main.c
/rk3399_rockchip-uboot/cpu/mpc8260/bedbug_603e.c
/rk3399_rockchip-uboot/cpu/mpc83xx/ecc.c
/rk3399_rockchip-uboot/cpu/mpc8xx/bedbug_860.c
/rk3399_rockchip-uboot/cpu/ppc4xx/bedbug_405.c
/rk3399_rockchip-uboot/doc/README.mpc8572ds
/rk3399_rockchip-uboot/drivers/gpio/pca953x.c
/rk3399_rockchip-uboot/drivers/misc/ds4510.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/tools/updater/cmd_flash.c
cf7e399f27-Jan-2009 Mike Frysinger <vapier@gentoo.org>

SATA: do not auto-initialize during boot

Rather than have the board code initialize SATA automatically during boot,
make the user manually run "sata init". This brings the SATA subsystem in
line wi

SATA: do not auto-initialize during boot

Rather than have the board code initialize SATA automatically during boot,
make the user manually run "sata init". This brings the SATA subsystem in
line with common U-Boot policy.

Rather than having a dedicated weak function "is_sata_supported", people
can override sata_initialize() to do their weird board stuff. Then they
can call the actual __sata_initialize().

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

show more ...

b5b004ad30-Dec-2008 Tomasz Figa <tomasz.figa@gmail.com>

jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE

This patch fixes a bug (?) introduced after inclusion of the new
JFFS2 code.

When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jff

jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE

This patch fixes a bug (?) introduced after inclusion of the new
JFFS2 code.

When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
fill in part->sector_size (keeping it as 0), but a correct value is
needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
to be in the same place of the memory, what obviously means
impossibility to use the JFFS2 partition.

This problem is fixed in this patch by including sector size
calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.

Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>

show more ...

ba69dc2630-Dec-2008 Mike Frysinger <vapier@gentoo.org>

saveenv: standardize enablement

Rather than special casing each environment type for enabling the saveenv
command, have them all behave the same. This avoids bitrot as new env
sources are added/rem

saveenv: standardize enablement

Rather than special casing each environment type for enabling the saveenv
command, have them all behave the same. This avoids bitrot as new env
sources are added/removed.

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

show more ...

107b801c02-Jan-2009 Matthias Fuchs <matthias.fuchs@esd-electronics.com>

Fix gunzip in case of insufficient output buffer

U-Boot's gunzip() function does not handle the return code
of zlib's inflate() function correctly. gunzip() is implemented
to uncompress all input da

Fix gunzip in case of insufficient output buffer

U-Boot's gunzip() function does not handle the return code
of zlib's inflate() function correctly. gunzip() is implemented
to uncompress all input data in one run. So the correct return
code for the good case is Z_STREAM_END. In case of insufficient
output buffer memory inflate returns Z_OK. For gunzip() this
is an error.

It also makes sense to me to call inflateEnd() also in case
of an error.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/mpc8315erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/mpc837xemds.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/pci.h
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/mpc8536ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/mpc8572ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/ddr.c
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/Makefile
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/config.mk
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/gdppc440etx.c
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/init.S
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/u-boot.lds
/rk3399_rockchip-uboot/board/micronas/vct/Makefile
/rk3399_rockchip-uboot/board/micronas/vct/bcu.h
/rk3399_rockchip-uboot/board/micronas/vct/config.mk
/rk3399_rockchip-uboot/board/micronas/vct/dcgu.c
/rk3399_rockchip-uboot/board/micronas/vct/dcgu.h
/rk3399_rockchip-uboot/board/micronas/vct/ebi.c
/rk3399_rockchip-uboot/board/micronas/vct/ebi.h
/rk3399_rockchip-uboot/board/micronas/vct/ebi_nor_flash.c
/rk3399_rockchip-uboot/board/micronas/vct/ebi_onenand.c
/rk3399_rockchip-uboot/board/micronas/vct/ebi_smc911x.c
/rk3399_rockchip-uboot/board/micronas/vct/ehci.c
/rk3399_rockchip-uboot/board/micronas/vct/gpio.c
/rk3399_rockchip-uboot/board/micronas/vct/scc.c
/rk3399_rockchip-uboot/board/micronas/vct/scc.h
/rk3399_rockchip-uboot/board/micronas/vct/smc_eeprom.c
/rk3399_rockchip-uboot/board/micronas/vct/top.c
/rk3399_rockchip-uboot/board/micronas/vct/u-boot.lds
/rk3399_rockchip-uboot/board/micronas/vct/vct.c
/rk3399_rockchip-uboot/board/micronas/vct/vct.h
/rk3399_rockchip-uboot/board/micronas/vct/vcth/reg_dcgu.h
/rk3399_rockchip-uboot/board/micronas/vct/vcth/reg_ebi.h
/rk3399_rockchip-uboot/board/micronas/vct/vcth/reg_fwsram.h
/rk3399_rockchip-uboot/board/micronas/vct/vcth/reg_gpio.h
/rk3399_rockchip-uboot/board/micronas/vct/vcth/reg_scc.h
/rk3399_rockchip-uboot/board/micronas/vct/vcth/reg_usbh.h
/rk3399_rockchip-uboot/board/micronas/vct/vcth/reg_wdt.h
/rk3399_rockchip-uboot/board/micronas/vct/vcth2/reg_ebi.h
/rk3399_rockchip-uboot/board/micronas/vct/vctv/reg_dcgu.h
/rk3399_rockchip-uboot/board/micronas/vct/vctv/reg_ebi.h
/rk3399_rockchip-uboot/board/micronas/vct/vctv/reg_gpio.h
/rk3399_rockchip-uboot/board/micronas/vct/vctv/reg_wdt.h
/rk3399_rockchip-uboot/board/sheldon/simpc8313/Makefile
/rk3399_rockchip-uboot/board/sheldon/simpc8313/config.mk
/rk3399_rockchip-uboot/board/sheldon/simpc8313/sdram.c
/rk3399_rockchip-uboot/board/sheldon/simpc8313/simpc8313.c
/rk3399_rockchip-uboot/board/stxgp3/ddr.c
/rk3399_rockchip-uboot/board/stxssa/ddr.c
cmd_bootm.c
/rk3399_rockchip-uboot/cpu/mips/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc83xx/pcie.c
/rk3399_rockchip-uboot/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/fdt.c
/rk3399_rockchip-uboot/cpu/mpc85xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc8xxx/ddr/ctrl_regs.c
/rk3399_rockchip-uboot/cpu/mpc8xxx/ddr/options.c
/rk3399_rockchip-uboot/cpu/ppc4xx/sdram.c
/rk3399_rockchip-uboot/doc/README.mpc8572ds
/rk3399_rockchip-uboot/doc/README.simpc8313
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/ds4510.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/atmel.c
/rk3399_rockchip-uboot/drivers/mtd/spi/stmicro.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/include/asm-ppc/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/include/asm-ppc/fsl_lbc.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_83xx.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.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/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/SIMPC8313.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/VOM405.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/gdppc440etx.h
/rk3399_rockchip-uboot/include/configs/sbc405.h
/rk3399_rockchip-uboot/include/configs/vct.h
/rk3399_rockchip-uboot/include/ds4510.h
/rk3399_rockchip-uboot/include/e500.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/lib_generic/gunzip.c
/rk3399_rockchip-uboot/nand_spl/board/sheldon/simpc8313/Makefile
/rk3399_rockchip-uboot/nand_spl/board/sheldon/simpc8313/u-boot.lds
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20001122-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20010114-2.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20010226-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/980619-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/Makefile
/rk3399_rockchip-uboot/post/lib_ppc/fpu/acc1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/compare-fp-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/fpu.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/mul-subnormal-single-1.c
/rk3399_rockchip-uboot/tools/easylogo/easylogo.c
b6fc6fd416-Dec-2008 Dirk Eibach <eibach@gdsys.de>

common: Iteration limit for memory test.

The iteration limit is passed to mtest as a fourth parameter:
[start [end [pattern [iterations]]]]
If no fourth parameter is supplied, there is no iteration

common: Iteration limit for memory test.

The iteration limit is passed to mtest as a fourth parameter:
[start [end [pattern [iterations]]]]
If no fourth parameter is supplied, there is no iteration limit and the
test will loop forever.

Signed-off-by: Dirk Eibach <eibach@gdsys.de>

show more ...

c3284b0310-Dec-2008 Peter Korsgaard <jacmet@sunsite.dk>

common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED

Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
!CONFIG_AUTO

common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED

Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
!CONFIG_AUTOBOOT_KEYED case.

Do this by reversing the loop so we do at least one iteration before
checking for timeout.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/eNET/Makefile
/rk3399_rockchip-uboot/board/eNET/config.mk
/rk3399_rockchip-uboot/board/eNET/eNET.c
/rk3399_rockchip-uboot/board/eNET/eNET_start.S
/rk3399_rockchip-uboot/board/eNET/eNET_start16.S
/rk3399_rockchip-uboot/board/eNET/hardware.h
/rk3399_rockchip-uboot/board/eNET/u-boot.lds
/rk3399_rockchip-uboot/board/keymile/common/common.c
/rk3399_rockchip-uboot/board/keymile/common/common.h
/rk3399_rockchip-uboot/board/keymile/kmeter1/Makefile
/rk3399_rockchip-uboot/board/keymile/kmeter1/config.mk
/rk3399_rockchip-uboot/board/keymile/kmeter1/kmeter1.c
/rk3399_rockchip-uboot/board/keymile/mgcoge/mgcoge.c
/rk3399_rockchip-uboot/board/keymile/mgsuvd/mgsuvd.c
/rk3399_rockchip-uboot/board/sc520_cdp/u-boot.lds
/rk3399_rockchip-uboot/board/sc520_spunk/u-boot.lds
main.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/resetvec.S
/rk3399_rockchip-uboot/cpu/i386/sc520.c
/rk3399_rockchip-uboot/doc/README.kmeter1
/rk3399_rockchip-uboot/drivers/mtd/jedec_flash.c
/rk3399_rockchip-uboot/include/asm-i386/interrupt.h
/rk3399_rockchip-uboot/include/asm-ppc/cpm_8260.h
/rk3399_rockchip-uboot/include/configs/eNET.h
/rk3399_rockchip-uboot/include/configs/keymile-common.h
/rk3399_rockchip-uboot/include/configs/kmeter1.h
/rk3399_rockchip-uboot/include/configs/mgcoge.h
/rk3399_rockchip-uboot/include/configs/mgsuvd.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sc520_spunk.h
/rk3399_rockchip-uboot/include/div64.h
/rk3399_rockchip-uboot/lib_m68k/interrupts.c
6dadc91920-Oct-2008 Mike Frysinger <vapier@gentoo.org>

Blackfin: use common strmhz() in system output

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

d4bade8d19-Jan-2009 Mike Frysinger <vapier@gentoo.org>

nand: fixup printf modifiers to match types used

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>

389e662020-Jan-2009 Schlaegl Manfred jun <manfred.schlaegl@gmx.at>

nand read.jffs2 (nand_legacy) in common/cmd_nand.c

Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
"nand

nand read.jffs2 (nand_legacy) in common/cmd_nand.c

Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
"nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
tested before ".jffs2s" and only the first two characters are compared.

Correction:
Test for ".jffs2s" first and compare the first 7 characters.

Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...


cmd_nand.c
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/G2000.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/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.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/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/afeb9260.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/at91cap9adk.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.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/at91sam9rlek.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/canyonlands.h
/rk3399_rockchip-uboot/include/configs/csb637.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/kilauea.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/quad100hd.h
/rk3399_rockchip-uboot/include/configs/sbc2410x.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/smdk6400.h
/rk3399_rockchip-uboot/include/configs/socrates.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/linux/mtd/bbm.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/linux/mtd/nand_legacy.h
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/nand_spl/nand_boot_fsl_elbc.c
50657c2713-Dec-2008 Nishanth Menon <menon.nishanth@gmail.com>

NAND: Enable nand lock, unlock feature

Enable nand lock, unlock and status of lock feature.
Not every device and platform requires this, hence,
it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK

Na

NAND: Enable nand lock, unlock feature

Enable nand lock, unlock and status of lock feature.
Not every device and platform requires this, hence,
it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK

Nand unlock and status operate on block boundary instead
of page boundary. Details in:
http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT

Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
Includes preliminary suggestions from Scott Wood

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...

1...<<161162163164165166167168169170>>...211