History log of /rk3399_rockchip-uboot/common/ (Results 3151 – 3175 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bb64d1c903-Oct-2012 Joe Hershberger <joe.hershberger@ni.com>

Output strings from echo with puts where easy

Change echo to puts characters together where it knows about them
together. This improves netconsole performance by greatly reducing
the number of pack

Output strings from echo with puts where easy

Change echo to puts characters together where it knows about them
together. This improves netconsole performance by greatly reducing
the number of packets that are sent.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

show more ...

da83bcd703-Oct-2012 Joe Hershberger <joe.hershberger@ni.com>

Add a command to access the system timer

Two sub-commands... start and get.
* start sets the reference.
* get prints out the time since the last start (in "<sec>.<msec>" format).
If get is called

Add a command to access the system timer

Two sub-commands... start and get.
* start sets the reference.
* get prints out the time since the last start (in "<sec>.<msec>" format).
If get is called without start, returns time since boot.
Simple way to benchmark an operation: "timer start;<commands-to-measure>;timer get"

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

show more ...

c167cc0203-Oct-2012 Joe Hershberger <joe.hershberger@ni.com>

Add a new "ini" command

This allows you to read ini-formatted data from anywhere and then
import one of the sections into the environment

This is based on rev 16 at http://code.google.com/p/inih/

Add a new "ini" command

This allows you to read ini-formatted data from anywhere and then
import one of the sections into the environment

This is based on rev 16 at http://code.google.com/p/inih/

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

show more ...

36180d9603-Oct-2012 Joe Hershberger <joe.hershberger@ni.com>

Cleanup cache command prints

Only print when queried, not every time the setting is changed.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

e9455fcc03-Oct-2012 Joe Hershberger <joe.hershberger@ni.com>

Fix checkpatch.pl complaints in cmd_cache.c

Old code that is not compliant.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

ecd7295017-Aug-2012 Joe Hershberger <joe.hershberger@ni.com>

Add parameter to md5sum to save the md5 sum

Add a parameter that allows you to store the md5 sum to either a
memory location or a variable.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

5ab177be17-Aug-2012 Joe Hershberger <joe.hershberger@ni.com>

Implement verify option for md5sum command

Loosely based on CONFIG_CRC32_VERIFY.

The sum to verify against can be in memory, in a variable, or the last
parameter to the function directly.

Signed-o

Implement verify option for md5sum command

Loosely based on CONFIG_CRC32_VERIFY.

The sum to verify against can be in memory, in a variable, or the last
parameter to the function directly.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

show more ...

3c210e2917-Aug-2012 Joe Hershberger <joe.hershberger@ni.com>

Add parameter to sha1sum to save the SHA1 sum

Add a parameter that allows you to store the SHA1 sum to either a
memory location or a variable.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

e6e77d3517-Aug-2012 Joe Hershberger <joe.hershberger@ni.com>

Implement verify option for sha1sum command

Loosely based on CONFIG_CRC32_VERIFY.

The sum to verify against can be in memory, in a variable, or the last
parameter to the function directly.

Signed-

Implement verify option for sha1sum command

Loosely based on CONFIG_CRC32_VERIFY.

The sum to verify against can be in memory, in a variable, or the last
parameter to the function directly.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

show more ...

b0fe6abd17-Aug-2012 Joe Hershberger <joe.hershberger@ni.com>

Change dead code in "test" cmd to debug output

Improve debug output for test by indicating the number of parameters
and quoting the parameters to make it clear exactly what each contains

Signed-off

Change dead code in "test" cmd to debug output

Improve debug output for test by indicating the number of parameters
and quoting the parameters to make it clear exactly what each contains

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

show more ...

93d7212f17-Aug-2012 Joe Hershberger <joe.hershberger@ni.com>

Allow runtime configuration of "zero-delay" check

Define the new "-2" value for bootdelay to mean autoboot with no delay
and don't check for an abort key (while "0" value means do check).

Signed-of

Allow runtime configuration of "zero-delay" check

Define the new "-2" value for bootdelay to mean autoboot with no delay
and don't check for an abort key (while "0" value means do check).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>

show more ...

2eba38cf28-Sep-2012 Simon Glass <sjg@chromium.org>

bootstage: Add bootstage command

Now that there are a few features, add a bootstage command to access them.

bootstage report - prints a report
bootstage stash/unstash - stashes bootstage records in

bootstage: Add bootstage command

Now that there are a few features, add a bootstage command to access them.

bootstage report - prints a report
bootstage stash/unstash - stashes bootstage records in memory, reads them back

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

show more ...

fcf509b828-Sep-2012 Simon Glass <sjg@chromium.org>

bootstage: Add feature to stash/unstash bootstage info

It is useful to be able to write the bootstage information to memory for
use by a later utility, or the Linux kernel. Provide a function to do

bootstage: Add feature to stash/unstash bootstage info

It is useful to be able to write the bootstage information to memory for
use by a later utility, or the Linux kernel. Provide a function to do
this as well as a function to read bootstage information back and incorporate
it into the current table.

This also makes it possible for U-Boot to chain to another U-Boot and pass
on its bootstage information.

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

show more ...

94fd131628-Sep-2012 Simon Glass <sjg@chromium.org>

bootstage: Store boot timings in device tree

Add an option, CONFIG_BOOTSTAGE_FDT to pass boot timings to the kernel
in the device tree, if available. To use this, you must have
CONFIG_OF_LIBFDT defi

bootstage: Store boot timings in device tree

Add an option, CONFIG_BOOTSTAGE_FDT to pass boot timings to the kernel
in the device tree, if available. To use this, you must have
CONFIG_OF_LIBFDT defined.

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

show more ...

0e99677328-Sep-2012 Simon Glass <sjg@chromium.org>

bootstage: Add time accumulation feature

Sometimes we want to add up the amount of time spent in a particular
activity when it is happening in a number of discrete chunks.

Add bootstage_start() to

bootstage: Add time accumulation feature

Sometimes we want to add up the amount of time spent in a particular
activity when it is happening in a number of discrete chunks.

Add bootstage_start() to mark the start of an acitivity and
bootstage_accum() to accumulate the time since the last start. Calling
these function in pairs results in the accumulated time being collected.

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

show more ...

094e06a528-Sep-2012 Simon Glass <sjg@chromium.org>

bootstage: Export bootstage_add_record() function

This function is not static, but not exported either. Add a prototype
in the header file and move the required enum to the header also.

Signed-off-

bootstage: Export bootstage_add_record() function

This function is not static, but not exported either. Add a prototype
in the header file and move the required enum to the header also.

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

show more ...

7ac2fe2d18-Sep-2012 Ilya Yanok <ilya.yanok@cogentembedded.com>

OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too.

OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>

show more ...

4063c77d17-Sep-2012 Ilya Yanok <ilya.yanok@cogentembedded.com>

OMAP: spl: call timer_init() from SPL

We need to initialize timer properly, otherwise all delays
inside SPL will be wrong.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>

e5acb88329-Sep-2012 Anatolij Gustschin <agust@denx.de>

cmd_fat.c: fix build warning

Commit cfda5aeab89d73779e26f0d34cf10f64caa67431
(cmd_fat: use common get_device_and_partition function)
introduced a warning:
cmd_fat.c: In function 'do_fat_fswrite':
cm

cmd_fat.c: fix build warning

Commit cfda5aeab89d73779e26f0d34cf10f64caa67431
(cmd_fat: use common get_device_and_partition function)
introduced a warning:
cmd_fat.c: In function 'do_fat_fswrite':
cmd_fat.c:178:8: warning: unused variable 'ep' [-Wunused-variable]

Fix it.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reported-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Tested-by: Albert ARIBAUD <albert.u.boot@aribaud.net>

show more ...

f2b96dfb28-Sep-2012 Lei Wen <adrian.wenl@gmail.com>

common: add zip command support

Signed-off-by: Lei Wen <leiwen@marvell.com>

cec2655c27-Sep-2012 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/Makefile
cmd_bootm.c
cmd_pxe.c
/rk3399_rockchip-uboot/doc/README.NetConsole
/rk3399_rockchip-uboot/doc/README.pxe
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/armada100_fec.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.h
/rk3399_rockchip-uboot/drivers/net/netconsole.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthAcc.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthAccCommon.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthAccControlInterface.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthAccDataPlane.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthAccMac.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthAccMii.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBAPI.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBAPISupport.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBCore.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBEvents.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBFeatures.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBFirewall.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBHashtable.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBLearning.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBMem.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBNPEAdaptor.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBPortUpdate.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBReports.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBSearch.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBSpanningTree.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBUtil.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBVlan.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthDBWiFi.c
/rk3399_rockchip-uboot/drivers/net/npe/IxEthMii.c
/rk3399_rockchip-uboot/drivers/net/npe/IxFeatureCtrl.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeDl.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeDlImageMgr.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeDlNpeMgr.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeDlNpeMgrUtils.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeMh.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeMhConfig.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeMhReceive.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeMhSend.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeMhSolicitedCbMgr.c
/rk3399_rockchip-uboot/drivers/net/npe/IxNpeMhUnsolicitedCbMgr.c
/rk3399_rockchip-uboot/drivers/net/npe/IxOsalBufferMgt.c
/rk3399_rockchip-uboot/drivers/net/npe/IxOsalIoMem.c
/rk3399_rockchip-uboot/drivers/net/npe/IxOsalOsCacheMMU.c
/rk3399_rockchip-uboot/drivers/net/npe/IxOsalOsMsgQ.c
/rk3399_rockchip-uboot/drivers/net/npe/IxOsalOsSemaphore.c
/rk3399_rockchip-uboot/drivers/net/npe/IxOsalOsServices.c
/rk3399_rockchip-uboot/drivers/net/npe/IxOsalOsThread.c
/rk3399_rockchip-uboot/drivers/net/npe/IxQMgrAqmIf.c
/rk3399_rockchip-uboot/drivers/net/npe/IxQMgrDispatcher.c
/rk3399_rockchip-uboot/drivers/net/npe/IxQMgrInit.c
/rk3399_rockchip-uboot/drivers/net/npe/IxQMgrQAccess.c
/rk3399_rockchip-uboot/drivers/net/npe/IxQMgrQCfg.c
/rk3399_rockchip-uboot/drivers/net/npe/Makefile
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAssert.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmSch.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmTypes.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmdAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmdAccCtrl.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxAtmm.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxDmaAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthAccDataPlane_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthAccMac_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthAccMii_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthAccQueueAssign_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthAcc_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthDB.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthDBLocks_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthDBLog_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthDBMessages_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthDBPortDefs.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthDBQoS.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthDB_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthMii.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthMii_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxEthNpe.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxFeatureCtrl.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxHssAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxI2cDrv.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeA.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeDl.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeDlImageMgr_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeDlMacros_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeDlNpeMgrEcRegisters_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeDlNpeMgrUtils_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeDlNpeMgr_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeMh.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeMhConfig_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeMhMacros_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeMhReceive_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeMhSend_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeMhSolicitedCbMgr_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeMhUnsolicitedCbMgr_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxNpeMicrocode.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsBufLib.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsBuffMgt.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsBuffPoolMgt.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsCacheMMU.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsPrintf.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsServices.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsServicesComponents.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsServicesEndianess.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsServicesMemAccess.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsServicesMemMap.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsal.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalAssert.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBackward.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBackwardAssert.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBackwardBufferMgt.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBackwardCacheMMU.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBackwardMemMap.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBackwardOsServices.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBackwardOssl.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBufferMgt.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalBufferMgtDefault.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalConfig.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalEndianess.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalIoMem.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalMemAccess.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalOem.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalOs.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalOsAssert.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalOsBufferMgt.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalOsIxp400.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalOsIxp400CustomizedMapping.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalOsTypes.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalOsUtilitySymbols.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalTypes.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxOsalUtilitySymbols.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxParityENAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxPerfProfAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxQMgr.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxQMgrAqmIf_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxQMgrDefines_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxQMgrDispatcher_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxQMgrLog_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxQMgrQAccess_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxQMgrQCfg_p.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxQueueAssignments.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxSspAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxTimeSyncAcc.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxTimerCtrl.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxTypes.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxUART.h
/rk3399_rockchip-uboot/drivers/net/npe/include/IxVersionId.h
/rk3399_rockchip-uboot/drivers/net/npe/include/ix_error.h
/rk3399_rockchip-uboot/drivers/net/npe/include/ix_macros.h
/rk3399_rockchip-uboot/drivers/net/npe/include/ix_os_type.h
/rk3399_rockchip-uboot/drivers/net/npe/include/ix_ossl.h
/rk3399_rockchip-uboot/drivers/net/npe/include/ix_symbols.h
/rk3399_rockchip-uboot/drivers/net/npe/include/ix_types.h
/rk3399_rockchip-uboot/drivers/net/npe/include/npe.h
/rk3399_rockchip-uboot/drivers/net/npe/include/os_datatypes.h
/rk3399_rockchip-uboot/drivers/net/npe/miiphy.c
/rk3399_rockchip-uboot/drivers/net/npe/npe.c
/rk3399_rockchip-uboot/drivers/net/phy/Makefile
/rk3399_rockchip-uboot/drivers/net/phy/mv88e6352.c
/rk3399_rockchip-uboot/drivers/net/phy/vitesse.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.h
/rk3399_rockchip-uboot/drivers/net/xilinx_emaclite.c
/rk3399_rockchip-uboot/drivers/net/zynq_gem.c
/rk3399_rockchip-uboot/drivers/usb/eth/asix.c
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/include/mv88e6352.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/usb_ether.h
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/tools/netconsole
c57b953d30-Aug-2012 Pavel Machek <pavel@denx.de>

SPL: Add support for loading image from ram in SPL.

Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>

4212098127-Aug-2012 Tom Rini <trini@ti.com>

SPL: Rework how we inform about un-headered images

First, remove the puts from the case where we don't have an mkimage
header as this is somewhat common and intentional for no-arg target
images. Se

SPL: Rework how we inform about un-headered images

First, remove the puts from the case where we don't have an mkimage
header as this is somewhat common and intentional for no-arg target
images. Second, rework the final switch statement in board_init_r to,
in the case of !CONFIG_SPL_OS_BOOT be only about doing debug prints
about if we know what the magic is or not (the CONFIG_SPL_OS_BOOT case
is unchanged). Then we call jump_to_image_no_args(). This gives us the
same behavior as before but with slightly smaller code.

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

show more ...

1292eaf327-Aug-2012 Tom Rini <trini@ti.com>

SPL: Make un-supported boot device puts a debug instead

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

3c6f8a0d28-Aug-2012 Stefan Roese <sr@denx.de>

SPL: Enable use of custom defined U-Boot entry point

By setting CONFIG_SYS_UBOOT_START boards can now use a different entry
point for their U-Boot image. So the U-Boot entry point is not fixed
to CO

SPL: Enable use of custom defined U-Boot entry point

By setting CONFIG_SYS_UBOOT_START boards can now use a different entry
point for their U-Boot image. So the U-Boot entry point is not fixed
to CONFIG_SYS_TEXT_BASE any more.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>

show more ...

1...<<121122123124125126127128129130>>...211