History log of /rk3399_rockchip-uboot/common/ (Results 4526 – 4550 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
42b73e8e31-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Factor out common routines for getting os/arch/type/comp names

Move numeric-id to name translation for image os/arch/type/comp header
fields to a helper routines: image_get_os_name(), i

[new uImage] Factor out common routines for getting os/arch/type/comp names

Move numeric-id to name translation for image os/arch/type/comp header
fields to a helper routines: image_get_os_name(), image_get_arch_name(),
image_get_type_name(), image_get_comp_name().

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

e99c266931-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Remove standalone applications handling from boootm

Standalone applications are supposed to be run using the "go" command.
This patch removes standalone images handling from the do_boot

[new uImage] Remove standalone applications handling from boootm

Standalone applications are supposed to be run using the "go" command.
This patch removes standalone images handling from the do_bootm().

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

4a2ad5ff31-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Remove OF_FLAT_TREE support from PPC bootm code

Support for OF_FLAT_TREE is to be obsoleted in the near future,
remove related code from the bootm routines.

Signed-off-by: Marian Balak

[new uImage] Remove OF_FLAT_TREE support from PPC bootm code

Support for OF_FLAT_TREE is to be obsoleted in the near future,
remove related code from the bootm routines.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

7582438c31-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Return error on image move/uncompress overwrites

Check for overwrites during image move/uncompress, return with error
when the original image gets corrupted. Report clear message to the

[new uImage] Return error on image move/uncompress overwrites

Check for overwrites during image move/uncompress, return with error
when the original image gets corrupted. Report clear message to the user
and prevent further troubles when pointer to the corrupted images is passed
to do_bootm_linux routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

f13e7b2e08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Cleanup image header pointer use in bootm code

- use single image header pointer instead of a set of auxilliary variables.
- add multi component image helper routines: get component siz

[new uImage] Cleanup image header pointer use in bootm code

- use single image header pointer instead of a set of auxilliary variables.
- add multi component image helper routines: get component size/data address

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

1ee1180b08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Cleanup cmd_bootm.c

- sort and cleanup headers, declarations, etc.
- group related routines
- cleanup indentation, white spaces

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

af13cdbc08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add memmove_wd() common routine

Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

261dcf4608-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Remove I386 uImage fake_header() routine

I386 targets are not using a uImage format, instead fake header
is added to ram image before it is further processed by bootm.

Remove this fixu

[new uImage] Remove I386 uImage fake_header() routine

I386 targets are not using a uImage format, instead fake header
is added to ram image before it is further processed by bootm.

Remove this fixup and force proper uImage use for I386.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

559316fa08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Move CHUNKSZ definition to image.h

CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
move this definition to a common header.

Signed-off-by: Marian Balakowicz <m8@semih

[new uImage] Move CHUNKSZ definition to image.h

CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
move this definition to a common header.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

321359f208-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Move gunzip() common code to common/gunzip.c

Move gunzip(), zalloc() and zfree() to a separate file.
Share zalloc() and zfree() with cramfs uncompress routine.

Signed-off-by: Marian Ba

[new uImage] Move gunzip() common code to common/gunzip.c

Move gunzip(), zalloc() and zfree() to a separate file.
Share zalloc() and zfree() with cramfs uncompress routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

d45d5a1808-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()

Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
readable in PPC variant of do_bootm_linux() routine.

Signed-off-by: Maria

[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()

Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
readable in PPC variant of do_bootm_linux() routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

5d3cc55e08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c

PPC implementation of do_bootm_linux() routine is moved to
a dedicated file lib_ppc/ppc_linux.c

Signed-off-by: Marian Balakowicz <m8@se

[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c

PPC implementation of do_bootm_linux() routine is moved to
a dedicated file lib_ppc/ppc_linux.c

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

b97a2a0a08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Define a API for image handling operations

- Add inline helper macros for basic header processing
- Move common non inline code common/image.c
- Replace direct header access with the AP

[new uImage] Define a API for image handling operations

- Add inline helper macros for basic header processing
- Move common non inline code common/image.c
- Replace direct header access with the API routines
- Rename IH_CPU_* to IH_ARCH_*

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...

ed29bc4e31-Jan-2008 Marian Balakowicz <m8@semihalf.com>

Add missing cmd_ximg.o to common/Makefile

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

30942b1805-Feb-2008 Mike Frysinger <vapier@gentoo.org>

new command for displaying strings at specified memory locations

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

d0b01a2405-Feb-2008 Mike Frysinger <vapier@gentoo.org>

interface to Blackfin on-chip One-Time-Programmable memory

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

4c727c7705-Feb-2008 Mike Frysinger <vapier@gentoo.org>

add support for memory commands with Blackfin L1 instruction memory

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

97c26e0005-Feb-2008 Mike Frysinger <vapier@gentoo.org>

add Blackfin-specific reginfo command

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

8dc48d7105-Feb-2008 Mike Frysinger <vapier@gentoo.org>

add Blackfin-specific bdinfo command

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


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/blackfin_config.mk
/rk3399_rockchip-uboot/board/bf533-ezkit/flash.c
/rk3399_rockchip-uboot/board/bf533-stamp/bf533-stamp.c
/rk3399_rockchip-uboot/board/bf533-stamp/spi.c
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/bf537-stamp/ether_bf537.c
/rk3399_rockchip-uboot/board/bf537-stamp/flash.c
/rk3399_rockchip-uboot/board/bf537-stamp/nand.c
/rk3399_rockchip-uboot/board/bf537-stamp/post-memory.c
/rk3399_rockchip-uboot/board/bf537-stamp/stm_m25p64.c
/rk3399_rockchip-uboot/board/bf561-ezkit/bf561-ezkit.c
cmd_bdinfo.c
/rk3399_rockchip-uboot/cpu/bf533/bf533_serial.h
/rk3399_rockchip-uboot/cpu/bf533/cache.S
/rk3399_rockchip-uboot/cpu/bf533/config.mk
/rk3399_rockchip-uboot/cpu/bf533/cpu.c
/rk3399_rockchip-uboot/cpu/bf533/init_sdram.S
/rk3399_rockchip-uboot/cpu/bf533/init_sdram_bootrom_initblock.S
/rk3399_rockchip-uboot/cpu/bf533/interrupt.S
/rk3399_rockchip-uboot/cpu/bf533/interrupts.c
/rk3399_rockchip-uboot/cpu/bf533/ints.c
/rk3399_rockchip-uboot/cpu/bf533/serial.c
/rk3399_rockchip-uboot/cpu/bf533/start.S
/rk3399_rockchip-uboot/cpu/bf533/traps.c
/rk3399_rockchip-uboot/cpu/bf537/cache.S
/rk3399_rockchip-uboot/cpu/bf537/config.mk
/rk3399_rockchip-uboot/cpu/bf537/cpu.c
/rk3399_rockchip-uboot/cpu/bf537/i2c.c
/rk3399_rockchip-uboot/cpu/bf537/init_sdram.S
/rk3399_rockchip-uboot/cpu/bf537/init_sdram_bootrom_initblock.S
/rk3399_rockchip-uboot/cpu/bf537/interrupt.S
/rk3399_rockchip-uboot/cpu/bf537/interrupts.c
/rk3399_rockchip-uboot/cpu/bf537/ints.c
/rk3399_rockchip-uboot/cpu/bf537/serial.c
/rk3399_rockchip-uboot/cpu/bf537/serial.h
/rk3399_rockchip-uboot/cpu/bf537/start.S
/rk3399_rockchip-uboot/cpu/bf537/traps.c
/rk3399_rockchip-uboot/cpu/bf561/cache.S
/rk3399_rockchip-uboot/cpu/bf561/config.mk
/rk3399_rockchip-uboot/cpu/bf561/cpu.c
/rk3399_rockchip-uboot/cpu/bf561/init_sdram.S
/rk3399_rockchip-uboot/cpu/bf561/init_sdram_bootrom_initblock.S
/rk3399_rockchip-uboot/cpu/bf561/interrupt.S
/rk3399_rockchip-uboot/cpu/bf561/interrupts.c
/rk3399_rockchip-uboot/cpu/bf561/ints.c
/rk3399_rockchip-uboot/cpu/bf561/serial.c
/rk3399_rockchip-uboot/cpu/bf561/serial.h
/rk3399_rockchip-uboot/cpu/bf561/start.S
/rk3399_rockchip-uboot/cpu/bf561/traps.c
/rk3399_rockchip-uboot/doc/README.blackfin
/rk3399_rockchip-uboot/doc/README.standalone
/rk3399_rockchip-uboot/drivers/rtc/bf5xx_rtc.c
/rk3399_rockchip-uboot/examples/.gitignore
/rk3399_rockchip-uboot/examples/Makefile
/rk3399_rockchip-uboot/examples/smc91111_eeprom.c
/rk3399_rockchip-uboot/include/asm-blackfin/bfin_logo_230x230.h
/rk3399_rockchip-uboot/include/asm-blackfin/bitops.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.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/cplb.h
/rk3399_rockchip-uboot/include/asm-blackfin/entry.h
/rk3399_rockchip-uboot/include/asm-blackfin/global_data.h
/rk3399_rockchip-uboot/include/asm-blackfin/io.h
/rk3399_rockchip-uboot/include/asm-blackfin/linkage.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/ADSP-EDN-BF52x-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF522_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF522_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF523_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF523_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF524_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF524_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF525_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF525_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF526_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF526_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF527_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/BF527_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/def_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf527/ports.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/BF531_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/BF531_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/BF532_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/BF532_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/BF533_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/BF533_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/def_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf533/ports.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/ADSP-EDN-BF534-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/ADSP-EDN-BF534-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/BF534_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/BF534_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/BF536_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/BF536_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/BF537_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/BF537_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/def_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf537/ports.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF542-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF542-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF544-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF544-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF547-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF547-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF548-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF548-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF549-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ADSP-EDN-BF549-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF541_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF541_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF542_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF542_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF544_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF544_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF547_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF547_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF548_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF548_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF549_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/BF549_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/def_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf548/ports.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf561/BF561_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf561/BF561_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf561/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-bf561/def_local.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/ADSP-EDN-DUAL-CORE-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/ADSP-EDN-DUAL-CORE-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/ADSP-EDN-core_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/ADSP-EDN-core_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/ADSP-EDN-extended_cdef.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/ADSP-EDN-extended_def.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/bootrom.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/core.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/dma.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/ebiu.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/emac.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/eppi.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/lockbox.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/mpu.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/otp.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/pll.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/ppi.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/rtc.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/spi.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/sport.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/timer.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/trace.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/twi.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/uart.h
/rk3399_rockchip-uboot/include/asm-blackfin/mach-common/bits/watchdog.h
/rk3399_rockchip-uboot/include/asm-blackfin/posix_types.h
/rk3399_rockchip-uboot/include/asm-blackfin/processor.h
/rk3399_rockchip-uboot/include/asm-blackfin/string.h
/rk3399_rockchip-uboot/include/asm-blackfin/system.h
/rk3399_rockchip-uboot/include/asm-blackfin/u-boot.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/lib_blackfin/bf533_string.c
/rk3399_rockchip-uboot/lib_blackfin/cache.c
/rk3399_rockchip-uboot/tools/easylogo/linux_blackfin.tga
4087bc8805-Feb-2008 Mike Frysinger <vapier@gentoo.org>

fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols

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


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/actux1/Makefile
/rk3399_rockchip-uboot/board/actux1/actux1.c
/rk3399_rockchip-uboot/board/actux1/actux1_hw.h
/rk3399_rockchip-uboot/board/actux1/config.mk
/rk3399_rockchip-uboot/board/actux1/u-boot.lds
/rk3399_rockchip-uboot/board/actux2/Makefile
/rk3399_rockchip-uboot/board/actux2/actux2.c
/rk3399_rockchip-uboot/board/actux2/actux2_hw.h
/rk3399_rockchip-uboot/board/actux2/config.mk
/rk3399_rockchip-uboot/board/actux2/u-boot.lds
/rk3399_rockchip-uboot/board/actux3/Makefile
/rk3399_rockchip-uboot/board/actux3/actux3.c
/rk3399_rockchip-uboot/board/actux3/actux3_hw.h
/rk3399_rockchip-uboot/board/actux3/config.mk
/rk3399_rockchip-uboot/board/actux3/u-boot.lds
/rk3399_rockchip-uboot/board/actux4/Makefile
/rk3399_rockchip-uboot/board/actux4/actux4.c
/rk3399_rockchip-uboot/board/actux4/actux4_hw.h
/rk3399_rockchip-uboot/board/actux4/config.mk
/rk3399_rockchip-uboot/board/actux4/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/atmel/atngw100/Makefile
/rk3399_rockchip-uboot/board/atmel/atngw100/atngw100.c
/rk3399_rockchip-uboot/board/atmel/atngw100/config.mk
/rk3399_rockchip-uboot/board/atmel/atngw100/eth.c
/rk3399_rockchip-uboot/board/atmel/atngw100/u-boot.lds
/rk3399_rockchip-uboot/board/bf533-ezkit/.gitignore
/rk3399_rockchip-uboot/board/bf533-stamp/.gitignore
/rk3399_rockchip-uboot/board/bf537-stamp/.gitignore
/rk3399_rockchip-uboot/board/bf561-ezkit/.gitignore
/rk3399_rockchip-uboot/board/freescale/m52277evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m52277evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m52277evb/m52277evb.c
/rk3399_rockchip-uboot/board/freescale/m52277evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5373evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5373evb/m5373evb.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m547xevb/Makefile
/rk3399_rockchip-uboot/board/freescale/m547xevb/config.mk
/rk3399_rockchip-uboot/board/freescale/m547xevb/m547xevb.c
/rk3399_rockchip-uboot/board/freescale/m547xevb/mii.c
/rk3399_rockchip-uboot/board/freescale/m547xevb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m548xevb/Makefile
/rk3399_rockchip-uboot/board/freescale/m548xevb/config.mk
/rk3399_rockchip-uboot/board/freescale/m548xevb/m548xevb.c
/rk3399_rockchip-uboot/board/freescale/m548xevb/mii.c
/rk3399_rockchip-uboot/board/freescale/m548xevb/u-boot.lds
/rk3399_rockchip-uboot/board/inka4x0/inka4x0.c
/rk3399_rockchip-uboot/board/ixdp425/ixdp425.c
/rk3399_rockchip-uboot/board/netstal/common/nm_bsp.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/qemu-mips/Makefile
/rk3399_rockchip-uboot/board/qemu-mips/README
/rk3399_rockchip-uboot/board/qemu-mips/config.mk
/rk3399_rockchip-uboot/board/qemu-mips/flash.c
/rk3399_rockchip-uboot/board/qemu-mips/lowlevel_init.S
/rk3399_rockchip-uboot/board/qemu-mips/qemu-mips.c
/rk3399_rockchip-uboot/board/qemu-mips/u-boot.lds
/rk3399_rockchip-uboot/board/xm250/xm250.c
environment.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDl.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDlImageMgr.c
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/ixp/serial.c
/rk3399_rockchip-uboot/cpu/mcf5227x/Makefile
/rk3399_rockchip-uboot/cpu/mcf5227x/config.mk
/rk3399_rockchip-uboot/cpu/mcf5227x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5227x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf5227x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf5227x/speed.c
/rk3399_rockchip-uboot/cpu/mcf5227x/start.S
/rk3399_rockchip-uboot/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5445x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf5445x/pci.c
/rk3399_rockchip-uboot/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/cpu/mcf547x_8x/Makefile
/rk3399_rockchip-uboot/cpu/mcf547x_8x/config.mk
/rk3399_rockchip-uboot/cpu/mcf547x_8x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/pci.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/slicetimer.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/speed.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/cpu/pxa/mmc.c
/rk3399_rockchip-uboot/doc/README.m52277evb
/rk3399_rockchip-uboot/doc/README.m5373evb
/rk3399_rockchip-uboot/doc/README.m5475evb
/rk3399_rockchip-uboot/drivers/dma/MCD_dmaApi.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasks.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasksInit.c
/rk3399_rockchip-uboot/drivers/dma/Makefile
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl_mcdmafec.c
/rk3399_rockchip-uboot/drivers/serial/serial_sh.c
/rk3399_rockchip-uboot/examples/smc91111_eeprom
/rk3399_rockchip-uboot/include/.gitignore
/rk3399_rockchip-uboot/include/MCD_dma.h
/rk3399_rockchip-uboot/include/MCD_progCheck.h
/rk3399_rockchip-uboot/include/MCD_tasksInit.h
/rk3399_rockchip-uboot/include/asm-arm/arch-pxa/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-pxa/pxa-regs.h
/rk3399_rockchip-uboot/include/asm-arm/mach-types.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/crossbar.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/dspi.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/edma.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/flexbus.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/lcd.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/ssi.h
/rk3399_rockchip-uboot/include/asm-m68k/fec.h
/rk3399_rockchip-uboot/include/asm-m68k/fsl_mcdmafec.h
/rk3399_rockchip-uboot/include/asm-m68k/global_data.h
/rk3399_rockchip-uboot/include/asm-m68k/immap.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5227x.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5329.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5445x.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_547x_8x.h
/rk3399_rockchip-uboot/include/asm-m68k/io.h
/rk3399_rockchip-uboot/include/asm-m68k/m5227x.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/m5445x.h
/rk3399_rockchip-uboot/include/asm-m68k/m547x_8x.h
/rk3399_rockchip-uboot/include/configs/M52277EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/M5475EVB.h
/rk3399_rockchip-uboot/include/configs/M5485EVB.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/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/atngw100.h
/rk3399_rockchip-uboot/include/configs/cmc_pu2.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/ms7720se.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/net/eth.c
a93907c418-Jan-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

TFTP: add host ip addr support

allow to use a different server as set in serverip
add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
if not defined the max length will be at 128

Si

TFTP: add host ip addr support

allow to use a different server as set in serverip
add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
if not defined the max length will be at 128

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

show more ...

a7c185ed19-Dec-2007 Harald Welte <laforge@openmoko.org>

ARM: s3c24xx: Multiple serial port support

This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's

Signed-off-by: Harald Welte <laforge@openmoko.org>

a41dbbd919-Dec-2007 Hebbar <gururajakr@sanyo.co.in>

ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined

Add ifdef to bdinfo command to display ethernet information
only if CONFIG_CMD_NET is defined for arm modules.

Signed-off-b

ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined

Add ifdef to bdinfo command to display ethernet information
only if CONFIG_CMD_NET is defined for arm modules.

Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/actux1/Makefile
/rk3399_rockchip-uboot/board/actux1/actux1.c
/rk3399_rockchip-uboot/board/actux1/actux1_hw.h
/rk3399_rockchip-uboot/board/actux1/config.mk
/rk3399_rockchip-uboot/board/actux1/u-boot.lds
/rk3399_rockchip-uboot/board/actux2/Makefile
/rk3399_rockchip-uboot/board/actux2/actux2.c
/rk3399_rockchip-uboot/board/actux2/actux2_hw.h
/rk3399_rockchip-uboot/board/actux2/config.mk
/rk3399_rockchip-uboot/board/actux2/u-boot.lds
/rk3399_rockchip-uboot/board/actux3/Makefile
/rk3399_rockchip-uboot/board/actux3/actux3.c
/rk3399_rockchip-uboot/board/actux3/actux3_hw.h
/rk3399_rockchip-uboot/board/actux3/config.mk
/rk3399_rockchip-uboot/board/actux3/u-boot.lds
/rk3399_rockchip-uboot/board/actux4/Makefile
/rk3399_rockchip-uboot/board/actux4/actux4.c
/rk3399_rockchip-uboot/board/actux4/actux4_hw.h
/rk3399_rockchip-uboot/board/actux4/config.mk
/rk3399_rockchip-uboot/board/actux4/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/atmel/atngw100/Makefile
/rk3399_rockchip-uboot/board/atmel/atngw100/atngw100.c
/rk3399_rockchip-uboot/board/atmel/atngw100/config.mk
/rk3399_rockchip-uboot/board/atmel/atngw100/eth.c
/rk3399_rockchip-uboot/board/atmel/atngw100/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m52277evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m52277evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m52277evb/m52277evb.c
/rk3399_rockchip-uboot/board/freescale/m52277evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5373evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5373evb/m5373evb.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m547xevb/Makefile
/rk3399_rockchip-uboot/board/freescale/m547xevb/config.mk
/rk3399_rockchip-uboot/board/freescale/m547xevb/m547xevb.c
/rk3399_rockchip-uboot/board/freescale/m547xevb/mii.c
/rk3399_rockchip-uboot/board/freescale/m547xevb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m548xevb/Makefile
/rk3399_rockchip-uboot/board/freescale/m548xevb/config.mk
/rk3399_rockchip-uboot/board/freescale/m548xevb/m548xevb.c
/rk3399_rockchip-uboot/board/freescale/m548xevb/mii.c
/rk3399_rockchip-uboot/board/freescale/m548xevb/u-boot.lds
/rk3399_rockchip-uboot/board/inka4x0/inka4x0.c
/rk3399_rockchip-uboot/board/ixdp425/ixdp425.c
/rk3399_rockchip-uboot/board/netstal/common/nm_bsp.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/qemu-mips/Makefile
/rk3399_rockchip-uboot/board/qemu-mips/README
/rk3399_rockchip-uboot/board/qemu-mips/config.mk
/rk3399_rockchip-uboot/board/qemu-mips/flash.c
/rk3399_rockchip-uboot/board/qemu-mips/lowlevel_init.S
/rk3399_rockchip-uboot/board/qemu-mips/qemu-mips.c
/rk3399_rockchip-uboot/board/qemu-mips/u-boot.lds
/rk3399_rockchip-uboot/board/voiceblue/Makefile
/rk3399_rockchip-uboot/board/voiceblue/config.mk
/rk3399_rockchip-uboot/board/voiceblue/setup.S
/rk3399_rockchip-uboot/board/xm250/xm250.c
cmd_bdinfo.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDl.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDlImageMgr.c
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/ixp/serial.c
/rk3399_rockchip-uboot/cpu/mcf5227x/Makefile
/rk3399_rockchip-uboot/cpu/mcf5227x/config.mk
/rk3399_rockchip-uboot/cpu/mcf5227x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5227x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf5227x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf5227x/speed.c
/rk3399_rockchip-uboot/cpu/mcf5227x/start.S
/rk3399_rockchip-uboot/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5445x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf5445x/pci.c
/rk3399_rockchip-uboot/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/cpu/mcf547x_8x/Makefile
/rk3399_rockchip-uboot/cpu/mcf547x_8x/config.mk
/rk3399_rockchip-uboot/cpu/mcf547x_8x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/pci.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/slicetimer.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/speed.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/cpu/pxa/mmc.c
/rk3399_rockchip-uboot/doc/README.m52277evb
/rk3399_rockchip-uboot/doc/README.m5373evb
/rk3399_rockchip-uboot/doc/README.m5475evb
/rk3399_rockchip-uboot/drivers/dma/MCD_dmaApi.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasks.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasksInit.c
/rk3399_rockchip-uboot/drivers/dma/Makefile
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl_mcdmafec.c
/rk3399_rockchip-uboot/drivers/serial/serial_sh.c
/rk3399_rockchip-uboot/include/MCD_dma.h
/rk3399_rockchip-uboot/include/MCD_progCheck.h
/rk3399_rockchip-uboot/include/MCD_tasksInit.h
/rk3399_rockchip-uboot/include/asm-arm/arch-pxa/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-pxa/pxa-regs.h
/rk3399_rockchip-uboot/include/asm-arm/mach-types.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/crossbar.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/dspi.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/edma.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/flexbus.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/lcd.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/ssi.h
/rk3399_rockchip-uboot/include/asm-m68k/fec.h
/rk3399_rockchip-uboot/include/asm-m68k/fsl_mcdmafec.h
/rk3399_rockchip-uboot/include/asm-m68k/global_data.h
/rk3399_rockchip-uboot/include/asm-m68k/immap.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5227x.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5329.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5445x.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_547x_8x.h
/rk3399_rockchip-uboot/include/asm-m68k/io.h
/rk3399_rockchip-uboot/include/asm-m68k/m5227x.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/m5445x.h
/rk3399_rockchip-uboot/include/asm-m68k/m547x_8x.h
/rk3399_rockchip-uboot/include/configs/M52277EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/M5475EVB.h
/rk3399_rockchip-uboot/include/configs/M5485EVB.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/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/atngw100.h
/rk3399_rockchip-uboot/include/configs/cmc_pu2.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/ms7720se.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/net/eth.c
4f93f8b123-Jan-2008 Becky Bruce <becky.bruce@freescale.com>

86xx: Add reginfo command

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/actux1/Makefile
/rk3399_rockchip-uboot/board/actux1/actux1.c
/rk3399_rockchip-uboot/board/actux1/actux1_hw.h
/rk3399_rockchip-uboot/board/actux1/config.mk
/rk3399_rockchip-uboot/board/actux1/u-boot.lds
/rk3399_rockchip-uboot/board/actux2/Makefile
/rk3399_rockchip-uboot/board/actux2/actux2.c
/rk3399_rockchip-uboot/board/actux2/actux2_hw.h
/rk3399_rockchip-uboot/board/actux2/config.mk
/rk3399_rockchip-uboot/board/actux2/u-boot.lds
/rk3399_rockchip-uboot/board/actux3/Makefile
/rk3399_rockchip-uboot/board/actux3/actux3.c
/rk3399_rockchip-uboot/board/actux3/actux3_hw.h
/rk3399_rockchip-uboot/board/actux3/config.mk
/rk3399_rockchip-uboot/board/actux3/u-boot.lds
/rk3399_rockchip-uboot/board/actux4/Makefile
/rk3399_rockchip-uboot/board/actux4/actux4.c
/rk3399_rockchip-uboot/board/actux4/actux4_hw.h
/rk3399_rockchip-uboot/board/actux4/config.mk
/rk3399_rockchip-uboot/board/actux4/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/atmel/atngw100/Makefile
/rk3399_rockchip-uboot/board/atmel/atngw100/atngw100.c
/rk3399_rockchip-uboot/board/atmel/atngw100/config.mk
/rk3399_rockchip-uboot/board/atmel/atngw100/eth.c
/rk3399_rockchip-uboot/board/atmel/atngw100/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m52277evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m52277evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m52277evb/m52277evb.c
/rk3399_rockchip-uboot/board/freescale/m52277evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5373evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5373evb/m5373evb.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5373evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m547xevb/Makefile
/rk3399_rockchip-uboot/board/freescale/m547xevb/config.mk
/rk3399_rockchip-uboot/board/freescale/m547xevb/m547xevb.c
/rk3399_rockchip-uboot/board/freescale/m547xevb/mii.c
/rk3399_rockchip-uboot/board/freescale/m547xevb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m548xevb/Makefile
/rk3399_rockchip-uboot/board/freescale/m548xevb/config.mk
/rk3399_rockchip-uboot/board/freescale/m548xevb/m548xevb.c
/rk3399_rockchip-uboot/board/freescale/m548xevb/mii.c
/rk3399_rockchip-uboot/board/freescale/m548xevb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/board/ixdp425/ixdp425.c
/rk3399_rockchip-uboot/board/netstal/common/nm_bsp.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/qemu-mips/Makefile
/rk3399_rockchip-uboot/board/qemu-mips/README
/rk3399_rockchip-uboot/board/qemu-mips/config.mk
/rk3399_rockchip-uboot/board/qemu-mips/flash.c
/rk3399_rockchip-uboot/board/qemu-mips/lowlevel_init.S
/rk3399_rockchip-uboot/board/qemu-mips/qemu-mips.c
/rk3399_rockchip-uboot/board/qemu-mips/u-boot.lds
/rk3399_rockchip-uboot/board/sbc8641d/Makefile
/rk3399_rockchip-uboot/board/sbc8641d/law.c
/rk3399_rockchip-uboot/board/sbc8641d/u-boot.lds
/rk3399_rockchip-uboot/board/xm250/xm250.c
cmd_reginfo.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDl.c
/rk3399_rockchip-uboot/cpu/ixp/npe/IxNpeDlImageMgr.c
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/ixp/serial.c
/rk3399_rockchip-uboot/cpu/mcf5227x/Makefile
/rk3399_rockchip-uboot/cpu/mcf5227x/config.mk
/rk3399_rockchip-uboot/cpu/mcf5227x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5227x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf5227x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf5227x/speed.c
/rk3399_rockchip-uboot/cpu/mcf5227x/start.S
/rk3399_rockchip-uboot/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5445x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf5445x/pci.c
/rk3399_rockchip-uboot/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/cpu/mcf547x_8x/Makefile
/rk3399_rockchip-uboot/cpu/mcf547x_8x/config.mk
/rk3399_rockchip-uboot/cpu/mcf547x_8x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/pci.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/slicetimer.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/speed.c
/rk3399_rockchip-uboot/cpu/mcf547x_8x/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc86xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/doc/README.m52277evb
/rk3399_rockchip-uboot/doc/README.m5373evb
/rk3399_rockchip-uboot/doc/README.m5475evb
/rk3399_rockchip-uboot/drivers/dma/MCD_dmaApi.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasks.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasksInit.c
/rk3399_rockchip-uboot/drivers/dma/Makefile
/rk3399_rockchip-uboot/drivers/misc/fsl_law.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl_mcdmafec.c
/rk3399_rockchip-uboot/drivers/serial/serial_sh.c
/rk3399_rockchip-uboot/include/MCD_dma.h
/rk3399_rockchip-uboot/include/MCD_progCheck.h
/rk3399_rockchip-uboot/include/MCD_tasksInit.h
/rk3399_rockchip-uboot/include/asm-arm/mach-types.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/crossbar.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/dspi.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/edma.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/flexbus.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/lcd.h
/rk3399_rockchip-uboot/include/asm-m68k/coldfire/ssi.h
/rk3399_rockchip-uboot/include/asm-m68k/fec.h
/rk3399_rockchip-uboot/include/asm-m68k/fsl_mcdmafec.h
/rk3399_rockchip-uboot/include/asm-m68k/global_data.h
/rk3399_rockchip-uboot/include/asm-m68k/immap.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5227x.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5329.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5445x.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_547x_8x.h
/rk3399_rockchip-uboot/include/asm-m68k/io.h
/rk3399_rockchip-uboot/include/asm-m68k/m5227x.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/m5445x.h
/rk3399_rockchip-uboot/include/asm-m68k/m547x_8x.h
/rk3399_rockchip-uboot/include/asm-ppc/fsl_law.h
/rk3399_rockchip-uboot/include/configs/M52277EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/M5475EVB.h
/rk3399_rockchip-uboot/include/configs/M5485EVB.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.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/atngw100.h
/rk3399_rockchip-uboot/include/configs/ms7720se.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/net/eth.c
2468592d23-Jan-2008 Wolfgang Denk <wd@denx.de>

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


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/amcc/kilauea/cmd_pll.c
/rk3399_rockchip-uboot/board/amcc/makalu/cmd_pll.c
/rk3399_rockchip-uboot/board/amcc/sequoia/init.S
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/atum8548/Makefile
/rk3399_rockchip-uboot/board/atum8548/law.c
/rk3399_rockchip-uboot/board/atum8548/tlb.c
/rk3399_rockchip-uboot/board/atum8548/u-boot.lds
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/bf537-stamp/ether_bf537.h
/rk3399_rockchip-uboot/board/esd/du440/Makefile
/rk3399_rockchip-uboot/board/esd/du440/config.mk
/rk3399_rockchip-uboot/board/esd/du440/du440.c
/rk3399_rockchip-uboot/board/esd/du440/du440.h
/rk3399_rockchip-uboot/board/esd/du440/init.S
/rk3399_rockchip-uboot/board/esd/du440/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/mpc8349emds.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/u-boot.lds
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/mpc8540eval/Makefile
/rk3399_rockchip-uboot/board/mpc8540eval/law.c
/rk3399_rockchip-uboot/board/mpc8540eval/tlb.c
/rk3399_rockchip-uboot/board/mpc8540eval/u-boot.lds
/rk3399_rockchip-uboot/board/netstal/common/fixed_sdram.c
/rk3399_rockchip-uboot/board/netstal/common/nm.h
/rk3399_rockchip-uboot/board/netstal/common/nm_bsp.c
/rk3399_rockchip-uboot/board/netstal/hcu4/Makefile
/rk3399_rockchip-uboot/board/netstal/hcu4/config.mk
/rk3399_rockchip-uboot/board/netstal/hcu4/hcu4.c
/rk3399_rockchip-uboot/board/netstal/hcu5/Makefile
/rk3399_rockchip-uboot/board/netstal/hcu5/README.txt
/rk3399_rockchip-uboot/board/netstal/hcu5/config.mk
/rk3399_rockchip-uboot/board/netstal/hcu5/hcu5.c
/rk3399_rockchip-uboot/board/netstal/hcu5/init.S
/rk3399_rockchip-uboot/board/netstal/hcu5/sdram.c
/rk3399_rockchip-uboot/board/netstal/hcu5/u-boot.lds
/rk3399_rockchip-uboot/board/pm854/Makefile
/rk3399_rockchip-uboot/board/pm854/law.c
/rk3399_rockchip-uboot/board/pm854/tlb.c
/rk3399_rockchip-uboot/board/pm854/u-boot.lds
/rk3399_rockchip-uboot/board/pm856/Makefile
/rk3399_rockchip-uboot/board/pm856/law.c
/rk3399_rockchip-uboot/board/pm856/tlb.c
/rk3399_rockchip-uboot/board/pm856/u-boot.lds
/rk3399_rockchip-uboot/board/sbc8548/Makefile
/rk3399_rockchip-uboot/board/sbc8548/law.c
/rk3399_rockchip-uboot/board/sbc8548/tlb.c
/rk3399_rockchip-uboot/board/sbc8548/u-boot.lds
/rk3399_rockchip-uboot/board/sbc8560/Makefile
/rk3399_rockchip-uboot/board/sbc8560/law.c
/rk3399_rockchip-uboot/board/sbc8560/tlb.c
/rk3399_rockchip-uboot/board/sbc8560/u-boot.lds
/rk3399_rockchip-uboot/board/stxgp3/Makefile
/rk3399_rockchip-uboot/board/stxgp3/law.c
/rk3399_rockchip-uboot/board/stxgp3/tlb.c
/rk3399_rockchip-uboot/board/stxgp3/u-boot.lds
/rk3399_rockchip-uboot/board/stxssa/Makefile
/rk3399_rockchip-uboot/board/stxssa/law.c
/rk3399_rockchip-uboot/board/stxssa/tlb.c
/rk3399_rockchip-uboot/board/stxssa/u-boot.lds
/rk3399_rockchip-uboot/board/tqm85xx/Makefile
/rk3399_rockchip-uboot/board/tqm85xx/law.c
/rk3399_rockchip-uboot/board/tqm85xx/tlb.c
/rk3399_rockchip-uboot/board/tqm85xx/u-boot.lds
cmd_net.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc85xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/fsl_law.c
/rk3399_rockchip-uboot/drivers/net/rtl8139.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/net/tsec.h
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/mpc8xxx_spi.c
/rk3399_rockchip-uboot/include/asm-ppc/fsl_law.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_83xx.h
/rk3399_rockchip-uboot/include/asm-ppc/mmu.h
/rk3399_rockchip-uboot/include/asm-ppc/mpc8xxx_spi.h
/rk3399_rockchip-uboot/include/configs/ATUM8548.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8540EVAL.h
/rk3399_rockchip-uboot/include/configs/MPC8541CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8555CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/sbc8548.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/denali_ecc.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c

1...<<181182183184185186187188189190>>...211