History log of /rk3399_rockchip-uboot/net/ (Results 476 – 500 of 619)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8f1bc28430-Aug-2007 Grant Likely <grant.likely@secretlab.ca>

tftp: don't implicity trust the format of recevied packets

The TFTP OACK code trusts that the incoming packet is formated as
ASCII text and can be processed by string functions. It also has a
loop l

tftp: don't implicity trust the format of recevied packets

The TFTP OACK code trusts that the incoming packet is formated as
ASCII text and can be processed by string functions. It also has a
loop limit overflow bug where if the packet length is less than 8, it
ends up looping over *all* of memory to find the 'blksize' string.

This patch solves the problem by forcing the packet to be null
terminated and using strstr() to search for the sub string.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

show more ...

ef8f207521-Aug-2007 stefano babic <sbabic@denx.de>

Fix: TFTP is not working on little endian systems

TFTP does not work anymore after multicast tftp
patch was applied on little endian systems.
This patch fix it.

Signed-off-by: Stefano Babic <sbabic

Fix: TFTP is not working on little endian systems

TFTP does not work anymore after multicast tftp
patch was applied on little endian systems.
This patch fix it.

Signed-off-by: Stefano Babic <sbabic@denx.de>

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/BuS/EB+MCF-EV123/Makefile
/rk3399_rockchip-uboot/board/BuS/EB+MCF-EV123/mii.c
/rk3399_rockchip-uboot/board/amcc/sequoia/cmd_sequoia.c
/rk3399_rockchip-uboot/board/cobra5272/Makefile
/rk3399_rockchip-uboot/board/cobra5272/cobra5272.c
/rk3399_rockchip-uboot/board/cobra5272/mii.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/freescale/common/pq-mds-pib.c
/rk3399_rockchip-uboot/board/freescale/common/pq-mds-pib.h
/rk3399_rockchip-uboot/board/freescale/m5235evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5235evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5235evb/m5235evb.c
/rk3399_rockchip-uboot/board/freescale/m5235evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5235evb/u-boot.16
/rk3399_rockchip-uboot/board/freescale/m5235evb/u-boot.32
/rk3399_rockchip-uboot/board/freescale/m5235evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5249evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5249evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5249evb/m5249evb.c
/rk3399_rockchip-uboot/board/freescale/m5249evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5253evbe/Makefile
/rk3399_rockchip-uboot/board/freescale/m5253evbe/config.mk
/rk3399_rockchip-uboot/board/freescale/m5253evbe/m5253evbe.c
/rk3399_rockchip-uboot/board/freescale/m5253evbe/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5329evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m54455evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m54455evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m54455evb/flash.c
/rk3399_rockchip-uboot/board/freescale/m54455evb/m54455evb.c
/rk3399_rockchip-uboot/board/freescale/m54455evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/mpc8313erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/sdram.c
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/mpc8323erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/mpc832xemds.c
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/mpc8349emds.c
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/mpc8349itx.c
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/init.S
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/idmr/Makefile
/rk3399_rockchip-uboot/board/idmr/idmr.c
/rk3399_rockchip-uboot/board/idmr/mii.c
/rk3399_rockchip-uboot/board/lwmon5/Makefile
/rk3399_rockchip-uboot/board/lwmon5/kbd.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.c
/rk3399_rockchip-uboot/board/m5271evb/Makefile
/rk3399_rockchip-uboot/board/m5271evb/m5271evb.c
/rk3399_rockchip-uboot/board/m5271evb/mii.c
/rk3399_rockchip-uboot/board/m5272c3/Makefile
/rk3399_rockchip-uboot/board/m5272c3/m5272c3.c
/rk3399_rockchip-uboot/board/m5272c3/mii.c
/rk3399_rockchip-uboot/board/m5282evb/Makefile
/rk3399_rockchip-uboot/board/m5282evb/config.mk
/rk3399_rockchip-uboot/board/m5282evb/m5282evb.c
/rk3399_rockchip-uboot/board/m5282evb/mii.c
/rk3399_rockchip-uboot/board/netstal/common/hcu_flash.c
/rk3399_rockchip-uboot/board/netstal/hcu4/Makefile
/rk3399_rockchip-uboot/board/netstal/hcu4/hcu4.c
/rk3399_rockchip-uboot/board/netstal/hcu5/Makefile
/rk3399_rockchip-uboot/board/netstal/hcu5/hcu5.c
/rk3399_rockchip-uboot/board/netstal/hcu5/sdram.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/r5200/Makefile
/rk3399_rockchip-uboot/board/r5200/mii.c
/rk3399_rockchip-uboot/board/sbc8349/sbc8349.c
/rk3399_rockchip-uboot/board/tqm834x/tqm834x.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/env_flash.c
/rk3399_rockchip-uboot/cpu/mcf523x/Makefile
/rk3399_rockchip-uboot/cpu/mcf523x/config.mk
/rk3399_rockchip-uboot/cpu/mcf523x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf523x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf523x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf523x/speed.c
/rk3399_rockchip-uboot/cpu/mcf523x/start.S
/rk3399_rockchip-uboot/cpu/mcf52x2/Makefile
/rk3399_rockchip-uboot/cpu/mcf52x2/cpu.c
/rk3399_rockchip-uboot/cpu/mcf52x2/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf52x2/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf52x2/speed.c
/rk3399_rockchip-uboot/cpu/mcf52x2/start.S
/rk3399_rockchip-uboot/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/cpu/mcf5445x/Makefile
/rk3399_rockchip-uboot/cpu/mcf5445x/config.mk
/rk3399_rockchip-uboot/cpu/mcf5445x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5445x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf5445x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf5445x/pci.c
/rk3399_rockchip-uboot/cpu/mcf5445x/speed.c
/rk3399_rockchip-uboot/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/cpu/mpc5xxx/ide.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/usb.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc83xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/doc/README.m5253evbe
/rk3399_rockchip-uboot/doc/README.m54455evb
/rk3399_rockchip-uboot/drivers/dm9000x.c
/rk3399_rockchip-uboot/drivers/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/net/mcffec.c
/rk3399_rockchip-uboot/drivers/pci.c
/rk3399_rockchip-uboot/drivers/serial/mcfuart.c
/rk3399_rockchip-uboot/drivers/usb_ohci.c
/rk3399_rockchip-uboot/include/asm-m68k/fec.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_5235.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5249.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5253.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5271.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5272.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5282.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5445x.h
/rk3399_rockchip-uboot/include/asm-m68k/io.h
/rk3399_rockchip-uboot/include/asm-m68k/m5235.h
/rk3399_rockchip-uboot/include/asm-m68k/m5249.h
/rk3399_rockchip-uboot/include/asm-m68k/m5253.h
/rk3399_rockchip-uboot/include/asm-m68k/m5271.h
/rk3399_rockchip-uboot/include/asm-m68k/m5272.h
/rk3399_rockchip-uboot/include/asm-m68k/m5282.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/m5445x.h
/rk3399_rockchip-uboot/include/asm-m68k/rtc.h
/rk3399_rockchip-uboot/include/asm-m68k/timer.h
/rk3399_rockchip-uboot/include/asm-m68k/u-boot.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/io.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/EB+MCF-EV123.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/M5235EVB.h
/rk3399_rockchip-uboot/include/configs/M5249EVB.h
/rk3399_rockchip-uboot/include/configs/M5253EVBE.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/configs/M5272C3.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/TASREG.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/r5200.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/ide.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/s3c2410.h
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_m68k/interrupts.c
/rk3399_rockchip-uboot/lib_m68k/m68k_linux.c
/rk3399_rockchip-uboot/lib_m68k/time.c
/rk3399_rockchip-uboot/lib_ppc/board.c
tftp.c
/rk3399_rockchip-uboot/post/drivers/memory.c
/rk3399_rockchip-uboot/rtc/mcfrtc.c
81735b2516-Aug-2007 John Rigby <jrigby@freescale.com>

Merge branch 'denx-coldfire' into coldfire-aug2007


/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/esd/ash405/Makefile
/rk3399_rockchip-uboot/board/esd/ash405/ash405.c
/rk3399_rockchip-uboot/board/esd/cms700/Makefile
/rk3399_rockchip-uboot/board/esd/cms700/cms700.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/common/esd405ep_nand.c
/rk3399_rockchip-uboot/board/esd/cpci750/cpci750.c
/rk3399_rockchip-uboot/board/esd/cpci750/ide.c
/rk3399_rockchip-uboot/board/esd/hh405/Makefile
/rk3399_rockchip-uboot/board/esd/hh405/hh405.c
/rk3399_rockchip-uboot/board/esd/hub405/Makefile
/rk3399_rockchip-uboot/board/esd/hub405/hub405.c
/rk3399_rockchip-uboot/board/esd/plu405/Makefile
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/voh405/Makefile
/rk3399_rockchip-uboot/board/esd/voh405/voh405.c
/rk3399_rockchip-uboot/board/esd/wuh405/Makefile
/rk3399_rockchip-uboot/board/esd/wuh405/wuh405.c
/rk3399_rockchip-uboot/board/fads/fads.h
/rk3399_rockchip-uboot/board/freescale/common/sys_eeprom.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5329evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5329evb/m5329evb.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/init.S
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/cpu/mcf532x/Makefile
/rk3399_rockchip-uboot/cpu/mcf532x/config.mk
/rk3399_rockchip-uboot/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf532x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf532x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf532x/speed.c
/rk3399_rockchip-uboot/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/drivers/bios_emulator/besys.c
/rk3399_rockchip-uboot/drivers/bios_emulator/bios.c
/rk3399_rockchip-uboot/drivers/bios_emulator/biosemu.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/debug.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/decode.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops2.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/prim_ops.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/sys.c
/rk3399_rockchip-uboot/drivers/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/mcffec.c
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/mcfuart.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/include/asm-m68k/bitops.h
/rk3399_rockchip-uboot/include/asm-m68k/byteorder.h
/rk3399_rockchip-uboot/include/asm-m68k/errno.h
/rk3399_rockchip-uboot/include/asm-m68k/fec.h
/rk3399_rockchip-uboot/include/asm-m68k/fsl_i2c.h
/rk3399_rockchip-uboot/include/asm-m68k/immap.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5329.h
/rk3399_rockchip-uboot/include/asm-m68k/io.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/mcftimer.h
/rk3399_rockchip-uboot/include/asm-m68k/mcfuart.h
/rk3399_rockchip-uboot/include/asm-m68k/ptrace.h
/rk3399_rockchip-uboot/include/asm-m68k/rtc.h
/rk3399_rockchip-uboot/include/asm-m68k/timer.h
/rk3399_rockchip-uboot/include/asm-m68k/u-boot.h
/rk3399_rockchip-uboot/include/asm-m68k/uart.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_85xx.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/nand.h
/rk3399_rockchip-uboot/lib_m68k/Makefile
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_m68k/interrupts.c
/rk3399_rockchip-uboot/lib_m68k/time.c
eth.c
/rk3399_rockchip-uboot/rtc/Makefile
/rk3399_rockchip-uboot/rtc/mcfrtc.c
30b52df915-Aug-2007 Jon Loeliger <jdl@freescale.com>

86xx: Fix lingering CFG_CMD_* references in sbc8641d.h

Remove a leftover in net/tftp.c while we're at it.

Signed-off-by: Jon Loeliger <jdl@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/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/bamboo/init.S
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/bubinga/bubinga.c
/rk3399_rockchip-uboot/board/amcc/common/flash.c
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/taihu/Makefile
/rk3399_rockchip-uboot/board/amcc/taihu/config.mk
/rk3399_rockchip-uboot/board/amcc/taihu/flash.c
/rk3399_rockchip-uboot/board/amcc/taihu/lcd.c
/rk3399_rockchip-uboot/board/amcc/taihu/taihu.c
/rk3399_rockchip-uboot/board/amcc/taihu/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/taihu/update.c
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/at91rm9200dk/Makefile
/rk3399_rockchip-uboot/board/at91rm9200dk/led.c
/rk3399_rockchip-uboot/board/at91rm9200dk/mux.c
/rk3399_rockchip-uboot/board/cds/common/via.c
/rk3399_rockchip-uboot/board/cds/mpc8541cds/mpc8541cds.c
/rk3399_rockchip-uboot/board/cds/mpc8548cds/config.mk
/rk3399_rockchip-uboot/board/cds/mpc8548cds/init.S
/rk3399_rockchip-uboot/board/cds/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/cds/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/cds/mpc8555cds/mpc8555cds.c
/rk3399_rockchip-uboot/board/cmc_pu2/Makefile
/rk3399_rockchip-uboot/board/davinci/dv-evm/dv_board.c
/rk3399_rockchip-uboot/board/davinci/schmoogie/dv_board.c
/rk3399_rockchip-uboot/board/davinci/sonata/dv_board.c
/rk3399_rockchip-uboot/board/esd/plu405/fpgadata.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/init.S
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.c
/rk3399_rockchip-uboot/board/mpc8560ads/mpc8560ads.c
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.c
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.h
/rk3399_rockchip-uboot/board/mpc8568mds/init.S
/rk3399_rockchip-uboot/board/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/netstal/common/flash.c
/rk3399_rockchip-uboot/board/netstal/common/nm_bsp.c
/rk3399_rockchip-uboot/board/netstal/hcu4/Makefile
/rk3399_rockchip-uboot/board/netstal/hcu4/README.txt
/rk3399_rockchip-uboot/board/netstal/hcu4/config.mk
/rk3399_rockchip-uboot/board/netstal/hcu4/hcu4.c
/rk3399_rockchip-uboot/board/netstal/hcu4/u-boot.lds
/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/zeus/Makefile
/rk3399_rockchip-uboot/board/zeus/config.mk
/rk3399_rockchip-uboot/board/zeus/u-boot.lds
/rk3399_rockchip-uboot/board/zeus/update.c
/rk3399_rockchip-uboot/board/zeus/zeus.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/flash.c
/rk3399_rockchip-uboot/common/soft_i2c.c
/rk3399_rockchip-uboot/common/soft_spi.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/Makefile
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/dm9161.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/spi.c
/rk3399_rockchip-uboot/cpu/arm920t/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc85xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc85xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc85xx/qe_io.c
/rk3399_rockchip-uboot/cpu/mpc85xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/traps.c
/rk3399_rockchip-uboot/cpu/ppc4xx/440spe_pcie.c
/rk3399_rockchip-uboot/cpu/ppc4xx/440spe_pcie.h
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/gpio.c
/rk3399_rockchip-uboot/cpu/ppc4xx/sdram.c
/rk3399_rockchip-uboot/cpu/ppc4xx/sdram.h
/rk3399_rockchip-uboot/cpu/ppc4xx/serial.c
/rk3399_rockchip-uboot/cpu/ppc4xx/speed.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/tlb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/cpu/ppc4xx/usb.c
/rk3399_rockchip-uboot/doc/README.bamboo
/rk3399_rockchip-uboot/doc/README.mpc8544ds
/rk3399_rockchip-uboot/doc/README.zeus
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ahci.c
/rk3399_rockchip-uboot/drivers/at45.c
/rk3399_rockchip-uboot/drivers/dataflash.c
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/qe/uec.h
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.h
/rk3399_rockchip-uboot/dtt/Makefile
/rk3399_rockchip-uboot/dtt/ds1775.c
/rk3399_rockchip-uboot/include/asm-arm/arch-at91rm9200/AT91RM9200.h
/rk3399_rockchip-uboot/include/asm-arm/mach-types.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_85xx.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_qe.h
/rk3399_rockchip-uboot/include/asm-ppc/mmu.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/at45.h
/rk3399_rockchip-uboot/include/config_cmd_all.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/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/taihu.h
/rk3399_rockchip-uboot/include/configs/zeus.h
/rk3399_rockchip-uboot/include/dataflash.h
/rk3399_rockchip-uboot/include/dm9161.h
/rk3399_rockchip-uboot/include/dtt.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/led.h
/rk3399_rockchip-uboot/include/mpc85xx.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/include/ppc_asm.tmpl
/rk3399_rockchip-uboot/lib_ppc/extable.c
tftp.c
/rk3399_rockchip-uboot/post/board/lwmon5/Makefile
/rk3399_rockchip-uboot/post/board/lwmon5/ecc.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache_4xx.S
/rk3399_rockchip-uboot/post/cpu/ppc4xx/ether.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/uart.c
/rk3399_rockchip-uboot/post/tests.c
d61ea14815-Aug-2007 Stefan Roese <sr@denx.de>

Merge with git://www.denx.de/git/u-boot.git


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CHANGELOG-before-U-Boot-1.1.5
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/AmigaOneG3SE.c
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/cmd_boota.c
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/video.c
/rk3399_rockchip-uboot/board/MAI/menu/cmd_menu.c
/rk3399_rockchip-uboot/board/Marvell/common/serial.c
/rk3399_rockchip-uboot/board/ads5121/Makefile
/rk3399_rockchip-uboot/board/ads5121/ads5121.c
/rk3399_rockchip-uboot/board/ads5121/config.mk
/rk3399_rockchip-uboot/board/ads5121/u-boot.lds
/rk3399_rockchip-uboot/board/alaska/alaska.c
/rk3399_rockchip-uboot/board/altera/dk1c20/dk1c20.c
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/bamboo/init.S
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/bubinga/bubinga.c
/rk3399_rockchip-uboot/board/amcc/common/flash.c
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/taihu/Makefile
/rk3399_rockchip-uboot/board/amcc/taihu/config.mk
/rk3399_rockchip-uboot/board/amcc/taihu/flash.c
/rk3399_rockchip-uboot/board/amcc/taihu/lcd.c
/rk3399_rockchip-uboot/board/amcc/taihu/taihu.c
/rk3399_rockchip-uboot/board/amcc/taihu/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/taihu/update.c
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/amirix/ap1000/serial.c
/rk3399_rockchip-uboot/board/at91rm9200dk/Makefile
/rk3399_rockchip-uboot/board/at91rm9200dk/at91rm9200dk.c
/rk3399_rockchip-uboot/board/at91rm9200dk/led.c
/rk3399_rockchip-uboot/board/at91rm9200dk/mux.c
/rk3399_rockchip-uboot/board/atc/atc.c
/rk3399_rockchip-uboot/board/atc/ti113x.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/eth.c
/rk3399_rockchip-uboot/board/bc3450/bc3450.c
/rk3399_rockchip-uboot/board/bc3450/cmd_bc3450.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/nand.c
/rk3399_rockchip-uboot/board/c2mon/pcmcia.c
/rk3399_rockchip-uboot/board/cds/common/via.c
/rk3399_rockchip-uboot/board/cds/mpc8541cds/mpc8541cds.c
/rk3399_rockchip-uboot/board/cds/mpc8548cds/config.mk
/rk3399_rockchip-uboot/board/cds/mpc8548cds/init.S
/rk3399_rockchip-uboot/board/cds/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/cds/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/cds/mpc8555cds/mpc8555cds.c
/rk3399_rockchip-uboot/board/cm5200/Makefile
/rk3399_rockchip-uboot/board/cm5200/cm5200.c
/rk3399_rockchip-uboot/board/cm5200/cm5200.h
/rk3399_rockchip-uboot/board/cm5200/cmd_cm5200.c
/rk3399_rockchip-uboot/board/cm5200/config.mk
/rk3399_rockchip-uboot/board/cm5200/fwupdate.c
/rk3399_rockchip-uboot/board/cm5200/fwupdate.h
/rk3399_rockchip-uboot/board/cm5200/u-boot.lds
/rk3399_rockchip-uboot/board/cmc_pu2/Makefile
/rk3399_rockchip-uboot/board/cmc_pu2/cmc_pu2.c
/rk3399_rockchip-uboot/board/cogent/config.mk
/rk3399_rockchip-uboot/board/cogent/serial.c
/rk3399_rockchip-uboot/board/cogent/u-boot.lds
/rk3399_rockchip-uboot/board/cpc45/cpc45.c
/rk3399_rockchip-uboot/board/cpc45/pd67290.c
/rk3399_rockchip-uboot/board/cpu86/cpu86.c
/rk3399_rockchip-uboot/board/cpu87/cpu87.c
/rk3399_rockchip-uboot/board/csb637/csb637.c
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/nand.c
/rk3399_rockchip-uboot/board/davinci/dv-evm/Makefile
/rk3399_rockchip-uboot/board/davinci/dv-evm/board_init.S
/rk3399_rockchip-uboot/board/davinci/dv-evm/config.mk
/rk3399_rockchip-uboot/board/davinci/dv-evm/dv_board.c
/rk3399_rockchip-uboot/board/davinci/dv-evm/u-boot.lds
/rk3399_rockchip-uboot/board/davinci/schmoogie/Makefile
/rk3399_rockchip-uboot/board/davinci/schmoogie/board_init.S
/rk3399_rockchip-uboot/board/davinci/schmoogie/config.mk
/rk3399_rockchip-uboot/board/davinci/schmoogie/dv_board.c
/rk3399_rockchip-uboot/board/davinci/schmoogie/u-boot.lds
/rk3399_rockchip-uboot/board/davinci/sonata/Makefile
/rk3399_rockchip-uboot/board/davinci/sonata/board_init.S
/rk3399_rockchip-uboot/board/davinci/sonata/config.mk
/rk3399_rockchip-uboot/board/davinci/sonata/dv_board.c
/rk3399_rockchip-uboot/board/davinci/sonata/u-boot.lds
/rk3399_rockchip-uboot/board/delta/delta.c
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/emk/top5200/top5200.c
/rk3399_rockchip-uboot/board/esd/ash405/ash405.c
/rk3399_rockchip-uboot/board/esd/cms700/cms700.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/common/cmd_loadpci.c
/rk3399_rockchip-uboot/board/esd/cpci5200/cpci5200.c
/rk3399_rockchip-uboot/board/esd/cpci750/ide.c
/rk3399_rockchip-uboot/board/esd/cpci750/sdram_init.c
/rk3399_rockchip-uboot/board/esd/cpci750/serial.c
/rk3399_rockchip-uboot/board/esd/hh405/hh405.c
/rk3399_rockchip-uboot/board/esd/hub405/hub405.c
/rk3399_rockchip-uboot/board/esd/mecp5200/mecp5200.c
/rk3399_rockchip-uboot/board/esd/ocrtc/cmd_ocrtc.c
/rk3399_rockchip-uboot/board/esd/pci405/cmd_pci405.c
/rk3399_rockchip-uboot/board/esd/pf5200/pf5200.c
/rk3399_rockchip-uboot/board/esd/plu405/fpgadata.c
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/voh405/voh405.c
/rk3399_rockchip-uboot/board/esd/wuh405/wuh405.c
/rk3399_rockchip-uboot/board/etin/debris/phantom.c
/rk3399_rockchip-uboot/board/evb64260/eth.c
/rk3399_rockchip-uboot/board/evb64260/serial.c
/rk3399_rockchip-uboot/board/evb64260/zuma_pbb.c
/rk3399_rockchip-uboot/board/fads/fads.c
/rk3399_rockchip-uboot/board/fads/fads.h
/rk3399_rockchip-uboot/board/fads/pcmcia.c
/rk3399_rockchip-uboot/board/freescale/common/pixis.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5329evb/m5329evb.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/mpc8323erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/init.S
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/m88e6060.c
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/vovpn-gw.c
/rk3399_rockchip-uboot/board/g2000/g2000.c
/rk3399_rockchip-uboot/board/gen860t/gen860t.c
/rk3399_rockchip-uboot/board/genietv/genietv.c
/rk3399_rockchip-uboot/board/gth/pcmcia.c
/rk3399_rockchip-uboot/board/hmi1001/config.mk
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/hymod/config.mk
/rk3399_rockchip-uboot/board/hymod/u-boot.lds
/rk3399_rockchip-uboot/board/icecube/icecube.c
/rk3399_rockchip-uboot/board/icu862/pcmcia.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/inka4x0/config.mk
/rk3399_rockchip-uboot/board/inka4x0/inka4x0.c
/rk3399_rockchip-uboot/board/ixdp425/ixdp425.c
/rk3399_rockchip-uboot/board/jupiter/jupiter.c
/rk3399_rockchip-uboot/board/kb9202/kb9202.c
/rk3399_rockchip-uboot/board/kup/common/pcmcia.c
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/lwmon/pcmcia.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.c
/rk3399_rockchip-uboot/board/mbx8xx/pcmcia.c
/rk3399_rockchip-uboot/board/mcc200/auto_update.c
/rk3399_rockchip-uboot/board/mcc200/mcc200.c
/rk3399_rockchip-uboot/board/ml2/serial.c
/rk3399_rockchip-uboot/board/mousse/config.mk
/rk3399_rockchip-uboot/board/mousse/u-boot.lds
/rk3399_rockchip-uboot/board/mp2usb/mp2usb.c
/rk3399_rockchip-uboot/board/mpc8349emds/mpc8349emds.c
/rk3399_rockchip-uboot/board/mpc8349itx/config.mk
/rk3399_rockchip-uboot/board/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/mpc8360emds/pci.c
/rk3399_rockchip-uboot/board/mpc8560ads/mpc8560ads.c
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.c
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.h
/rk3399_rockchip-uboot/board/mpc8568mds/init.S
/rk3399_rockchip-uboot/board/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/sys_eeprom.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.h
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.c
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.h
/rk3399_rockchip-uboot/board/nc650/nand.c
/rk3399_rockchip-uboot/board/netphone/netphone.c
/rk3399_rockchip-uboot/board/netstal/common/flash.c
/rk3399_rockchip-uboot/board/netstal/common/nm_bsp.c
/rk3399_rockchip-uboot/board/netstal/hcu4/Makefile
/rk3399_rockchip-uboot/board/netstal/hcu4/README.txt
/rk3399_rockchip-uboot/board/netstal/hcu4/config.mk
/rk3399_rockchip-uboot/board/netstal/hcu4/hcu4.c
/rk3399_rockchip-uboot/board/netstal/hcu4/u-boot.lds
/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/netstar/nand.c
/rk3399_rockchip-uboot/board/netta/netta.c
/rk3399_rockchip-uboot/board/netta/pcmcia.c
/rk3399_rockchip-uboot/board/netta2/netta2.c
/rk3399_rockchip-uboot/board/netvia/netvia.c
/rk3399_rockchip-uboot/board/omap2420h4/omap2420h4.c
/rk3399_rockchip-uboot/board/pcippc2/pcippc2.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/pm520/pm520.c
/rk3399_rockchip-uboot/board/pm826/pm826.c
/rk3399_rockchip-uboot/board/pm828/pm828.c
/rk3399_rockchip-uboot/board/pn62/cmd_pn62.c
/rk3399_rockchip-uboot/board/prodrive/alpr/nand.c
/rk3399_rockchip-uboot/board/prodrive/p3mx/serial.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/nand.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/r360mpi/pcmcia.c
/rk3399_rockchip-uboot/board/rsdproto/config.mk
/rk3399_rockchip-uboot/board/rsdproto/u-boot.lds
/rk3399_rockchip-uboot/board/sacsng/sacsng.c
/rk3399_rockchip-uboot/board/sbc2410x/sbc2410x.c
/rk3399_rockchip-uboot/board/sbc8641d/Makefile
/rk3399_rockchip-uboot/board/sbc8641d/config.mk
/rk3399_rockchip-uboot/board/sbc8641d/init.S
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/sbc8641d/u-boot.lds
/rk3399_rockchip-uboot/board/sc3/sc3nand.c
/rk3399_rockchip-uboot/board/siemens/SMN42/flash.c
/rk3399_rockchip-uboot/board/siemens/common/fpga.c
/rk3399_rockchip-uboot/board/siemens/pcu_e/pcu_e.c
/rk3399_rockchip-uboot/board/sixnet/sixnet.c
/rk3399_rockchip-uboot/board/spc1920/hpi.c
/rk3399_rockchip-uboot/board/ssv/adnpesc1/adnpesc1.c
/rk3399_rockchip-uboot/board/ssv/common/cmd_sled.c
/rk3399_rockchip-uboot/board/ssv/common/wd_pio.c
/rk3399_rockchip-uboot/board/stxxtc/stxxtc.c
/rk3399_rockchip-uboot/board/svm_sc8xx/svm_sc8xx.c
/rk3399_rockchip-uboot/board/total5200/total5200.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_tb5200.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/trab/Makefile
/rk3399_rockchip-uboot/board/trab/auto_update.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trab/trab_fkt.c
/rk3399_rockchip-uboot/board/uc100/pcmcia.c
/rk3399_rockchip-uboot/board/uc101/config.mk
/rk3399_rockchip-uboot/board/v38b/v38b.c
/rk3399_rockchip-uboot/board/w7o/cmd_vpd.c
/rk3399_rockchip-uboot/board/xilinx/ml300/serial.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
/rk3399_rockchip-uboot/board/zeus/Makefile
/rk3399_rockchip-uboot/board/zeus/config.mk
/rk3399_rockchip-uboot/board/zeus/u-boot.lds
/rk3399_rockchip-uboot/board/zeus/update.c
/rk3399_rockchip-uboot/board/zeus/zeus.c
/rk3399_rockchip-uboot/board/zylonite/nand.c
/rk3399_rockchip-uboot/common/bedbug.c
/rk3399_rockchip-uboot/common/cmd_autoscript.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bedbug.c
/rk3399_rockchip-uboot/common/cmd_bmp.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_cache.c
/rk3399_rockchip-uboot/common/cmd_console.c
/rk3399_rockchip-uboot/common/cmd_date.c
/rk3399_rockchip-uboot/common/cmd_dcr.c
/rk3399_rockchip-uboot/common/cmd_diag.c
/rk3399_rockchip-uboot/common/cmd_display.c
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_dtt.c
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_elf.c
/rk3399_rockchip-uboot/common/cmd_ext2.c
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_fdc.c
/rk3399_rockchip-uboot/common/cmd_fdos.c
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_immap.c
/rk3399_rockchip-uboot/common/cmd_itest.c
/rk3399_rockchip-uboot/common/cmd_jffs2.c
/rk3399_rockchip-uboot/common/cmd_load.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_pci.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/cmd_portio.c
/rk3399_rockchip-uboot/common/cmd_reginfo.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/cmd_spi.c
/rk3399_rockchip-uboot/common/cmd_universe.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/cmd_vfd.c
/rk3399_rockchip-uboot/common/cmd_ximg.c
/rk3399_rockchip-uboot/common/command.c
/rk3399_rockchip-uboot/common/docecc.c
/rk3399_rockchip-uboot/common/env_flash.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/exports.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/flash.c
/rk3399_rockchip-uboot/common/hush.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/miiphyutil.c
/rk3399_rockchip-uboot/common/soft_i2c.c
/rk3399_rockchip-uboot/common/soft_spi.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/common/usb_kbd.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/kgdb.S
/rk3399_rockchip-uboot/cpu/74xx_7xx/traps.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/Makefile
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/bcm5221.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/dm9161.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/ether.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/lxt972.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/spi.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/usb.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/Makefile
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/usb.c
/rk3399_rockchip-uboot/cpu/arm920t/start.S
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/Makefile
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/dp83848.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/ether.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/i2c.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/lxt972.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/nand.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/reset.S
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/timer.c
/rk3399_rockchip-uboot/cpu/at32ap/atmel_mci.c
/rk3399_rockchip-uboot/cpu/at32ap/atmel_mci.h
/rk3399_rockchip-uboot/cpu/at32ap/interrupts.c
/rk3399_rockchip-uboot/cpu/i386/serial.c
/rk3399_rockchip-uboot/cpu/ixp/cpu.c
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/mcf52x2/fec.c
/rk3399_rockchip-uboot/cpu/mcf532x/cpu_init.c
/rk3399_rockchip-uboot/cpu/microblaze/cache.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/microblaze/irq.S
/rk3399_rockchip-uboot/cpu/mips/au1x00_eth.c
/rk3399_rockchip-uboot/cpu/mpc512x/Makefile
/rk3399_rockchip-uboot/cpu/mpc512x/config.mk
/rk3399_rockchip-uboot/cpu/mpc512x/cpu.c
/rk3399_rockchip-uboot/cpu/mpc512x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc512x/fec.c
/rk3399_rockchip-uboot/cpu/mpc512x/fec.h
/rk3399_rockchip-uboot/cpu/mpc512x/i2c.c
/rk3399_rockchip-uboot/cpu/mpc512x/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc512x/serial.c
/rk3399_rockchip-uboot/cpu/mpc512x/speed.c
/rk3399_rockchip-uboot/cpu/mpc512x/start.S
/rk3399_rockchip-uboot/cpu/mpc512x/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/Makefile
/rk3399_rockchip-uboot/cpu/mpc5xxx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/ide.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot-customlayout.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/usb.c
/rk3399_rockchip-uboot/cpu/mpc8220/config.mk
/rk3399_rockchip-uboot/cpu/mpc8220/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8220/fec.c
/rk3399_rockchip-uboot/cpu/mpc8220/traps.c
/rk3399_rockchip-uboot/cpu/mpc8220/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc824x/config.mk
/rk3399_rockchip-uboot/cpu/mpc824x/traps.c
/rk3399_rockchip-uboot/cpu/mpc824x/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8260/bedbug_603e.c
/rk3399_rockchip-uboot/cpu/mpc8260/config.mk
/rk3399_rockchip-uboot/cpu/mpc8260/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/mpc8260/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc8260/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8260/traps.c
/rk3399_rockchip-uboot/cpu/mpc8260/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc83xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc83xx/ecc.c
/rk3399_rockchip-uboot/cpu/mpc83xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc83xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc83xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc83xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc85xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc85xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc85xx/qe_io.c
/rk3399_rockchip-uboot/cpu/mpc85xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc86xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc86xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc8xx/bedbug_860.c
/rk3399_rockchip-uboot/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/cpu/mpc8xx/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/cpu/mpc8xx/traps.c
/rk3399_rockchip-uboot/cpu/nios/cpu.c
/rk3399_rockchip-uboot/cpu/nios/interrupts.c
/rk3399_rockchip-uboot/cpu/nios2/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/440spe_pcie.c
/rk3399_rockchip-uboot/cpu/ppc4xx/440spe_pcie.h
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/cpu/ppc4xx/bedbug_405.c
/rk3399_rockchip-uboot/cpu/ppc4xx/dcr.S
/rk3399_rockchip-uboot/cpu/ppc4xx/gpio.c
/rk3399_rockchip-uboot/cpu/ppc4xx/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/kgdb.S
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/sdram.c
/rk3399_rockchip-uboot/cpu/ppc4xx/sdram.h
/rk3399_rockchip-uboot/cpu/ppc4xx/serial.c
/rk3399_rockchip-uboot/cpu/ppc4xx/speed.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/tlb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/cpu/ppc4xx/usb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/usbdev.c
/rk3399_rockchip-uboot/cpu/pxa/Makefile
/rk3399_rockchip-uboot/cpu/pxa/usb.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/disk/part_amiga.c
/rk3399_rockchip-uboot/disk/part_dos.c
/rk3399_rockchip-uboot/disk/part_iso.c
/rk3399_rockchip-uboot/disk/part_mac.c
/rk3399_rockchip-uboot/doc/README.JFFS2
/rk3399_rockchip-uboot/doc/README.PIP405
/rk3399_rockchip-uboot/doc/README.SNTP
/rk3399_rockchip-uboot/doc/README.bamboo
/rk3399_rockchip-uboot/doc/README.bedbug
/rk3399_rockchip-uboot/doc/README.generic_usb_ohci
/rk3399_rockchip-uboot/doc/README.mpc8323erdb
/rk3399_rockchip-uboot/doc/README.mpc8360emds
/rk3399_rockchip-uboot/doc/README.mpc83xx.ddrecc
/rk3399_rockchip-uboot/doc/README.mpc8544ds
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/doc/README.sbc8641d
/rk3399_rockchip-uboot/doc/README.usb
/rk3399_rockchip-uboot/doc/README.zeus
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ahci.c
/rk3399_rockchip-uboot/drivers/at45.c
/rk3399_rockchip-uboot/drivers/ati_ids.h
/rk3399_rockchip-uboot/drivers/ati_radeon_fb.c
/rk3399_rockchip-uboot/drivers/ati_radeon_fb.h
/rk3399_rockchip-uboot/drivers/bcm570x.c
/rk3399_rockchip-uboot/drivers/bcm570x_lm.h
/rk3399_rockchip-uboot/drivers/bcm570x_mm.h
/rk3399_rockchip-uboot/drivers/bios_emulator/Makefile
/rk3399_rockchip-uboot/drivers/bios_emulator/atibios.c
/rk3399_rockchip-uboot/drivers/bios_emulator/besys.c
/rk3399_rockchip-uboot/drivers/bios_emulator/bios.c
/rk3399_rockchip-uboot/drivers/bios_emulator/biosemu.c
/rk3399_rockchip-uboot/drivers/bios_emulator/biosemui.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/biosemu.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/debug.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/decode.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ops.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/prim_asm.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/prim_ops.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/regs.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/x86emui.h
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/debug.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/decode.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops2.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/prim_ops.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/sys.c
/rk3399_rockchip-uboot/drivers/cfb_console.c
/rk3399_rockchip-uboot/drivers/cs8900.c
/rk3399_rockchip-uboot/drivers/dataflash.c
/rk3399_rockchip-uboot/drivers/dc2114x.c
/rk3399_rockchip-uboot/drivers/dm9000x.c
/rk3399_rockchip-uboot/drivers/e1000.c
/rk3399_rockchip-uboot/drivers/eepro100.c
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/inca-ip_sw.c
/rk3399_rockchip-uboot/drivers/isp116x-hcd.c
/rk3399_rockchip-uboot/drivers/isp116x.h
/rk3399_rockchip-uboot/drivers/lan91c96.c
/rk3399_rockchip-uboot/drivers/macb.c
/rk3399_rockchip-uboot/drivers/mpc8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/nand/nand.c
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/drivers/natsemi.c
/rk3399_rockchip-uboot/drivers/net/mcffec.c
/rk3399_rockchip-uboot/drivers/netarm_eth.c
/rk3399_rockchip-uboot/drivers/ns8382x.c
/rk3399_rockchip-uboot/drivers/pci.c
/rk3399_rockchip-uboot/drivers/pci_auto.c
/rk3399_rockchip-uboot/drivers/pci_indirect.c
/rk3399_rockchip-uboot/drivers/pcnet.c
/rk3399_rockchip-uboot/drivers/plb2800_eth.c
/rk3399_rockchip-uboot/drivers/pxa_pcmcia.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/qe/qe.h
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/qe/uec.h
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.h
/rk3399_rockchip-uboot/drivers/rpx_pcmcia.c
/rk3399_rockchip-uboot/drivers/rtl8019.c
/rk3399_rockchip-uboot/drivers/rtl8139.c
/rk3399_rockchip-uboot/drivers/rtl8169.c
/rk3399_rockchip-uboot/drivers/serial/mcfuart.c
/rk3399_rockchip-uboot/drivers/sk98lin/uboot_drv.c
/rk3399_rockchip-uboot/drivers/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/ti_pci1410a.c
/rk3399_rockchip-uboot/drivers/tigon3.c
/rk3399_rockchip-uboot/drivers/tigon3.h
/rk3399_rockchip-uboot/drivers/tqm8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsec.h
/rk3399_rockchip-uboot/drivers/tsi108_eth.c
/rk3399_rockchip-uboot/drivers/tsi108_i2c.c
/rk3399_rockchip-uboot/drivers/usb_ohci.c
/rk3399_rockchip-uboot/drivers/usb_ohci.h
/rk3399_rockchip-uboot/drivers/usbdcore_ep0.c
/rk3399_rockchip-uboot/drivers/usbdcore_mpc8xx.c
/rk3399_rockchip-uboot/drivers/usbdcore_omap1510.c
/rk3399_rockchip-uboot/drivers/usbtty.c
/rk3399_rockchip-uboot/drivers/usbtty.h
/rk3399_rockchip-uboot/dtt/Makefile
/rk3399_rockchip-uboot/dtt/ds1775.c
/rk3399_rockchip-uboot/fs/cramfs/cramfs.c
/rk3399_rockchip-uboot/fs/cramfs/uncompress.c
/rk3399_rockchip-uboot/fs/ext2/dev.c
/rk3399_rockchip-uboot/fs/ext2/ext2fs.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/fs/fat/file.c
/rk3399_rockchip-uboot/fs/fdos/dev.c
/rk3399_rockchip-uboot/fs/fdos/fat.c
/rk3399_rockchip-uboot/fs/fdos/fdos.c
/rk3399_rockchip-uboot/fs/fdos/fs.c
/rk3399_rockchip-uboot/fs/fdos/subdir.c
/rk3399_rockchip-uboot/fs/fdos/vfat.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzari.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzo.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rtime.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rubin.c
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/mini_inflate.c
/rk3399_rockchip-uboot/fs/reiserfs/dev.c
/rk3399_rockchip-uboot/fs/reiserfs/mode_string.c
/rk3399_rockchip-uboot/fs/reiserfs/reiserfs.c
/rk3399_rockchip-uboot/include/_exports.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91rm9200/AT91RM9200.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/emac_defs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/emif_defs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/i2c_defs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/nand_defs.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/bitops.h
/rk3399_rockchip-uboot/include/asm-m68k/errno.h
/rk3399_rockchip-uboot/include/asm-m68k/fsl_i2c.h
/rk3399_rockchip-uboot/include/asm-m68k/immap.h
/rk3399_rockchip-uboot/include/asm-m68k/io.h
/rk3399_rockchip-uboot/include/asm-microblaze/asm.h
/rk3399_rockchip-uboot/include/asm-ppc/e300.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_512x.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/immap_fsl_pci.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_qe.h
/rk3399_rockchip-uboot/include/asm-ppc/mmu.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/at45.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_cmd_all.h
/rk3399_rockchip-uboot/include/config_cmd_default.h
/rk3399_rockchip-uboot/include/configs/A3000.h
/rk3399_rockchip-uboot/include/configs/ADCIOP.h
/rk3399_rockchip-uboot/include/configs/ADNPESC1.h
/rk3399_rockchip-uboot/include/configs/ADS860.h
/rk3399_rockchip-uboot/include/configs/AMX860.h
/rk3399_rockchip-uboot/include/configs/AP1000.h
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/AR405.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/AdderUSB.h
/rk3399_rockchip-uboot/include/configs/Alaska8220.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/B2.h
/rk3399_rockchip-uboot/include/configs/BAB7xx.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/BMW.h
/rk3399_rockchip-uboot/include/configs/CANBT.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CCM.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/CPC45.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/CPCI750.h
/rk3399_rockchip-uboot/include/configs/CPCIISER4.h
/rk3399_rockchip-uboot/include/configs/CPU86.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/CU824.h
/rk3399_rockchip-uboot/include/configs/DASA_SIM.h
/rk3399_rockchip-uboot/include/configs/DB64360.h
/rk3399_rockchip-uboot/include/configs/DB64460.h
/rk3399_rockchip-uboot/include/configs/DK1C20.h
/rk3399_rockchip-uboot/include/configs/DK1S10.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/EB+MCF-EV123.h
/rk3399_rockchip-uboot/include/configs/ELPPC.h
/rk3399_rockchip-uboot/include/configs/ELPT860.h
/rk3399_rockchip-uboot/include/configs/EP1C20.h
/rk3399_rockchip-uboot/include/configs/EP1S10.h
/rk3399_rockchip-uboot/include/configs/EP1S40.h
/rk3399_rockchip-uboot/include/configs/EP88x.h
/rk3399_rockchip-uboot/include/configs/ERIC.h
/rk3399_rockchip-uboot/include/configs/ESTEEM192E.h
/rk3399_rockchip-uboot/include/configs/ETX094.h
/rk3399_rockchip-uboot/include/configs/EVB64260.h
/rk3399_rockchip-uboot/include/configs/EXBITGEN.h
/rk3399_rockchip-uboot/include/configs/FADS823.h
/rk3399_rockchip-uboot/include/configs/FADS850SAR.h
/rk3399_rockchip-uboot/include/configs/FLAGADM.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/GEN860T.h
/rk3399_rockchip-uboot/include/configs/GENIETV.h
/rk3399_rockchip-uboot/include/configs/GTH.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HIDDEN_DRAGON.h
/rk3399_rockchip-uboot/include/configs/HMI10.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/IAD210.h
/rk3399_rockchip-uboot/include/configs/ICU862.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/IP860.h
/rk3399_rockchip-uboot/include/configs/IPHASE4539.h
/rk3399_rockchip-uboot/include/configs/ISPAN.h
/rk3399_rockchip-uboot/include/configs/IVML24.h
/rk3399_rockchip-uboot/include/configs/IVMS8.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/JSE.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/KUP4K.h
/rk3399_rockchip-uboot/include/configs/KUP4X.h
/rk3399_rockchip-uboot/include/configs/LANTEC.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/configs/M5272C3.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/MBX.h
/rk3399_rockchip-uboot/include/configs/MBX860T.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MHPC.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/ML2.h
/rk3399_rockchip-uboot/include/configs/MOUSSE.h
/rk3399_rockchip-uboot/include/configs/MPC8260ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8266ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.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/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MUSENKI.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/MVS1.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/NX823.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.h
/rk3399_rockchip-uboot/include/configs/OXC.h
/rk3399_rockchip-uboot/include/configs/P3G4.h
/rk3399_rockchip-uboot/include/configs/PATI.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PCI5441.h
/rk3399_rockchip-uboot/include/configs/PCIPPC2.h
/rk3399_rockchip-uboot/include/configs/PCIPPC6.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PK1C20.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PN62.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/QS823.h
/rk3399_rockchip-uboot/include/configs/QS850.h
/rk3399_rockchip-uboot/include/configs/QS860T.h
/rk3399_rockchip-uboot/include/configs/R360MPI.h
/rk3399_rockchip-uboot/include/configs/RBC823.h
/rk3399_rockchip-uboot/include/configs/RPXClassic.h
/rk3399_rockchip-uboot/include/configs/RPXlite.h
/rk3399_rockchip-uboot/include/configs/RPXlite_DW.h
/rk3399_rockchip-uboot/include/configs/RPXsuper.h
/rk3399_rockchip-uboot/include/configs/RRvision.h
/rk3399_rockchip-uboot/include/configs/Rattler.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SCM.h
/rk3399_rockchip-uboot/include/configs/SL8245.h
/rk3399_rockchip-uboot/include/configs/SM850.h
/rk3399_rockchip-uboot/include/configs/SMN42.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8240.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8245.h
/rk3399_rockchip-uboot/include/configs/TASREG.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TOP860.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM8260.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.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/TQM85xx.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/Total5200.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/VOM405.h
/rk3399_rockchip-uboot/include/configs/VoVPN-GW.h
/rk3399_rockchip-uboot/include/configs/W7OLMC.h
/rk3399_rockchip-uboot/include/configs/W7OLMG.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/XPEDITE1K.h
/rk3399_rockchip-uboot/include/configs/Yukon8220.h
/rk3399_rockchip-uboot/include/configs/ZPC1900.h
/rk3399_rockchip-uboot/include/configs/ZUMA.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/ads5121.h
/rk3399_rockchip-uboot/include/configs/adsvix.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/armadillo.h
/rk3399_rockchip-uboot/include/configs/assabet.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/atc.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/barco.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/c2mon.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cerf250.h
/rk3399_rockchip-uboot/include/configs/cm4008.h
/rk3399_rockchip-uboot/include/configs/cm41xx.h
/rk3399_rockchip-uboot/include/configs/cm5200.h
/rk3399_rockchip-uboot/include/configs/cmc_pu2.h
/rk3399_rockchip-uboot/include/configs/cmi_mpc5xx.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8260.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8xx.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/cradle.h
/rk3399_rockchip-uboot/include/configs/csb226.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/davinci_dvevm.h
/rk3399_rockchip-uboot/include/configs/davinci_schmoogie.h
/rk3399_rockchip-uboot/include/configs/davinci_sonata.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/debris.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/dnp1110.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/ep7312.h
/rk3399_rockchip-uboot/include/configs/ep8248.h
/rk3399_rockchip-uboot/include/configs/ep8260.h
/rk3399_rockchip-uboot/include/configs/ep82xxm.h
/rk3399_rockchip-uboot/include/configs/evb4510.h
/rk3399_rockchip-uboot/include/configs/gcplus.h
/rk3399_rockchip-uboot/include/configs/gth2.h
/rk3399_rockchip-uboot/include/configs/gw8260.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/hermes.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/impa7.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/innokom.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kb9202.h
/rk3399_rockchip-uboot/include/configs/kvme080.h
/rk3399_rockchip-uboot/include/configs/lart.h
/rk3399_rockchip-uboot/include/configs/logodl.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/lpd7a400.h
/rk3399_rockchip-uboot/include/configs/lpd7a404.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/lwmon.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/ml300.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/modnet50.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/mx1ads.h
/rk3399_rockchip-uboot/include/configs/mx1fs2.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/ns9750dev.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/omap1510inn.h
/rk3399_rockchip-uboot/include/configs/omap1610h2.h
/rk3399_rockchip-uboot/include/configs/omap1610inn.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/omap730p2.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pcu_e.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/pleb2.h
/rk3399_rockchip-uboot/include/configs/ppmc7xx.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/purple.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/r5200.h
/rk3399_rockchip-uboot/include/configs/rmu.h
/rk3399_rockchip-uboot/include/configs/rsdproto.h
/rk3399_rockchip-uboot/include/configs/sacsng.h
/rk3399_rockchip-uboot/include/configs/sbc2410x.h
/rk3399_rockchip-uboot/include/configs/sbc405.h
/rk3399_rockchip-uboot/include/configs/sbc8240.h
/rk3399_rockchip-uboot/include/configs/sbc8260.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sc520_spunk.h
/rk3399_rockchip-uboot/include/configs/scb9328.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/shannon.h
/rk3399_rockchip-uboot/include/configs/smdk2400.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/sorcery.h
/rk3399_rockchip-uboot/include/configs/spc1920.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/suzaku.h
/rk3399_rockchip-uboot/include/configs/svm_sc8xx.h
/rk3399_rockchip-uboot/include/configs/taihu.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/tb0229.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
/rk3399_rockchip-uboot/include/configs/v37.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/versatile.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/configs/walnut.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/xupv2p.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/configs/zeus.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/da9030.h
/rk3399_rockchip-uboot/include/dataflash.h
/rk3399_rockchip-uboot/include/div64.h
/rk3399_rockchip-uboot/include/dm9161.h
/rk3399_rockchip-uboot/include/dp83848.h
/rk3399_rockchip-uboot/include/dtt.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/include/led.h
/rk3399_rockchip-uboot/include/libfdt.h
/rk3399_rockchip-uboot/include/libfdt_env.h
/rk3399_rockchip-uboot/include/mk48t59.h
/rk3399_rockchip-uboot/include/mpc512x.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/mpc85xx.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/pcmcia.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/include/ppc_asm.tmpl
/rk3399_rockchip-uboot/include/radeon.h
/rk3399_rockchip-uboot/include/spartan3.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb_cdc_acm.h
/rk3399_rockchip-uboot/include/usbdcore.h
/rk3399_rockchip-uboot/include/usbdcore_mpc8xx.h
/rk3399_rockchip-uboot/include/usbdcore_omap1510.h
/rk3399_rockchip-uboot/include/usbdescriptors.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_avr32/Makefile
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/lib_generic/crc32.c
/rk3399_rockchip-uboot/lib_generic/div64.c
/rk3399_rockchip-uboot/lib_i386/board.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_m68k/time.c
/rk3399_rockchip-uboot/lib_microblaze/board.c
/rk3399_rockchip-uboot/lib_mips/board.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/extable.c
/rk3399_rockchip-uboot/lib_ppc/kgdb.c
/rk3399_rockchip-uboot/libfdt/fdt.c
/rk3399_rockchip-uboot/libfdt/fdt_ro.c
/rk3399_rockchip-uboot/libfdt/fdt_rw.c
/rk3399_rockchip-uboot/libfdt/fdt_strerror.c
/rk3399_rockchip-uboot/libfdt/fdt_sw.c
/rk3399_rockchip-uboot/libfdt/fdt_wip.c
bootp.c
bootp.h
eth.c
net.c
nfs.c
rarp.c
sntp.c
tftp.c
/rk3399_rockchip-uboot/post/board/lwmon5/Makefile
/rk3399_rockchip-uboot/post/board/lwmon5/ecc.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache_4xx.S
/rk3399_rockchip-uboot/post/cpu/ppc4xx/ether.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/uart.c
/rk3399_rockchip-uboot/post/tests.c
/rk3399_rockchip-uboot/rtc/bf5xx_rtc.c
/rk3399_rockchip-uboot/rtc/date.c
/rk3399_rockchip-uboot/rtc/ds12887.c
/rk3399_rockchip-uboot/rtc/ds1302.c
/rk3399_rockchip-uboot/rtc/ds1306.c
/rk3399_rockchip-uboot/rtc/ds1307.c
/rk3399_rockchip-uboot/rtc/ds1337.c
/rk3399_rockchip-uboot/rtc/ds1374.c
/rk3399_rockchip-uboot/rtc/ds1556.c
/rk3399_rockchip-uboot/rtc/ds164x.c
/rk3399_rockchip-uboot/rtc/ds174x.c
/rk3399_rockchip-uboot/rtc/ds3231.c
/rk3399_rockchip-uboot/rtc/m41t11.c
/rk3399_rockchip-uboot/rtc/m48t35ax.c
/rk3399_rockchip-uboot/rtc/max6900.c
/rk3399_rockchip-uboot/rtc/mc146818.c
/rk3399_rockchip-uboot/rtc/mk48t59.c
/rk3399_rockchip-uboot/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/rtc/mpc8xx.c
/rk3399_rockchip-uboot/rtc/pcf8563.c
/rk3399_rockchip-uboot/rtc/rs5c372.c
/rk3399_rockchip-uboot/rtc/s3c24x0_rtc.c
/rk3399_rockchip-uboot/tools/updater/cmd_flash.c
85eb5caf14-Aug-2007 Wolfgang Denk <wd@denx.de>

Coding style cleanup; rebuild CHANGELOG

53a5c42411-Jun-2007 David Updegraff <dave@cray.com>

multicast tftp: RFC2090

Implemented IETF RFC2090, Multicast TFTP. Initial implementation
on Realtek RTL8139 and Freescale TSEC.

Signed-off-by: David Updegraff <dave@cray.com>
Signed-off-by: Ben Wa

multicast tftp: RFC2090

Implemented IETF RFC2090, Multicast TFTP. Initial implementation
on Realtek RTL8139 and Freescale TSEC.

Signed-off-by: David Updegraff <dave@cray.com>
Signed-off-by: Ben Warren <bwarren@qstreams.com>

show more ...

5d110f0a28-Jul-2007 Wilson Callan <wcallan@savantav.com>

New CONFIG_BOOTP_SERVERIP option

Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
from the bootp server

Signed-off-by: Wilson Callan <wcallan@savantav.com>
Signed-off-by: Ben Wa

New CONFIG_BOOTP_SERVERIP option

Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
from the bootp server

Signed-off-by: Wilson Callan <wcallan@savantav.com>
Signed-off-by: Ben Warren <bwarren@qstreams.com>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/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/cm5200/cm5200.c
/rk3399_rockchip-uboot/board/cm5200/cm5200.h
/rk3399_rockchip-uboot/board/cm5200/cmd_cm5200.c
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/mpc8323erdb.c
/rk3399_rockchip-uboot/board/mcc200/auto_update.c
/rk3399_rockchip-uboot/board/mpc8349emds/mpc8349emds.c
/rk3399_rockchip-uboot/board/mpc8349itx/config.mk
/rk3399_rockchip-uboot/board/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/mpc8360emds/pci.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/sbc8641d/Makefile
/rk3399_rockchip-uboot/board/sbc8641d/config.mk
/rk3399_rockchip-uboot/board/sbc8641d/init.S
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/sbc8641d/u-boot.lds
/rk3399_rockchip-uboot/board/trab/auto_update.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/ether.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/at32ap/atmel_mci.c
/rk3399_rockchip-uboot/cpu/at32ap/atmel_mci.h
/rk3399_rockchip-uboot/cpu/at32ap/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc512x/cpu.c
/rk3399_rockchip-uboot/cpu/mpc512x/fec.c
/rk3399_rockchip-uboot/cpu/mpc512x/traps.c
/rk3399_rockchip-uboot/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc83xx/ecc.c
/rk3399_rockchip-uboot/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc83xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc86xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/traps.c
/rk3399_rockchip-uboot/cpu/nios/cpu.c
/rk3399_rockchip-uboot/doc/README.generic_usb_ohci
/rk3399_rockchip-uboot/doc/README.mpc8323erdb
/rk3399_rockchip-uboot/doc/README.mpc8360emds
/rk3399_rockchip-uboot/doc/README.mpc83xx.ddrecc
/rk3399_rockchip-uboot/doc/README.sbc8641d
/rk3399_rockchip-uboot/drivers/bcm570x.c
/rk3399_rockchip-uboot/drivers/bcm570x_lm.h
/rk3399_rockchip-uboot/drivers/bcm570x_mm.h
/rk3399_rockchip-uboot/drivers/dm9000x.c
/rk3399_rockchip-uboot/drivers/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/macb.c
/rk3399_rockchip-uboot/drivers/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/pci_auto.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/qe/qe.h
/rk3399_rockchip-uboot/drivers/tigon3.c
/rk3399_rockchip-uboot/drivers/tigon3.h
/rk3399_rockchip-uboot/drivers/usb_ohci.c
/rk3399_rockchip-uboot/include/asm-ppc/immap_86xx.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/MPC8323ERDB.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/ads5121.h
/rk3399_rockchip-uboot/include/configs/cm5200.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/div64.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/libfdt.h
/rk3399_rockchip-uboot/include/libfdt_env.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/spartan3.h
/rk3399_rockchip-uboot/lib_avr32/Makefile
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/lib_generic/div64.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/libfdt/fdt.c
/rk3399_rockchip-uboot/libfdt/fdt_ro.c
/rk3399_rockchip-uboot/libfdt/fdt_rw.c
/rk3399_rockchip-uboot/libfdt/fdt_strerror.c
/rk3399_rockchip-uboot/libfdt/fdt_sw.c
/rk3399_rockchip-uboot/libfdt/fdt_wip.c
bootp.c
c74b210810-Aug-2007 Sergey Kubushyn <ksi@koi8.net>

[ARM] TI DaVinci support, hopefully final

Add support for the following DaVinci boards:
- DV_EVM
- SCHMOOGIE
- SONATA

Changes:

- Split into separate board directories
- Removed changes to MTD_DEBU

[ARM] TI DaVinci support, hopefully final

Add support for the following DaVinci boards:
- DV_EVM
- SCHMOOGIE
- SONATA

Changes:

- Split into separate board directories
- Removed changes to MTD_DEBUG (or whatever it's called)
- New CONFIG_CMD party line followed
- Some cosmetic fixes, cleanup etc.
- Patches against the latest U-Boot tree as of now.
- Fixed CONFIG_CMD_NET in net files.
- Fixed CONFIG_CMD_EEPROM for schmoogie.
- Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
DV_EVM. Can't check if it works on SONATA, don't have a board any more,
but it at least compiles.

Here is an excerpt from session log on SCHMOOGIE...

U-Boot 1.2.0-g6c33c785-dirty (Aug 7 2007 - 13:07:17)

DRAM: 128 MB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
ARM Clock : 297MHz
DDR Clock : 162MHz
ETH PHY : DP83848 @ 0x01
U-Boot > iprobe
Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
U-Boot > ping 192.168.253.10
host 192.168.253.10 is alive
U-Boot >

Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
Acked-by: Dirk Behme <dirk.behme@gmail.com>
Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
Acked-by: Stefan Roese <sr@denx.de>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CHANGELOG-before-U-Boot-1.1.5
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/AmigaOneG3SE.c
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/video.c
/rk3399_rockchip-uboot/board/cm5200/Makefile
/rk3399_rockchip-uboot/board/cm5200/cm5200.c
/rk3399_rockchip-uboot/board/cm5200/cm5200.h
/rk3399_rockchip-uboot/board/cm5200/cmd_cm5200.c
/rk3399_rockchip-uboot/board/cm5200/config.mk
/rk3399_rockchip-uboot/board/cm5200/fwupdate.c
/rk3399_rockchip-uboot/board/cm5200/fwupdate.h
/rk3399_rockchip-uboot/board/cm5200/u-boot.lds
/rk3399_rockchip-uboot/board/davinci/dv-evm/Makefile
/rk3399_rockchip-uboot/board/davinci/dv-evm/board_init.S
/rk3399_rockchip-uboot/board/davinci/dv-evm/config.mk
/rk3399_rockchip-uboot/board/davinci/dv-evm/dv_board.c
/rk3399_rockchip-uboot/board/davinci/dv-evm/u-boot.lds
/rk3399_rockchip-uboot/board/davinci/schmoogie/Makefile
/rk3399_rockchip-uboot/board/davinci/schmoogie/board_init.S
/rk3399_rockchip-uboot/board/davinci/schmoogie/config.mk
/rk3399_rockchip-uboot/board/davinci/schmoogie/dv_board.c
/rk3399_rockchip-uboot/board/davinci/schmoogie/u-boot.lds
/rk3399_rockchip-uboot/board/davinci/sonata/Makefile
/rk3399_rockchip-uboot/board/davinci/sonata/board_init.S
/rk3399_rockchip-uboot/board/davinci/sonata/config.mk
/rk3399_rockchip-uboot/board/davinci/sonata/dv_board.c
/rk3399_rockchip-uboot/board/davinci/sonata/u-boot.lds
/rk3399_rockchip-uboot/board/delta/delta.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/board/trab/auto_update.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/usb_kbd.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/Makefile
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/usb.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/Makefile
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/usb.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/Makefile
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/dp83848.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/ether.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/i2c.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/lxt972.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/nand.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/reset.S
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/timer.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/Makefile
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/usb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/cpu/ppc4xx/usb.c
/rk3399_rockchip-uboot/cpu/pxa/Makefile
/rk3399_rockchip-uboot/cpu/pxa/usb.c
/rk3399_rockchip-uboot/doc/README.generic_usb_ohci
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ati_ids.h
/rk3399_rockchip-uboot/drivers/ati_radeon_fb.c
/rk3399_rockchip-uboot/drivers/ati_radeon_fb.h
/rk3399_rockchip-uboot/drivers/bios_emulator/Makefile
/rk3399_rockchip-uboot/drivers/bios_emulator/atibios.c
/rk3399_rockchip-uboot/drivers/bios_emulator/besys.c
/rk3399_rockchip-uboot/drivers/bios_emulator/bios.c
/rk3399_rockchip-uboot/drivers/bios_emulator/biosemu.c
/rk3399_rockchip-uboot/drivers/bios_emulator/biosemui.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/biosemu.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/debug.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/decode.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ops.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/prim_asm.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/prim_ops.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/regs.h
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/x86emui.h
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/debug.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/decode.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ops2.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/prim_ops.c
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/sys.c
/rk3399_rockchip-uboot/drivers/isp116x-hcd.c
/rk3399_rockchip-uboot/drivers/isp116x.h
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsec.h
/rk3399_rockchip-uboot/drivers/usb_ohci.c
/rk3399_rockchip-uboot/drivers/usb_ohci.h
/rk3399_rockchip-uboot/drivers/usbdcore_ep0.c
/rk3399_rockchip-uboot/drivers/usbdcore_mpc8xx.c
/rk3399_rockchip-uboot/drivers/usbdcore_omap1510.c
/rk3399_rockchip-uboot/drivers/usbtty.c
/rk3399_rockchip-uboot/drivers/usbtty.h
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/include/_exports.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/emac_defs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/emif_defs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/i2c_defs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-davinci/nand_defs.h
/rk3399_rockchip-uboot/include/asm-arm/arch-pxa/pxa-regs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/AdderUSB.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/cm5200.h
/rk3399_rockchip-uboot/include/configs/davinci_dvevm.h
/rk3399_rockchip-uboot/include/configs/davinci_schmoogie.h
/rk3399_rockchip-uboot/include/configs/davinci_sonata.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/da9030.h
/rk3399_rockchip-uboot/include/dp83848.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/radeon.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb_cdc_acm.h
/rk3399_rockchip-uboot/include/usbdcore.h
/rk3399_rockchip-uboot/include/usbdcore_mpc8xx.h
/rk3399_rockchip-uboot/include/usbdcore_omap1510.h
/rk3399_rockchip-uboot/include/usbdescriptors.h
/rk3399_rockchip-uboot/lib_arm/board.c
eth.c
f2c2a93705-Aug-2007 Wolfgang Denk <wd@denx.de>

Merge with /home/wd/git/u-boot/custodian/u-boot-testing


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/cmd_boota.c
/rk3399_rockchip-uboot/board/MAI/menu/cmd_menu.c
/rk3399_rockchip-uboot/board/Marvell/common/serial.c
/rk3399_rockchip-uboot/board/ads5121/ads5121.c
/rk3399_rockchip-uboot/board/alaska/alaska.c
/rk3399_rockchip-uboot/board/altera/dk1c20/dk1c20.c
/rk3399_rockchip-uboot/board/amirix/ap1000/serial.c
/rk3399_rockchip-uboot/board/at91rm9200dk/at91rm9200dk.c
/rk3399_rockchip-uboot/board/atc/atc.c
/rk3399_rockchip-uboot/board/atc/ti113x.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/eth.c
/rk3399_rockchip-uboot/board/bc3450/bc3450.c
/rk3399_rockchip-uboot/board/bc3450/cmd_bc3450.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/nand.c
/rk3399_rockchip-uboot/board/c2mon/pcmcia.c
/rk3399_rockchip-uboot/board/cmc_pu2/cmc_pu2.c
/rk3399_rockchip-uboot/board/cogent/config.mk
/rk3399_rockchip-uboot/board/cogent/serial.c
/rk3399_rockchip-uboot/board/cogent/u-boot.lds
/rk3399_rockchip-uboot/board/cpc45/cpc45.c
/rk3399_rockchip-uboot/board/cpc45/pd67290.c
/rk3399_rockchip-uboot/board/cpu86/cpu86.c
/rk3399_rockchip-uboot/board/cpu87/cpu87.c
/rk3399_rockchip-uboot/board/csb637/csb637.c
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/nand.c
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/emk/top5200/top5200.c
/rk3399_rockchip-uboot/board/esd/ash405/ash405.c
/rk3399_rockchip-uboot/board/esd/cms700/cms700.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/common/cmd_loadpci.c
/rk3399_rockchip-uboot/board/esd/cpci5200/cpci5200.c
/rk3399_rockchip-uboot/board/esd/cpci750/ide.c
/rk3399_rockchip-uboot/board/esd/cpci750/sdram_init.c
/rk3399_rockchip-uboot/board/esd/cpci750/serial.c
/rk3399_rockchip-uboot/board/esd/hh405/hh405.c
/rk3399_rockchip-uboot/board/esd/hub405/hub405.c
/rk3399_rockchip-uboot/board/esd/mecp5200/mecp5200.c
/rk3399_rockchip-uboot/board/esd/ocrtc/cmd_ocrtc.c
/rk3399_rockchip-uboot/board/esd/pci405/cmd_pci405.c
/rk3399_rockchip-uboot/board/esd/pf5200/pf5200.c
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/voh405/voh405.c
/rk3399_rockchip-uboot/board/esd/wuh405/wuh405.c
/rk3399_rockchip-uboot/board/etin/debris/phantom.c
/rk3399_rockchip-uboot/board/evb64260/eth.c
/rk3399_rockchip-uboot/board/evb64260/serial.c
/rk3399_rockchip-uboot/board/evb64260/zuma_pbb.c
/rk3399_rockchip-uboot/board/fads/fads.c
/rk3399_rockchip-uboot/board/fads/fads.h
/rk3399_rockchip-uboot/board/fads/pcmcia.c
/rk3399_rockchip-uboot/board/freescale/common/pixis.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Makefile
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/m88e6060.c
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/vovpn-gw.c
/rk3399_rockchip-uboot/board/g2000/g2000.c
/rk3399_rockchip-uboot/board/gen860t/gen860t.c
/rk3399_rockchip-uboot/board/genietv/genietv.c
/rk3399_rockchip-uboot/board/gth/pcmcia.c
/rk3399_rockchip-uboot/board/hmi1001/config.mk
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/hymod/config.mk
/rk3399_rockchip-uboot/board/hymod/u-boot.lds
/rk3399_rockchip-uboot/board/icecube/icecube.c
/rk3399_rockchip-uboot/board/icu862/pcmcia.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/inka4x0/config.mk
/rk3399_rockchip-uboot/board/inka4x0/inka4x0.c
/rk3399_rockchip-uboot/board/ixdp425/ixdp425.c
/rk3399_rockchip-uboot/board/jupiter/jupiter.c
/rk3399_rockchip-uboot/board/kb9202/kb9202.c
/rk3399_rockchip-uboot/board/kup/common/pcmcia.c
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/lwmon/pcmcia.c
/rk3399_rockchip-uboot/board/mbx8xx/pcmcia.c
/rk3399_rockchip-uboot/board/mcc200/auto_update.c
/rk3399_rockchip-uboot/board/mcc200/mcc200.c
/rk3399_rockchip-uboot/board/ml2/serial.c
/rk3399_rockchip-uboot/board/mousse/config.mk
/rk3399_rockchip-uboot/board/mousse/u-boot.lds
/rk3399_rockchip-uboot/board/mp2usb/mp2usb.c
/rk3399_rockchip-uboot/board/mpc8560ads/mpc8560ads.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/sys_eeprom.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.h
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.c
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.h
/rk3399_rockchip-uboot/board/nc650/nand.c
/rk3399_rockchip-uboot/board/netphone/netphone.c
/rk3399_rockchip-uboot/board/netstar/nand.c
/rk3399_rockchip-uboot/board/netta/netta.c
/rk3399_rockchip-uboot/board/netta/pcmcia.c
/rk3399_rockchip-uboot/board/netta2/netta2.c
/rk3399_rockchip-uboot/board/netvia/netvia.c
/rk3399_rockchip-uboot/board/omap2420h4/omap2420h4.c
/rk3399_rockchip-uboot/board/pcippc2/pcippc2.c
/rk3399_rockchip-uboot/board/pm520/pm520.c
/rk3399_rockchip-uboot/board/pm826/pm826.c
/rk3399_rockchip-uboot/board/pm828/pm828.c
/rk3399_rockchip-uboot/board/pn62/cmd_pn62.c
/rk3399_rockchip-uboot/board/prodrive/alpr/nand.c
/rk3399_rockchip-uboot/board/prodrive/p3mx/serial.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/nand.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/r360mpi/pcmcia.c
/rk3399_rockchip-uboot/board/rsdproto/config.mk
/rk3399_rockchip-uboot/board/rsdproto/u-boot.lds
/rk3399_rockchip-uboot/board/sacsng/sacsng.c
/rk3399_rockchip-uboot/board/sbc2410x/sbc2410x.c
/rk3399_rockchip-uboot/board/sc3/sc3nand.c
/rk3399_rockchip-uboot/board/siemens/SMN42/flash.c
/rk3399_rockchip-uboot/board/siemens/common/fpga.c
/rk3399_rockchip-uboot/board/siemens/pcu_e/pcu_e.c
/rk3399_rockchip-uboot/board/sixnet/sixnet.c
/rk3399_rockchip-uboot/board/spc1920/hpi.c
/rk3399_rockchip-uboot/board/ssv/adnpesc1/adnpesc1.c
/rk3399_rockchip-uboot/board/ssv/common/cmd_sled.c
/rk3399_rockchip-uboot/board/ssv/common/wd_pio.c
/rk3399_rockchip-uboot/board/stxxtc/stxxtc.c
/rk3399_rockchip-uboot/board/svm_sc8xx/svm_sc8xx.c
/rk3399_rockchip-uboot/board/total5200/total5200.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_tb5200.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/trab/Makefile
/rk3399_rockchip-uboot/board/trab/auto_update.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trab/trab_fkt.c
/rk3399_rockchip-uboot/board/uc100/pcmcia.c
/rk3399_rockchip-uboot/board/uc101/config.mk
/rk3399_rockchip-uboot/board/v38b/v38b.c
/rk3399_rockchip-uboot/board/w7o/cmd_vpd.c
/rk3399_rockchip-uboot/board/xilinx/ml300/serial.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
/rk3399_rockchip-uboot/board/zylonite/nand.c
/rk3399_rockchip-uboot/common/bedbug.c
/rk3399_rockchip-uboot/common/cmd_autoscript.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bedbug.c
/rk3399_rockchip-uboot/common/cmd_bmp.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_cache.c
/rk3399_rockchip-uboot/common/cmd_console.c
/rk3399_rockchip-uboot/common/cmd_date.c
/rk3399_rockchip-uboot/common/cmd_dcr.c
/rk3399_rockchip-uboot/common/cmd_diag.c
/rk3399_rockchip-uboot/common/cmd_display.c
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_dtt.c
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_elf.c
/rk3399_rockchip-uboot/common/cmd_ext2.c
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_fdc.c
/rk3399_rockchip-uboot/common/cmd_fdos.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_immap.c
/rk3399_rockchip-uboot/common/cmd_itest.c
/rk3399_rockchip-uboot/common/cmd_jffs2.c
/rk3399_rockchip-uboot/common/cmd_load.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_pci.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/cmd_portio.c
/rk3399_rockchip-uboot/common/cmd_reginfo.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/cmd_spi.c
/rk3399_rockchip-uboot/common/cmd_universe.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/cmd_vfd.c
/rk3399_rockchip-uboot/common/cmd_ximg.c
/rk3399_rockchip-uboot/common/command.c
/rk3399_rockchip-uboot/common/docecc.c
/rk3399_rockchip-uboot/common/env_flash.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/exports.c
/rk3399_rockchip-uboot/common/hush.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/miiphyutil.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/kgdb.S
/rk3399_rockchip-uboot/cpu/74xx_7xx/traps.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/bcm5221.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/dm9161.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/ether.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/lxt972.c
/rk3399_rockchip-uboot/cpu/i386/serial.c
/rk3399_rockchip-uboot/cpu/ixp/cpu.c
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/mcf52x2/fec.c
/rk3399_rockchip-uboot/cpu/microblaze/cache.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/microblaze/irq.S
/rk3399_rockchip-uboot/cpu/mips/au1x00_eth.c
/rk3399_rockchip-uboot/cpu/mpc512x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc512x/fec.c
/rk3399_rockchip-uboot/cpu/mpc512x/fec.h
/rk3399_rockchip-uboot/cpu/mpc512x/speed.c
/rk3399_rockchip-uboot/cpu/mpc512x/start.S
/rk3399_rockchip-uboot/cpu/mpc5xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/ide.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot-customlayout.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8220/config.mk
/rk3399_rockchip-uboot/cpu/mpc8220/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8220/fec.c
/rk3399_rockchip-uboot/cpu/mpc8220/traps.c
/rk3399_rockchip-uboot/cpu/mpc8220/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc824x/config.mk
/rk3399_rockchip-uboot/cpu/mpc824x/traps.c
/rk3399_rockchip-uboot/cpu/mpc824x/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8260/bedbug_603e.c
/rk3399_rockchip-uboot/cpu/mpc8260/config.mk
/rk3399_rockchip-uboot/cpu/mpc8260/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/mpc8260/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc8260/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8260/traps.c
/rk3399_rockchip-uboot/cpu/mpc8260/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc83xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc83xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc83xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc83xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc85xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc85xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc86xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc86xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc86xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc8xx/bedbug_860.c
/rk3399_rockchip-uboot/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/cpu/mpc8xx/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/cpu/mpc8xx/traps.c
/rk3399_rockchip-uboot/cpu/nios/interrupts.c
/rk3399_rockchip-uboot/cpu/nios2/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/bedbug_405.c
/rk3399_rockchip-uboot/cpu/ppc4xx/dcr.S
/rk3399_rockchip-uboot/cpu/ppc4xx/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/kgdb.S
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/serial.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/cpu/ppc4xx/usbdev.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/disk/part_amiga.c
/rk3399_rockchip-uboot/disk/part_dos.c
/rk3399_rockchip-uboot/disk/part_iso.c
/rk3399_rockchip-uboot/disk/part_mac.c
/rk3399_rockchip-uboot/doc/README.JFFS2
/rk3399_rockchip-uboot/doc/README.PIP405
/rk3399_rockchip-uboot/doc/README.SNTP
/rk3399_rockchip-uboot/doc/README.bedbug
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/doc/README.usb
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ahci.c
/rk3399_rockchip-uboot/drivers/bcm570x.c
/rk3399_rockchip-uboot/drivers/cfb_console.c
/rk3399_rockchip-uboot/drivers/cs8900.c
/rk3399_rockchip-uboot/drivers/dc2114x.c
/rk3399_rockchip-uboot/drivers/e1000.c
/rk3399_rockchip-uboot/drivers/eepro100.c
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/inca-ip_sw.c
/rk3399_rockchip-uboot/drivers/lan91c96.c
/rk3399_rockchip-uboot/drivers/macb.c
/rk3399_rockchip-uboot/drivers/mpc8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/nand/nand.c
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/drivers/natsemi.c
/rk3399_rockchip-uboot/drivers/netarm_eth.c
/rk3399_rockchip-uboot/drivers/ns8382x.c
/rk3399_rockchip-uboot/drivers/pci.c
/rk3399_rockchip-uboot/drivers/pci_auto.c
/rk3399_rockchip-uboot/drivers/pci_indirect.c
/rk3399_rockchip-uboot/drivers/pcnet.c
/rk3399_rockchip-uboot/drivers/plb2800_eth.c
/rk3399_rockchip-uboot/drivers/pxa_pcmcia.c
/rk3399_rockchip-uboot/drivers/rpx_pcmcia.c
/rk3399_rockchip-uboot/drivers/rtl8019.c
/rk3399_rockchip-uboot/drivers/rtl8139.c
/rk3399_rockchip-uboot/drivers/rtl8169.c
/rk3399_rockchip-uboot/drivers/sk98lin/uboot_drv.c
/rk3399_rockchip-uboot/drivers/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/ti_pci1410a.c
/rk3399_rockchip-uboot/drivers/tigon3.c
/rk3399_rockchip-uboot/drivers/tqm8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsi108_eth.c
/rk3399_rockchip-uboot/drivers/tsi108_i2c.c
/rk3399_rockchip-uboot/fs/cramfs/cramfs.c
/rk3399_rockchip-uboot/fs/cramfs/uncompress.c
/rk3399_rockchip-uboot/fs/ext2/dev.c
/rk3399_rockchip-uboot/fs/ext2/ext2fs.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/fs/fat/file.c
/rk3399_rockchip-uboot/fs/fdos/dev.c
/rk3399_rockchip-uboot/fs/fdos/fat.c
/rk3399_rockchip-uboot/fs/fdos/fdos.c
/rk3399_rockchip-uboot/fs/fdos/fs.c
/rk3399_rockchip-uboot/fs/fdos/subdir.c
/rk3399_rockchip-uboot/fs/fdos/vfat.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzari.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzo.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rtime.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rubin.c
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/mini_inflate.c
/rk3399_rockchip-uboot/fs/reiserfs/dev.c
/rk3399_rockchip-uboot/fs/reiserfs/mode_string.c
/rk3399_rockchip-uboot/fs/reiserfs/reiserfs.c
/rk3399_rockchip-uboot/include/_exports.h
/rk3399_rockchip-uboot/include/asm-microblaze/asm.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_85xx.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_fsl_pci.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_cmd_all.h
/rk3399_rockchip-uboot/include/config_cmd_default.h
/rk3399_rockchip-uboot/include/configs/A3000.h
/rk3399_rockchip-uboot/include/configs/ADCIOP.h
/rk3399_rockchip-uboot/include/configs/ADNPESC1.h
/rk3399_rockchip-uboot/include/configs/ADS860.h
/rk3399_rockchip-uboot/include/configs/AMX860.h
/rk3399_rockchip-uboot/include/configs/AP1000.h
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/AR405.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/Alaska8220.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/B2.h
/rk3399_rockchip-uboot/include/configs/BAB7xx.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/BMW.h
/rk3399_rockchip-uboot/include/configs/CANBT.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CCM.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/CPC45.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/CPCI750.h
/rk3399_rockchip-uboot/include/configs/CPCIISER4.h
/rk3399_rockchip-uboot/include/configs/CPU86.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/CU824.h
/rk3399_rockchip-uboot/include/configs/DASA_SIM.h
/rk3399_rockchip-uboot/include/configs/DB64360.h
/rk3399_rockchip-uboot/include/configs/DB64460.h
/rk3399_rockchip-uboot/include/configs/DK1C20.h
/rk3399_rockchip-uboot/include/configs/DK1S10.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/EB+MCF-EV123.h
/rk3399_rockchip-uboot/include/configs/ELPPC.h
/rk3399_rockchip-uboot/include/configs/ELPT860.h
/rk3399_rockchip-uboot/include/configs/EP1C20.h
/rk3399_rockchip-uboot/include/configs/EP1S10.h
/rk3399_rockchip-uboot/include/configs/EP1S40.h
/rk3399_rockchip-uboot/include/configs/EP88x.h
/rk3399_rockchip-uboot/include/configs/ERIC.h
/rk3399_rockchip-uboot/include/configs/ESTEEM192E.h
/rk3399_rockchip-uboot/include/configs/ETX094.h
/rk3399_rockchip-uboot/include/configs/EVB64260.h
/rk3399_rockchip-uboot/include/configs/EXBITGEN.h
/rk3399_rockchip-uboot/include/configs/FADS823.h
/rk3399_rockchip-uboot/include/configs/FADS850SAR.h
/rk3399_rockchip-uboot/include/configs/FLAGADM.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/GEN860T.h
/rk3399_rockchip-uboot/include/configs/GENIETV.h
/rk3399_rockchip-uboot/include/configs/GTH.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HIDDEN_DRAGON.h
/rk3399_rockchip-uboot/include/configs/HMI10.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/IAD210.h
/rk3399_rockchip-uboot/include/configs/ICU862.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/IP860.h
/rk3399_rockchip-uboot/include/configs/IPHASE4539.h
/rk3399_rockchip-uboot/include/configs/ISPAN.h
/rk3399_rockchip-uboot/include/configs/IVML24.h
/rk3399_rockchip-uboot/include/configs/IVMS8.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/JSE.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/KUP4K.h
/rk3399_rockchip-uboot/include/configs/KUP4X.h
/rk3399_rockchip-uboot/include/configs/LANTEC.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/configs/M5272C3.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/MBX.h
/rk3399_rockchip-uboot/include/configs/MBX860T.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MHPC.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/ML2.h
/rk3399_rockchip-uboot/include/configs/MOUSSE.h
/rk3399_rockchip-uboot/include/configs/MPC8260ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8266ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MUSENKI.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/MVS1.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/NX823.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.h
/rk3399_rockchip-uboot/include/configs/OXC.h
/rk3399_rockchip-uboot/include/configs/P3G4.h
/rk3399_rockchip-uboot/include/configs/PATI.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PCI5441.h
/rk3399_rockchip-uboot/include/configs/PCIPPC2.h
/rk3399_rockchip-uboot/include/configs/PCIPPC6.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PK1C20.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PN62.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/QS823.h
/rk3399_rockchip-uboot/include/configs/QS850.h
/rk3399_rockchip-uboot/include/configs/QS860T.h
/rk3399_rockchip-uboot/include/configs/R360MPI.h
/rk3399_rockchip-uboot/include/configs/RBC823.h
/rk3399_rockchip-uboot/include/configs/RPXClassic.h
/rk3399_rockchip-uboot/include/configs/RPXlite.h
/rk3399_rockchip-uboot/include/configs/RPXlite_DW.h
/rk3399_rockchip-uboot/include/configs/RPXsuper.h
/rk3399_rockchip-uboot/include/configs/RRvision.h
/rk3399_rockchip-uboot/include/configs/Rattler.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SCM.h
/rk3399_rockchip-uboot/include/configs/SL8245.h
/rk3399_rockchip-uboot/include/configs/SM850.h
/rk3399_rockchip-uboot/include/configs/SMN42.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8240.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8245.h
/rk3399_rockchip-uboot/include/configs/TASREG.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TOP860.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM8260.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.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/TQM85xx.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/Total5200.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/VOM405.h
/rk3399_rockchip-uboot/include/configs/VoVPN-GW.h
/rk3399_rockchip-uboot/include/configs/W7OLMC.h
/rk3399_rockchip-uboot/include/configs/W7OLMG.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/XPEDITE1K.h
/rk3399_rockchip-uboot/include/configs/Yukon8220.h
/rk3399_rockchip-uboot/include/configs/ZPC1900.h
/rk3399_rockchip-uboot/include/configs/ZUMA.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/ads5121.h
/rk3399_rockchip-uboot/include/configs/adsvix.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/armadillo.h
/rk3399_rockchip-uboot/include/configs/assabet.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/atc.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/barco.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/c2mon.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cerf250.h
/rk3399_rockchip-uboot/include/configs/cm4008.h
/rk3399_rockchip-uboot/include/configs/cm41xx.h
/rk3399_rockchip-uboot/include/configs/cmc_pu2.h
/rk3399_rockchip-uboot/include/configs/cmi_mpc5xx.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8260.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8xx.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/cradle.h
/rk3399_rockchip-uboot/include/configs/csb226.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/debris.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/dnp1110.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/ep7312.h
/rk3399_rockchip-uboot/include/configs/ep8248.h
/rk3399_rockchip-uboot/include/configs/ep8260.h
/rk3399_rockchip-uboot/include/configs/ep82xxm.h
/rk3399_rockchip-uboot/include/configs/evb4510.h
/rk3399_rockchip-uboot/include/configs/gcplus.h
/rk3399_rockchip-uboot/include/configs/gth2.h
/rk3399_rockchip-uboot/include/configs/gw8260.h
/rk3399_rockchip-uboot/include/configs/hermes.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/impa7.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/innokom.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kb9202.h
/rk3399_rockchip-uboot/include/configs/kvme080.h
/rk3399_rockchip-uboot/include/configs/lart.h
/rk3399_rockchip-uboot/include/configs/logodl.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/lpd7a400.h
/rk3399_rockchip-uboot/include/configs/lpd7a404.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/lwmon.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/ml300.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/modnet50.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/mx1ads.h
/rk3399_rockchip-uboot/include/configs/mx1fs2.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/ns9750dev.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/omap1510inn.h
/rk3399_rockchip-uboot/include/configs/omap1610h2.h
/rk3399_rockchip-uboot/include/configs/omap1610inn.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/omap730p2.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pcu_e.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/pleb2.h
/rk3399_rockchip-uboot/include/configs/ppmc7xx.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/purple.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/r5200.h
/rk3399_rockchip-uboot/include/configs/rmu.h
/rk3399_rockchip-uboot/include/configs/rsdproto.h
/rk3399_rockchip-uboot/include/configs/sacsng.h
/rk3399_rockchip-uboot/include/configs/sbc2410x.h
/rk3399_rockchip-uboot/include/configs/sbc405.h
/rk3399_rockchip-uboot/include/configs/sbc8240.h
/rk3399_rockchip-uboot/include/configs/sbc8260.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sc520_spunk.h
/rk3399_rockchip-uboot/include/configs/scb9328.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/shannon.h
/rk3399_rockchip-uboot/include/configs/smdk2400.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/sorcery.h
/rk3399_rockchip-uboot/include/configs/spc1920.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/suzaku.h
/rk3399_rockchip-uboot/include/configs/svm_sc8xx.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/tb0229.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
/rk3399_rockchip-uboot/include/configs/v37.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/versatile.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/configs/walnut.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/xupv2p.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/include/mk48t59.h
/rk3399_rockchip-uboot/include/mpc512x.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/pci.h
/rk3399_rockchip-uboot/include/pcmcia.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_generic/crc32.c
/rk3399_rockchip-uboot/lib_i386/board.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_microblaze/board.c
/rk3399_rockchip-uboot/lib_mips/board.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/kgdb.c
bootp.c
bootp.h
eth.c
net.c
nfs.c
rarp.c
sntp.c
tftp.c
/rk3399_rockchip-uboot/rtc/bf5xx_rtc.c
/rk3399_rockchip-uboot/rtc/date.c
/rk3399_rockchip-uboot/rtc/ds12887.c
/rk3399_rockchip-uboot/rtc/ds1302.c
/rk3399_rockchip-uboot/rtc/ds1306.c
/rk3399_rockchip-uboot/rtc/ds1307.c
/rk3399_rockchip-uboot/rtc/ds1337.c
/rk3399_rockchip-uboot/rtc/ds1374.c
/rk3399_rockchip-uboot/rtc/ds1556.c
/rk3399_rockchip-uboot/rtc/ds164x.c
/rk3399_rockchip-uboot/rtc/ds174x.c
/rk3399_rockchip-uboot/rtc/ds3231.c
/rk3399_rockchip-uboot/rtc/m41t11.c
/rk3399_rockchip-uboot/rtc/m48t35ax.c
/rk3399_rockchip-uboot/rtc/max6900.c
/rk3399_rockchip-uboot/rtc/mc146818.c
/rk3399_rockchip-uboot/rtc/mk48t59.c
/rk3399_rockchip-uboot/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/rtc/mpc8xx.c
/rk3399_rockchip-uboot/rtc/pcf8563.c
/rk3399_rockchip-uboot/rtc/rs5c372.c
/rk3399_rockchip-uboot/rtc/s3c24x0_rtc.c
/rk3399_rockchip-uboot/tools/updater/cmd_flash.c
6bf6f11403-Aug-2007 Andy Fleming <afleming@freescale.com>

Merge branch 'testing' into working

Conflicts:

CHANGELOG
fs/fat/fat.c
include/configs/MPC8560ADS.h
include/configs/pcs440ep.h
net/eth.c


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/cmd_boota.c
/rk3399_rockchip-uboot/board/MAI/menu/cmd_menu.c
/rk3399_rockchip-uboot/board/Marvell/common/serial.c
/rk3399_rockchip-uboot/board/alaska/alaska.c
/rk3399_rockchip-uboot/board/altera/dk1c20/dk1c20.c
/rk3399_rockchip-uboot/board/amirix/ap1000/serial.c
/rk3399_rockchip-uboot/board/at91rm9200dk/at91rm9200dk.c
/rk3399_rockchip-uboot/board/atc/atc.c
/rk3399_rockchip-uboot/board/atc/ti113x.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/eth.c
/rk3399_rockchip-uboot/board/bc3450/bc3450.c
/rk3399_rockchip-uboot/board/bc3450/cmd_bc3450.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/nand.c
/rk3399_rockchip-uboot/board/c2mon/pcmcia.c
/rk3399_rockchip-uboot/board/cmc_pu2/cmc_pu2.c
/rk3399_rockchip-uboot/board/cogent/config.mk
/rk3399_rockchip-uboot/board/cogent/serial.c
/rk3399_rockchip-uboot/board/cogent/u-boot.lds
/rk3399_rockchip-uboot/board/cpc45/cpc45.c
/rk3399_rockchip-uboot/board/cpc45/pd67290.c
/rk3399_rockchip-uboot/board/cpu86/cpu86.c
/rk3399_rockchip-uboot/board/cpu87/cpu87.c
/rk3399_rockchip-uboot/board/csb637/csb637.c
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/nand.c
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/emk/top5200/top5200.c
/rk3399_rockchip-uboot/board/esd/ash405/ash405.c
/rk3399_rockchip-uboot/board/esd/cms700/cms700.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/common/cmd_loadpci.c
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/esd/cpci5200/cpci5200.c
/rk3399_rockchip-uboot/board/esd/cpci750/ide.c
/rk3399_rockchip-uboot/board/esd/cpci750/serial.c
/rk3399_rockchip-uboot/board/esd/hh405/hh405.c
/rk3399_rockchip-uboot/board/esd/hub405/hub405.c
/rk3399_rockchip-uboot/board/esd/mecp5200/mecp5200.c
/rk3399_rockchip-uboot/board/esd/ocrtc/cmd_ocrtc.c
/rk3399_rockchip-uboot/board/esd/pci405/cmd_pci405.c
/rk3399_rockchip-uboot/board/esd/pf5200/pf5200.c
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/voh405/voh405.c
/rk3399_rockchip-uboot/board/esd/wuh405/wuh405.c
/rk3399_rockchip-uboot/board/etin/debris/phantom.c
/rk3399_rockchip-uboot/board/evb64260/eth.c
/rk3399_rockchip-uboot/board/evb64260/serial.c
/rk3399_rockchip-uboot/board/evb64260/zuma_pbb.c
/rk3399_rockchip-uboot/board/fads/fads.c
/rk3399_rockchip-uboot/board/fads/fads.h
/rk3399_rockchip-uboot/board/fads/pcmcia.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Makefile
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/m88e6060.c
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/vovpn-gw.c
/rk3399_rockchip-uboot/board/g2000/g2000.c
/rk3399_rockchip-uboot/board/gen860t/gen860t.c
/rk3399_rockchip-uboot/board/genietv/genietv.c
/rk3399_rockchip-uboot/board/gth/pcmcia.c
/rk3399_rockchip-uboot/board/hmi1001/config.mk
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/hymod/config.mk
/rk3399_rockchip-uboot/board/hymod/u-boot.lds
/rk3399_rockchip-uboot/board/icecube/icecube.c
/rk3399_rockchip-uboot/board/icu862/pcmcia.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/inka4x0/config.mk
/rk3399_rockchip-uboot/board/inka4x0/inka4x0.c
/rk3399_rockchip-uboot/board/ixdp425/ixdp425.c
/rk3399_rockchip-uboot/board/jupiter/jupiter.c
/rk3399_rockchip-uboot/board/kb9202/kb9202.c
/rk3399_rockchip-uboot/board/kup/common/pcmcia.c
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/lwmon/pcmcia.c
/rk3399_rockchip-uboot/board/mbx8xx/pcmcia.c
/rk3399_rockchip-uboot/board/mcc200/auto_update.c
/rk3399_rockchip-uboot/board/mcc200/mcc200.c
/rk3399_rockchip-uboot/board/ml2/serial.c
/rk3399_rockchip-uboot/board/mousse/config.mk
/rk3399_rockchip-uboot/board/mousse/u-boot.lds
/rk3399_rockchip-uboot/board/mp2usb/mp2usb.c
/rk3399_rockchip-uboot/board/mpc8560ads/mpc8560ads.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.h
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.c
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.h
/rk3399_rockchip-uboot/board/nc650/nand.c
/rk3399_rockchip-uboot/board/netphone/netphone.c
/rk3399_rockchip-uboot/board/netstar/nand.c
/rk3399_rockchip-uboot/board/netta/netta.c
/rk3399_rockchip-uboot/board/netta/pcmcia.c
/rk3399_rockchip-uboot/board/netta2/netta2.c
/rk3399_rockchip-uboot/board/netvia/netvia.c
/rk3399_rockchip-uboot/board/omap2420h4/omap2420h4.c
/rk3399_rockchip-uboot/board/pcippc2/pcippc2.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/pm520/pm520.c
/rk3399_rockchip-uboot/board/pm826/pm826.c
/rk3399_rockchip-uboot/board/pm828/pm828.c
/rk3399_rockchip-uboot/board/pn62/cmd_pn62.c
/rk3399_rockchip-uboot/board/prodrive/alpr/nand.c
/rk3399_rockchip-uboot/board/prodrive/p3mx/serial.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/nand.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/r360mpi/pcmcia.c
/rk3399_rockchip-uboot/board/rsdproto/config.mk
/rk3399_rockchip-uboot/board/rsdproto/u-boot.lds
/rk3399_rockchip-uboot/board/sacsng/sacsng.c
/rk3399_rockchip-uboot/board/sbc2410x/sbc2410x.c
/rk3399_rockchip-uboot/board/sc3/sc3nand.c
/rk3399_rockchip-uboot/board/siemens/SMN42/flash.c
/rk3399_rockchip-uboot/board/siemens/common/fpga.c
/rk3399_rockchip-uboot/board/siemens/pcu_e/pcu_e.c
/rk3399_rockchip-uboot/board/sixnet/sixnet.c
/rk3399_rockchip-uboot/board/ssv/adnpesc1/adnpesc1.c
/rk3399_rockchip-uboot/board/ssv/common/cmd_sled.c
/rk3399_rockchip-uboot/board/ssv/common/wd_pio.c
/rk3399_rockchip-uboot/board/stxxtc/stxxtc.c
/rk3399_rockchip-uboot/board/svm_sc8xx/svm_sc8xx.c
/rk3399_rockchip-uboot/board/total5200/total5200.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_tb5200.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/trab/auto_update.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trab/trab_fkt.c
/rk3399_rockchip-uboot/board/uc100/pcmcia.c
/rk3399_rockchip-uboot/board/uc101/config.mk
/rk3399_rockchip-uboot/board/v38b/v38b.c
/rk3399_rockchip-uboot/board/w7o/cmd_vpd.c
/rk3399_rockchip-uboot/board/xilinx/ml300/serial.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
/rk3399_rockchip-uboot/board/zylonite/nand.c
/rk3399_rockchip-uboot/common/bedbug.c
/rk3399_rockchip-uboot/common/cmd_autoscript.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bedbug.c
/rk3399_rockchip-uboot/common/cmd_bmp.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_cache.c
/rk3399_rockchip-uboot/common/cmd_console.c
/rk3399_rockchip-uboot/common/cmd_date.c
/rk3399_rockchip-uboot/common/cmd_dcr.c
/rk3399_rockchip-uboot/common/cmd_diag.c
/rk3399_rockchip-uboot/common/cmd_display.c
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_dtt.c
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_elf.c
/rk3399_rockchip-uboot/common/cmd_ext2.c
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_fdc.c
/rk3399_rockchip-uboot/common/cmd_fdos.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_immap.c
/rk3399_rockchip-uboot/common/cmd_itest.c
/rk3399_rockchip-uboot/common/cmd_jffs2.c
/rk3399_rockchip-uboot/common/cmd_load.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_pci.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/cmd_portio.c
/rk3399_rockchip-uboot/common/cmd_reginfo.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/cmd_spi.c
/rk3399_rockchip-uboot/common/cmd_universe.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/cmd_vfd.c
/rk3399_rockchip-uboot/common/cmd_ximg.c
/rk3399_rockchip-uboot/common/command.c
/rk3399_rockchip-uboot/common/docecc.c
/rk3399_rockchip-uboot/common/env_flash.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/exports.c
/rk3399_rockchip-uboot/common/hush.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/miiphyutil.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/kgdb.S
/rk3399_rockchip-uboot/cpu/74xx_7xx/traps.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/bcm5221.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/dm9161.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/ether.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/lxt972.c
/rk3399_rockchip-uboot/cpu/i386/serial.c
/rk3399_rockchip-uboot/cpu/ixp/cpu.c
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/mcf52x2/fec.c
/rk3399_rockchip-uboot/cpu/microblaze/cache.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/microblaze/irq.S
/rk3399_rockchip-uboot/cpu/mips/au1x00_eth.c
/rk3399_rockchip-uboot/cpu/mpc5xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/ide.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot-customlayout.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8220/config.mk
/rk3399_rockchip-uboot/cpu/mpc8220/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8220/fec.c
/rk3399_rockchip-uboot/cpu/mpc8220/traps.c
/rk3399_rockchip-uboot/cpu/mpc8220/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc824x/config.mk
/rk3399_rockchip-uboot/cpu/mpc824x/traps.c
/rk3399_rockchip-uboot/cpu/mpc824x/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8260/bedbug_603e.c
/rk3399_rockchip-uboot/cpu/mpc8260/config.mk
/rk3399_rockchip-uboot/cpu/mpc8260/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/mpc8260/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc8260/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8260/traps.c
/rk3399_rockchip-uboot/cpu/mpc8260/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc83xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc83xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc83xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc83xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc85xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc85xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc86xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc8xx/bedbug_860.c
/rk3399_rockchip-uboot/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/cpu/mpc8xx/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/cpu/mpc8xx/traps.c
/rk3399_rockchip-uboot/cpu/nios/interrupts.c
/rk3399_rockchip-uboot/cpu/nios2/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/bedbug_405.c
/rk3399_rockchip-uboot/cpu/ppc4xx/dcr.S
/rk3399_rockchip-uboot/cpu/ppc4xx/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/kgdb.S
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/serial.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/cpu/ppc4xx/usbdev.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/disk/part_amiga.c
/rk3399_rockchip-uboot/disk/part_dos.c
/rk3399_rockchip-uboot/disk/part_iso.c
/rk3399_rockchip-uboot/disk/part_mac.c
/rk3399_rockchip-uboot/doc/README.JFFS2
/rk3399_rockchip-uboot/doc/README.PIP405
/rk3399_rockchip-uboot/doc/README.SNTP
/rk3399_rockchip-uboot/doc/README.bedbug
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/doc/README.usb
/rk3399_rockchip-uboot/drivers/bcm570x.c
/rk3399_rockchip-uboot/drivers/cfb_console.c
/rk3399_rockchip-uboot/drivers/cs8900.c
/rk3399_rockchip-uboot/drivers/dc2114x.c
/rk3399_rockchip-uboot/drivers/e1000.c
/rk3399_rockchip-uboot/drivers/eepro100.c
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/inca-ip_sw.c
/rk3399_rockchip-uboot/drivers/lan91c96.c
/rk3399_rockchip-uboot/drivers/macb.c
/rk3399_rockchip-uboot/drivers/mpc8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/nand/nand.c
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/drivers/natsemi.c
/rk3399_rockchip-uboot/drivers/netarm_eth.c
/rk3399_rockchip-uboot/drivers/ns8382x.c
/rk3399_rockchip-uboot/drivers/pci.c
/rk3399_rockchip-uboot/drivers/pci_auto.c
/rk3399_rockchip-uboot/drivers/pci_indirect.c
/rk3399_rockchip-uboot/drivers/pcnet.c
/rk3399_rockchip-uboot/drivers/plb2800_eth.c
/rk3399_rockchip-uboot/drivers/pxa_pcmcia.c
/rk3399_rockchip-uboot/drivers/rpx_pcmcia.c
/rk3399_rockchip-uboot/drivers/rtl8019.c
/rk3399_rockchip-uboot/drivers/rtl8139.c
/rk3399_rockchip-uboot/drivers/rtl8169.c
/rk3399_rockchip-uboot/drivers/sk98lin/uboot_drv.c
/rk3399_rockchip-uboot/drivers/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/ti_pci1410a.c
/rk3399_rockchip-uboot/drivers/tigon3.c
/rk3399_rockchip-uboot/drivers/tqm8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsi108_eth.c
/rk3399_rockchip-uboot/drivers/tsi108_i2c.c
/rk3399_rockchip-uboot/fs/cramfs/cramfs.c
/rk3399_rockchip-uboot/fs/cramfs/uncompress.c
/rk3399_rockchip-uboot/fs/ext2/dev.c
/rk3399_rockchip-uboot/fs/ext2/ext2fs.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/fs/fat/file.c
/rk3399_rockchip-uboot/fs/fdos/dev.c
/rk3399_rockchip-uboot/fs/fdos/fat.c
/rk3399_rockchip-uboot/fs/fdos/fdos.c
/rk3399_rockchip-uboot/fs/fdos/fs.c
/rk3399_rockchip-uboot/fs/fdos/subdir.c
/rk3399_rockchip-uboot/fs/fdos/vfat.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzari.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzo.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rtime.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rubin.c
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/mini_inflate.c
/rk3399_rockchip-uboot/fs/reiserfs/dev.c
/rk3399_rockchip-uboot/fs/reiserfs/mode_string.c
/rk3399_rockchip-uboot/fs/reiserfs/reiserfs.c
/rk3399_rockchip-uboot/include/_exports.h
/rk3399_rockchip-uboot/include/asm-microblaze/asm.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_85xx.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_cmd_all.h
/rk3399_rockchip-uboot/include/config_cmd_default.h
/rk3399_rockchip-uboot/include/configs/A3000.h
/rk3399_rockchip-uboot/include/configs/ADCIOP.h
/rk3399_rockchip-uboot/include/configs/ADNPESC1.h
/rk3399_rockchip-uboot/include/configs/ADS860.h
/rk3399_rockchip-uboot/include/configs/AMX860.h
/rk3399_rockchip-uboot/include/configs/AP1000.h
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/AR405.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/Alaska8220.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/B2.h
/rk3399_rockchip-uboot/include/configs/BAB7xx.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/BMW.h
/rk3399_rockchip-uboot/include/configs/CANBT.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CCM.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/CPC45.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/CPCI750.h
/rk3399_rockchip-uboot/include/configs/CPCIISER4.h
/rk3399_rockchip-uboot/include/configs/CPU86.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/CU824.h
/rk3399_rockchip-uboot/include/configs/DASA_SIM.h
/rk3399_rockchip-uboot/include/configs/DB64360.h
/rk3399_rockchip-uboot/include/configs/DB64460.h
/rk3399_rockchip-uboot/include/configs/DK1C20.h
/rk3399_rockchip-uboot/include/configs/DK1S10.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/EB+MCF-EV123.h
/rk3399_rockchip-uboot/include/configs/ELPPC.h
/rk3399_rockchip-uboot/include/configs/ELPT860.h
/rk3399_rockchip-uboot/include/configs/EP1C20.h
/rk3399_rockchip-uboot/include/configs/EP1S10.h
/rk3399_rockchip-uboot/include/configs/EP1S40.h
/rk3399_rockchip-uboot/include/configs/EP88x.h
/rk3399_rockchip-uboot/include/configs/ERIC.h
/rk3399_rockchip-uboot/include/configs/ESTEEM192E.h
/rk3399_rockchip-uboot/include/configs/ETX094.h
/rk3399_rockchip-uboot/include/configs/EVB64260.h
/rk3399_rockchip-uboot/include/configs/EXBITGEN.h
/rk3399_rockchip-uboot/include/configs/FADS823.h
/rk3399_rockchip-uboot/include/configs/FADS850SAR.h
/rk3399_rockchip-uboot/include/configs/FLAGADM.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/GEN860T.h
/rk3399_rockchip-uboot/include/configs/GENIETV.h
/rk3399_rockchip-uboot/include/configs/GTH.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HIDDEN_DRAGON.h
/rk3399_rockchip-uboot/include/configs/HMI10.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/IAD210.h
/rk3399_rockchip-uboot/include/configs/ICU862.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/IP860.h
/rk3399_rockchip-uboot/include/configs/IPHASE4539.h
/rk3399_rockchip-uboot/include/configs/ISPAN.h
/rk3399_rockchip-uboot/include/configs/IVML24.h
/rk3399_rockchip-uboot/include/configs/IVMS8.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/JSE.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/KUP4K.h
/rk3399_rockchip-uboot/include/configs/KUP4X.h
/rk3399_rockchip-uboot/include/configs/LANTEC.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/configs/M5272C3.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/MBX.h
/rk3399_rockchip-uboot/include/configs/MBX860T.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MHPC.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/ML2.h
/rk3399_rockchip-uboot/include/configs/MOUSSE.h
/rk3399_rockchip-uboot/include/configs/MPC8260ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8266ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MUSENKI.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/MVS1.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/NX823.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.h
/rk3399_rockchip-uboot/include/configs/OXC.h
/rk3399_rockchip-uboot/include/configs/P3G4.h
/rk3399_rockchip-uboot/include/configs/PATI.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PCI5441.h
/rk3399_rockchip-uboot/include/configs/PCIPPC2.h
/rk3399_rockchip-uboot/include/configs/PCIPPC6.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PK1C20.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PN62.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/QS823.h
/rk3399_rockchip-uboot/include/configs/QS850.h
/rk3399_rockchip-uboot/include/configs/QS860T.h
/rk3399_rockchip-uboot/include/configs/R360MPI.h
/rk3399_rockchip-uboot/include/configs/RBC823.h
/rk3399_rockchip-uboot/include/configs/RPXClassic.h
/rk3399_rockchip-uboot/include/configs/RPXlite.h
/rk3399_rockchip-uboot/include/configs/RPXlite_DW.h
/rk3399_rockchip-uboot/include/configs/RPXsuper.h
/rk3399_rockchip-uboot/include/configs/RRvision.h
/rk3399_rockchip-uboot/include/configs/Rattler.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SCM.h
/rk3399_rockchip-uboot/include/configs/SL8245.h
/rk3399_rockchip-uboot/include/configs/SM850.h
/rk3399_rockchip-uboot/include/configs/SMN42.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8240.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8245.h
/rk3399_rockchip-uboot/include/configs/TASREG.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TOP860.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM8260.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.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/TQM85xx.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/Total5200.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/VOM405.h
/rk3399_rockchip-uboot/include/configs/VoVPN-GW.h
/rk3399_rockchip-uboot/include/configs/W7OLMC.h
/rk3399_rockchip-uboot/include/configs/W7OLMG.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/XPEDITE1K.h
/rk3399_rockchip-uboot/include/configs/Yukon8220.h
/rk3399_rockchip-uboot/include/configs/ZPC1900.h
/rk3399_rockchip-uboot/include/configs/ZUMA.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/adsvix.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/armadillo.h
/rk3399_rockchip-uboot/include/configs/assabet.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/atc.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/barco.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/c2mon.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cerf250.h
/rk3399_rockchip-uboot/include/configs/cm4008.h
/rk3399_rockchip-uboot/include/configs/cm41xx.h
/rk3399_rockchip-uboot/include/configs/cmc_pu2.h
/rk3399_rockchip-uboot/include/configs/cmi_mpc5xx.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8260.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8xx.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/cradle.h
/rk3399_rockchip-uboot/include/configs/csb226.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/debris.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/dnp1110.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/ep7312.h
/rk3399_rockchip-uboot/include/configs/ep8248.h
/rk3399_rockchip-uboot/include/configs/ep8260.h
/rk3399_rockchip-uboot/include/configs/ep82xxm.h
/rk3399_rockchip-uboot/include/configs/evb4510.h
/rk3399_rockchip-uboot/include/configs/gcplus.h
/rk3399_rockchip-uboot/include/configs/gth2.h
/rk3399_rockchip-uboot/include/configs/gw8260.h
/rk3399_rockchip-uboot/include/configs/hermes.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/impa7.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/innokom.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kb9202.h
/rk3399_rockchip-uboot/include/configs/kvme080.h
/rk3399_rockchip-uboot/include/configs/lart.h
/rk3399_rockchip-uboot/include/configs/logodl.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/lpd7a400.h
/rk3399_rockchip-uboot/include/configs/lpd7a404.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/lwmon.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/ml300.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/modnet50.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/mx1ads.h
/rk3399_rockchip-uboot/include/configs/mx1fs2.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/ns9750dev.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/omap1510inn.h
/rk3399_rockchip-uboot/include/configs/omap1610h2.h
/rk3399_rockchip-uboot/include/configs/omap1610inn.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/omap730p2.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pcu_e.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/pleb2.h
/rk3399_rockchip-uboot/include/configs/ppmc7xx.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/purple.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/r5200.h
/rk3399_rockchip-uboot/include/configs/rmu.h
/rk3399_rockchip-uboot/include/configs/rsdproto.h
/rk3399_rockchip-uboot/include/configs/sacsng.h
/rk3399_rockchip-uboot/include/configs/sbc2410x.h
/rk3399_rockchip-uboot/include/configs/sbc405.h
/rk3399_rockchip-uboot/include/configs/sbc8240.h
/rk3399_rockchip-uboot/include/configs/sbc8260.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sc520_spunk.h
/rk3399_rockchip-uboot/include/configs/scb9328.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/shannon.h
/rk3399_rockchip-uboot/include/configs/smdk2400.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/sorcery.h
/rk3399_rockchip-uboot/include/configs/spc1920.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/suzaku.h
/rk3399_rockchip-uboot/include/configs/svm_sc8xx.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/tb0229.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
/rk3399_rockchip-uboot/include/configs/v37.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/versatile.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/configs/walnut.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/xupv2p.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/include/mk48t59.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/pcmcia.h
/rk3399_rockchip-uboot/include/sha1.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_generic/crc32.c
/rk3399_rockchip-uboot/lib_generic/sha1.c
/rk3399_rockchip-uboot/lib_i386/board.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_microblaze/board.c
/rk3399_rockchip-uboot/lib_mips/board.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/kgdb.c
bootp.c
bootp.h
eth.c
net.c
nfs.c
rarp.c
sntp.c
tftp.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache_4xx.S
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/rtc/bf5xx_rtc.c
/rk3399_rockchip-uboot/rtc/date.c
/rk3399_rockchip-uboot/rtc/ds12887.c
/rk3399_rockchip-uboot/rtc/ds1302.c
/rk3399_rockchip-uboot/rtc/ds1306.c
/rk3399_rockchip-uboot/rtc/ds1307.c
/rk3399_rockchip-uboot/rtc/ds1337.c
/rk3399_rockchip-uboot/rtc/ds1374.c
/rk3399_rockchip-uboot/rtc/ds1556.c
/rk3399_rockchip-uboot/rtc/ds164x.c
/rk3399_rockchip-uboot/rtc/ds174x.c
/rk3399_rockchip-uboot/rtc/ds3231.c
/rk3399_rockchip-uboot/rtc/m41t11.c
/rk3399_rockchip-uboot/rtc/m48t35ax.c
/rk3399_rockchip-uboot/rtc/max6900.c
/rk3399_rockchip-uboot/rtc/mc146818.c
/rk3399_rockchip-uboot/rtc/mk48t59.c
/rk3399_rockchip-uboot/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/rtc/mpc8xx.c
/rk3399_rockchip-uboot/rtc/pcf8563.c
/rk3399_rockchip-uboot/rtc/rs5c372.c
/rk3399_rockchip-uboot/rtc/s3c24x0_rtc.c
/rk3399_rockchip-uboot/tools/ubsha1.c
/rk3399_rockchip-uboot/tools/updater/cmd_flash.c
8993e54b27-Jul-2007 Rafal Jaworowski <raj@semihalf.com>

[ADS5121] Support for the ADS5121 board

The following MPC5121e subsystems are supported:

- low-level CPU init
- NOR Boot Flash (common CFI driver)
- DDR SDRAM
- FEC
- I2C
- Watchdog

Signed-off-by:

[ADS5121] Support for the ADS5121 board

The following MPC5121e subsystems are supported:

- low-level CPU init
- NOR Boot Flash (common CFI driver)
- DDR SDRAM
- FEC
- I2C
- Watchdog

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Signed-off-by: Jan Wrobel <wrr@semihalf.com>

show more ...

c7e8410e16-Jul-2007 Stefan Roese <sr@denx.de>

Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/freescale/m5329evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5329evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5329evb/m5329evb.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/u-boot.lds
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/cpu/mcf532x/Makefile
/rk3399_rockchip-uboot/cpu/mcf532x/config.mk
/rk3399_rockchip-uboot/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf532x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf532x/interrupts.c
/rk3399_rockchip-uboot/cpu/mcf532x/speed.c
/rk3399_rockchip-uboot/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/mcffec.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/mcfuart.c
/rk3399_rockchip-uboot/include/asm-m68k/byteorder.h
/rk3399_rockchip-uboot/include/asm-m68k/fec.h
/rk3399_rockchip-uboot/include/asm-m68k/immap.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5329.h
/rk3399_rockchip-uboot/include/asm-m68k/io.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/mcftimer.h
/rk3399_rockchip-uboot/include/asm-m68k/mcfuart.h
/rk3399_rockchip-uboot/include/asm-m68k/ptrace.h
/rk3399_rockchip-uboot/include/asm-m68k/rtc.h
/rk3399_rockchip-uboot/include/asm-m68k/timer.h
/rk3399_rockchip-uboot/include/asm-m68k/u-boot.h
/rk3399_rockchip-uboot/include/asm-m68k/uart.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/lib_m68k/Makefile
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_m68k/interrupts.c
/rk3399_rockchip-uboot/lib_m68k/time.c
eth.c
/rk3399_rockchip-uboot/rtc/Makefile
/rk3399_rockchip-uboot/rtc/mcfrtc.c
fad6340713-Jul-2007 Heiko Schocher <hs@pollux.denx.de>

make show_boot_progress () weak.

Signed-off-by: Heiko Schocher <hs@denx.de>


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/cm1_qp1/Makefile
/rk3399_rockchip-uboot/board/cm1_qp1/cm1_qp1.c
/rk3399_rockchip-uboot/board/cm1_qp1/cmd_cm1_qp1.c
/rk3399_rockchip-uboot/board/cm1_qp1/config.mk
/rk3399_rockchip-uboot/board/cm1_qp1/fwupdate.c
/rk3399_rockchip-uboot/board/cm1_qp1/fwupdate.h
/rk3399_rockchip-uboot/board/cm1_qp1/u-boot.lds
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/pcs440ep/flash.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/doc/README.sha1
/rk3399_rockchip-uboot/drivers/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/cm1_qp1.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/sha1.h
/rk3399_rockchip-uboot/lib_arm/armlinux.c
/rk3399_rockchip-uboot/lib_avr32/avr32_linux.c
/rk3399_rockchip-uboot/lib_blackfin/bf533_linux.c
/rk3399_rockchip-uboot/lib_blackfin/post.c
/rk3399_rockchip-uboot/lib_generic/sha1.c
/rk3399_rockchip-uboot/lib_m68k/m68k_linux.c
/rk3399_rockchip-uboot/lib_microblaze/microblaze_linux.c
/rk3399_rockchip-uboot/lib_mips/mips_linux.c
/rk3399_rockchip-uboot/lib_ppc/board.c
eth.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache_4xx.S
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/post/post.c
/rk3399_rockchip-uboot/tools/ubsha1.c
3865b1fb11-Jul-2007 Stefan Roese <sr@denx.de>

Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup

Signed-off-by: Stefan Roese <sr@denx.de>

98c80b4610-Jul-2007 John Rigby <jrigby@freescale.com>

Merge branch 'master' into u-boot-5329-early


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/board/amcc/acadia/acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/memory.c
/rk3399_rockchip-uboot/board/amcc/acadia/pll.c
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/ebony/ebony.c
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/ocotea/ocotea.c
/rk3399_rockchip-uboot/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/board/amcc/sequoia/cmd_sequoia.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/amcc/taishan/taishan.c
/rk3399_rockchip-uboot/board/amcc/yosemite/yosemite.c
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/bf537-stamp/ether_bf537.c
/rk3399_rockchip-uboot/board/bf537-stamp/flash-defines.h
/rk3399_rockchip-uboot/board/bf537-stamp/stm_m25p64.c
/rk3399_rockchip-uboot/board/bf537-stamp/u-boot.lds.S
/rk3399_rockchip-uboot/board/cds/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/hermes/hermes.c
/rk3399_rockchip-uboot/board/logodl/logodl.c
/rk3399_rockchip-uboot/board/lwmon5/Makefile
/rk3399_rockchip-uboot/board/lwmon5/config.mk
/rk3399_rockchip-uboot/board/lwmon5/init.S
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.h
/rk3399_rockchip-uboot/board/lwmon5/u-boot.lds
/rk3399_rockchip-uboot/board/pcs440ep/config.mk
/rk3399_rockchip-uboot/board/pcs440ep/flash.c
/rk3399_rockchip-uboot/board/pcs440ep/init.S
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/pcs440ep/u-boot.lds
/rk3399_rockchip-uboot/board/prodrive/alpr/alpr.c
/rk3399_rockchip-uboot/board/prodrive/p3p440/p3p440.c
/rk3399_rockchip-uboot/board/sandburst/common/sb_common.c
/rk3399_rockchip-uboot/board/sc520_cdp/sc520_cdp.c
/rk3399_rockchip-uboot/board/sc520_spunk/sc520_spunk.c
/rk3399_rockchip-uboot/board/smdk2400/lowlevel_init.S
/rk3399_rockchip-uboot/board/stxssa/stxssa.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/xpedite1k/xpedite1k.c
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_log.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_sata.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/start.S
/rk3399_rockchip-uboot/cpu/i386/start.S
/rk3399_rockchip-uboot/cpu/mcf532x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/cpu/mpc5xx/start.S
/rk3399_rockchip-uboot/cpu/mpc5xxx/start.S
/rk3399_rockchip-uboot/cpu/mpc8220/start.S
/rk3399_rockchip-uboot/cpu/mpc824x/start.S
/rk3399_rockchip-uboot/cpu/mpc8260/start.S
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/mpc8xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/405gp_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/config.mk
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/ppc4xx/gpio.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/tlb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.ppc440
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ata_piix.c
/rk3399_rockchip-uboot/drivers/net/mcffec.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/include/74xx_7xx.h
/rk3399_rockchip-uboot/include/asm-ppc/gpio.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/ata.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/JSE.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/XPEDITE1K.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/logbuff.h
/rk3399_rockchip-uboot/include/mpc5xx.h
/rk3399_rockchip-uboot/include/mpc5xxx.h
/rk3399_rockchip-uboot/include/mpc8220.h
/rk3399_rockchip-uboot/include/mpc824x.h
/rk3399_rockchip-uboot/include/mpc8260.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/mpc85xx.h
/rk3399_rockchip-uboot/include/mpc86xx.h
/rk3399_rockchip-uboot/include/mpc8xx.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/include/ppc4xx.h
/rk3399_rockchip-uboot/include/ppc_asm.tmpl
/rk3399_rockchip-uboot/include/sata.h
/rk3399_rockchip-uboot/include/sha1.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/lib_generic/sha1.c
/rk3399_rockchip-uboot/lib_m68k/time.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/extable.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/u-boot.lds
eth.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/Makefile
/rk3399_rockchip-uboot/post/cpu/mpc8xx/cache.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache_4xx.S
/rk3399_rockchip-uboot/post/cpu/ppc4xx/ether.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/uart.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/watchdog.c
/rk3399_rockchip-uboot/post/drivers/Makefile
/rk3399_rockchip-uboot/post/lib_ppc/Makefile
/rk3399_rockchip-uboot/post/lib_ppc/asm.S
/rk3399_rockchip-uboot/post/lib_ppc/b.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20001122-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20010114-2.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20010226-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/980619-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/Makefile
/rk3399_rockchip-uboot/post/lib_ppc/fpu/acc1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/compare-fp-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/fpu.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/mul-subnormal-single-1.c
/rk3399_rockchip-uboot/post/post.c
/rk3399_rockchip-uboot/post/tests.c
/rk3399_rockchip-uboot/rtc/mcfrtc.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/ubsha1.c
2870e98a06-Jul-2007 TsiChungLiew <Tsi-Chung.Liew@freescale.com>

Add mcffec_initialize()

Added mcffec_initialize() in eth_initialize()

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>

610f2e9c10-Jul-2007 Jon Loeliger <jdl@freescale.com>

net/: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn'

net/: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>

show more ...


/rk3399_rockchip-uboot/board/Marvell/common/serial.c
/rk3399_rockchip-uboot/board/amirix/ap1000/serial.c
/rk3399_rockchip-uboot/board/bc3450/bc3450.c
/rk3399_rockchip-uboot/board/bc3450/cmd_bc3450.c
/rk3399_rockchip-uboot/board/bf537-stamp/ether_bf537.c
/rk3399_rockchip-uboot/board/c2mon/pcmcia.c
/rk3399_rockchip-uboot/board/cpc45/cpc45.c
/rk3399_rockchip-uboot/board/emk/top5200/top5200.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/cpci5200/cpci5200.c
/rk3399_rockchip-uboot/board/esd/cpci750/ide.c
/rk3399_rockchip-uboot/board/esd/cpci750/serial.c
/rk3399_rockchip-uboot/board/esd/mecp5200/mecp5200.c
/rk3399_rockchip-uboot/board/esd/pf5200/pf5200.c
/rk3399_rockchip-uboot/board/evb64260/eth.c
/rk3399_rockchip-uboot/board/evb64260/serial.c
/rk3399_rockchip-uboot/board/evb64260/zuma_pbb.c
/rk3399_rockchip-uboot/board/fads/fads.c
/rk3399_rockchip-uboot/board/fads/fads.h
/rk3399_rockchip-uboot/board/gen860t/gen860t.c
/rk3399_rockchip-uboot/board/genietv/genietv.c
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/icecube/icecube.c
/rk3399_rockchip-uboot/board/icu862/pcmcia.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/inka4x0/inka4x0.c
/rk3399_rockchip-uboot/board/jupiter/jupiter.c
/rk3399_rockchip-uboot/board/kup/common/pcmcia.c
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/lwmon/pcmcia.c
/rk3399_rockchip-uboot/board/mcc200/auto_update.c
/rk3399_rockchip-uboot/board/mcc200/mcc200.c
/rk3399_rockchip-uboot/board/netta/pcmcia.c
/rk3399_rockchip-uboot/board/pcippc2/pcippc2.c
/rk3399_rockchip-uboot/board/pm520/pm520.c
/rk3399_rockchip-uboot/board/r360mpi/pcmcia.c
/rk3399_rockchip-uboot/board/sacsng/sacsng.c
/rk3399_rockchip-uboot/board/siemens/pcu_e/pcu_e.c
/rk3399_rockchip-uboot/board/sixnet/sixnet.c
/rk3399_rockchip-uboot/board/ssv/adnpesc1/adnpesc1.c
/rk3399_rockchip-uboot/board/ssv/common/cmd_sled.c
/rk3399_rockchip-uboot/board/ssv/common/wd_pio.c
/rk3399_rockchip-uboot/board/total5200/total5200.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_tb5200.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/trab/auto_update.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trab/trab_fkt.c
/rk3399_rockchip-uboot/board/uc100/pcmcia.c
/rk3399_rockchip-uboot/board/v38b/v38b.c
/rk3399_rockchip-uboot/board/xilinx/ml300/serial.c
/rk3399_rockchip-uboot/common/cmd_autoscript.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bedbug.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_cache.c
/rk3399_rockchip-uboot/common/cmd_console.c
/rk3399_rockchip-uboot/common/cmd_date.c
/rk3399_rockchip-uboot/common/cmd_dcr.c
/rk3399_rockchip-uboot/common/cmd_diag.c
/rk3399_rockchip-uboot/common/cmd_display.c
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_elf.c
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_immap.c
/rk3399_rockchip-uboot/common/cmd_jffs2.c
/rk3399_rockchip-uboot/common/cmd_load.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_portio.c
/rk3399_rockchip-uboot/common/cmd_spi.c
/rk3399_rockchip-uboot/common/cmd_vfd.c
/rk3399_rockchip-uboot/common/command.c
/rk3399_rockchip-uboot/common/env_flash.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/hush.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/kgdb.S
/rk3399_rockchip-uboot/cpu/i386/serial.c
/rk3399_rockchip-uboot/cpu/mcf52x2/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/ide.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/mpc8260/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/cpu/mpc8xx/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/cpu/ppc4xx/dcr.S
/rk3399_rockchip-uboot/cpu/ppc4xx/kgdb.S
/rk3399_rockchip-uboot/cpu/ppc4xx/serial.c
/rk3399_rockchip-uboot/include/_exports.h
/rk3399_rockchip-uboot/include/configs/A3000.h
/rk3399_rockchip-uboot/include/configs/ADCIOP.h
/rk3399_rockchip-uboot/include/configs/ADNPESC1.h
/rk3399_rockchip-uboot/include/configs/AP1000.h
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/AR405.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/Alaska8220.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/BMW.h
/rk3399_rockchip-uboot/include/configs/CANBT.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/CPCIISER4.h
/rk3399_rockchip-uboot/include/configs/DASA_SIM.h
/rk3399_rockchip-uboot/include/configs/DK1C20.h
/rk3399_rockchip-uboot/include/configs/DK1S10.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/EB+MCF-EV123.h
/rk3399_rockchip-uboot/include/configs/EP1C20.h
/rk3399_rockchip-uboot/include/configs/EP1S10.h
/rk3399_rockchip-uboot/include/configs/EP1S40.h
/rk3399_rockchip-uboot/include/configs/EP88x.h
/rk3399_rockchip-uboot/include/configs/ERIC.h
/rk3399_rockchip-uboot/include/configs/EXBITGEN.h
/rk3399_rockchip-uboot/include/configs/FADS823.h
/rk3399_rockchip-uboot/include/configs/FADS850SAR.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/GENIETV.h
/rk3399_rockchip-uboot/include/configs/GTH.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HIDDEN_DRAGON.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/ISPAN.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/JSE.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/configs/M5272C3.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/MBX.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/ML2.h
/rk3399_rockchip-uboot/include/configs/MOUSSE.h
/rk3399_rockchip-uboot/include/configs/MPC8260ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MUSENKI.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.h
/rk3399_rockchip-uboot/include/configs/OXC.h
/rk3399_rockchip-uboot/include/configs/PATI.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PCI5441.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PK1C20.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PN62.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/RPXsuper.h
/rk3399_rockchip-uboot/include/configs/Rattler.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SL8245.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8240.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8245.h
/rk3399_rockchip-uboot/include/configs/TASREG.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/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/TQM885D.h
/rk3399_rockchip-uboot/include/configs/Total5200.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/VoVPN-GW.h
/rk3399_rockchip-uboot/include/configs/W7OLMC.h
/rk3399_rockchip-uboot/include/configs/W7OLMG.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/XPEDITE1K.h
/rk3399_rockchip-uboot/include/configs/Yukon8220.h
/rk3399_rockchip-uboot/include/configs/ZPC1900.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/adsvix.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/barco.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cerf250.h
/rk3399_rockchip-uboot/include/configs/cm4008.h
/rk3399_rockchip-uboot/include/configs/cm41xx.h
/rk3399_rockchip-uboot/include/configs/cmc_pu2.h
/rk3399_rockchip-uboot/include/configs/cmi_mpc5xx.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8260.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8xx.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/cradle.h
/rk3399_rockchip-uboot/include/configs/csb226.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/debris.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/dnp1110.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/ep8248.h
/rk3399_rockchip-uboot/include/configs/ep8260.h
/rk3399_rockchip-uboot/include/configs/ep82xxm.h
/rk3399_rockchip-uboot/include/configs/gth2.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/innokom.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kb9202.h
/rk3399_rockchip-uboot/include/configs/lart.h
/rk3399_rockchip-uboot/include/configs/logodl.h
/rk3399_rockchip-uboot/include/configs/lpd7a400.h
/rk3399_rockchip-uboot/include/configs/lpd7a404.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/ml300.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/mx1ads.h
/rk3399_rockchip-uboot/include/configs/mx1fs2.h
/rk3399_rockchip-uboot/include/configs/ns9750dev.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/pleb2.h
/rk3399_rockchip-uboot/include/configs/ppmc7xx.h
/rk3399_rockchip-uboot/include/configs/purple.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/r5200.h
/rk3399_rockchip-uboot/include/configs/rsdproto.h
/rk3399_rockchip-uboot/include/configs/sbc2410x.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sc520_spunk.h
/rk3399_rockchip-uboot/include/configs/scb9328.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/shannon.h
/rk3399_rockchip-uboot/include/configs/smdk2400.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/sorcery.h
/rk3399_rockchip-uboot/include/configs/spc1920.h
/rk3399_rockchip-uboot/include/configs/spieval.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/taishan.h
/rk3399_rockchip-uboot/include/configs/tb0229.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/walnut.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/xupv2p.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/pcmcia.h
bootp.c
net.c
rarp.c
tftp.c
/rk3399_rockchip-uboot/rtc/bf5xx_rtc.c
/rk3399_rockchip-uboot/rtc/date.c
/rk3399_rockchip-uboot/rtc/ds1307.c
/rk3399_rockchip-uboot/rtc/ds1337.c
/rk3399_rockchip-uboot/rtc/ds1374.c
/rk3399_rockchip-uboot/rtc/ds1556.c
/rk3399_rockchip-uboot/rtc/ds164x.c
/rk3399_rockchip-uboot/rtc/ds174x.c
/rk3399_rockchip-uboot/rtc/m41t11.c
/rk3399_rockchip-uboot/rtc/m48t35ax.c
/rk3399_rockchip-uboot/rtc/max6900.c
/rk3399_rockchip-uboot/rtc/mc146818.c
/rk3399_rockchip-uboot/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/rtc/mpc8xx.c
/rk3399_rockchip-uboot/rtc/pcf8563.c
/rk3399_rockchip-uboot/rtc/s3c24x0_rtc.c
1fe80d7910-Jul-2007 Jon Loeliger <jdl@freescale.com>

Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!

All of the choices for CONFIG_BOOTP_ are now documented in
the README file. You must now individually select exactly
the set that you want using

Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!

All of the choices for CONFIG_BOOTP_ are now documented in
the README file. You must now individually select exactly
the set that you want using a series of
#define CONFIG_BOOTP_<x>
statements in the board port config files now.

Signed-off-by: Jon Loeliger <jdl@freescale.com>

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/cmd_boota.c
/rk3399_rockchip-uboot/board/MAI/menu/cmd_menu.c
/rk3399_rockchip-uboot/board/Marvell/common/serial.c
/rk3399_rockchip-uboot/board/alaska/alaska.c
/rk3399_rockchip-uboot/board/altera/dk1c20/dk1c20.c
/rk3399_rockchip-uboot/board/amirix/ap1000/serial.c
/rk3399_rockchip-uboot/board/at91rm9200dk/at91rm9200dk.c
/rk3399_rockchip-uboot/board/atc/atc.c
/rk3399_rockchip-uboot/board/atc/ti113x.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/eth.c
/rk3399_rockchip-uboot/board/bc3450/cmd_bc3450.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/nand.c
/rk3399_rockchip-uboot/board/c2mon/pcmcia.c
/rk3399_rockchip-uboot/board/cmc_pu2/cmc_pu2.c
/rk3399_rockchip-uboot/board/cogent/serial.c
/rk3399_rockchip-uboot/board/cpc45/cpc45.c
/rk3399_rockchip-uboot/board/cpc45/pd67290.c
/rk3399_rockchip-uboot/board/cpu86/cpu86.c
/rk3399_rockchip-uboot/board/cpu87/cpu87.c
/rk3399_rockchip-uboot/board/csb637/csb637.c
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/nand.c
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/esd/ash405/ash405.c
/rk3399_rockchip-uboot/board/esd/cms700/cms700.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/common/cmd_loadpci.c
/rk3399_rockchip-uboot/board/esd/cpci750/serial.c
/rk3399_rockchip-uboot/board/esd/hh405/hh405.c
/rk3399_rockchip-uboot/board/esd/hub405/hub405.c
/rk3399_rockchip-uboot/board/esd/ocrtc/cmd_ocrtc.c
/rk3399_rockchip-uboot/board/esd/pci405/cmd_pci405.c
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/voh405/voh405.c
/rk3399_rockchip-uboot/board/esd/wuh405/wuh405.c
/rk3399_rockchip-uboot/board/etin/debris/phantom.c
/rk3399_rockchip-uboot/board/evb64260/eth.c
/rk3399_rockchip-uboot/board/evb64260/serial.c
/rk3399_rockchip-uboot/board/evb64260/zuma_pbb.c
/rk3399_rockchip-uboot/board/fads/fads.c
/rk3399_rockchip-uboot/board/fads/fads.h
/rk3399_rockchip-uboot/board/fads/pcmcia.c
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/m88e6060.c
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/vovpn-gw.c
/rk3399_rockchip-uboot/board/g2000/g2000.c
/rk3399_rockchip-uboot/board/gen860t/gen860t.c
/rk3399_rockchip-uboot/board/genietv/genietv.c
/rk3399_rockchip-uboot/board/gth/pcmcia.c
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/icu862/pcmcia.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/ixdp425/ixdp425.c
/rk3399_rockchip-uboot/board/kb9202/kb9202.c
/rk3399_rockchip-uboot/board/kup/common/pcmcia.c
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/lwmon/pcmcia.c
/rk3399_rockchip-uboot/board/mbx8xx/pcmcia.c
/rk3399_rockchip-uboot/board/mcc200/auto_update.c
/rk3399_rockchip-uboot/board/mcc200/mcc200.c
/rk3399_rockchip-uboot/board/ml2/serial.c
/rk3399_rockchip-uboot/board/mp2usb/mp2usb.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.h
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.c
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.h
/rk3399_rockchip-uboot/board/nc650/nand.c
/rk3399_rockchip-uboot/board/netphone/netphone.c
/rk3399_rockchip-uboot/board/netstar/nand.c
/rk3399_rockchip-uboot/board/netta/netta.c
/rk3399_rockchip-uboot/board/netta/pcmcia.c
/rk3399_rockchip-uboot/board/netta2/netta2.c
/rk3399_rockchip-uboot/board/netvia/netvia.c
/rk3399_rockchip-uboot/board/omap2420h4/omap2420h4.c
/rk3399_rockchip-uboot/board/pcippc2/pcippc2.c
/rk3399_rockchip-uboot/board/pm520/pm520.c
/rk3399_rockchip-uboot/board/pm826/pm826.c
/rk3399_rockchip-uboot/board/pm828/pm828.c
/rk3399_rockchip-uboot/board/pn62/cmd_pn62.c
/rk3399_rockchip-uboot/board/prodrive/alpr/nand.c
/rk3399_rockchip-uboot/board/prodrive/p3mx/serial.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/nand.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/r360mpi/pcmcia.c
/rk3399_rockchip-uboot/board/sacsng/sacsng.c
/rk3399_rockchip-uboot/board/sbc2410x/sbc2410x.c
/rk3399_rockchip-uboot/board/sc3/sc3nand.c
/rk3399_rockchip-uboot/board/siemens/common/fpga.c
/rk3399_rockchip-uboot/board/siemens/pcu_e/pcu_e.c
/rk3399_rockchip-uboot/board/sixnet/sixnet.c
/rk3399_rockchip-uboot/board/ssv/adnpesc1/adnpesc1.c
/rk3399_rockchip-uboot/board/ssv/common/cmd_sled.c
/rk3399_rockchip-uboot/board/ssv/common/wd_pio.c
/rk3399_rockchip-uboot/board/stxxtc/stxxtc.c
/rk3399_rockchip-uboot/board/svm_sc8xx/svm_sc8xx.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_tb5200.c
/rk3399_rockchip-uboot/board/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/trab/auto_update.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trab/trab_fkt.c
/rk3399_rockchip-uboot/board/uc100/pcmcia.c
/rk3399_rockchip-uboot/board/w7o/cmd_vpd.c
/rk3399_rockchip-uboot/board/xilinx/ml300/serial.c
/rk3399_rockchip-uboot/board/zylonite/nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/kgdb.S
/rk3399_rockchip-uboot/cpu/74xx_7xx/traps.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/bcm5221.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/dm9161.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/ether.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/lxt972.c
/rk3399_rockchip-uboot/cpu/i386/serial.c
/rk3399_rockchip-uboot/cpu/ixp/cpu.c
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/mcf52x2/fec.c
/rk3399_rockchip-uboot/cpu/microblaze/cache.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/mips/au1x00_eth.c
/rk3399_rockchip-uboot/cpu/mpc5xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/traps.c
/rk3399_rockchip-uboot/cpu/mpc8220/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8220/fec.c
/rk3399_rockchip-uboot/cpu/mpc8220/traps.c
/rk3399_rockchip-uboot/cpu/mpc824x/traps.c
/rk3399_rockchip-uboot/cpu/mpc8260/bedbug_603e.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/mpc8260/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc8260/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8260/traps.c
/rk3399_rockchip-uboot/cpu/mpc83xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc83xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc85xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc85xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc8xx/bedbug_860.c
/rk3399_rockchip-uboot/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/cpu/mpc8xx/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/cpu/mpc8xx/traps.c
/rk3399_rockchip-uboot/cpu/nios/interrupts.c
/rk3399_rockchip-uboot/cpu/nios2/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/bedbug_405.c
/rk3399_rockchip-uboot/cpu/ppc4xx/dcr.S
/rk3399_rockchip-uboot/cpu/ppc4xx/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/kgdb.S
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/serial.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/cpu/ppc4xx/usbdev.c
/rk3399_rockchip-uboot/doc/README.SNTP
/rk3399_rockchip-uboot/doc/README.bedbug
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/fs/cramfs/cramfs.c
/rk3399_rockchip-uboot/fs/cramfs/uncompress.c
/rk3399_rockchip-uboot/fs/ext2/dev.c
/rk3399_rockchip-uboot/fs/ext2/ext2fs.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/fs/fat/file.c
/rk3399_rockchip-uboot/fs/fdos/dev.c
/rk3399_rockchip-uboot/fs/fdos/fat.c
/rk3399_rockchip-uboot/fs/fdos/fdos.c
/rk3399_rockchip-uboot/fs/fdos/fs.c
/rk3399_rockchip-uboot/fs/fdos/subdir.c
/rk3399_rockchip-uboot/fs/fdos/vfat.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzari.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzo.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rtime.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rubin.c
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/mini_inflate.c
/rk3399_rockchip-uboot/fs/reiserfs/dev.c
/rk3399_rockchip-uboot/fs/reiserfs/mode_string.c
/rk3399_rockchip-uboot/fs/reiserfs/reiserfs.c
/rk3399_rockchip-uboot/include/configs/AMX860.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/B2.h
/rk3399_rockchip-uboot/include/configs/BAB7xx.h
/rk3399_rockchip-uboot/include/configs/CCM.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/CPC45.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI750.h
/rk3399_rockchip-uboot/include/configs/CPU86.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/CU824.h
/rk3399_rockchip-uboot/include/configs/DB64360.h
/rk3399_rockchip-uboot/include/configs/DB64460.h
/rk3399_rockchip-uboot/include/configs/ELPPC.h
/rk3399_rockchip-uboot/include/configs/ELPT860.h
/rk3399_rockchip-uboot/include/configs/ESTEEM192E.h
/rk3399_rockchip-uboot/include/configs/ETX094.h
/rk3399_rockchip-uboot/include/configs/EVB64260.h
/rk3399_rockchip-uboot/include/configs/FADS823.h
/rk3399_rockchip-uboot/include/configs/FLAGADM.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/GEN860T.h
/rk3399_rockchip-uboot/include/configs/HMI10.h
/rk3399_rockchip-uboot/include/configs/IAD210.h
/rk3399_rockchip-uboot/include/configs/ICU862.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/IP860.h
/rk3399_rockchip-uboot/include/configs/IPHASE4539.h
/rk3399_rockchip-uboot/include/configs/IVML24.h
/rk3399_rockchip-uboot/include/configs/IVMS8.h
/rk3399_rockchip-uboot/include/configs/KUP4K.h
/rk3399_rockchip-uboot/include/configs/KUP4X.h
/rk3399_rockchip-uboot/include/configs/LANTEC.h
/rk3399_rockchip-uboot/include/configs/MHPC.h
/rk3399_rockchip-uboot/include/configs/MPC8266ADS.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/MVS1.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/NX823.h
/rk3399_rockchip-uboot/include/configs/P3G4.h
/rk3399_rockchip-uboot/include/configs/PCIPPC2.h
/rk3399_rockchip-uboot/include/configs/PCIPPC6.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/QS823.h
/rk3399_rockchip-uboot/include/configs/QS850.h
/rk3399_rockchip-uboot/include/configs/QS860T.h
/rk3399_rockchip-uboot/include/configs/R360MPI.h
/rk3399_rockchip-uboot/include/configs/RBC823.h
/rk3399_rockchip-uboot/include/configs/RPXClassic.h
/rk3399_rockchip-uboot/include/configs/RPXlite.h
/rk3399_rockchip-uboot/include/configs/RPXlite_DW.h
/rk3399_rockchip-uboot/include/configs/RRvision.h
/rk3399_rockchip-uboot/include/configs/SCM.h
/rk3399_rockchip-uboot/include/configs/SM850.h
/rk3399_rockchip-uboot/include/configs/SMN42.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/TOP860.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM8260.h
/rk3399_rockchip-uboot/include/configs/TQM8272.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/VOM405.h
/rk3399_rockchip-uboot/include/configs/ZUMA.h
/rk3399_rockchip-uboot/include/configs/armadillo.h
/rk3399_rockchip-uboot/include/configs/assabet.h
/rk3399_rockchip-uboot/include/configs/atc.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/barco.h
/rk3399_rockchip-uboot/include/configs/c2mon.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/ep7312.h
/rk3399_rockchip-uboot/include/configs/evb4510.h
/rk3399_rockchip-uboot/include/configs/gcplus.h
/rk3399_rockchip-uboot/include/configs/gw8260.h
/rk3399_rockchip-uboot/include/configs/hermes.h
/rk3399_rockchip-uboot/include/configs/impa7.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/kvme080.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/lwmon.h
/rk3399_rockchip-uboot/include/configs/modnet50.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/omap1510inn.h
/rk3399_rockchip-uboot/include/configs/omap1610h2.h
/rk3399_rockchip-uboot/include/configs/omap1610inn.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/omap730p2.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/pcu_e.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/rmu.h
/rk3399_rockchip-uboot/include/configs/sacsng.h
/rk3399_rockchip-uboot/include/configs/sbc405.h
/rk3399_rockchip-uboot/include/configs/sbc8240.h
/rk3399_rockchip-uboot/include/configs/sbc8260.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/svm_sc8xx.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/v37.h
/rk3399_rockchip-uboot/include/configs/versatile.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_generic/crc32.c
/rk3399_rockchip-uboot/lib_i386/board.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_microblaze/board.c
/rk3399_rockchip-uboot/lib_mips/board.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/kgdb.c
bootp.c
net.c
/rk3399_rockchip-uboot/rtc/bf5xx_rtc.c
/rk3399_rockchip-uboot/rtc/date.c
/rk3399_rockchip-uboot/rtc/ds12887.c
/rk3399_rockchip-uboot/rtc/ds1302.c
/rk3399_rockchip-uboot/rtc/ds1306.c
/rk3399_rockchip-uboot/rtc/ds1307.c
/rk3399_rockchip-uboot/rtc/ds1337.c
/rk3399_rockchip-uboot/rtc/ds1374.c
/rk3399_rockchip-uboot/rtc/ds1556.c
/rk3399_rockchip-uboot/rtc/ds164x.c
/rk3399_rockchip-uboot/rtc/ds174x.c
/rk3399_rockchip-uboot/rtc/ds3231.c
/rk3399_rockchip-uboot/rtc/m41t11.c
/rk3399_rockchip-uboot/rtc/m48t35ax.c
/rk3399_rockchip-uboot/rtc/max6900.c
/rk3399_rockchip-uboot/rtc/mc146818.c
/rk3399_rockchip-uboot/rtc/mk48t59.c
/rk3399_rockchip-uboot/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/rtc/mpc8xx.c
/rk3399_rockchip-uboot/rtc/pcf8563.c
/rk3399_rockchip-uboot/rtc/rs5c372.c
/rk3399_rockchip-uboot/rtc/s3c24x0_rtc.c
/rk3399_rockchip-uboot/tools/updater/cmd_flash.c
643d1ab209-Jul-2007 Jon Loeliger <jdl@freescale.com>

net/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/cmd_boota.c
/rk3399_rockchip-uboot/board/MAI/menu/cmd_menu.c
/rk3399_rockchip-uboot/board/Marvell/common/serial.c
/rk3399_rockchip-uboot/board/alaska/alaska.c
/rk3399_rockchip-uboot/board/altera/dk1c20/dk1c20.c
/rk3399_rockchip-uboot/board/amirix/ap1000/serial.c
/rk3399_rockchip-uboot/board/at91rm9200dk/at91rm9200dk.c
/rk3399_rockchip-uboot/board/atc/atc.c
/rk3399_rockchip-uboot/board/atc/ti113x.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/eth.c
/rk3399_rockchip-uboot/board/bc3450/cmd_bc3450.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/nand.c
/rk3399_rockchip-uboot/board/c2mon/pcmcia.c
/rk3399_rockchip-uboot/board/cmc_pu2/cmc_pu2.c
/rk3399_rockchip-uboot/board/cogent/config.mk
/rk3399_rockchip-uboot/board/cogent/serial.c
/rk3399_rockchip-uboot/board/cogent/u-boot.lds
/rk3399_rockchip-uboot/board/cpc45/cpc45.c
/rk3399_rockchip-uboot/board/cpc45/pd67290.c
/rk3399_rockchip-uboot/board/cpu86/cpu86.c
/rk3399_rockchip-uboot/board/cpu87/cpu87.c
/rk3399_rockchip-uboot/board/csb637/csb637.c
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/nand.c
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/esd/ash405/ash405.c
/rk3399_rockchip-uboot/board/esd/cms700/cms700.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/esd/common/cmd_loadpci.c
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/esd/cpci750/serial.c
/rk3399_rockchip-uboot/board/esd/hh405/hh405.c
/rk3399_rockchip-uboot/board/esd/hub405/hub405.c
/rk3399_rockchip-uboot/board/esd/ocrtc/cmd_ocrtc.c
/rk3399_rockchip-uboot/board/esd/pci405/cmd_pci405.c
/rk3399_rockchip-uboot/board/esd/plu405/plu405.c
/rk3399_rockchip-uboot/board/esd/voh405/voh405.c
/rk3399_rockchip-uboot/board/esd/wuh405/wuh405.c
/rk3399_rockchip-uboot/board/etin/debris/phantom.c
/rk3399_rockchip-uboot/board/evb64260/eth.c
/rk3399_rockchip-uboot/board/evb64260/serial.c
/rk3399_rockchip-uboot/board/evb64260/zuma_pbb.c
/rk3399_rockchip-uboot/board/fads/fads.c
/rk3399_rockchip-uboot/board/fads/fads.h
/rk3399_rockchip-uboot/board/fads/pcmcia.c
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/m88e6060.c
/rk3399_rockchip-uboot/board/funkwerk/vovpn-gw/vovpn-gw.c
/rk3399_rockchip-uboot/board/g2000/g2000.c
/rk3399_rockchip-uboot/board/gen860t/gen860t.c
/rk3399_rockchip-uboot/board/genietv/genietv.c
/rk3399_rockchip-uboot/board/gth/pcmcia.c
/rk3399_rockchip-uboot/board/hmi1001/config.mk
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/hymod/config.mk
/rk3399_rockchip-uboot/board/hymod/u-boot.lds
/rk3399_rockchip-uboot/board/icu862/pcmcia.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/inka4x0/config.mk
/rk3399_rockchip-uboot/board/ixdp425/ixdp425.c
/rk3399_rockchip-uboot/board/kb9202/kb9202.c
/rk3399_rockchip-uboot/board/kup/common/pcmcia.c
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/lwmon/pcmcia.c
/rk3399_rockchip-uboot/board/mbx8xx/pcmcia.c
/rk3399_rockchip-uboot/board/mcc200/auto_update.c
/rk3399_rockchip-uboot/board/mcc200/mcc200.c
/rk3399_rockchip-uboot/board/ml2/serial.c
/rk3399_rockchip-uboot/board/mousse/config.mk
/rk3399_rockchip-uboot/board/mousse/u-boot.lds
/rk3399_rockchip-uboot/board/mp2usb/mp2usb.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.h
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.c
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.h
/rk3399_rockchip-uboot/board/nc650/nand.c
/rk3399_rockchip-uboot/board/netphone/netphone.c
/rk3399_rockchip-uboot/board/netstar/nand.c
/rk3399_rockchip-uboot/board/netta/netta.c
/rk3399_rockchip-uboot/board/netta/pcmcia.c
/rk3399_rockchip-uboot/board/netta2/netta2.c
/rk3399_rockchip-uboot/board/netvia/netvia.c
/rk3399_rockchip-uboot/board/omap2420h4/omap2420h4.c
/rk3399_rockchip-uboot/board/pcippc2/pcippc2.c
/rk3399_rockchip-uboot/board/pm520/pm520.c
/rk3399_rockchip-uboot/board/pm826/pm826.c
/rk3399_rockchip-uboot/board/pm828/pm828.c
/rk3399_rockchip-uboot/board/pn62/cmd_pn62.c
/rk3399_rockchip-uboot/board/prodrive/alpr/nand.c
/rk3399_rockchip-uboot/board/prodrive/p3mx/serial.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/nand.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/pdnb3.c
/rk3399_rockchip-uboot/board/r360mpi/pcmcia.c
/rk3399_rockchip-uboot/board/rsdproto/config.mk
/rk3399_rockchip-uboot/board/rsdproto/u-boot.lds
/rk3399_rockchip-uboot/board/sacsng/sacsng.c
/rk3399_rockchip-uboot/board/sbc2410x/sbc2410x.c
/rk3399_rockchip-uboot/board/sc3/sc3nand.c
/rk3399_rockchip-uboot/board/siemens/SMN42/flash.c
/rk3399_rockchip-uboot/board/siemens/common/fpga.c
/rk3399_rockchip-uboot/board/siemens/pcu_e/pcu_e.c
/rk3399_rockchip-uboot/board/sixnet/sixnet.c
/rk3399_rockchip-uboot/board/ssv/adnpesc1/adnpesc1.c
/rk3399_rockchip-uboot/board/ssv/common/cmd_sled.c
/rk3399_rockchip-uboot/board/ssv/common/wd_pio.c
/rk3399_rockchip-uboot/board/stxxtc/stxxtc.c
/rk3399_rockchip-uboot/board/svm_sc8xx/svm_sc8xx.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqm5200/cmd_tb5200.c
/rk3399_rockchip-uboot/board/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/trab/auto_update.c
/rk3399_rockchip-uboot/board/trab/cmd_trab.c
/rk3399_rockchip-uboot/board/trab/trab_fkt.c
/rk3399_rockchip-uboot/board/uc100/pcmcia.c
/rk3399_rockchip-uboot/board/uc101/config.mk
/rk3399_rockchip-uboot/board/w7o/cmd_vpd.c
/rk3399_rockchip-uboot/board/xilinx/ml300/serial.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
/rk3399_rockchip-uboot/board/zylonite/nand.c
/rk3399_rockchip-uboot/common/bedbug.c
/rk3399_rockchip-uboot/common/cmd_autoscript.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bedbug.c
/rk3399_rockchip-uboot/common/cmd_bmp.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_cache.c
/rk3399_rockchip-uboot/common/cmd_console.c
/rk3399_rockchip-uboot/common/cmd_date.c
/rk3399_rockchip-uboot/common/cmd_dcr.c
/rk3399_rockchip-uboot/common/cmd_diag.c
/rk3399_rockchip-uboot/common/cmd_display.c
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_dtt.c
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_elf.c
/rk3399_rockchip-uboot/common/cmd_ext2.c
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_fdc.c
/rk3399_rockchip-uboot/common/cmd_fdos.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_immap.c
/rk3399_rockchip-uboot/common/cmd_itest.c
/rk3399_rockchip-uboot/common/cmd_jffs2.c
/rk3399_rockchip-uboot/common/cmd_load.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_pci.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/cmd_portio.c
/rk3399_rockchip-uboot/common/cmd_reginfo.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/cmd_spi.c
/rk3399_rockchip-uboot/common/cmd_universe.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/cmd_vfd.c
/rk3399_rockchip-uboot/common/cmd_ximg.c
/rk3399_rockchip-uboot/common/command.c
/rk3399_rockchip-uboot/common/docecc.c
/rk3399_rockchip-uboot/common/env_flash.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/exports.c
/rk3399_rockchip-uboot/common/hush.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/miiphyutil.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/kgdb.S
/rk3399_rockchip-uboot/cpu/74xx_7xx/traps.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/bcm5221.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/dm9161.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/ether.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/lxt972.c
/rk3399_rockchip-uboot/cpu/i386/serial.c
/rk3399_rockchip-uboot/cpu/ixp/cpu.c
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/mcf52x2/fec.c
/rk3399_rockchip-uboot/cpu/microblaze/cache.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/microblaze/irq.S
/rk3399_rockchip-uboot/cpu/mips/au1x00_eth.c
/rk3399_rockchip-uboot/cpu/mpc5xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/traps.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot-customlayout.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8220/config.mk
/rk3399_rockchip-uboot/cpu/mpc8220/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8220/fec.c
/rk3399_rockchip-uboot/cpu/mpc8220/traps.c
/rk3399_rockchip-uboot/cpu/mpc8220/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc824x/config.mk
/rk3399_rockchip-uboot/cpu/mpc824x/traps.c
/rk3399_rockchip-uboot/cpu/mpc824x/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8260/bedbug_603e.c
/rk3399_rockchip-uboot/cpu/mpc8260/config.mk
/rk3399_rockchip-uboot/cpu/mpc8260/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/cpu/mpc8260/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc8260/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8260/traps.c
/rk3399_rockchip-uboot/cpu/mpc8260/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc83xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc83xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc83xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc83xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/cpu/mpc85xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc85xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc86xx/traps.c
/rk3399_rockchip-uboot/cpu/mpc8xx/bedbug_860.c
/rk3399_rockchip-uboot/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/cpu/mpc8xx/kgdb.S
/rk3399_rockchip-uboot/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/cpu/mpc8xx/traps.c
/rk3399_rockchip-uboot/cpu/nios/interrupts.c
/rk3399_rockchip-uboot/cpu/nios2/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/bedbug_405.c
/rk3399_rockchip-uboot/cpu/ppc4xx/dcr.S
/rk3399_rockchip-uboot/cpu/ppc4xx/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/kgdb.S
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/serial.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/cpu/ppc4xx/usbdev.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/disk/part_amiga.c
/rk3399_rockchip-uboot/disk/part_dos.c
/rk3399_rockchip-uboot/disk/part_iso.c
/rk3399_rockchip-uboot/disk/part_mac.c
/rk3399_rockchip-uboot/doc/README.bedbug
/rk3399_rockchip-uboot/drivers/bcm570x.c
/rk3399_rockchip-uboot/drivers/cfb_console.c
/rk3399_rockchip-uboot/drivers/cs8900.c
/rk3399_rockchip-uboot/drivers/dc2114x.c
/rk3399_rockchip-uboot/drivers/e1000.c
/rk3399_rockchip-uboot/drivers/eepro100.c
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/inca-ip_sw.c
/rk3399_rockchip-uboot/drivers/lan91c96.c
/rk3399_rockchip-uboot/drivers/macb.c
/rk3399_rockchip-uboot/drivers/mpc8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/nand/nand.c
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/drivers/natsemi.c
/rk3399_rockchip-uboot/drivers/netarm_eth.c
/rk3399_rockchip-uboot/drivers/ns8382x.c
/rk3399_rockchip-uboot/drivers/pcnet.c
/rk3399_rockchip-uboot/drivers/plb2800_eth.c
/rk3399_rockchip-uboot/drivers/pxa_pcmcia.c
/rk3399_rockchip-uboot/drivers/rpx_pcmcia.c
/rk3399_rockchip-uboot/drivers/rtl8019.c
/rk3399_rockchip-uboot/drivers/rtl8139.c
/rk3399_rockchip-uboot/drivers/rtl8169.c
/rk3399_rockchip-uboot/drivers/sk98lin/uboot_drv.c
/rk3399_rockchip-uboot/drivers/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/ti_pci1410a.c
/rk3399_rockchip-uboot/drivers/tigon3.c
/rk3399_rockchip-uboot/drivers/tqm8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsi108_eth.c
/rk3399_rockchip-uboot/drivers/tsi108_i2c.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/include/_exports.h
/rk3399_rockchip-uboot/include/asm-microblaze/asm.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_cmd_default.h
/rk3399_rockchip-uboot/include/configs/A3000.h
/rk3399_rockchip-uboot/include/configs/ADCIOP.h
/rk3399_rockchip-uboot/include/configs/ADNPESC1.h
/rk3399_rockchip-uboot/include/configs/ADS860.h
/rk3399_rockchip-uboot/include/configs/AMX860.h
/rk3399_rockchip-uboot/include/configs/AP1000.h
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/AR405.h
/rk3399_rockchip-uboot/include/configs/ASH405.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/Alaska8220.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/B2.h
/rk3399_rockchip-uboot/include/configs/BAB7xx.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/BMW.h
/rk3399_rockchip-uboot/include/configs/CANBT.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CCM.h
/rk3399_rockchip-uboot/include/configs/CMS700.h
/rk3399_rockchip-uboot/include/configs/CPC45.h
/rk3399_rockchip-uboot/include/configs/CPCI2DP.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/CPCI750.h
/rk3399_rockchip-uboot/include/configs/CPCIISER4.h
/rk3399_rockchip-uboot/include/configs/CPU86.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/CU824.h
/rk3399_rockchip-uboot/include/configs/DASA_SIM.h
/rk3399_rockchip-uboot/include/configs/DB64360.h
/rk3399_rockchip-uboot/include/configs/DB64460.h
/rk3399_rockchip-uboot/include/configs/DK1C20.h
/rk3399_rockchip-uboot/include/configs/DK1S10.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/EB+MCF-EV123.h
/rk3399_rockchip-uboot/include/configs/ELPPC.h
/rk3399_rockchip-uboot/include/configs/ELPT860.h
/rk3399_rockchip-uboot/include/configs/EP1C20.h
/rk3399_rockchip-uboot/include/configs/EP1S10.h
/rk3399_rockchip-uboot/include/configs/EP1S40.h
/rk3399_rockchip-uboot/include/configs/EP88x.h
/rk3399_rockchip-uboot/include/configs/ERIC.h
/rk3399_rockchip-uboot/include/configs/ESTEEM192E.h
/rk3399_rockchip-uboot/include/configs/ETX094.h
/rk3399_rockchip-uboot/include/configs/EVB64260.h
/rk3399_rockchip-uboot/include/configs/EXBITGEN.h
/rk3399_rockchip-uboot/include/configs/FADS823.h
/rk3399_rockchip-uboot/include/configs/FADS850SAR.h
/rk3399_rockchip-uboot/include/configs/FLAGADM.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/GEN860T.h
/rk3399_rockchip-uboot/include/configs/GENIETV.h
/rk3399_rockchip-uboot/include/configs/GTH.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HIDDEN_DRAGON.h
/rk3399_rockchip-uboot/include/configs/HMI10.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/IAD210.h
/rk3399_rockchip-uboot/include/configs/ICU862.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/IP860.h
/rk3399_rockchip-uboot/include/configs/IPHASE4539.h
/rk3399_rockchip-uboot/include/configs/ISPAN.h
/rk3399_rockchip-uboot/include/configs/IVML24.h
/rk3399_rockchip-uboot/include/configs/IVMS8.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/JSE.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/KUP4K.h
/rk3399_rockchip-uboot/include/configs/KUP4X.h
/rk3399_rockchip-uboot/include/configs/LANTEC.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/configs/M5272C3.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/MBX.h
/rk3399_rockchip-uboot/include/configs/MBX860T.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MHPC.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/ML2.h
/rk3399_rockchip-uboot/include/configs/MOUSSE.h
/rk3399_rockchip-uboot/include/configs/MPC8260ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8266ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MUSENKI.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/MVS1.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/NX823.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.h
/rk3399_rockchip-uboot/include/configs/OXC.h
/rk3399_rockchip-uboot/include/configs/P3G4.h
/rk3399_rockchip-uboot/include/configs/PATI.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PCI5441.h
/rk3399_rockchip-uboot/include/configs/PCIPPC2.h
/rk3399_rockchip-uboot/include/configs/PCIPPC6.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PK1C20.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PN62.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/QS823.h
/rk3399_rockchip-uboot/include/configs/QS850.h
/rk3399_rockchip-uboot/include/configs/QS860T.h
/rk3399_rockchip-uboot/include/configs/R360MPI.h
/rk3399_rockchip-uboot/include/configs/RBC823.h
/rk3399_rockchip-uboot/include/configs/RPXClassic.h
/rk3399_rockchip-uboot/include/configs/RPXlite.h
/rk3399_rockchip-uboot/include/configs/RPXlite_DW.h
/rk3399_rockchip-uboot/include/configs/RPXsuper.h
/rk3399_rockchip-uboot/include/configs/RRvision.h
/rk3399_rockchip-uboot/include/configs/Rattler.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SCM.h
/rk3399_rockchip-uboot/include/configs/SL8245.h
/rk3399_rockchip-uboot/include/configs/SM850.h
/rk3399_rockchip-uboot/include/configs/SMN42.h
/rk3399_rockchip-uboot/include/configs/SPD823TS.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8240.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8245.h
/rk3399_rockchip-uboot/include/configs/TASREG.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TOP860.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM8260.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.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/TQM85xx.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/Total5200.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/VOM405.h
/rk3399_rockchip-uboot/include/configs/VoVPN-GW.h
/rk3399_rockchip-uboot/include/configs/W7OLMC.h
/rk3399_rockchip-uboot/include/configs/W7OLMG.h
/rk3399_rockchip-uboot/include/configs/WUH405.h
/rk3399_rockchip-uboot/include/configs/XPEDITE1K.h
/rk3399_rockchip-uboot/include/configs/Yukon8220.h
/rk3399_rockchip-uboot/include/configs/ZPC1900.h
/rk3399_rockchip-uboot/include/configs/ZUMA.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/adsvix.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/armadillo.h
/rk3399_rockchip-uboot/include/configs/assabet.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/atc.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/barco.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/c2mon.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cerf250.h
/rk3399_rockchip-uboot/include/configs/cm4008.h
/rk3399_rockchip-uboot/include/configs/cm41xx.h
/rk3399_rockchip-uboot/include/configs/cmc_pu2.h
/rk3399_rockchip-uboot/include/configs/cmi_mpc5xx.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8260.h
/rk3399_rockchip-uboot/include/configs/cogent_mpc8xx.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/cradle.h
/rk3399_rockchip-uboot/include/configs/csb226.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/debris.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/dnp1110.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/ep7312.h
/rk3399_rockchip-uboot/include/configs/ep8248.h
/rk3399_rockchip-uboot/include/configs/ep8260.h
/rk3399_rockchip-uboot/include/configs/ep82xxm.h
/rk3399_rockchip-uboot/include/configs/evb4510.h
/rk3399_rockchip-uboot/include/configs/gcplus.h
/rk3399_rockchip-uboot/include/configs/gth2.h
/rk3399_rockchip-uboot/include/configs/gw8260.h
/rk3399_rockchip-uboot/include/configs/hermes.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/impa7.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/innokom.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kb9202.h
/rk3399_rockchip-uboot/include/configs/kvme080.h
/rk3399_rockchip-uboot/include/configs/lart.h
/rk3399_rockchip-uboot/include/configs/logodl.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/lpd7a400.h
/rk3399_rockchip-uboot/include/configs/lpd7a404.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/lwmon.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/ml300.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/modnet50.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/mx1ads.h
/rk3399_rockchip-uboot/include/configs/mx1fs2.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/ns9750dev.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/omap1510inn.h
/rk3399_rockchip-uboot/include/configs/omap1610h2.h
/rk3399_rockchip-uboot/include/configs/omap1610inn.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/omap730p2.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pb1x00.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pcu_e.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/pleb2.h
/rk3399_rockchip-uboot/include/configs/ppmc7xx.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/purple.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/r5200.h
/rk3399_rockchip-uboot/include/configs/rmu.h
/rk3399_rockchip-uboot/include/configs/rsdproto.h
/rk3399_rockchip-uboot/include/configs/sacsng.h
/rk3399_rockchip-uboot/include/configs/sbc2410x.h
/rk3399_rockchip-uboot/include/configs/sbc405.h
/rk3399_rockchip-uboot/include/configs/sbc8240.h
/rk3399_rockchip-uboot/include/configs/sbc8260.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sc520_spunk.h
/rk3399_rockchip-uboot/include/configs/scb9328.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/shannon.h
/rk3399_rockchip-uboot/include/configs/smdk2400.h
/rk3399_rockchip-uboot/include/configs/smdk2410.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/sorcery.h
/rk3399_rockchip-uboot/include/configs/spc1920.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/suzaku.h
/rk3399_rockchip-uboot/include/configs/svm_sc8xx.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/tb0229.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
/rk3399_rockchip-uboot/include/configs/v37.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/versatile.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/configs/walnut.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/xupv2p.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/include/mk48t59.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/pcmcia.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_generic/crc32.c
/rk3399_rockchip-uboot/lib_i386/board.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_microblaze/board.c
/rk3399_rockchip-uboot/lib_mips/board.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/kgdb.c
bootp.c
bootp.h
eth.c
net.c
nfs.c
rarp.c
sntp.c
tftp.c
/rk3399_rockchip-uboot/rtc/bf5xx_rtc.c
/rk3399_rockchip-uboot/rtc/date.c
/rk3399_rockchip-uboot/rtc/ds12887.c
/rk3399_rockchip-uboot/rtc/ds1302.c
/rk3399_rockchip-uboot/rtc/ds1306.c
/rk3399_rockchip-uboot/rtc/ds1307.c
/rk3399_rockchip-uboot/rtc/ds1337.c
/rk3399_rockchip-uboot/rtc/ds1374.c
/rk3399_rockchip-uboot/rtc/ds1556.c
/rk3399_rockchip-uboot/rtc/ds164x.c
/rk3399_rockchip-uboot/rtc/ds174x.c
/rk3399_rockchip-uboot/rtc/ds3231.c
/rk3399_rockchip-uboot/rtc/m41t11.c
/rk3399_rockchip-uboot/rtc/m48t35ax.c
/rk3399_rockchip-uboot/rtc/max6900.c
/rk3399_rockchip-uboot/rtc/mc146818.c
/rk3399_rockchip-uboot/rtc/mk48t59.c
/rk3399_rockchip-uboot/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/rtc/mpc8xx.c
/rk3399_rockchip-uboot/rtc/pcf8563.c
/rk3399_rockchip-uboot/rtc/rs5c372.c
/rk3399_rockchip-uboot/rtc/s3c24x0_rtc.c
/rk3399_rockchip-uboot/tools/updater/cmd_flash.c
bf6a9ca909-Jul-2007 Wolfgang Denk <wd@denx.de>

Merge with /home/hs/Atronic/u-boot


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/board/amcc/acadia/acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/cmd_acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/board/amcc/acadia/memory.c
/rk3399_rockchip-uboot/board/amcc/acadia/pll.c
/rk3399_rockchip-uboot/board/amcc/acadia/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/bamboo/config.mk
/rk3399_rockchip-uboot/board/amcc/bamboo/flash.c
/rk3399_rockchip-uboot/board/amcc/bamboo/init.S
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/ebony/ebony.c
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/ocotea/ocotea.c
/rk3399_rockchip-uboot/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/board/amcc/sequoia/cmd_sequoia.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/amcc/taishan/taishan.c
/rk3399_rockchip-uboot/board/amcc/yosemite/yosemite.c
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/bf537-stamp/ether_bf537.c
/rk3399_rockchip-uboot/board/bf537-stamp/flash-defines.h
/rk3399_rockchip-uboot/board/bf537-stamp/stm_m25p64.c
/rk3399_rockchip-uboot/board/bf537-stamp/u-boot.lds.S
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/hermes/hermes.c
/rk3399_rockchip-uboot/board/logodl/logodl.c
/rk3399_rockchip-uboot/board/lpc2292sodimm/Makefile
/rk3399_rockchip-uboot/board/lpc2292sodimm/flash.c
/rk3399_rockchip-uboot/board/lwmon5/Makefile
/rk3399_rockchip-uboot/board/lwmon5/config.mk
/rk3399_rockchip-uboot/board/lwmon5/init.S
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.h
/rk3399_rockchip-uboot/board/lwmon5/u-boot.lds
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/Makefile
/rk3399_rockchip-uboot/board/mpc8641hpcn/config.mk
/rk3399_rockchip-uboot/board/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/board/pcs440ep/config.mk
/rk3399_rockchip-uboot/board/pcs440ep/flash.c
/rk3399_rockchip-uboot/board/pcs440ep/init.S
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/pcs440ep/u-boot.lds
/rk3399_rockchip-uboot/board/prodrive/alpr/alpr.c
/rk3399_rockchip-uboot/board/prodrive/p3p440/p3p440.c
/rk3399_rockchip-uboot/board/sandburst/common/sb_common.c
/rk3399_rockchip-uboot/board/sc520_cdp/sc520_cdp.c
/rk3399_rockchip-uboot/board/sc520_spunk/sc520_spunk.c
/rk3399_rockchip-uboot/board/siemens/SMN42/Makefile
/rk3399_rockchip-uboot/board/siemens/SMN42/config.mk
/rk3399_rockchip-uboot/board/siemens/SMN42/flash.c
/rk3399_rockchip-uboot/board/siemens/SMN42/lowlevel_init.S
/rk3399_rockchip-uboot/board/siemens/SMN42/smn42.c
/rk3399_rockchip-uboot/board/siemens/SMN42/u-boot.lds
/rk3399_rockchip-uboot/board/smdk2400/lowlevel_init.S
/rk3399_rockchip-uboot/board/stxssa/config.mk
/rk3399_rockchip-uboot/board/stxssa/stxssa.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/xpedite1k/xpedite1k.c
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_log.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_sata.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/soft_i2c.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/start.S
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/Makefile
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/flash.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/iap_entry.S
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc_hw.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc_hw.h
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/spi.c
/rk3399_rockchip-uboot/cpu/mpc5xx/start.S
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/start.S
/rk3399_rockchip-uboot/cpu/mpc8220/start.S
/rk3399_rockchip-uboot/cpu/mpc824x/start.S
/rk3399_rockchip-uboot/cpu/mpc8260/start.S
/rk3399_rockchip-uboot/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/mpc8xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/405gp_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/config.mk
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/ppc4xx/gpio.c
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/tlb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.mpc8641hpcn
/rk3399_rockchip-uboot/doc/README.ppc440
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/nand/nand_ecc.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/include/74xx_7xx.h
/rk3399_rockchip-uboot/include/asm-arm/arch-arm720t/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/lpc2292_registers.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/spi.h
/rk3399_rockchip-uboot/include/asm-ppc/gpio.h
/rk3399_rockchip-uboot/include/asm-ppc/io.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/SMN42.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/XPEDITE1K.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/logbuff.h
/rk3399_rockchip-uboot/include/mpc5xx.h
/rk3399_rockchip-uboot/include/mpc5xxx.h
/rk3399_rockchip-uboot/include/mpc8220.h
/rk3399_rockchip-uboot/include/mpc824x.h
/rk3399_rockchip-uboot/include/mpc8260.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/mpc85xx.h
/rk3399_rockchip-uboot/include/mpc86xx.h
/rk3399_rockchip-uboot/include/mpc8xx.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/include/ppc4xx.h
/rk3399_rockchip-uboot/include/ppc_asm.tmpl
/rk3399_rockchip-uboot/include/sata.h
/rk3399_rockchip-uboot/include/sha1.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/lib_generic/sha1.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/sdram.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
eth.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/Makefile
/rk3399_rockchip-uboot/post/cpu/mpc8xx/cache.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/cache_4xx.S
/rk3399_rockchip-uboot/post/cpu/ppc4xx/ether.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/uart.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/watchdog.c
/rk3399_rockchip-uboot/post/drivers/Makefile
/rk3399_rockchip-uboot/post/lib_ppc/Makefile
/rk3399_rockchip-uboot/post/lib_ppc/asm.S
/rk3399_rockchip-uboot/post/lib_ppc/b.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20001122-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20010114-2.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/20010226-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/980619-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/Makefile
/rk3399_rockchip-uboot/post/lib_ppc/fpu/acc1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/compare-fp-1.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/fpu.c
/rk3399_rockchip-uboot/post/lib_ppc/fpu/mul-subnormal-single-1.c
/rk3399_rockchip-uboot/post/post.c
/rk3399_rockchip-uboot/post/tests.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/ubsha1.c
6e2115ac12-Jun-2007 Jon Loeliger <jdl@jdl.com>

net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).

This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed e

net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).

This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.

All transformations are of the form:
Before:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
After:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

Signed-off-by: Jon Loeliger <jdl@freescale.com>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/board/amcc/acadia/acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/cmd_acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/board/amcc/acadia/memory.c
/rk3399_rockchip-uboot/board/amcc/acadia/pll.c
/rk3399_rockchip-uboot/board/amcc/acadia/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/bamboo/config.mk
/rk3399_rockchip-uboot/board/amcc/bamboo/flash.c
/rk3399_rockchip-uboot/board/amcc/bamboo/init.S
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/ebony/ebony.c
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/ocotea/ocotea.c
/rk3399_rockchip-uboot/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/board/amcc/sequoia/cmd_sequoia.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/amcc/taishan/taishan.c
/rk3399_rockchip-uboot/board/amcc/yosemite/yosemite.c
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/bf537-stamp/ether_bf537.c
/rk3399_rockchip-uboot/board/bf537-stamp/flash-defines.h
/rk3399_rockchip-uboot/board/bf537-stamp/stm_m25p64.c
/rk3399_rockchip-uboot/board/bf537-stamp/u-boot.lds.S
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/lpc2292sodimm/Makefile
/rk3399_rockchip-uboot/board/lpc2292sodimm/flash.c
/rk3399_rockchip-uboot/board/lwmon5/Makefile
/rk3399_rockchip-uboot/board/lwmon5/config.mk
/rk3399_rockchip-uboot/board/lwmon5/init.S
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.h
/rk3399_rockchip-uboot/board/lwmon5/u-boot.lds
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/Makefile
/rk3399_rockchip-uboot/board/mpc8641hpcn/config.mk
/rk3399_rockchip-uboot/board/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/prodrive/alpr/alpr.c
/rk3399_rockchip-uboot/board/prodrive/p3p440/p3p440.c
/rk3399_rockchip-uboot/board/sandburst/common/sb_common.c
/rk3399_rockchip-uboot/board/siemens/SMN42/Makefile
/rk3399_rockchip-uboot/board/siemens/SMN42/config.mk
/rk3399_rockchip-uboot/board/siemens/SMN42/flash.c
/rk3399_rockchip-uboot/board/siemens/SMN42/lowlevel_init.S
/rk3399_rockchip-uboot/board/siemens/SMN42/smn42.c
/rk3399_rockchip-uboot/board/siemens/SMN42/u-boot.lds
/rk3399_rockchip-uboot/board/smdk2400/lowlevel_init.S
/rk3399_rockchip-uboot/board/stxssa/config.mk
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/xpedite1k/xpedite1k.c
/rk3399_rockchip-uboot/common/bedbug.c
/rk3399_rockchip-uboot/common/cmd_autoscript.c
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bedbug.c
/rk3399_rockchip-uboot/common/cmd_bmp.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_cache.c
/rk3399_rockchip-uboot/common/cmd_console.c
/rk3399_rockchip-uboot/common/cmd_date.c
/rk3399_rockchip-uboot/common/cmd_dcr.c
/rk3399_rockchip-uboot/common/cmd_diag.c
/rk3399_rockchip-uboot/common/cmd_display.c
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_dtt.c
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_elf.c
/rk3399_rockchip-uboot/common/cmd_ext2.c
/rk3399_rockchip-uboot/common/cmd_fat.c
/rk3399_rockchip-uboot/common/cmd_fdc.c
/rk3399_rockchip-uboot/common/cmd_fdos.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_immap.c
/rk3399_rockchip-uboot/common/cmd_itest.c
/rk3399_rockchip-uboot/common/cmd_jffs2.c
/rk3399_rockchip-uboot/common/cmd_load.c
/rk3399_rockchip-uboot/common/cmd_log.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_pci.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/cmd_portio.c
/rk3399_rockchip-uboot/common/cmd_reginfo.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/cmd_sata.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/cmd_spi.c
/rk3399_rockchip-uboot/common/cmd_universe.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/cmd_vfd.c
/rk3399_rockchip-uboot/common/cmd_ximg.c
/rk3399_rockchip-uboot/common/command.c
/rk3399_rockchip-uboot/common/docecc.c
/rk3399_rockchip-uboot/common/env_flash.c
/rk3399_rockchip-uboot/common/env_nand.c
/rk3399_rockchip-uboot/common/exports.c
/rk3399_rockchip-uboot/common/hush.c
/rk3399_rockchip-uboot/common/kgdb.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/miiphyutil.c
/rk3399_rockchip-uboot/common/soft_i2c.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/start.S
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/Makefile
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/flash.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/iap_entry.S
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc_hw.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc_hw.h
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/spi.c
/rk3399_rockchip-uboot/cpu/mpc5xx/start.S
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/start.S
/rk3399_rockchip-uboot/cpu/mpc8220/start.S
/rk3399_rockchip-uboot/cpu/mpc824x/start.S
/rk3399_rockchip-uboot/cpu/mpc8260/start.S
/rk3399_rockchip-uboot/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/mpc8xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/405gp_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/config.mk
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/ppc4xx/gpio.c
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/tlb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/disk/part_amiga.c
/rk3399_rockchip-uboot/disk/part_dos.c
/rk3399_rockchip-uboot/disk/part_iso.c
/rk3399_rockchip-uboot/disk/part_mac.c
/rk3399_rockchip-uboot/doc/README.mpc8641hpcn
/rk3399_rockchip-uboot/doc/README.ppc440
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/bcm570x.c
/rk3399_rockchip-uboot/drivers/cfb_console.c
/rk3399_rockchip-uboot/drivers/cs8900.c
/rk3399_rockchip-uboot/drivers/dc2114x.c
/rk3399_rockchip-uboot/drivers/e1000.c
/rk3399_rockchip-uboot/drivers/eepro100.c
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/inca-ip_sw.c
/rk3399_rockchip-uboot/drivers/lan91c96.c
/rk3399_rockchip-uboot/drivers/macb.c
/rk3399_rockchip-uboot/drivers/mpc8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/nand/nand.c
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/drivers/natsemi.c
/rk3399_rockchip-uboot/drivers/netarm_eth.c
/rk3399_rockchip-uboot/drivers/ns8382x.c
/rk3399_rockchip-uboot/drivers/pcnet.c
/rk3399_rockchip-uboot/drivers/plb2800_eth.c
/rk3399_rockchip-uboot/drivers/pxa_pcmcia.c
/rk3399_rockchip-uboot/drivers/rpx_pcmcia.c
/rk3399_rockchip-uboot/drivers/rtl8019.c
/rk3399_rockchip-uboot/drivers/rtl8139.c
/rk3399_rockchip-uboot/drivers/rtl8169.c
/rk3399_rockchip-uboot/drivers/sk98lin/uboot_drv.c
/rk3399_rockchip-uboot/drivers/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/ti_pci1410a.c
/rk3399_rockchip-uboot/drivers/tigon3.c
/rk3399_rockchip-uboot/drivers/tqm8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsi108_eth.c
/rk3399_rockchip-uboot/drivers/tsi108_i2c.c
/rk3399_rockchip-uboot/fs/cramfs/cramfs.c
/rk3399_rockchip-uboot/fs/cramfs/uncompress.c
/rk3399_rockchip-uboot/fs/ext2/dev.c
/rk3399_rockchip-uboot/fs/ext2/ext2fs.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/fs/fat/file.c
/rk3399_rockchip-uboot/fs/fdos/dev.c
/rk3399_rockchip-uboot/fs/fdos/fat.c
/rk3399_rockchip-uboot/fs/fdos/fdos.c
/rk3399_rockchip-uboot/fs/fdos/fs.c
/rk3399_rockchip-uboot/fs/fdos/subdir.c
/rk3399_rockchip-uboot/fs/fdos/vfat.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzari.c
/rk3399_rockchip-uboot/fs/jffs2/compr_lzo.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rtime.c
/rk3399_rockchip-uboot/fs/jffs2/compr_rubin.c
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/mini_inflate.c
/rk3399_rockchip-uboot/fs/reiserfs/dev.c
/rk3399_rockchip-uboot/fs/reiserfs/mode_string.c
/rk3399_rockchip-uboot/fs/reiserfs/reiserfs.c
/rk3399_rockchip-uboot/include/74xx_7xx.h
/rk3399_rockchip-uboot/include/asm-arm/arch-arm720t/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/lpc2292_registers.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/spi.h
/rk3399_rockchip-uboot/include/asm-ppc/gpio.h
/rk3399_rockchip-uboot/include/asm-ppc/io.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/cmd_confdefs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_bootp.h
/rk3399_rockchip-uboot/include/config_cmd_all.h
/rk3399_rockchip-uboot/include/config_cmd_default.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/CPCI405.h
/rk3399_rockchip-uboot/include/configs/CPCI4052.h
/rk3399_rockchip-uboot/include/configs/CPCI405AB.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/SMN42.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/XPEDITE1K.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/logbuff.h
/rk3399_rockchip-uboot/include/mpc5xx.h
/rk3399_rockchip-uboot/include/mpc5xxx.h
/rk3399_rockchip-uboot/include/mpc8220.h
/rk3399_rockchip-uboot/include/mpc824x.h
/rk3399_rockchip-uboot/include/mpc8260.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/mpc85xx.h
/rk3399_rockchip-uboot/include/mpc86xx.h
/rk3399_rockchip-uboot/include/mpc8xx.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/include/ppc4xx.h
/rk3399_rockchip-uboot/include/ppc_asm.tmpl
/rk3399_rockchip-uboot/include/sata.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/sdram.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
bootp.c
bootp.h
eth.c
net.c
nfs.c
rarp.c
sntp.c
tftp.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/uart.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/watchdog.c
/rk3399_rockchip-uboot/post/lib_ppc/asm.S
/rk3399_rockchip-uboot/post/lib_ppc/b.c
/rk3399_rockchip-uboot/post/post.c
/rk3399_rockchip-uboot/post/tests.c
566a494f22-Jun-2007 Heiko Schocher <hs@pollux.denx.de>

[PCS440EP] upgrade the PCS440EP board:
- Show on the Status LEDs, some States of the board.
- Get the MAC addresses from the EEProm
- use PREBOOT

[PCS440EP] upgrade the PCS440EP board:
- Show on the Status LEDs, some States of the board.
- Get the MAC addresses from the EEProm
- use PREBOOT
- use the CF on the board.
- check the U-Boot image in the Flash with a SHA1
checksum.
- use dynamic TLB entries generation for the SDRAM

Signed-off-by: Heiko Schocher <hs@denx.de>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/board/amcc/acadia/acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/cmd_acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/board/amcc/acadia/memory.c
/rk3399_rockchip-uboot/board/amcc/acadia/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/bamboo/config.mk
/rk3399_rockchip-uboot/board/amcc/bamboo/flash.c
/rk3399_rockchip-uboot/board/amcc/bamboo/init.S
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/cds/mpc8541cds/mpc8541cds.c
/rk3399_rockchip-uboot/board/cds/mpc8541cds/u-boot.lds
/rk3399_rockchip-uboot/board/cds/mpc8548cds/init.S
/rk3399_rockchip-uboot/board/cds/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/cds/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/cds/mpc8555cds/mpc8555cds.c
/rk3399_rockchip-uboot/board/cds/mpc8555cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/common/pixis.c
/rk3399_rockchip-uboot/board/freescale/common/pixis.h
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/init.S
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/u-boot.lds
/rk3399_rockchip-uboot/board/hermes/hermes.c
/rk3399_rockchip-uboot/board/ixdp425/config.mk
/rk3399_rockchip-uboot/board/logodl/logodl.c
/rk3399_rockchip-uboot/board/lpc2292sodimm/Makefile
/rk3399_rockchip-uboot/board/lpc2292sodimm/flash.c
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/board/mpc8313erdb/config.mk
/rk3399_rockchip-uboot/board/mpc8313erdb/mpc8313erdb.c
/rk3399_rockchip-uboot/board/mpc8313erdb/sdram.c
/rk3399_rockchip-uboot/board/mpc8313erdb/u-boot.lds
/rk3399_rockchip-uboot/board/mpc8349itx/mpc8349itx.c
/rk3399_rockchip-uboot/board/mpc8360emds/config.mk
/rk3399_rockchip-uboot/board/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/mpc8540ads/init.S
/rk3399_rockchip-uboot/board/mpc8560ads/init.S
/rk3399_rockchip-uboot/board/mpc8568mds/Makefile
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.c
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.h
/rk3399_rockchip-uboot/board/mpc8568mds/config.mk
/rk3399_rockchip-uboot/board/mpc8568mds/ft_board.c
/rk3399_rockchip-uboot/board/mpc8568mds/init.S
/rk3399_rockchip-uboot/board/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/mpc8568mds/u-boot.lds
/rk3399_rockchip-uboot/board/mpc8641hpcn/Makefile
/rk3399_rockchip-uboot/board/mpc8641hpcn/config.mk
/rk3399_rockchip-uboot/board/mpc8641hpcn/init.S
/rk3399_rockchip-uboot/board/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/board/nc650/config.mk
/rk3399_rockchip-uboot/board/nc650/nc650.c
/rk3399_rockchip-uboot/board/pcs440ep/config.mk
/rk3399_rockchip-uboot/board/pcs440ep/flash.c
/rk3399_rockchip-uboot/board/pcs440ep/init.S
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/pcs440ep/u-boot.lds
/rk3399_rockchip-uboot/board/prodrive/pdnb3/config.mk
/rk3399_rockchip-uboot/board/sc520_cdp/sc520_cdp.c
/rk3399_rockchip-uboot/board/sc520_spunk/sc520_spunk.c
/rk3399_rockchip-uboot/board/siemens/SMN42/Makefile
/rk3399_rockchip-uboot/board/siemens/SMN42/config.mk
/rk3399_rockchip-uboot/board/siemens/SMN42/flash.c
/rk3399_rockchip-uboot/board/siemens/SMN42/lowlevel_init.S
/rk3399_rockchip-uboot/board/siemens/SMN42/smn42.c
/rk3399_rockchip-uboot/board/siemens/SMN42/u-boot.lds
/rk3399_rockchip-uboot/board/stxssa/Makefile
/rk3399_rockchip-uboot/board/stxssa/config.mk
/rk3399_rockchip-uboot/board/stxssa/init.S
/rk3399_rockchip-uboot/board/stxssa/stxssa.c
/rk3399_rockchip-uboot/board/stxssa/u-boot.lds
/rk3399_rockchip-uboot/board/xilinx/ml401/config.mk
/rk3399_rockchip-uboot/board/xilinx/ml401/ml401.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_doc.c
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/cmd_reiser.c
/rk3399_rockchip-uboot/common/console.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/soft_i2c.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/Makefile
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/flash.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/iap_entry.S
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc_hw.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc_hw.h
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/spi.c
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/microblaze/Makefile
/rk3399_rockchip-uboot/cpu/microblaze/cache.c
/rk3399_rockchip-uboot/cpu/microblaze/exception.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/microblaze/irq.S
/rk3399_rockchip-uboot/cpu/microblaze/start.S
/rk3399_rockchip-uboot/cpu/microblaze/timer.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc83xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc85xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc85xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc86xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/405gp_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.mpc8313erdb
/rk3399_rockchip-uboot/doc/README.mpc8641hpcn
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/pci_auto.c
/rk3399_rockchip-uboot/drivers/smc91111.c
/rk3399_rockchip-uboot/drivers/systemace.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsec.h
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/rk3399_rockchip-uboot/include/asm-arm/arch-arm720t/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/lpc2292_registers.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/spi.h
/rk3399_rockchip-uboot/include/asm-microblaze/asm.h
/rk3399_rockchip-uboot/include/asm-microblaze/microblaze_intc.h
/rk3399_rockchip-uboot/include/asm-ppc/e300.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_83xx.h
/rk3399_rockchip-uboot/include/asm-ppc/io.h
/rk3399_rockchip-uboot/include/asm-ppc/mmu.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/cmd_confdefs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8541CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/SMN42.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/acadia.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/xupv2p.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/fdt.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/libfdt.h
/rk3399_rockchip-uboot/include/libfdt_env.h
/rk3399_rockchip-uboot/include/linux/stat.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/mpc86xx.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/include/sha1.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/lib_generic/sha1.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/extable.c
/rk3399_rockchip-uboot/libfdt/fdt.c
/rk3399_rockchip-uboot/libfdt/fdt_ro.c
/rk3399_rockchip-uboot/libfdt/fdt_rw.c
/rk3399_rockchip-uboot/libfdt/fdt_wip.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/sdram.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
eth.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/ubsha1.c
8e585f0218-Jun-2007 TsiChung Liew <Tsi-Chung.Liew@freescale.com>

Added M5329AFEE and M5329BFEE Platforms

Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c,

Added M5329AFEE and M5329BFEE Platforms

Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
rtc/mcfrtc.c

Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
lib_m68k/time.c, net/eth.c and rtc/Makefile

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>

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/amcc/acadia/Makefile
/rk3399_rockchip-uboot/board/amcc/acadia/acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/cmd_acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/board/amcc/acadia/memory.c
/rk3399_rockchip-uboot/board/amcc/acadia/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/bamboo/config.mk
/rk3399_rockchip-uboot/board/amcc/bamboo/flash.c
/rk3399_rockchip-uboot/board/amcc/bamboo/init.S
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot-nand.lds
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/cds/mpc8541cds/mpc8541cds.c
/rk3399_rockchip-uboot/board/cds/mpc8541cds/u-boot.lds
/rk3399_rockchip-uboot/board/cds/mpc8548cds/init.S
/rk3399_rockchip-uboot/board/cds/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/cds/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/cds/mpc8555cds/mpc8555cds.c
/rk3399_rockchip-uboot/board/cds/mpc8555cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/common/pixis.c
/rk3399_rockchip-uboot/board/freescale/common/pixis.h
/rk3399_rockchip-uboot/board/freescale/m5329evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5329evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5329evb/flash.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/m5329evb.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/init.S
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/u-boot.lds
/rk3399_rockchip-uboot/board/ixdp425/config.mk
/rk3399_rockchip-uboot/board/lpc2292sodimm/Makefile
/rk3399_rockchip-uboot/board/lpc2292sodimm/flash.c
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/board/mpc8313erdb/config.mk
/rk3399_rockchip-uboot/board/mpc8313erdb/mpc8313erdb.c
/rk3399_rockchip-uboot/board/mpc8313erdb/sdram.c
/rk3399_rockchip-uboot/board/mpc8313erdb/u-boot.lds
/rk3399_rockchip-uboot/board/mpc8349itx/mpc8349itx.c
/rk3399_rockchip-uboot/board/mpc8360emds/config.mk
/rk3399_rockchip-uboot/board/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/mpc8540ads/init.S
/rk3399_rockchip-uboot/board/mpc8560ads/init.S
/rk3399_rockchip-uboot/board/mpc8568mds/Makefile
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.c
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.h
/rk3399_rockchip-uboot/board/mpc8568mds/config.mk
/rk3399_rockchip-uboot/board/mpc8568mds/ft_board.c
/rk3399_rockchip-uboot/board/mpc8568mds/init.S
/rk3399_rockchip-uboot/board/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/mpc8568mds/u-boot.lds
/rk3399_rockchip-uboot/board/mpc8641hpcn/Makefile
/rk3399_rockchip-uboot/board/mpc8641hpcn/config.mk
/rk3399_rockchip-uboot/board/mpc8641hpcn/init.S
/rk3399_rockchip-uboot/board/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/mpc8641hpcn/u-boot.lds
/rk3399_rockchip-uboot/board/nc650/config.mk
/rk3399_rockchip-uboot/board/nc650/nc650.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/config.mk
/rk3399_rockchip-uboot/board/siemens/SMN42/Makefile
/rk3399_rockchip-uboot/board/siemens/SMN42/config.mk
/rk3399_rockchip-uboot/board/siemens/SMN42/flash.c
/rk3399_rockchip-uboot/board/siemens/SMN42/lowlevel_init.S
/rk3399_rockchip-uboot/board/siemens/SMN42/smn42.c
/rk3399_rockchip-uboot/board/siemens/SMN42/u-boot.lds
/rk3399_rockchip-uboot/board/stxssa/Makefile
/rk3399_rockchip-uboot/board/stxssa/config.mk
/rk3399_rockchip-uboot/board/stxssa/init.S
/rk3399_rockchip-uboot/board/stxssa/stxssa.c
/rk3399_rockchip-uboot/board/stxssa/u-boot.lds
/rk3399_rockchip-uboot/board/xilinx/ml401/config.mk
/rk3399_rockchip-uboot/board/xilinx/ml401/ml401.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_misc.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_pcmcia.c
/rk3399_rockchip-uboot/common/console.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/soft_i2c.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/Makefile
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/flash.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/iap_entry.S
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc_hw.c
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/mmc_hw.h
/rk3399_rockchip-uboot/cpu/arm720t/lpc2292/spi.c
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/mcf532x/Makefile
/rk3399_rockchip-uboot/cpu/mcf532x/config.mk
/rk3399_rockchip-uboot/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf532x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf532x/speed.c
/rk3399_rockchip-uboot/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/cpu/microblaze/Makefile
/rk3399_rockchip-uboot/cpu/microblaze/cache.c
/rk3399_rockchip-uboot/cpu/microblaze/exception.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/microblaze/irq.S
/rk3399_rockchip-uboot/cpu/microblaze/start.S
/rk3399_rockchip-uboot/cpu/microblaze/timer.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc83xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc85xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc85xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc86xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/405gp_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.mpc8313erdb
/rk3399_rockchip-uboot/doc/README.mpc8641hpcn
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/mcffec.c
/rk3399_rockchip-uboot/drivers/pci_auto.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/mcfserial.c
/rk3399_rockchip-uboot/drivers/smc91111.c
/rk3399_rockchip-uboot/drivers/systemace.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsec.h
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/rk3399_rockchip-uboot/include/asm-arm/arch-arm720t/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/lpc2292_registers.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/mmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-lpc2292/spi.h
/rk3399_rockchip-uboot/include/asm-m68k/byteorder.h
/rk3399_rockchip-uboot/include/asm-m68k/fec.h
/rk3399_rockchip-uboot/include/asm-m68k/immap_5329.h
/rk3399_rockchip-uboot/include/asm-m68k/io.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/mcfrtc.h
/rk3399_rockchip-uboot/include/asm-m68k/mcftimer.h
/rk3399_rockchip-uboot/include/asm-m68k/mcfuart.h
/rk3399_rockchip-uboot/include/asm-m68k/ptrace.h
/rk3399_rockchip-uboot/include/asm-m68k/u-boot.h
/rk3399_rockchip-uboot/include/asm-microblaze/asm.h
/rk3399_rockchip-uboot/include/asm-microblaze/microblaze_intc.h
/rk3399_rockchip-uboot/include/asm-ppc/e300.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_83xx.h
/rk3399_rockchip-uboot/include/asm-ppc/io.h
/rk3399_rockchip-uboot/include/asm-ppc/mmu.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/cmd_confdefs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8541CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/SMN42.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/acadia.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/xupv2p.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/fdt.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/libfdt.h
/rk3399_rockchip-uboot/include/libfdt_env.h
/rk3399_rockchip-uboot/include/linux/stat.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/mpc86xx.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib_m68k/Makefile
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_m68k/interrupts.c
/rk3399_rockchip-uboot/lib_m68k/time.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/extable.c
/rk3399_rockchip-uboot/libfdt/fdt.c
/rk3399_rockchip-uboot/libfdt/fdt_ro.c
/rk3399_rockchip-uboot/libfdt/fdt_rw.c
/rk3399_rockchip-uboot/libfdt/fdt_wip.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/acadia/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/config.mk
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/sdram.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/Makefile
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
eth.c
/rk3399_rockchip-uboot/rtc/Makefile
/rk3399_rockchip-uboot/rtc/mcfrtc.c
255a357716-May-2007 Kim Phillips <kim.phillips@freescale.com>

Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx

For all practical u-boot purposes, TSECs don't differ throughout the
mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.

Signed-off-by: Ki

Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx

For all practical u-boot purposes, TSECs don't differ throughout the
mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.c
/rk3399_rockchip-uboot/board/cds/mpc8541cds/mpc8541cds.c
/rk3399_rockchip-uboot/board/cds/mpc8541cds/u-boot.lds
/rk3399_rockchip-uboot/board/cds/mpc8548cds/init.S
/rk3399_rockchip-uboot/board/cds/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/cds/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/cds/mpc8555cds/mpc8555cds.c
/rk3399_rockchip-uboot/board/cds/mpc8555cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/common/pixis.c
/rk3399_rockchip-uboot/board/freescale/common/pixis.h
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/init.S
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/u-boot.lds
/rk3399_rockchip-uboot/board/ixdp425/config.mk
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/board/mpc8313erdb/config.mk
/rk3399_rockchip-uboot/board/mpc8313erdb/mpc8313erdb.c
/rk3399_rockchip-uboot/board/mpc8313erdb/sdram.c
/rk3399_rockchip-uboot/board/mpc8313erdb/u-boot.lds
/rk3399_rockchip-uboot/board/mpc8349itx/mpc8349itx.c
/rk3399_rockchip-uboot/board/mpc8360emds/config.mk
/rk3399_rockchip-uboot/board/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/mpc8540ads/init.S
/rk3399_rockchip-uboot/board/mpc8560ads/init.S
/rk3399_rockchip-uboot/board/mpc8568mds/Makefile
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.c
/rk3399_rockchip-uboot/board/mpc8568mds/bcsr.h
/rk3399_rockchip-uboot/board/mpc8568mds/config.mk
/rk3399_rockchip-uboot/board/mpc8568mds/ft_board.c
/rk3399_rockchip-uboot/board/mpc8568mds/init.S
/rk3399_rockchip-uboot/board/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/mpc8568mds/u-boot.lds
/rk3399_rockchip-uboot/board/mpc8641hpcn/Makefile
/rk3399_rockchip-uboot/board/mpc8641hpcn/init.S
/rk3399_rockchip-uboot/board/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/nc650/config.mk
/rk3399_rockchip-uboot/board/nc650/nc650.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/config.mk
/rk3399_rockchip-uboot/board/stxssa/Makefile
/rk3399_rockchip-uboot/board/stxssa/config.mk
/rk3399_rockchip-uboot/board/stxssa/init.S
/rk3399_rockchip-uboot/board/stxssa/stxssa.c
/rk3399_rockchip-uboot/board/stxssa/u-boot.lds
/rk3399_rockchip-uboot/board/xilinx/ml401/config.mk
/rk3399_rockchip-uboot/board/xilinx/ml401/ml401.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_fdt.c
/rk3399_rockchip-uboot/common/cmd_mfsl.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/cmd_sata.c
/rk3399_rockchip-uboot/common/console.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/cpu/i386/start.S
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/rk3399_rockchip-uboot/cpu/microblaze/Makefile
/rk3399_rockchip-uboot/cpu/microblaze/cache.c
/rk3399_rockchip-uboot/cpu/microblaze/exception.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/microblaze/irq.S
/rk3399_rockchip-uboot/cpu/microblaze/start.S
/rk3399_rockchip-uboot/cpu/microblaze/timer.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc83xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc85xx/pci.c
/rk3399_rockchip-uboot/cpu/mpc85xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc86xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/doc/README.mpc8313erdb
/rk3399_rockchip-uboot/doc/README.mpc8641hpcn
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ata_piix.c
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/pci_auto.c
/rk3399_rockchip-uboot/drivers/smc91111.c
/rk3399_rockchip-uboot/drivers/systemace.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsec.h
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/rk3399_rockchip-uboot/include/asm-microblaze/asm.h
/rk3399_rockchip-uboot/include/asm-microblaze/microblaze_intc.h
/rk3399_rockchip-uboot/include/asm-ppc/e300.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_83xx.h
/rk3399_rockchip-uboot/include/asm-ppc/mmu.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/ata.h
/rk3399_rockchip-uboot/include/cmd_confdefs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/JSE.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/xupv2p.h
/rk3399_rockchip-uboot/include/configs/zylonite.h
/rk3399_rockchip-uboot/include/fdt.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/libfdt.h
/rk3399_rockchip-uboot/include/libfdt_env.h
/rk3399_rockchip-uboot/include/linux/stat.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/mpc86xx.h
/rk3399_rockchip-uboot/include/sata.h
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/lib_ppc/extable.c
/rk3399_rockchip-uboot/libfdt/fdt.c
/rk3399_rockchip-uboot/libfdt/fdt_ro.c
/rk3399_rockchip-uboot/libfdt/fdt_rw.c
/rk3399_rockchip-uboot/libfdt/fdt_wip.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/sequoia/Makefile
eth.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/mkimage.c

1...<<11121314151617181920>>...25