History log of /rk3399_rockchip-uboot/common/ (Results 4101 – 4125 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
65d8bc9417-Mar-2009 Scott Wood <scottwood@freescale.com>

NAND: Have nboot accept .e and .i as legacy no-ops.

This was intended to happen before, but a trivial bug prevented it.

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

0987505513-Mar-2009 Ladislav Michl <ladis@linux-mips.org>

NAND: Make nboot skip bad blocks

nboot command currently does not skip bad blocks and gives read error when
loading image stored over bad block. With patch applied, nboot works as
expected:

Device

NAND: Make nboot skip bad blocks

nboot command currently does not skip bad blocks and gives read error when
loading image stored over bad block. With patch applied, nboot works as
expected:

Device 0 bad blocks:
00780000
014a0000
02000000
02cc0000
04aa0000

Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
Image Name: Linux-2.6.22-omap1
Created: 2008-11-20 23:44:32 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1052520 Bytes = 1 MB
Load Address: 10008000
Entry Point: 10008000
Skipping bad block 0x02cc0000
Automatic boot of image at addr 0x10400000 ...
...

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/freescale/common/sgmii_riser.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/pci.c
/rk3399_rockchip-uboot/board/keymile/common/common.c
/rk3399_rockchip-uboot/board/keymile/kmeter1/kmeter1.c
/rk3399_rockchip-uboot/board/ms7720se/lowlevel_init.S
/rk3399_rockchip-uboot/board/omap3/beagle/beagle.c
/rk3399_rockchip-uboot/board/omap3/evm/evm.c
/rk3399_rockchip-uboot/board/omap3/overo/overo.c
/rk3399_rockchip-uboot/board/omap3/pandora/pandora.c
/rk3399_rockchip-uboot/board/omap3/zoom1/zoom1.c
/rk3399_rockchip-uboot/board/renesas/ap325rxa/lowlevel_init.S
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/config.mk
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/lowlevel_init.S
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/sh7785lcr.c
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/u-boot.lds
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/u-boot_29bit
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/u-boot_32bit
cmd_nand.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/sys_info.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc83xx/fdt.c
/rk3399_rockchip-uboot/cpu/mpc83xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc85xx/ddr-gen3.c
/rk3399_rockchip-uboot/cpu/pxa/interrupts.c
/rk3399_rockchip-uboot/cpu/sh4/cpu.c
/rk3399_rockchip-uboot/doc/README.sh7785lcr
/rk3399_rockchip-uboot/drivers/i2c/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/net/mpc5xxx_fec.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/pci/pci_sh4.c
/rk3399_rockchip-uboot/drivers/pci/pci_sh7780.c
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/cpu.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/omap3.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/sys_proto.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_85xx.h
/rk3399_rockchip-uboot/include/asm-sh/cpu_sh4.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/keymile-common.h
/rk3399_rockchip-uboot/include/configs/kmeter1.h
/rk3399_rockchip-uboot/include/configs/r2dplus.h
/rk3399_rockchip-uboot/include/configs/r7780mp.h
/rk3399_rockchip-uboot/include/configs/sh7785lcr.h
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/nand_spl/board/sheldon/simpc8313/Makefile
00cc559525-Feb-2009 Anatolij Gustschin <agust@denx.de>

lcd: Fix compilation warning in common/lcd.c

Fix following warning while compilation for mcc200 board:

lcd.c: In function 'lcd_display_bitmap':
lcd.c:625: warning: unused variable 'cmap'

Signed-of

lcd: Fix compilation warning in common/lcd.c

Fix following warning while compilation for mcc200 board:

lcd.c: In function 'lcd_display_bitmap':
lcd.c:625: warning: unused variable 'cmap'

Signed-off-by: Anatolij Gustschin <agust@denx.de>

show more ...

b245e65e06-Feb-2009 Guennadi Liakhovetski <lg@denx.de>

LCD: support 8bpp BMPs on 16bpp displays

This patch also simplifies some ifdefs in lcd.c, introduces a generic
vidinfo_t, which new drivers are encouraged to use and old drivers to switch
over to.

LCD: support 8bpp BMPs on 16bpp displays

This patch also simplifies some ifdefs in lcd.c, introduces a generic
vidinfo_t, which new drivers are encouraged to use and old drivers to switch
over to.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Acked-by: Anatolij Gustschin <agust@denx.de>

show more ...

a303dfb006-Feb-2009 Mark Jackson <mpfj@mimc.co.uk>

Add 16bpp BMP support

This patch adds 16bpp BMP support to the common lcd code.

Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.

At the moment it's only been tested on the M

Add 16bpp BMP support

This patch adds 16bpp BMP support to the common lcd code.

Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.

At the moment it's only been tested on the MIMC200 AVR32 board, but extending
this to other platforms should be a simple task !!

Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Acked-by: Anatolij Gustschin <agust@denx.de>

show more ...

2f70c49e10-Feb-2009 Heiko Schocher <hs@denx.de>

netloop: speed up NetLoop

NetLoop polls every cycle with getenv some environment variables.
This is horribly slow, especially when the environment is big.

This patch reads only the environment vari

netloop: speed up NetLoop

NetLoop polls every cycle with getenv some environment variables.
This is horribly slow, especially when the environment is big.

This patch reads only the environment variables in NetLoop,
when they were changed.

Also moved the init part of the NetLoop function in a seperate
function.

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>

show more ...

4f57289822-Feb-2009 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

arm: add uart dcc support

Serial driver via the EmbeddedICE macrocell's DCC channel using
co-processor 14.

It does include a timeout to ensure that the system does not
totally freeze when there is

arm: add uart dcc support

Serial driver via the EmbeddedICE macrocell's DCC channel using
co-processor 14.

It does include a timeout to ensure that the system does not
totally freeze when there is nothing connected to read.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

show more ...

fca0cecf18-Feb-2009 Minkyu Kang <mk7.kang@samsung.com>

bootm: Reduce the unnecessary memmove

Although load address and image start address are same address,
bootm command always does memmove.
That is unnecessary memmove and can be taken few milliseconds

bootm: Reduce the unnecessary memmove

Although load address and image start address are same address,
bootm command always does memmove.
That is unnecessary memmove and can be taken few milliseconds
(about 500 msec to 1000 msec).
If skip this memmove, we can reduce the boot time.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

show more ...

6bcb4b8003-Feb-2009 Derek Ou <dou@siconix.com>

lcd_putc bug fix for tab.

Signed-off-by: Derek Ou <dou@siconix.com>


/rk3399_rockchip-uboot/board/keymile/mgcoge/mgcoge.c
/rk3399_rockchip-uboot/board/keymile/mgsuvd/mgsuvd.c
lcd.c
/rk3399_rockchip-uboot/cpu/mips/Makefile
/rk3399_rockchip-uboot/cpu/pxa/Makefile
/rk3399_rockchip-uboot/cpu/pxa/interrupts.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/omap3_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/pxa_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/pxa_mmc.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM850L.h
/rk3399_rockchip-uboot/include/configs/TQM850M.h
/rk3399_rockchip-uboot/include/configs/TQM855L.h
/rk3399_rockchip-uboot/include/configs/TQM855M.h
/rk3399_rockchip-uboot/include/configs/TQM860L.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM862L.h
/rk3399_rockchip-uboot/include/configs/TQM862M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/TQM885D.h
/rk3399_rockchip-uboot/include/configs/cerf250.h
/rk3399_rockchip-uboot/include/configs/cradle.h
/rk3399_rockchip-uboot/include/configs/csb226.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/innokom.h
/rk3399_rockchip-uboot/include/configs/logodl.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/mgcoge.h
/rk3399_rockchip-uboot/include/configs/mgsuvd.h
/rk3399_rockchip-uboot/include/configs/pleb2.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/trizepsiv.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/wepep250.h
/rk3399_rockchip-uboot/include/configs/xaeniax.h
/rk3399_rockchip-uboot/include/configs/xm250.h
/rk3399_rockchip-uboot/include/configs/xsengine.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
3511b4e218-Feb-2009 Dirk Behme <dirk.behme@googlemail.com>

MMC: Don't use new framework code if not enabled

Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
isn't enabled.

Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>

1bba30ef18-Feb-2009 Wolfgang Denk <wd@denx.de>

Coding style cleanup, update CHANGELOG

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

5f03201001-Feb-2009 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

ec6f149901-Feb-2009 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

common/console: coding style cleanup

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

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

rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV

The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
rather than a generic "env" command, or anything else related to the
environment.

rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV

The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
rather than a generic "env" command, or anything else related to the
environment. So, let's make sure the define is named accordingly.

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

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/api_examples/Makefile
/rk3399_rockchip-uboot/api_examples/crt0.S
/rk3399_rockchip-uboot/api_examples/demo.c
/rk3399_rockchip-uboot/api_examples/glue.c
/rk3399_rockchip-uboot/api_examples/glue.h
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/mpc837xemds.c
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/mpc8536ds.c
cmd_nvedit.c
env_flash.c
env_nand.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/include/api_public.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_83xx.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_85xx.h
/rk3399_rockchip-uboot/include/config_cmd_all.h
/rk3399_rockchip-uboot/include/config_cmd_default.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/EP1S10.h
/rk3399_rockchip-uboot/include/configs/EP1S40.h
/rk3399_rockchip-uboot/include/configs/ERIC.h
/rk3399_rockchip-uboot/include/configs/FLAGADM.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8323ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.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/MPC8540EVAL.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/MVS1.h
/rk3399_rockchip-uboot/include/configs/MigoR.h
/rk3399_rockchip-uboot/include/configs/PATI.h
/rk3399_rockchip-uboot/include/configs/PCI5441.h
/rk3399_rockchip-uboot/include/configs/PK1C20.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PN62.h
/rk3399_rockchip-uboot/include/configs/QS823.h
/rk3399_rockchip-uboot/include/configs/QS850.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SIMPC8313.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/TQM8260.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/VoVPN-GW.h
/rk3399_rockchip-uboot/include/configs/XPEDITE5200.h
/rk3399_rockchip-uboot/include/configs/XPEDITE5370.h
/rk3399_rockchip-uboot/include/configs/ap325rxa.h
/rk3399_rockchip-uboot/include/configs/cm4008.h
/rk3399_rockchip-uboot/include/configs/cm41xx.h
/rk3399_rockchip-uboot/include/configs/cmi_mpc5xx.h
/rk3399_rockchip-uboot/include/configs/csb226.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/eNET.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/gth2.h
/rk3399_rockchip-uboot/include/configs/innokom.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/kmeter1.h
/rk3399_rockchip-uboot/include/configs/logodl.h
/rk3399_rockchip-uboot/include/configs/m501sk.h
/rk3399_rockchip-uboot/include/configs/microblaze-generic.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/mpr2.h
/rk3399_rockchip-uboot/include/configs/ms7720se.h
/rk3399_rockchip-uboot/include/configs/ms7722se.h
/rk3399_rockchip-uboot/include/configs/ms7750se.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/ppmc7xx.h
/rk3399_rockchip-uboot/include/configs/r7780mp.h
/rk3399_rockchip-uboot/include/configs/rsk7203.h
/rk3399_rockchip-uboot/include/configs/sbc8240.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/configs/sh7785lcr.h
/rk3399_rockchip-uboot/include/configs/smdk6400.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/suzaku.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
/rk3399_rockchip-uboot/include/configs/versatile.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/fsl_esdhc.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/lib_arm/board.c
272cc70b30-Oct-2008 Andy Fleming <afleming@freescale.com>

Add MMC Framework

Here's a new framework (based roughly off the linux one) for managing
MMC controllers. It handles all of the standard SD/MMC transactions,
leaving the host drivers to implement on

Add MMC Framework

Here's a new framework (based roughly off the linux one) for managing
MMC controllers. It handles all of the standard SD/MMC transactions,
leaving the host drivers to implement only what is necessary to
deal with their specific hardware.

This also hooks the infrastructure into the PowerPC board code
(similar to how the ethernet infrastructure now hooks in)

Some of this code was contributed by Dave Liu <daveliu@freescale.com>

Signed-off-by: Andy Fleming <afleming@freescale.com>

show more ...

abb5466c30-Oct-2008 Andy Fleming <afleming@freescale.com>

Convert mmc_init to mmc_legacy_init

This is to get it out of the way of incoming MMC framework

Signed-off-by: Andy Fleming <afleming@freescale.com>

b2e2ed0230-Oct-2008 Andy Fleming <afleming@freescale.com>

Eliminate support for using MMC as memory

MMC cards are not memory, so we stop treating them that way.

Signed-off-by: Andy Fleming <afleming@freescale.com>


/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/freescale/common/sgmii_riser.c
/rk3399_rockchip-uboot/board/freescale/common/sgmii_riser.h
/rk3399_rockchip-uboot/board/freescale/mpc8536ds/mpc8536ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.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/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/tqc/tqm85xx/config.mk
/rk3399_rockchip-uboot/board/tqc/tqm85xx/law.c
/rk3399_rockchip-uboot/board/tqc/tqm85xx/nand.c
/rk3399_rockchip-uboot/board/tqc/tqm85xx/sdram.c
/rk3399_rockchip-uboot/board/tqc/tqm85xx/tlb.c
/rk3399_rockchip-uboot/board/tqc/tqm85xx/tqm85xx.c
cmd_mem.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc.c
/rk3399_rockchip-uboot/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/ddr-gen3.c
/rk3399_rockchip-uboot/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc8xxx/ddr/main.c
/rk3399_rockchip-uboot/cpu/mpc8xxx/ddr/options.c
/rk3399_rockchip-uboot/cpu/pxa/mmc.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/misc/fsl_law.c
/rk3399_rockchip-uboot/drivers/mmc/atmel_mci.c
/rk3399_rockchip-uboot/include/asm-ppc/config.h
/rk3399_rockchip-uboot/include/asm-ppc/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/include/asm-ppc/fsl_law.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_85xx.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_86xx.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.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/TQM85xx.h
/rk3399_rockchip-uboot/include/i2c.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/net/eth.c
9704f9ca28-Oct-2008 Abraham, Thomas <t-abraham@ti.com>

USB: Remove LUN number from CDB

The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch remov

USB: Remove LUN number from CDB

The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch removes the LUN number information from the CDB.

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

show more ...

e915f8bb06-Feb-2009 Mike Frysinger <vapier@gentoo.org>

common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile

Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused

common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile

Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb
code in the process.

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

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/alaska/alaska.c
/rk3399_rockchip-uboot/board/etin/debris/flash.c
/rk3399_rockchip-uboot/board/etin/kvme080/kvme080.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
Makefile
hush.c
kgdb.c
serial.c
/rk3399_rockchip-uboot/cpu/mpc8260/cpu.c
/rk3399_rockchip-uboot/cpu/mpc8260/serial_smc.c
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/net/mpc5xxx_fec.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.h
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/usb/usb_ohci.c
/rk3399_rockchip-uboot/drivers/video/mb862xx.c
/rk3399_rockchip-uboot/drivers/video/smiLynxEM.c
/rk3399_rockchip-uboot/include/74xx_7xx.h
/rk3399_rockchip-uboot/include/asm-arm/config.h
/rk3399_rockchip-uboot/include/asm-avr32/config.h
/rk3399_rockchip-uboot/include/asm-blackfin/config.h
/rk3399_rockchip-uboot/include/asm-i386/config.h
/rk3399_rockchip-uboot/include/asm-m68k/config.h
/rk3399_rockchip-uboot/include/asm-microblaze/config.h
/rk3399_rockchip-uboot/include/asm-mips/config.h
/rk3399_rockchip-uboot/include/asm-nios/config.h
/rk3399_rockchip-uboot/include/asm-nios2/config.h
/rk3399_rockchip-uboot/include/asm-ppc/config.h
/rk3399_rockchip-uboot/include/asm-ppc/e300.h
/rk3399_rockchip-uboot/include/asm-ppc/mmu.h
/rk3399_rockchip-uboot/include/asm-sh/config.h
/rk3399_rockchip-uboot/include/asm-sparc/config.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/Total5200.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cm5200.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mucmc52.h
/rk3399_rockchip-uboot/include/configs/munices.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/mb862xx.h
/rk3399_rockchip-uboot/include/mpc824x.h
/rk3399_rockchip-uboot/include/mpc86xx.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/lib_generic/bzlib.c
/rk3399_rockchip-uboot/lib_generic/bzlib_crctable.c
/rk3399_rockchip-uboot/lib_generic/bzlib_decompress.c
/rk3399_rockchip-uboot/lib_generic/bzlib_huffman.c
/rk3399_rockchip-uboot/lib_generic/bzlib_randtable.c
/rk3399_rockchip-uboot/lib_ppc/bat_rw.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/cache.c
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/net/Makefile
/rk3399_rockchip-uboot/net/sntp.c
ff4e66e906-Feb-2009 Kumar Gala <galak@kernel.crashing.org>

pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity

The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
can be confusing when reading the code.

Rename PCI_REGION_MEMORY

pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity

The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
can be confusing when reading the code.

Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
for system memory mapping purposes.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

64ace0d107-Feb-2009 Wolfgang Denk <wd@denx.de>

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

0cfa6a9d07-Feb-2009 Wolfgang Denk <wd@denx.de>

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


/rk3399_rockchip-uboot/blackfin_config.mk
/rk3399_rockchip-uboot/board/bf537-stamp/spi_flash.c
cmd_bdinfo.c
/rk3399_rockchip-uboot/cpu/blackfin/Makefile
/rk3399_rockchip-uboot/cpu/blackfin/cache.S
/rk3399_rockchip-uboot/cpu/blackfin/initcode.c
/rk3399_rockchip-uboot/cpu/blackfin/serial.h
/rk3399_rockchip-uboot/cpu/mcf52x2/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf52x2/speed.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_pcie.c
/rk3399_rockchip-uboot/cpu/ppc4xx/fdt.c
/rk3399_rockchip-uboot/drivers/block/Makefile
/rk3399_rockchip-uboot/drivers/block/pata_bfin.c
/rk3399_rockchip-uboot/drivers/block/pata_bfin.h
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/bfin_sdh.c
/rk3399_rockchip-uboot/drivers/mmc/bfin_sdh.h
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/jedec_flash.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/bfin_nand.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.h
/rk3399_rockchip-uboot/drivers/net/mcfmii.c
/rk3399_rockchip-uboot/drivers/serial/mcfuart.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/bfin_spi.c
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_vct.c
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin-config-post.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin-config-pre.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ports.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf561/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/ebiu.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/pata.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/sdh.h
/rk3399_rockchip-uboot/include/asm-blackfin/mmc.h
/rk3399_rockchip-uboot/include/asm-blackfin/posix_types.h
/rk3399_rockchip-uboot/include/asm-m68k/m5271.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/onenand_uboot.h
/rk3399_rockchip-uboot/lib_blackfin/Makefile
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_blackfin/cache.c
/rk3399_rockchip-uboot/lib_blackfin/clocks.c
/rk3399_rockchip-uboot/lib_blackfin/post.c
/rk3399_rockchip-uboot/lib_blackfin/string.c
/rk3399_rockchip-uboot/lib_blackfin/tests.c
5a9427dc26-Jan-2009 derek@siconix.com <derek@siconix.com>

env_nand: fix env memory release

This fixes a bug that tmp environment memory not being released.

Signed-off-by: Derek Ou <dou@siconix.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/blackfin_config.mk
/rk3399_rockchip-uboot/board/armltd/.gitignore
/rk3399_rockchip-uboot/board/armltd/integratorap/Makefile
/rk3399_rockchip-uboot/board/armltd/integratorap/config.mk
/rk3399_rockchip-uboot/board/armltd/integratorap/flash.c
/rk3399_rockchip-uboot/board/armltd/integratorap/integratorap.c
/rk3399_rockchip-uboot/board/armltd/integratorap/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/integratorap/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/integratorap/u-boot.lds.template
/rk3399_rockchip-uboot/board/armltd/integratorcp/Makefile
/rk3399_rockchip-uboot/board/armltd/integratorcp/config.mk
/rk3399_rockchip-uboot/board/armltd/integratorcp/flash.c
/rk3399_rockchip-uboot/board/armltd/integratorcp/integratorcp.c
/rk3399_rockchip-uboot/board/armltd/integratorcp/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/integratorcp/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/integratorcp/u-boot.lds.template
/rk3399_rockchip-uboot/board/armltd/versatile/Makefile
/rk3399_rockchip-uboot/board/armltd/versatile/config.mk
/rk3399_rockchip-uboot/board/armltd/versatile/flash.c
/rk3399_rockchip-uboot/board/armltd/versatile/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/versatile/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/versatile/u-boot.lds
/rk3399_rockchip-uboot/board/armltd/versatile/versatile.c
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/bf537-stamp/spi_flash.c
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/omap3/beagle/Makefile
/rk3399_rockchip-uboot/board/omap3/beagle/beagle.c
/rk3399_rockchip-uboot/board/omap3/beagle/beagle.h
/rk3399_rockchip-uboot/board/omap3/beagle/config.mk
/rk3399_rockchip-uboot/board/omap3/beagle/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/common/Makefile
/rk3399_rockchip-uboot/board/omap3/common/power.c
/rk3399_rockchip-uboot/board/omap3/evm/Makefile
/rk3399_rockchip-uboot/board/omap3/evm/config.mk
/rk3399_rockchip-uboot/board/omap3/evm/evm.c
/rk3399_rockchip-uboot/board/omap3/evm/evm.h
/rk3399_rockchip-uboot/board/omap3/evm/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/overo/Makefile
/rk3399_rockchip-uboot/board/omap3/overo/config.mk
/rk3399_rockchip-uboot/board/omap3/overo/overo.c
/rk3399_rockchip-uboot/board/omap3/overo/overo.h
/rk3399_rockchip-uboot/board/omap3/overo/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/pandora/Makefile
/rk3399_rockchip-uboot/board/omap3/pandora/config.mk
/rk3399_rockchip-uboot/board/omap3/pandora/pandora.c
/rk3399_rockchip-uboot/board/omap3/pandora/pandora.h
/rk3399_rockchip-uboot/board/omap3/pandora/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/zoom1/Makefile
/rk3399_rockchip-uboot/board/omap3/zoom1/config.mk
/rk3399_rockchip-uboot/board/omap3/zoom1/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/zoom1/zoom1.c
/rk3399_rockchip-uboot/board/omap3/zoom1/zoom1.h
/rk3399_rockchip-uboot/board/samsung/smdk2400/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk2400/config.mk
/rk3399_rockchip-uboot/board/samsung/smdk2400/flash.c
/rk3399_rockchip-uboot/board/samsung/smdk2400/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/smdk2400/smdk2400.c
/rk3399_rockchip-uboot/board/samsung/smdk2400/u-boot.lds
/rk3399_rockchip-uboot/board/samsung/smdk2410/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk2410/config.mk
/rk3399_rockchip-uboot/board/samsung/smdk2410/flash.c
/rk3399_rockchip-uboot/board/samsung/smdk2410/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/smdk2410/smdk2410.c
/rk3399_rockchip-uboot/board/samsung/smdk2410/u-boot.lds
/rk3399_rockchip-uboot/board/sbc8560/sbc8560.c
/rk3399_rockchip-uboot/board/st/nmdk8815/Makefile
/rk3399_rockchip-uboot/board/st/nmdk8815/config.mk
/rk3399_rockchip-uboot/board/st/nmdk8815/nmdk8815.c
/rk3399_rockchip-uboot/board/st/nmdk8815/platform.S
/rk3399_rockchip-uboot/board/st/nmdk8815/u-boot.lds
env_nand.c
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/Makefile
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/reset.S
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/timer.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/Makefile
/rk3399_rockchip-uboot/cpu/arm_cortexa8/config.mk
/rk3399_rockchip-uboot/cpu/arm_cortexa8/cpu.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/Makefile
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/board.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/clock.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/config.mk
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/interrupts.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/mem.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/sys_info.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/syslib.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/start.S
/rk3399_rockchip-uboot/cpu/blackfin/Makefile
/rk3399_rockchip-uboot/cpu/blackfin/cache.S
/rk3399_rockchip-uboot/cpu/blackfin/initcode.c
/rk3399_rockchip-uboot/cpu/ixp/Makefile
/rk3399_rockchip-uboot/cpu/ixp/cpu.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDlImageMgr.c
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/ixp/timer.c
/rk3399_rockchip-uboot/cpu/mpc8260/Makefile
/rk3399_rockchip-uboot/cpu/mpc8260/cpu.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/sh4/cpu.c
/rk3399_rockchip-uboot/doc/README.korat
/rk3399_rockchip-uboot/doc/README.nmdk8815
/rk3399_rockchip-uboot/doc/README.omap3
/rk3399_rockchip-uboot/drivers/block/Makefile
/rk3399_rockchip-uboot/drivers/block/pata_bfin.c
/rk3399_rockchip-uboot/drivers/block/pata_bfin.h
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/bfin_sdh.c
/rk3399_rockchip-uboot/drivers/mmc/bfin_sdh.h
/rk3399_rockchip-uboot/drivers/mmc/omap3_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/bfin_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.h
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.h
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci_ixp.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial_ixp.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/bfin_spi.c
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_vct.c
/rk3399_rockchip-uboot/examples/Makefile
/rk3399_rockchip-uboot/include/asm-arm/arch-mx31/mx31-regs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/clocks.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/clocks_omap3.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/cpu.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/i2c.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mem.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mmc_host_def.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mux.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/omap3.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/omap_gpmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/sys_proto.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin-config-post.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin-config-pre.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ports.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/ebiu.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/pata.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/sdh.h
/rk3399_rockchip-uboot/include/asm-blackfin/mmc.h
/rk3399_rockchip-uboot/include/asm-blackfin/posix_types.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/actux1.h
/rk3399_rockchip-uboot/include/configs/actux2.h
/rk3399_rockchip-uboot/include/configs/actux3.h
/rk3399_rockchip-uboot/include/configs/actux4.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/nmdk8815.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/pdnb3.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/onenand_uboot.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_blackfin/Makefile
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_blackfin/cache.c
/rk3399_rockchip-uboot/lib_blackfin/clocks.c
/rk3399_rockchip-uboot/lib_blackfin/post.c
/rk3399_rockchip-uboot/lib_blackfin/string.c
/rk3399_rockchip-uboot/lib_blackfin/tests.c
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
/rk3399_rockchip-uboot/net/net.c
ee73cc5923-Jan-2009 Richard Retanubun <RichardRetanubun@RuggedCom.com>

Coldfire: cmd_bdinfo cleanup

CONFIG_M68K bdinfo cleanup:

Fixed compiler warning about baudrate printing.
format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.

Added printing

Coldfire: cmd_bdinfo cleanup

CONFIG_M68K bdinfo cleanup:

Fixed compiler warning about baudrate printing.
format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.

Added printing of "cpufreq"

Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/blackfin_config.mk
/rk3399_rockchip-uboot/board/armltd/.gitignore
/rk3399_rockchip-uboot/board/armltd/integratorap/Makefile
/rk3399_rockchip-uboot/board/armltd/integratorap/config.mk
/rk3399_rockchip-uboot/board/armltd/integratorap/flash.c
/rk3399_rockchip-uboot/board/armltd/integratorap/integratorap.c
/rk3399_rockchip-uboot/board/armltd/integratorap/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/integratorap/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/integratorap/u-boot.lds.template
/rk3399_rockchip-uboot/board/armltd/integratorcp/Makefile
/rk3399_rockchip-uboot/board/armltd/integratorcp/config.mk
/rk3399_rockchip-uboot/board/armltd/integratorcp/flash.c
/rk3399_rockchip-uboot/board/armltd/integratorcp/integratorcp.c
/rk3399_rockchip-uboot/board/armltd/integratorcp/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/integratorcp/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/integratorcp/u-boot.lds.template
/rk3399_rockchip-uboot/board/armltd/versatile/Makefile
/rk3399_rockchip-uboot/board/armltd/versatile/config.mk
/rk3399_rockchip-uboot/board/armltd/versatile/flash.c
/rk3399_rockchip-uboot/board/armltd/versatile/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/versatile/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/versatile/u-boot.lds
/rk3399_rockchip-uboot/board/armltd/versatile/versatile.c
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/bf537-stamp/spi_flash.c
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/omap3/beagle/Makefile
/rk3399_rockchip-uboot/board/omap3/beagle/beagle.c
/rk3399_rockchip-uboot/board/omap3/beagle/beagle.h
/rk3399_rockchip-uboot/board/omap3/beagle/config.mk
/rk3399_rockchip-uboot/board/omap3/beagle/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/common/Makefile
/rk3399_rockchip-uboot/board/omap3/common/power.c
/rk3399_rockchip-uboot/board/omap3/evm/Makefile
/rk3399_rockchip-uboot/board/omap3/evm/config.mk
/rk3399_rockchip-uboot/board/omap3/evm/evm.c
/rk3399_rockchip-uboot/board/omap3/evm/evm.h
/rk3399_rockchip-uboot/board/omap3/evm/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/overo/Makefile
/rk3399_rockchip-uboot/board/omap3/overo/config.mk
/rk3399_rockchip-uboot/board/omap3/overo/overo.c
/rk3399_rockchip-uboot/board/omap3/overo/overo.h
/rk3399_rockchip-uboot/board/omap3/overo/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/pandora/Makefile
/rk3399_rockchip-uboot/board/omap3/pandora/config.mk
/rk3399_rockchip-uboot/board/omap3/pandora/pandora.c
/rk3399_rockchip-uboot/board/omap3/pandora/pandora.h
/rk3399_rockchip-uboot/board/omap3/pandora/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/zoom1/Makefile
/rk3399_rockchip-uboot/board/omap3/zoom1/config.mk
/rk3399_rockchip-uboot/board/omap3/zoom1/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/zoom1/zoom1.c
/rk3399_rockchip-uboot/board/omap3/zoom1/zoom1.h
/rk3399_rockchip-uboot/board/samsung/smdk2400/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk2400/config.mk
/rk3399_rockchip-uboot/board/samsung/smdk2400/flash.c
/rk3399_rockchip-uboot/board/samsung/smdk2400/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/smdk2400/smdk2400.c
/rk3399_rockchip-uboot/board/samsung/smdk2400/u-boot.lds
/rk3399_rockchip-uboot/board/samsung/smdk2410/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk2410/config.mk
/rk3399_rockchip-uboot/board/samsung/smdk2410/flash.c
/rk3399_rockchip-uboot/board/samsung/smdk2410/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/smdk2410/smdk2410.c
/rk3399_rockchip-uboot/board/samsung/smdk2410/u-boot.lds
/rk3399_rockchip-uboot/board/sbc8560/sbc8560.c
/rk3399_rockchip-uboot/board/st/nmdk8815/Makefile
/rk3399_rockchip-uboot/board/st/nmdk8815/config.mk
/rk3399_rockchip-uboot/board/st/nmdk8815/nmdk8815.c
/rk3399_rockchip-uboot/board/st/nmdk8815/platform.S
/rk3399_rockchip-uboot/board/st/nmdk8815/u-boot.lds
cmd_bdinfo.c
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/Makefile
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/reset.S
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/timer.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/Makefile
/rk3399_rockchip-uboot/cpu/arm_cortexa8/config.mk
/rk3399_rockchip-uboot/cpu/arm_cortexa8/cpu.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/Makefile
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/board.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/clock.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/config.mk
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/interrupts.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/mem.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/sys_info.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/syslib.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/start.S
/rk3399_rockchip-uboot/cpu/blackfin/Makefile
/rk3399_rockchip-uboot/cpu/blackfin/cache.S
/rk3399_rockchip-uboot/cpu/blackfin/initcode.c
/rk3399_rockchip-uboot/cpu/ixp/Makefile
/rk3399_rockchip-uboot/cpu/ixp/cpu.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDlImageMgr.c
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/ixp/timer.c
/rk3399_rockchip-uboot/cpu/mcf52x2/speed.c
/rk3399_rockchip-uboot/cpu/mpc8260/Makefile
/rk3399_rockchip-uboot/cpu/mpc8260/cpu.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/sh4/cpu.c
/rk3399_rockchip-uboot/doc/README.korat
/rk3399_rockchip-uboot/doc/README.nmdk8815
/rk3399_rockchip-uboot/doc/README.omap3
/rk3399_rockchip-uboot/drivers/block/Makefile
/rk3399_rockchip-uboot/drivers/block/pata_bfin.c
/rk3399_rockchip-uboot/drivers/block/pata_bfin.h
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/bfin_sdh.c
/rk3399_rockchip-uboot/drivers/mmc/bfin_sdh.h
/rk3399_rockchip-uboot/drivers/mmc/omap3_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/bfin_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.h
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.h
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci_ixp.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial_ixp.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/bfin_spi.c
/rk3399_rockchip-uboot/drivers/usb/usb_ehci_vct.c
/rk3399_rockchip-uboot/examples/Makefile
/rk3399_rockchip-uboot/include/asm-arm/arch-mx31/mx31-regs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/clocks.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/clocks_omap3.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/cpu.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/i2c.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mem.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mmc_host_def.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mux.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/omap3.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/omap_gpmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/sys_proto.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin-config-post.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin-config-pre.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ports.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/ebiu.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/pata.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/sdh.h
/rk3399_rockchip-uboot/include/asm-blackfin/mmc.h
/rk3399_rockchip-uboot/include/asm-blackfin/posix_types.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/actux1.h
/rk3399_rockchip-uboot/include/configs/actux2.h
/rk3399_rockchip-uboot/include/configs/actux3.h
/rk3399_rockchip-uboot/include/configs/actux4.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/nmdk8815.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/pdnb3.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/onenand_uboot.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_blackfin/Makefile
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_blackfin/cache.c
/rk3399_rockchip-uboot/lib_blackfin/clocks.c
/rk3399_rockchip-uboot/lib_blackfin/post.c
/rk3399_rockchip-uboot/lib_blackfin/string.c
/rk3399_rockchip-uboot/lib_blackfin/tests.c
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
/rk3399_rockchip-uboot/net/net.c
70a4da4526-Jan-2009 Ralph Kondziella <rk@argos-messtechnik.de>

ADS5121 Add PATA support

Original patch from Ralph Kondziella
plus clean up by Wolfgang Denk
plus changes by John Rigby
use ips clock not lpc
port forward to current u-boot release

Signed-o

ADS5121 Add PATA support

Original patch from Ralph Kondziella
plus clean up by Wolfgang Denk
plus changes by John Rigby
use ips clock not lpc
port forward to current u-boot release

Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: John Rigby <jrigby@freescale.com>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/ads5121/ads5121.c
/rk3399_rockchip-uboot/board/ads5121/ads5121_diu.c
/rk3399_rockchip-uboot/board/armltd/.gitignore
/rk3399_rockchip-uboot/board/armltd/integratorap/Makefile
/rk3399_rockchip-uboot/board/armltd/integratorap/config.mk
/rk3399_rockchip-uboot/board/armltd/integratorap/flash.c
/rk3399_rockchip-uboot/board/armltd/integratorap/integratorap.c
/rk3399_rockchip-uboot/board/armltd/integratorap/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/integratorap/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/integratorap/u-boot.lds.template
/rk3399_rockchip-uboot/board/armltd/integratorcp/Makefile
/rk3399_rockchip-uboot/board/armltd/integratorcp/config.mk
/rk3399_rockchip-uboot/board/armltd/integratorcp/flash.c
/rk3399_rockchip-uboot/board/armltd/integratorcp/integratorcp.c
/rk3399_rockchip-uboot/board/armltd/integratorcp/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/integratorcp/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/integratorcp/u-boot.lds.template
/rk3399_rockchip-uboot/board/armltd/versatile/Makefile
/rk3399_rockchip-uboot/board/armltd/versatile/config.mk
/rk3399_rockchip-uboot/board/armltd/versatile/flash.c
/rk3399_rockchip-uboot/board/armltd/versatile/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/versatile/split_by_variant.sh
/rk3399_rockchip-uboot/board/armltd/versatile/u-boot.lds
/rk3399_rockchip-uboot/board/armltd/versatile/versatile.c
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/omap3/beagle/Makefile
/rk3399_rockchip-uboot/board/omap3/beagle/beagle.c
/rk3399_rockchip-uboot/board/omap3/beagle/beagle.h
/rk3399_rockchip-uboot/board/omap3/beagle/config.mk
/rk3399_rockchip-uboot/board/omap3/beagle/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/common/Makefile
/rk3399_rockchip-uboot/board/omap3/common/power.c
/rk3399_rockchip-uboot/board/omap3/evm/Makefile
/rk3399_rockchip-uboot/board/omap3/evm/config.mk
/rk3399_rockchip-uboot/board/omap3/evm/evm.c
/rk3399_rockchip-uboot/board/omap3/evm/evm.h
/rk3399_rockchip-uboot/board/omap3/evm/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/overo/Makefile
/rk3399_rockchip-uboot/board/omap3/overo/config.mk
/rk3399_rockchip-uboot/board/omap3/overo/overo.c
/rk3399_rockchip-uboot/board/omap3/overo/overo.h
/rk3399_rockchip-uboot/board/omap3/overo/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/pandora/Makefile
/rk3399_rockchip-uboot/board/omap3/pandora/config.mk
/rk3399_rockchip-uboot/board/omap3/pandora/pandora.c
/rk3399_rockchip-uboot/board/omap3/pandora/pandora.h
/rk3399_rockchip-uboot/board/omap3/pandora/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/zoom1/Makefile
/rk3399_rockchip-uboot/board/omap3/zoom1/config.mk
/rk3399_rockchip-uboot/board/omap3/zoom1/u-boot.lds
/rk3399_rockchip-uboot/board/omap3/zoom1/zoom1.c
/rk3399_rockchip-uboot/board/omap3/zoom1/zoom1.h
/rk3399_rockchip-uboot/board/samsung/smdk2400/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk2400/config.mk
/rk3399_rockchip-uboot/board/samsung/smdk2400/flash.c
/rk3399_rockchip-uboot/board/samsung/smdk2400/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/smdk2400/smdk2400.c
/rk3399_rockchip-uboot/board/samsung/smdk2400/u-boot.lds
/rk3399_rockchip-uboot/board/samsung/smdk2410/Makefile
/rk3399_rockchip-uboot/board/samsung/smdk2410/config.mk
/rk3399_rockchip-uboot/board/samsung/smdk2410/flash.c
/rk3399_rockchip-uboot/board/samsung/smdk2410/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/smdk2410/smdk2410.c
/rk3399_rockchip-uboot/board/samsung/smdk2410/u-boot.lds
/rk3399_rockchip-uboot/board/sbc8560/sbc8560.c
/rk3399_rockchip-uboot/board/st/nmdk8815/Makefile
/rk3399_rockchip-uboot/board/st/nmdk8815/config.mk
/rk3399_rockchip-uboot/board/st/nmdk8815/nmdk8815.c
/rk3399_rockchip-uboot/board/st/nmdk8815/platform.S
/rk3399_rockchip-uboot/board/st/nmdk8815/u-boot.lds
cmd_ide.c
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/Makefile
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/reset.S
/rk3399_rockchip-uboot/cpu/arm926ejs/nomadik/timer.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/Makefile
/rk3399_rockchip-uboot/cpu/arm_cortexa8/config.mk
/rk3399_rockchip-uboot/cpu/arm_cortexa8/cpu.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/Makefile
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/board.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/clock.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/config.mk
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/interrupts.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/mem.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/sys_info.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/omap3/syslib.c
/rk3399_rockchip-uboot/cpu/arm_cortexa8/start.S
/rk3399_rockchip-uboot/cpu/ixp/Makefile
/rk3399_rockchip-uboot/cpu/ixp/cpu.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDlImageMgr.c
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/ixp/timer.c
/rk3399_rockchip-uboot/cpu/mpc512x/Makefile
/rk3399_rockchip-uboot/cpu/mpc512x/iim.c
/rk3399_rockchip-uboot/cpu/mpc8260/Makefile
/rk3399_rockchip-uboot/cpu/mpc8260/cpu.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/sh4/cpu.c
/rk3399_rockchip-uboot/doc/README.korat
/rk3399_rockchip-uboot/doc/README.nmdk8815
/rk3399_rockchip-uboot/doc/README.omap3
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/omap3_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/omap_gpmc.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.h
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/pci_ixp.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial_ixp.c
/rk3399_rockchip-uboot/examples/Makefile
/rk3399_rockchip-uboot/include/asm-arm/arch-mx31/mx31-regs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/clocks.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/clocks_omap3.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/cpu.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/i2c.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mem.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mmc_host_def.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/mux.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/omap3.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/omap_gpmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-omap3/sys_proto.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_512x.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/actux1.h
/rk3399_rockchip-uboot/include/configs/actux2.h
/rk3399_rockchip-uboot/include/configs/actux3.h
/rk3399_rockchip-uboot/include/configs/actux4.h
/rk3399_rockchip-uboot/include/configs/ads5121.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/nmdk8815.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/pdnb3.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/mpc512x.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
/rk3399_rockchip-uboot/net/net.c

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