History log of /rk3399_rockchip-uboot/arch/arm/cpu/ (Results 2701 – 2725 of 3557)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2d61084b05-Aug-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add cpu_eth_init function

This supports ethernet driver of RMOBILE R8A7740.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwama

arm: rmobile: Add cpu_eth_init function

This supports ethernet driver of RMOBILE R8A7740.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

62d0b6ba20-Jul-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add support PFC of Renesas R8A7740

Renesas R8A7740 has GPIO based PFC. This privode framework of PFC.
The code included in this base from linux kernel.

Signed-off-by: Hideyuki Sano <h

arm: rmobile: Add support PFC of Renesas R8A7740

Renesas R8A7740 has GPIO based PFC. This privode framework of PFC.
The code included in this base from linux kernel.

Signed-off-by: Hideyuki Sano <hideyuki.sano.dn@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

cfa291b720-Jul-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add support Renesas R8A7740

Renesas R8A7740 is CPU with Cortex-A9.
This supports the basic register definition and GPIO.

Signed-off-by: Hideyuki Sano <hideyuki.sano.dn@renesas.com>
Si

arm: rmobile: Add support Renesas R8A7740

Renesas R8A7740 is CPU with Cortex-A9.
This supports the basic register definition and GPIO.

Signed-off-by: Hideyuki Sano <hideyuki.sano.dn@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

2c541df903-Aug-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add support TMU base timer function

Some rmobile SoC has TMU base timer function. This supports TMU.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by:

arm: rmobile: Add support TMU base timer function

Some rmobile SoC has TMU base timer function. This supports TMU.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

2f7ea5b025-Jul-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Change initializing ICCICR register

There is rmobile without ICCICR.
ICCICR is initialized only when ICCICR is defined.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.

arm: rmobile: Change initializing ICCICR register

There is rmobile without ICCICR.
ICCICR is initialized only when ICCICR is defined.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

4f007b8325-Jul-2012 Tetsuyuki Kobayashi <koba@kmckk.co.jp>

arm: rmobile: kzm9g: separate cpu_rev to integer and fraction

According to SoC document, revision info is separated to integer part and
fracton part.
So I separete rmobile_get_cpu_rev() to rmobile_g

arm: rmobile: kzm9g: separate cpu_rev to integer and fraction

According to SoC document, revision info is separated to integer part and
fracton part.
So I separete rmobile_get_cpu_rev() to rmobile_get_cpu_rev_integer() and
rmobile_get_cpu_rev_fraction().

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

170cc96f25-Jul-2012 Tetsuyuki Kobayashi <koba@kmckk.co.jp>

arm: rmobile: kzm9g: fix CPU info

CPU info register was read wrongly by mistake. And function rmobile_get_cpu_rev() was not called properly.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Si

arm: rmobile: kzm9g: fix CPU info

CPU info register was read wrongly by mistake. And function rmobile_get_cpu_rev() was not called properly.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

c7ee8a5005-Jul-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Support build with gcc-4.6 or later

Latest rmobile code was tested by using old gcc (gcc-4.4).
When we use gcc-4.6 (or later), the build is made, but does not work.
This solves a probl

arm: rmobile: Support build with gcc-4.6 or later

Latest rmobile code was tested by using old gcc (gcc-4.4).
When we use gcc-4.6 (or later), the build is made, but does not work.
This solves a problem not to work by add -march=armv5 to compiple option
when we built in gcc-4.6 (or later).
I tested by linaro's compiler version 2012.04-20120426.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

b045a23720-Jul-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add support PFC of Renesas SH73A0

Renesas SH73A0 has GPIO based PFC. This privode framework of PFC.
The code included in this base from linux kernel.

Signed-off-by: Nobuhiro Iwamatsu

arm: rmobile: Add support PFC of Renesas SH73A0

Renesas SH73A0 has GPIO based PFC. This privode framework of PFC.
The code included in this base from linux kernel.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

1cdf248219-Aug-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add support Renesas SH73A0

Renesas SH73A0 is CPU with Cortex-A9.
This supports the basic register definition and GPIO.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.c

arm: rmobile: Add support Renesas SH73A0

Renesas SH73A0 is CPU with Cortex-A9.
This supports the basic register definition and GPIO.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

4fb44e2213-Jun-2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

arm: rmobile: Add basic support for Renesas R-Mobile

This patch adds minimum support for R-Mobile. Only minimal support with timer.
This CPU can uses the peripheral of Renesas SuperH.

Signed-off-by

arm: rmobile: Add basic support for Renesas R-Mobile

This patch adds minimum support for R-Mobile. Only minimal support with timer.
This CPU can uses the peripheral of Renesas SuperH.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

show more ...

90207b6218-Sep-2012 Joel A Fernandes <joelagnel@ti.com>

am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX

U-boot should not ignore getting the bootmode passed on from the bootrom.
With this, U-boot SPL knows it was loaded from MMC1 and use th

am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX

U-boot should not ignore getting the bootmode passed on from the bootrom.
With this, U-boot SPL knows it was loaded from MMC1 and use this info to
read full U-boot from MMC1 as well.

Cc: pprakash@ti.com
Cc: trini@ti.com
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>

show more ...


/rk3399_rockchip-uboot/README
armv7/omap-common/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/imx-common/cpu.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/spl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/imx-regs.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/errno.h
/rk3399_rockchip-uboot/board/atmel/at91sam9x5ek/at91sam9x5ek.c
/rk3399_rockchip-uboot/board/davinci/ea20/ea20.c
/rk3399_rockchip-uboot/board/freescale/mx28evk/mx28evk.c
/rk3399_rockchip-uboot/board/freescale/mx51evk/mx51evk.c
/rk3399_rockchip-uboot/board/karo/tx25/lowlevel_init.S
/rk3399_rockchip-uboot/board/ti/beagle/beagle.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_zip.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/spl/Makefile
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/spl/spl_net.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/drivers/block/ata_piix.c
/rk3399_rockchip-uboot/drivers/mtd/nand/atmel_nand.c
/rk3399_rockchip-uboot/drivers/mtd/spi/atmel.c
/rk3399_rockchip-uboot/drivers/net/davinci_emac.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/drivers/video/mxc_ipuv3_fb.c
/rk3399_rockchip-uboot/include/bootstage.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_uncmd_spl.h
/rk3399_rockchip-uboot/include/configs/am335x_evm.h
/rk3399_rockchip-uboot/include/configs/at91sam9261ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9m10g45ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9x5ek.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/ea20.h
/rk3399_rockchip-uboot/include/configs/mx28evk.h
/rk3399_rockchip-uboot/include/configs/mx51evk.h
/rk3399_rockchip-uboot/include/ipu_pixfmt.h
/rk3399_rockchip-uboot/include/spl.h
/rk3399_rockchip-uboot/include/u-boot/zlib.h
/rk3399_rockchip-uboot/lib/Makefile
/rk3399_rockchip-uboot/lib/gzip.c
/rk3399_rockchip-uboot/lib/hashtable.c
/rk3399_rockchip-uboot/lib/zlib/deflate.c
/rk3399_rockchip-uboot/lib/zlib/deflate.h
/rk3399_rockchip-uboot/lib/zlib/trees.c
/rk3399_rockchip-uboot/lib/zlib/trees.h
/rk3399_rockchip-uboot/lib/zlib/zlib.c
/rk3399_rockchip-uboot/lib/zlib/zutil.h
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/spl/Makefile
cec2655c27-Sep-2012 Tom Rini <trini@ti.com>

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


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/davinci/da8xxevm/README.da850
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_pxe.c
/rk3399_rockchip-uboot/common/spl/Makefile
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/spl/spl_nor.c
/rk3399_rockchip-uboot/doc/README.NetConsole
/rk3399_rockchip-uboot/doc/README.SPL
/rk3399_rockchip-uboot/doc/README.pxe
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_spl_load.c
/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/configs/hawkboard.h
/rk3399_rockchip-uboot/include/mv88e6352.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/spl.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
3f7f241414-Aug-2012 Tom Rini <trini@ti.com>

ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

- Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs.
- Remove duplicated code.
- Add s

ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

- Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs.
- Remove duplicated code.
- Add spl_boot_device() that returns the statically chosen boot device.

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

show more ...

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

SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl

We move the spl_nand_load_image function to common/spl. This will allow
for easier integration of SPL-boots-Linux code on oth

SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl

We move the spl_nand_load_image function to common/spl. This will allow
for easier integration of SPL-boots-Linux code on other arches.

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

show more ...

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

SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux

In SPL (CONFIG_SPL_FRAMEWORK) board_init_f must setup the stack pointer,
clear the BSS and call board_init_r. We mark this as

SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux

In SPL (CONFIG_SPL_FRAMEWORK) board_init_f must setup the stack pointer,
clear the BSS and call board_init_r. We mark this as weak as some
platforms may need to perform additional initalization at this point.
We provide a gd that we know will be in a usable location, once the BSS
has been cleared to help with this as well. Finally, we no longer call
relocate_code so remove that from the armv7 version.

Next, both board_init_f and jump_to_image_linux are going to be
inherently arch-specific, so move these versions to arch/arm/lib/spl.c

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

show more ...

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

SPL: Move the omap SPL framework to common/spl

Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL
framework, enable on all of the previously using boards. We move the
spl_ymodem.c

SPL: Move the omap SPL framework to common/spl

Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL
framework, enable on all of the previously using boards. We move the
spl_ymodem.c portion to common/ and spl_mmc.c to drivers/mmc/. We leave
the NAND one in-place as we plan to replace it later in this series.

We use common/spl to avoid linker problems with respect to merging
constant strings in objects. Otherwise all strings in common/ will be
linked in and kept which grows SPL in size too much.

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

show more ...

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

ARM: SPL: Move gpmc_init() to spl_board_init()

This is an OMAP/related-specific function, move calling it to
spl_board_init() and turn on CONFIG_SPL_BOARD_INIT on the boards that
enabled NAND and di

ARM: SPL: Move gpmc_init() to spl_board_init()

This is an OMAP/related-specific function, move calling it to
spl_board_init() and turn on CONFIG_SPL_BOARD_INIT on the boards that
enabled NAND and didn't enable this already.

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

show more ...

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

ARM: SPL: Start hooking in the current SPI SPL support

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

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

ARM: SPL: Clean up spl.c / spl_nand.c slightly

- Remove includes we don't need
- Switch some printf statements to puts
- Convert some printf statements to debug, introduce new puts statements
- In

ARM: SPL: Clean up spl.c / spl_nand.c slightly

- Remove includes we don't need
- Switch some printf statements to puts
- Convert some printf statements to debug, introduce new puts statements
- In most cases saying just "No mkimage signature, assuming
u-boot.bin" or similar is sufficient. This also means the non-DEBUG
case doesn't need printf, in the core of SPL.
- The other case here is that PLAIN_VERSION provided what we wanted
already, so just use it.

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

show more ...

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

ARM: SPL: Make spl_mmc.c more generic

Move the default omap/related-centric board_mmc_init to
arch/arm/cpu/armv7/omap-common/boot-common.c and move the type defines
to <asm/spl.h>. Also use mmc->re

ARM: SPL: Make spl_mmc.c more generic

Move the default omap/related-centric board_mmc_init to
arch/arm/cpu/armv7/omap-common/boot-common.c and move the type defines
to <asm/spl.h>. Also use mmc->read_bl_len rather than MMCSD_SECTOR_SIZE

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

show more ...

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

ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>

Move the SPL prototypes from <asm/omap_common.h> into <asm/spl.h> and
add <asm/arch/spl.h> for arch specific portions of CONFIG_SPL_FRAMEWORK.

Signed-

ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>

Move the SPL prototypes from <asm/omap_common.h> into <asm/spl.h> and
add <asm/arch/spl.h> for arch specific portions of CONFIG_SPL_FRAMEWORK.

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

show more ...

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

ARM: SPL: Only call mem_malloc_init if configured

We can only attempt to setup a malloc pool if
CONFIG_SYS_SPL_MALLOC_START is defined, and not all boards require it.
Make the call depend on the def

ARM: SPL: Only call mem_malloc_init if configured

We can only attempt to setup a malloc pool if
CONFIG_SYS_SPL_MALLOC_START is defined, and not all boards require it.
Make the call depend on the define.

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

show more ...

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

ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c

This detection code doesn't (and can't) do anything currently, so
remove.

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

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

ARM: SPL: Rename omap_boot_mode to spl_boot_mode()

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

1...<<101102103104105106107108109110>>...143