History log of /rk3399_rockchip-uboot/common/ (Results 4701 – 4725 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
65c450b412-Jun-2007 Jon Loeliger <jdl@jdl.com>

common/cmd_[i-z]* : 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 ca

common/cmd_[i-z]* : 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 ...

a76adc8112-Jun-2007 Jon Loeliger <jdl@jdl.com>

common/cmd_[a-f]* : 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 ca

common/cmd_[a-f]* : 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 ...

98c440be03-Jul-2007 Wolfgang Denk <wd@denx.de>

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


/rk3399_rockchip-uboot/MAKEALL
/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/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/cds/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/esd/cpci405/cpci405.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/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/xpedite1k/xpedite1k.c
Makefile
cmd_sata.c
main.c
/rk3399_rockchip-uboot/cpu/i386/start.S
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/ppc4xx/405gp_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/config.mk
/rk3399_rockchip-uboot/cpu/ppc4xx/tlb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/traps.c
/rk3399_rockchip-uboot/doc/README.ppc440
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ata_piix.c
/rk3399_rockchip-uboot/drivers/tsec.c
/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/JSE.h
/rk3399_rockchip-uboot/include/configs/KAREF.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/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/XPEDITE1K.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/sata.h
/rk3399_rockchip-uboot/lib_ppc/extable.c
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/mkimage.c
1f2a058930-Jun-2007 Mushtaq Khan <mushtaqk_921@yahoo.co.in>

Fix S-ATA support.

Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>

1636d1c822-Jun-2007 Wolfgang Denk <wd@denx.de>

Coding stylke cleanup; rebuild CHANGELOG

2dc6445118-Apr-2007 Igor Lisitsin <igor@emcraft.com>

Adapt log buffer code to support Linux 2.6

A new environment variable, "logversion", selects the log buffer
behaviour. If it is not set or set to a value other than 2, then the
old, Linux 2.4.4, beh

Adapt log buffer code to support Linux 2.6

A new environment variable, "logversion", selects the log buffer
behaviour. If it is not set or set to a value other than 2, then the
old, Linux 2.4.4, behaviour is selected.

Signed-off-by: Igor Lisitsin <igor@emcraft.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/memory.c
/rk3399_rockchip-uboot/board/amcc/acadia/pll.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/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/tqm5200/tqm5200.c
cmd_log.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/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/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/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/include/74xx_7xx.h
/rk3399_rockchip-uboot/include/asm-ppc/gpio.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/configs/CPCI440.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/TQM5200.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/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/sequoia.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/yosemite.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/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/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 ...

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/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/flash.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/m5329evb.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/u-boot.lds
cmd_bdinfo.c
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/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/mcfserial.c
/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/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
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/rtc/Makefile
/rk3399_rockchip-uboot/rtc/mcfrtc.c
9912121f23-May-2007 Detlev Zundel <dzu@denx.de>

Change 'repeatable' attribute of some commands to sensible values.

Most prominently this changes 'erase' to be non-repeatable.

Signed-off-by: Detlev Zundel <dzu@denx.de>

5afb202023-May-2007 Detlev Zundel <dzu@denx.de>

Fix 'run' not to continue after interrupted command

Signed-off-by: Detlev Zundel <dzu@denx.de>

9045f33c08-Jun-2007 Wolfgang Denk <wd@denx.de>

Fix config problems on SC3 board; make ide_reset_timeout work.

d1246a4b06-Jun-2007 Wolfgang Denk <wd@denx.de>

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


/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/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/sequoia/sdram.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/lpc2292sodimm/Makefile
/rk3399_rockchip-uboot/board/lpc2292sodimm/flash.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/config.mk
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/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.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/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/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/io.h
/rk3399_rockchip-uboot/include/configs/SMN42.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/lpc2292sodimm.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/ppc405.h
/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
fdcfaa1b06-Jun-2007 Zhang Wei <wei.zhang@freescale.com>

USB event poll support

This patch adds USB event poll support, which could be used in usbkbd
and other usb devices driver when the asynchronous interrupt
processing is supported.

Signed-off-by: Zha

USB event poll support

This patch adds USB event poll support, which could be used in usbkbd
and other usb devices driver when the asynchronous interrupt
processing is supported.

Signed-off-by: Zhang Wei <wei.zhang@freescale.com

show more ...


/rk3399_rockchip-uboot/CHANGELOG-before-U-Boot-1.1.5
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/delta/delta.c
/rk3399_rockchip-uboot/board/trab/auto_update.c
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/mpc5xxx/Makefile
/rk3399_rockchip-uboot/cpu/ppc4xx/Makefile
/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/isp116x-hcd.c
/rk3399_rockchip-uboot/drivers/isp116x.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/include/asm-arm/arch-pxa/pxa-regs.h
/rk3399_rockchip-uboot/include/configs/AdderUSB.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/TQM5200.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/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
19bf91f927-May-2007 Wolfgang Denk <wd@denx.de>

Merge with /home/tur/git/u-boot#motionpro


/rk3399_rockchip-uboot/board/amcc/acadia/acadia.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
main.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/Total5200.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/mcc200.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/sequoia.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/ppc440.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib_ppc/board.c
9160b96f27-May-2007 Bartlomiej Sieka <tur@semihalf.com>

Fix: Add missing NULL termination in strings expanded by macros parser.

Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
Acked-by: Bartlomiej Sieka <tur@semihalf.com>


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.h
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/amcc/taishan/Makefile
/rk3399_rockchip-uboot/board/amcc/taishan/config.mk
/rk3399_rockchip-uboot/board/amcc/taishan/init.S
/rk3399_rockchip-uboot/board/amcc/taishan/lcd.c
/rk3399_rockchip-uboot/board/amcc/taishan/showinfo.c
/rk3399_rockchip-uboot/board/amcc/taishan/taishan.c
/rk3399_rockchip-uboot/board/amcc/taishan/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/taishan/update.c
/rk3399_rockchip-uboot/board/amcc/yellowstone/yellowstone.c
/rk3399_rockchip-uboot/board/amcc/yosemite/yosemite.c
/rk3399_rockchip-uboot/board/idmr/flash.c
/rk3399_rockchip-uboot/board/mcc200/mcc200.c
/rk3399_rockchip-uboot/board/motionpro/Makefile
/rk3399_rockchip-uboot/board/motionpro/config.mk
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/motionpro/u-boot.lds
/rk3399_rockchip-uboot/board/prodrive/p3mx/p3mx.c
/rk3399_rockchip-uboot/board/prodrive/p3mx/sdram_init.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/flash.c
/rk3399_rockchip-uboot/board/sc3/Makefile
/rk3399_rockchip-uboot/board/sc3/config.mk
/rk3399_rockchip-uboot/board/sc3/init.S
/rk3399_rockchip-uboot/board/sc3/sc3.c
/rk3399_rockchip-uboot/board/sc3/sc3.h
/rk3399_rockchip-uboot/board/sc3/sc3nand.c
/rk3399_rockchip-uboot/board/sc3/u-boot.lds
/rk3399_rockchip-uboot/board/tqm5200/cam5200_flash.c
/rk3399_rockchip-uboot/board/uc101/Makefile
/rk3399_rockchip-uboot/board/uc101/config.mk
/rk3399_rockchip-uboot/board/uc101/u-boot.lds
/rk3399_rockchip-uboot/board/uc101/uc101.c
main.c
/rk3399_rockchip-uboot/cpu/mcf52x2/cpu.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/cpu/ppc4xx/405gp_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/440spe_pcie.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/ppc4xx/sdram.c
/rk3399_rockchip-uboot/drivers/cfi_flash.c
/rk3399_rockchip-uboot/dtt/Makefile
/rk3399_rockchip-uboot/dtt/lm81.c
/rk3399_rockchip-uboot/include/asm-m68k/m5271.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/Total5200.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/cpci5200.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/inka4x0.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/p3mx.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/pf5200.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/spieval.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/yellowstone.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/dtt.h
/rk3399_rockchip-uboot/include/ppc405.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib_ppc/board.c
fdda367518-May-2007 Peter Pearse <peter.pearse@arm.com>

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


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/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/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/xilinx/ml401/config.mk
/rk3399_rockchip-uboot/board/xilinx/ml401/ml401.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
Makefile
cmd_mfsl.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/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/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/doc/README.mpc8313erdb
/rk3399_rockchip-uboot/drivers/enc28j60.c
/rk3399_rockchip-uboot/drivers/systemace.c
/rk3399_rockchip-uboot/fs/jffs2/compr_zlib.c
/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/cmd_confdefs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/SMN42.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/xupv2p.h
/rk3399_rockchip-uboot/include/linux/stat.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/lib_ppc/board.c
3a71b5ca16-May-2007 Wolfgang Denk <wd@denx.de>

Merge with /home/git/u-boot


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/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/xilinx/ml401/config.mk
/rk3399_rockchip-uboot/board/xilinx/ml401/ml401.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
Makefile
cmd_mfsl.c
/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/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/doc/README.mpc8313erdb
/rk3399_rockchip-uboot/drivers/systemace.c
/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/cmd_confdefs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/xupv2p.h
/rk3399_rockchip-uboot/include/linux/stat.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/lib_ppc/board.c
70124c2616-May-2007 Stefano Babic <sbabic@denx.de>

Fix compile problem cause my Microblaze merge

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

3162eb8315-May-2007 Wolfgang Denk <wd@denx.de>

Minor coding style cleanup.

66d9dbec20-Apr-2007 mushtaq khan <mushtaq_k@procsys.com>

Add driver for S-ATA-controller on Intel processors with South
Bridge, ICH-5, ICH-6 and ICH-7.

Implementation:

1. Code is divided in to two files. All functions, which are
controller specific a

Add driver for S-ATA-controller on Intel processors with South
Bridge, ICH-5, ICH-6 and ICH-7.

Implementation:

1. Code is divided in to two files. All functions, which are
controller specific are kept in "drivers/ata_piix.c" file and
functions, which are not controller specific, are kept in
"common/cmd_sata.c" file.

2. Reading and Writing from the S-ATA drive is done using PIO method.

3. Driver can be configured for 48-bit addressing by defining macro
CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
addressing.

4. S-ATA read function is hooked to the File system, commands like
ext2ls and ext2load file can be used. This has been tested.

5. U-Boot command "SATA_init" is added, which initializes the S-ATA
controller and identifies the S-ATA drives connected to it.

6. U-Boot command "sata" is added, which is used to read/write, print
partition table and get info about the drives present. This I have
implemented in same way as "ide" command is implemented in U-Boot.

7. This driver is for S-ATA in native mode.

8. This driver does not support the Native command queuing and
Hot-plugging.

Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>

show more ...

0b135cfc13-May-2007 Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>

sh: First support code of SuperH.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

b0d8f5bf09-May-2007 Peter Pearse <peter.pearse@arm.com>

New board SMN42 branch

e69f66c608-May-2007 Michal Simek <monstr@monstr.eu>

add: reading special purpose registers

ab874d5008-May-2007 Michal Simek <monstr@monstr.eu>

add: FSL control read and write

3c4bd60d07-May-2007 Michal Simek <monstr@monstr.eu>

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

Conflicts:

include/asm-microblaze/microblaze_intc.h
include/linux/stat.h


/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/avr32_config.mk
/rk3399_rockchip-uboot/blackfin_config.mk
/rk3399_rockchip-uboot/board/amcc/acadia/Makefile
/rk3399_rockchip-uboot/board/amcc/acadia/acadia.c
/rk3399_rockchip-uboot/board/amcc/acadia/config.mk
/rk3399_rockchip-uboot/board/amcc/acadia/cpr.c
/rk3399_rockchip-uboot/board/amcc/acadia/memory.c
/rk3399_rockchip-uboot/board/amcc/acadia/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.c
/rk3399_rockchip-uboot/board/amcc/bamboo/bamboo.h
/rk3399_rockchip-uboot/board/amcc/bamboo/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/ebony/init.S
/rk3399_rockchip-uboot/board/amcc/katmai/cmd_katmai.c
/rk3399_rockchip-uboot/board/amcc/katmai/init.S
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/luan/init.S
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/luan/u-boot.lds
/rk3399_rockchip-uboot/board/amcc/ocotea/init.S
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/amcc/yucca/init.S
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/Makefile
/rk3399_rockchip-uboot/board/atmel/atstk1000/atstk1000.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/eth.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/flash.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/u-boot.lds
/rk3399_rockchip-uboot/board/bf533-ezkit/Makefile
/rk3399_rockchip-uboot/board/bf533-ezkit/bf533-ezkit.c
/rk3399_rockchip-uboot/board/bf533-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf533-ezkit/flash-defines.h
/rk3399_rockchip-uboot/board/bf533-ezkit/flash.c
/rk3399_rockchip-uboot/board/bf533-ezkit/psd4256.h
/rk3399_rockchip-uboot/board/bf533-ezkit/u-boot.lds.S
/rk3399_rockchip-uboot/board/bf533-stamp/Makefile
/rk3399_rockchip-uboot/board/bf533-stamp/bf533-stamp.c
/rk3399_rockchip-uboot/board/bf533-stamp/bf533-stamp.h
/rk3399_rockchip-uboot/board/bf533-stamp/config.mk
/rk3399_rockchip-uboot/board/bf533-stamp/spi.c
/rk3399_rockchip-uboot/board/bf533-stamp/u-boot.lds.S
/rk3399_rockchip-uboot/board/bf537-stamp/Makefile
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/bf537-stamp/cmd_bf537led.c
/rk3399_rockchip-uboot/board/bf537-stamp/config.mk
/rk3399_rockchip-uboot/board/bf537-stamp/ether_bf537.c
/rk3399_rockchip-uboot/board/bf537-stamp/ether_bf537.h
/rk3399_rockchip-uboot/board/bf537-stamp/flash-defines.h
/rk3399_rockchip-uboot/board/bf537-stamp/flash.c
/rk3399_rockchip-uboot/board/bf537-stamp/nand.c
/rk3399_rockchip-uboot/board/bf537-stamp/post-memory.c
/rk3399_rockchip-uboot/board/bf537-stamp/stm_m25p64.c
/rk3399_rockchip-uboot/board/bf537-stamp/u-boot.lds.S
/rk3399_rockchip-uboot/board/bf561-ezkit/Makefile
/rk3399_rockchip-uboot/board/bf561-ezkit/bf561-ezkit.c
/rk3399_rockchip-uboot/board/bf561-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf561-ezkit/u-boot.lds.S
/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/esd/plu405/plu405.c
/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/hmi1001/hmi1001.c
/rk3399_rockchip-uboot/board/icecube/icecube.c
/rk3399_rockchip-uboot/board/ixdp425/config.mk
/rk3399_rockchip-uboot/board/jupiter/Makefile
/rk3399_rockchip-uboot/board/jupiter/config.mk
/rk3399_rockchip-uboot/board/jupiter/jupiter.c
/rk3399_rockchip-uboot/board/jupiter/u-boot.lds
/rk3399_rockchip-uboot/board/mcc200/lcd.c
/rk3399_rockchip-uboot/board/mpc7448hpc2/Makefile
/rk3399_rockchip-uboot/board/mpc7448hpc2/asm_init.S
/rk3399_rockchip-uboot/board/mpc7448hpc2/config.mk
/rk3399_rockchip-uboot/board/mpc7448hpc2/mpc7448hpc2.c
/rk3399_rockchip-uboot/board/mpc7448hpc2/tsi108_init.c
/rk3399_rockchip-uboot/board/mpc7448hpc2/u-boot.lds
/rk3399_rockchip-uboot/board/mpc832xemds/Makefile
/rk3399_rockchip-uboot/board/mpc832xemds/config.mk
/rk3399_rockchip-uboot/board/mpc832xemds/mpc832xemds.c
/rk3399_rockchip-uboot/board/mpc832xemds/pci.c
/rk3399_rockchip-uboot/board/mpc832xemds/u-boot.lds
/rk3399_rockchip-uboot/board/mpc8349emds/mpc8349emds.c
/rk3399_rockchip-uboot/board/mpc8349itx/config.mk
/rk3399_rockchip-uboot/board/mpc8349itx/mpc8349itx.c
/rk3399_rockchip-uboot/board/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/mpc8360emds/pci.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/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/sbc8349/Makefile
/rk3399_rockchip-uboot/board/sbc8349/config.mk
/rk3399_rockchip-uboot/board/sbc8349/pci.c
/rk3399_rockchip-uboot/board/sbc8349/sbc8349.c
/rk3399_rockchip-uboot/board/sbc8349/u-boot.lds
/rk3399_rockchip-uboot/board/sc3/Makefile
/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/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/tqm834x/tqm834x.c
/rk3399_rockchip-uboot/board/uc101/uc101.c
/rk3399_rockchip-uboot/board/xilinx/ml401/xparameters.h
/rk3399_rockchip-uboot/board/xilinx/xilinx_enet/emac_adapter.c
Makefile
cmd_bootm.c
cmd_fdt.c
cmd_i2c.c
cmd_ide.c
cmd_nvedit.c
cmd_scsi.c
console.c
fdt_support.c
main.c
serial.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/cpu/74xx_7xx/cpu.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/speed.c
/rk3399_rockchip-uboot/cpu/at32ap/Makefile
/rk3399_rockchip-uboot/cpu/at32ap/at32ap7000/Makefile
/rk3399_rockchip-uboot/cpu/at32ap/at32ap7000/gpio.c
/rk3399_rockchip-uboot/cpu/at32ap/atmel_mci.c
/rk3399_rockchip-uboot/cpu/at32ap/atmel_mci.h
/rk3399_rockchip-uboot/cpu/at32ap/cpu.c
/rk3399_rockchip-uboot/cpu/at32ap/entry.S
/rk3399_rockchip-uboot/cpu/at32ap/exception.c
/rk3399_rockchip-uboot/cpu/at32ap/hsdramc.c
/rk3399_rockchip-uboot/cpu/at32ap/hsdramc1.h
/rk3399_rockchip-uboot/cpu/at32ap/hsmc3.h
/rk3399_rockchip-uboot/cpu/at32ap/interrupts.c
/rk3399_rockchip-uboot/cpu/at32ap/pio.c
/rk3399_rockchip-uboot/cpu/at32ap/pio2.h
/rk3399_rockchip-uboot/cpu/at32ap/pm.c
/rk3399_rockchip-uboot/cpu/at32ap/sm.h
/rk3399_rockchip-uboot/cpu/at32ap/start.S
/rk3399_rockchip-uboot/cpu/bf533/Makefile
/rk3399_rockchip-uboot/cpu/bf533/bf533_serial.h
/rk3399_rockchip-uboot/cpu/bf533/cache.S
/rk3399_rockchip-uboot/cpu/bf533/config.mk
/rk3399_rockchip-uboot/cpu/bf533/cpu.c
/rk3399_rockchip-uboot/cpu/bf533/cpu.h
/rk3399_rockchip-uboot/cpu/bf533/flush.S
/rk3399_rockchip-uboot/cpu/bf533/init_sdram.S
/rk3399_rockchip-uboot/cpu/bf533/init_sdram_bootrom_initblock.S
/rk3399_rockchip-uboot/cpu/bf533/interrupt.S
/rk3399_rockchip-uboot/cpu/bf533/interrupts.c
/rk3399_rockchip-uboot/cpu/bf533/ints.c
/rk3399_rockchip-uboot/cpu/bf533/serial.c
/rk3399_rockchip-uboot/cpu/bf533/start.S
/rk3399_rockchip-uboot/cpu/bf533/start1.S
/rk3399_rockchip-uboot/cpu/bf533/traps.c
/rk3399_rockchip-uboot/cpu/bf533/video.c
/rk3399_rockchip-uboot/cpu/bf533/video.h
/rk3399_rockchip-uboot/cpu/bf537/Makefile
/rk3399_rockchip-uboot/cpu/bf537/cache.S
/rk3399_rockchip-uboot/cpu/bf537/config.mk
/rk3399_rockchip-uboot/cpu/bf537/cpu.c
/rk3399_rockchip-uboot/cpu/bf537/cpu.h
/rk3399_rockchip-uboot/cpu/bf537/flush.S
/rk3399_rockchip-uboot/cpu/bf537/i2c.c
/rk3399_rockchip-uboot/cpu/bf537/init_sdram.S
/rk3399_rockchip-uboot/cpu/bf537/init_sdram_bootrom_initblock.S
/rk3399_rockchip-uboot/cpu/bf537/interrupt.S
/rk3399_rockchip-uboot/cpu/bf537/interrupts.c
/rk3399_rockchip-uboot/cpu/bf537/ints.c
/rk3399_rockchip-uboot/cpu/bf537/serial.c
/rk3399_rockchip-uboot/cpu/bf537/serial.h
/rk3399_rockchip-uboot/cpu/bf537/start.S
/rk3399_rockchip-uboot/cpu/bf537/start1.S
/rk3399_rockchip-uboot/cpu/bf537/traps.c
/rk3399_rockchip-uboot/cpu/bf537/video.c
/rk3399_rockchip-uboot/cpu/bf537/video.h
/rk3399_rockchip-uboot/cpu/bf561/Makefile
/rk3399_rockchip-uboot/cpu/bf561/cache.S
/rk3399_rockchip-uboot/cpu/bf561/config.mk
/rk3399_rockchip-uboot/cpu/bf561/cpu.c
/rk3399_rockchip-uboot/cpu/bf561/cpu.h
/rk3399_rockchip-uboot/cpu/bf561/flush.S
/rk3399_rockchip-uboot/cpu/bf561/init_sdram.S
/rk3399_rockchip-uboot/cpu/bf561/init_sdram_bootrom_initblock.S
/rk3399_rockchip-uboot/cpu/bf561/interrupt.S
/rk3399_rockchip-uboot/cpu/bf561/interrupts.c
/rk3399_rockchip-uboot/cpu/bf561/ints.c
/rk3399_rockchip-uboot/cpu/bf561/serial.c
/rk3399_rockchip-uboot/cpu/bf561/serial.h
/rk3399_rockchip-uboot/cpu/bf561/start.S
/rk3399_rockchip-uboot/cpu/bf561/start1.S
/rk3399_rockchip-uboot/cpu/bf561/traps.c
/rk3399_rockchip-uboot/cpu/bf561/video.c
/rk3399_rockchip-uboot/cpu/bf561/video.h
/rk3399_rockchip-uboot/cpu/ixp/npe/Makefile
/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/microblaze/start.S
/rk3399_rockchip-uboot/cpu/mpc5xxx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc5xxx/fec.c
/rk3399_rockchip-uboot/cpu/mpc8260/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc8260/pci.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc83xx/qe_io.c
/rk3399_rockchip-uboot/cpu/mpc83xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc83xx/speed.c
/rk3399_rockchip-uboot/cpu/mpc83xx/start.S
/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/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc86xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/cpu/mpc8xx/serial.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/Makefile
/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/i2c.c
/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/usb_ohci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/vecnum.h
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.Lite5200B_low_power
/rk3399_rockchip-uboot/doc/README.NetConsole
/rk3399_rockchip-uboot/doc/README.mpc7448hpc2
/rk3399_rockchip-uboot/doc/README.mpc832xemds
/rk3399_rockchip-uboot/doc/README.mpc8349itx
/rk3399_rockchip-uboot/doc/README.mpc8641hpcn
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/doc/README.sbc8349
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/atmel_usart.c
/rk3399_rockchip-uboot/drivers/atmel_usart.h
/rk3399_rockchip-uboot/drivers/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/macb.c
/rk3399_rockchip-uboot/drivers/macb.h
/rk3399_rockchip-uboot/drivers/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/pci_auto.c
/rk3399_rockchip-uboot/drivers/qe/qe.h
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/smc91111.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/tsi108_pci.c
/rk3399_rockchip-uboot/examples/Makefile
/rk3399_rockchip-uboot/examples/stubs.c
/rk3399_rockchip-uboot/include/74xx_7xx.h
/rk3399_rockchip-uboot/include/asm-avr32/arch-at32ap7000/clk.h
/rk3399_rockchip-uboot/include/asm-avr32/arch-at32ap7000/gpio.h
/rk3399_rockchip-uboot/include/asm-avr32/arch-at32ap7000/hmatrix2.h
/rk3399_rockchip-uboot/include/asm-avr32/arch-at32ap7000/memory-map.h
/rk3399_rockchip-uboot/include/asm-avr32/arch-at32ap7000/mmc.h
/rk3399_rockchip-uboot/include/asm-avr32/global_data.h
/rk3399_rockchip-uboot/include/asm-avr32/initcalls.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/bf533_serial.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/bf5xx_rtc.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/cdefBF531.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/cdefBF532.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/cdefBF533.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/defBF531.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/defBF532.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/defBF533.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/defBF533_extn.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf533/irq.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/bf537_serial.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/bf5xx_rtc.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/cdefBF534.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/cdefBF537.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/defBF534.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/defBF537.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/defBF537_extn.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf537/irq.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf561/anomaly.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf561/bf561_serial.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf561/cdefBF561.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf561/defBF561.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf561/defBF561_extn.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-bf561/irq.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-common/bf53x_rtc.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-common/cdefBF5xx.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-common/cdef_LPBlackfin.h
/rk3399_rockchip-uboot/include/asm-blackfin/arch-common/def_LPBlackfin.h
/rk3399_rockchip-uboot/include/asm-blackfin/bitops.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin.h
/rk3399_rockchip-uboot/include/asm-blackfin/blackfin_defs.h
/rk3399_rockchip-uboot/include/asm-blackfin/byteorder.h
/rk3399_rockchip-uboot/include/asm-blackfin/cplb.h
/rk3399_rockchip-uboot/include/asm-blackfin/current.h
/rk3399_rockchip-uboot/include/asm-blackfin/delay.h
/rk3399_rockchip-uboot/include/asm-blackfin/entry.h
/rk3399_rockchip-uboot/include/asm-blackfin/errno.h
/rk3399_rockchip-uboot/include/asm-blackfin/global_data.h
/rk3399_rockchip-uboot/include/asm-blackfin/hw_irq.h
/rk3399_rockchip-uboot/include/asm-blackfin/io-kernel.h
/rk3399_rockchip-uboot/include/asm-blackfin/io.h
/rk3399_rockchip-uboot/include/asm-blackfin/irq.h
/rk3399_rockchip-uboot/include/asm-blackfin/linkage.h
/rk3399_rockchip-uboot/include/asm-blackfin/machdep.h
/rk3399_rockchip-uboot/include/asm-blackfin/mem_init.h
/rk3399_rockchip-uboot/include/asm-blackfin/page_offset.h
/rk3399_rockchip-uboot/include/asm-blackfin/posix_types.h
/rk3399_rockchip-uboot/include/asm-blackfin/processor.h
/rk3399_rockchip-uboot/include/asm-blackfin/ptrace.h
/rk3399_rockchip-uboot/include/asm-blackfin/segment.h
/rk3399_rockchip-uboot/include/asm-blackfin/setup.h
/rk3399_rockchip-uboot/include/asm-blackfin/shared_resources.h
/rk3399_rockchip-uboot/include/asm-blackfin/string.h
/rk3399_rockchip-uboot/include/asm-blackfin/system.h
/rk3399_rockchip-uboot/include/asm-blackfin/traps.h
/rk3399_rockchip-uboot/include/asm-blackfin/types.h
/rk3399_rockchip-uboot/include/asm-blackfin/u-boot.h
/rk3399_rockchip-uboot/include/asm-blackfin/uaccess.h
/rk3399_rockchip-uboot/include/asm-blackfin/virtconvert.h
/rk3399_rockchip-uboot/include/asm-microblaze/asm.h
/rk3399_rockchip-uboot/include/asm-microblaze/microblaze_timer.h
/rk3399_rockchip-uboot/include/asm-ppc/e300.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/gpio.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_83xx.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_86xx.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/asm-ppc/u-boot.h
/rk3399_rockchip-uboot/include/configs/IceCube.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/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/PCI405.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/bamboo.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/delta.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/hmi1001.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/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/stxssa.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/fdt.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/i2c.h
/rk3399_rockchip-uboot/include/libfdt.h
/rk3399_rockchip-uboot/include/libfdt_env.h
/rk3399_rockchip-uboot/include/linux/mii.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/ppc4xx_enet.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/tsi108.h
/rk3399_rockchip-uboot/lib_avr32/avr32_linux.c
/rk3399_rockchip-uboot/lib_avr32/board.c
/rk3399_rockchip-uboot/lib_blackfin/Makefile
/rk3399_rockchip-uboot/lib_blackfin/bf533_linux.c
/rk3399_rockchip-uboot/lib_blackfin/bf533_string.c
/rk3399_rockchip-uboot/lib_blackfin/blackfin_board.h
/rk3399_rockchip-uboot/lib_blackfin/board.c
/rk3399_rockchip-uboot/lib_blackfin/cache.c
/rk3399_rockchip-uboot/lib_blackfin/cache.h
/rk3399_rockchip-uboot/lib_blackfin/memcmp.S
/rk3399_rockchip-uboot/lib_blackfin/memcpy.S
/rk3399_rockchip-uboot/lib_blackfin/memmove.S
/rk3399_rockchip-uboot/lib_blackfin/memset.S
/rk3399_rockchip-uboot/lib_blackfin/muldi3.c
/rk3399_rockchip-uboot/lib_blackfin/post.c
/rk3399_rockchip-uboot/lib_blackfin/tests.c
/rk3399_rockchip-uboot/lib_ppc/extable.c
/rk3399_rockchip-uboot/libfdt/Makefile
/rk3399_rockchip-uboot/libfdt/README
/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
/rk3399_rockchip-uboot/libfdt/libfdt_internal.h
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/post/Makefile
/rk3399_rockchip-uboot/post/board/lwmon/Makefile
/rk3399_rockchip-uboot/post/board/lwmon/sysmon.c
/rk3399_rockchip-uboot/post/board/netta/Makefile
/rk3399_rockchip-uboot/post/board/netta/codec.c
/rk3399_rockchip-uboot/post/board/netta/dsp.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/Makefile
/rk3399_rockchip-uboot/post/cpu/mpc8xx/cache_8xx.S
/rk3399_rockchip-uboot/post/cpu/mpc8xx/ether.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/spr.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/uart.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/usb.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/watchdog.c
/rk3399_rockchip-uboot/post/drivers/Makefile
/rk3399_rockchip-uboot/post/drivers/cache.c
/rk3399_rockchip-uboot/post/drivers/i2c.c
/rk3399_rockchip-uboot/post/drivers/memory.c
/rk3399_rockchip-uboot/post/drivers/rtc.c
/rk3399_rockchip-uboot/post/lib_ppc/Makefile
/rk3399_rockchip-uboot/post/lib_ppc/andi.c
/rk3399_rockchip-uboot/post/lib_ppc/asm.S
/rk3399_rockchip-uboot/post/lib_ppc/b.c
/rk3399_rockchip-uboot/post/lib_ppc/cmp.c
/rk3399_rockchip-uboot/post/lib_ppc/cmpi.c
/rk3399_rockchip-uboot/post/lib_ppc/complex.c
/rk3399_rockchip-uboot/post/lib_ppc/cpu.c
/rk3399_rockchip-uboot/post/lib_ppc/cpu_asm.h
/rk3399_rockchip-uboot/post/lib_ppc/cr.c
/rk3399_rockchip-uboot/post/lib_ppc/load.c
/rk3399_rockchip-uboot/post/lib_ppc/multi.c
/rk3399_rockchip-uboot/post/lib_ppc/rlwimi.c
/rk3399_rockchip-uboot/post/lib_ppc/rlwinm.c
/rk3399_rockchip-uboot/post/lib_ppc/rlwnm.c
/rk3399_rockchip-uboot/post/lib_ppc/srawi.c
/rk3399_rockchip-uboot/post/lib_ppc/store.c
/rk3399_rockchip-uboot/post/lib_ppc/string.c
/rk3399_rockchip-uboot/post/lib_ppc/three.c
/rk3399_rockchip-uboot/post/lib_ppc/threei.c
/rk3399_rockchip-uboot/post/lib_ppc/threex.c
/rk3399_rockchip-uboot/post/lib_ppc/two.c
/rk3399_rockchip-uboot/post/lib_ppc/twox.c
/rk3399_rockchip-uboot/post/post.c
/rk3399_rockchip-uboot/rtc/Makefile
/rk3399_rockchip-uboot/rtc/bf5xx_rtc.c

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