History log of /rk3399_rockchip-uboot/common/ (Results 3751 – 3775 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bfc7bea611-Oct-2010 Wolfgang Denk <wd@denx.de>

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


/rk3399_rockchip-uboot/arch/i386/config.mk
/rk3399_rockchip-uboot/arch/i386/cpu/cpu.c
/rk3399_rockchip-uboot/arch/i386/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/i386/cpu/sc520/sc520.c
/rk3399_rockchip-uboot/arch/i386/cpu/sc520/sc520_asm.S
/rk3399_rockchip-uboot/arch/i386/cpu/start.S
/rk3399_rockchip-uboot/arch/i386/cpu/start16.S
/rk3399_rockchip-uboot/arch/i386/include/asm/config.h
/rk3399_rockchip-uboot/arch/i386/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/i386/include/asm/interrupt.h
/rk3399_rockchip-uboot/arch/i386/include/asm/ptrace.h
/rk3399_rockchip-uboot/arch/i386/lib/bios_setup.c
/rk3399_rockchip-uboot/arch/i386/lib/board.c
/rk3399_rockchip-uboot/arch/i386/lib/realmode.c
/rk3399_rockchip-uboot/arch/i386/lib/zimage.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p4080_ids.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/board/eNET/eNET_start.S
/rk3399_rockchip-uboot/board/eNET/eNET_start16.S
/rk3399_rockchip-uboot/board/eNET/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/common/sys_eeprom.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/ddr.c
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/mpc8569mds.c
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/tlb.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/p1022ds.c
cmd_bdinfo.c
/rk3399_rockchip-uboot/doc/README.fsl-hwconfig
/rk3399_rockchip-uboot/include/configs/MPC8569MDS.h
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/eNET.h
02b117d411-Oct-2010 Wolfgang Denk <wd@denx.de>

Merge branch 'sf' of git://git.denx.de/u-boot-blackfin

458379d607-Oct-2010 Graeme Russ <graeme.russ@gmail.com>

x86: Remove bi_env from do_bdinfo

Commit 55e97429d1e6cf0976711e4e0f29ea924b7e5917 removed the definition
from /arch/i386/include/asm/u-boot.h but not its usage in do_bdinfo()

21032b3526-Aug-2010 Reinhard Meyer <u-boot@emk-elektronik.de>

sspi: add options to specify bus and mode

and clean up error messages and help,
removed pointless debug() call.

Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Signed-off-by: Mike Frysinge

sspi: add options to specify bus and mode

and clean up error messages and help,
removed pointless debug() call.

Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

show more ...

8804ae3b29-Sep-2010 Peter Tyser <ptyser@xes-inc.com>

Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE

The MAX_CMDBUF_SIZE define is unneeded as it should always
equal CONFIG_SYS_CBSIZE.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

f44a928e02-Oct-2010 Mike Frysinger <vapier@gentoo.org>

cmd_elf: add an option for loading ELFs according to PHDRs

The current ELF loading function does a lot of work above and beyond a
simple "loading". It ignores the real load addresses and loads thin

cmd_elf: add an option for loading ELFs according to PHDRs

The current ELF loading function does a lot of work above and beyond a
simple "loading". It ignores the real load addresses and loads things
into their virtual (runtime) address. This is undesirable when we just
want it to load an ELF and let the ELF do the actual C runtime init.

So add a command line option to let people choose to load via either the
program or section headers. I'd prefer to have program header loading
be the default, but this would break historical behavior, so I'll leave
section header loading as the norm.

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

show more ...

e64901c006-Oct-2010 Stefan Roese <sr@denx.de>

serial.c: Fix build breakage introduced with commit e3c78c9b

This patch fixes the compilation problem introduced with commit
e3c78c9b [ppc4xx: Remove now unused CONFIG_UART1_CONSOLE]:

-> ./MAKEALL

serial.c: Fix build breakage introduced with commit e3c78c9b

This patch fixes the compilation problem introduced with commit
e3c78c9b [ppc4xx: Remove now unused CONFIG_UART1_CONSOLE]:

-> ./MAKEALL TB5200
Configuring for TB5200 board...
serial.c: In function '__default_serial_console':
serial.c:94: warning: no return statement in function returning non-void

I accidentally removed an "#else" line. This patch adds it back.

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

show more ...

60f7da1f05-Oct-2010 Heiko Schocher <hs@denx.de>

env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined

commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec introduces
a command_sub_table for the "env" command. On arm, avr32, m68k

env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined

commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec introduces
a command_sub_table for the "env" command. On arm, avr32, m68k,
mips and sparc architectures, relocation needs manual fixups,
so add these fixups for this sub command table too.

Tested on arm/qong board.
mips board (Ben NanoNote) from Xiangfu Liu
arm/AT91 board from Reinhard Meyer

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

cc: Wolfgang Denk <wd@denx.de>
cc: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
cc: Xiangfu Liu <xiangfu@openmobilefree.net>
cc: Reinhard Meyer <u-boot@emk-elektronik.de>
cc: sshtylyov@mvista.com

show more ...

a2f69d3505-Oct-2010 Steve Sakoman <steve@sakoman.com>

env_mmc: Fix broken build due to set_default_env() change

Previously the function was set_default_env(void), it is now
set_default_env(const char *s). This patch adds the required
parameter. This fi

env_mmc: Fix broken build due to set_default_env() change

Previously the function was set_default_env(void), it is now
set_default_env(const char *s). This patch adds the required
parameter. This fixes a broken build on OMAP4430 SDP.

Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org>

show more ...

d628866405-Oct-2010 Wolfgang Denk <wd@denx.de>

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


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/arch/blackfin/config.mk
/rk3399_rockchip-uboot/arch/blackfin/cpu/cmd_gpio.c
/rk3399_rockchip-uboot/arch/blackfin/include/asm/blackfin_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/blackfin_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/config.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/dma.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF512_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF512_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF514_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF514_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF516_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF516_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF518_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF518_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/def_local.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/gpio.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/portmux.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/ports.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/ADSP-EDN-BF52x-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF522_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF522_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF523_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF523_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF524_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF524_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF525_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF525_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF526_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF526_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF527_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF527_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF531_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF531_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF532_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF532_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF533_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF533_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/ADSP-EDN-BF534-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/ADSP-EDN-BF534-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF534_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF536_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF536_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF537_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF537_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/BF538_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/BF538_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/BF539_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/BF539_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/def_local.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/gpio.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/portmux.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/ports.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF542-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF542-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF544-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF544-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF547-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF547-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF548-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF548-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF549-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF549-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF542_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF542_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF544_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF544_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF547_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF547_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF548_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF548_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF549_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF549_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf561/BF561_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf561/BF561_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-common/ADSP-EDN-core_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-common/ADSP-EDN-core_def.h
/rk3399_rockchip-uboot/arch/blackfin/lib/board.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/diu.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx.h
/rk3399_rockchip-uboot/board/amcc/canyonlands/canyonlands.c
/rk3399_rockchip-uboot/board/bct-brettl2/Makefile
/rk3399_rockchip-uboot/board/bct-brettl2/bct-brettl2.c
/rk3399_rockchip-uboot/board/bct-brettl2/cled.c
/rk3399_rockchip-uboot/board/bct-brettl2/config.mk
/rk3399_rockchip-uboot/board/bct-brettl2/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/bct-brettl2/smsc9303.c
/rk3399_rockchip-uboot/board/bct-brettl2/smsc9303.h
/rk3399_rockchip-uboot/board/bf518f-ezbrd/config.mk
/rk3399_rockchip-uboot/board/bf526-ezbrd/config.mk
/rk3399_rockchip-uboot/board/bf527-ad7160-eval/bf527-ad7160-eval.c
/rk3399_rockchip-uboot/board/bf527-ad7160-eval/config.mk
/rk3399_rockchip-uboot/board/bf527-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf527-ezkit/video.c
/rk3399_rockchip-uboot/board/bf527-sdp/Makefile
/rk3399_rockchip-uboot/board/bf527-sdp/bf527-sdp.c
/rk3399_rockchip-uboot/board/bf527-sdp/config.mk
/rk3399_rockchip-uboot/board/bf533-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf533-stamp/config.mk
/rk3399_rockchip-uboot/board/bf537-minotaur/config.mk
/rk3399_rockchip-uboot/board/bf537-pnav/config.mk
/rk3399_rockchip-uboot/board/bf537-srv1/config.mk
/rk3399_rockchip-uboot/board/bf537-stamp/config.mk
/rk3399_rockchip-uboot/board/bf537-stamp/post-memory.c
/rk3399_rockchip-uboot/board/bf537-stamp/post.c
/rk3399_rockchip-uboot/board/bf538f-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf548-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf548-ezkit/video.c
/rk3399_rockchip-uboot/board/bf561-acvilon/config.mk
/rk3399_rockchip-uboot/board/bf561-ezkit/config.mk
/rk3399_rockchip-uboot/board/blackstamp/config.mk
/rk3399_rockchip-uboot/board/blackvme/Makefile
/rk3399_rockchip-uboot/board/blackvme/blackvme.c
/rk3399_rockchip-uboot/board/blackvme/config.mk
/rk3399_rockchip-uboot/board/cm-bf527/cm-bf527.c
/rk3399_rockchip-uboot/board/cm-bf527/config.mk
/rk3399_rockchip-uboot/board/cm-bf527/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/cm-bf533/config.mk
/rk3399_rockchip-uboot/board/cm-bf537e/config.mk
/rk3399_rockchip-uboot/board/cm-bf537e/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/cm-bf537u/cm-bf537u.c
/rk3399_rockchip-uboot/board/cm-bf537u/config.mk
/rk3399_rockchip-uboot/board/cm-bf537u/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/cm-bf548/config.mk
/rk3399_rockchip-uboot/board/cm-bf548/video.c
/rk3399_rockchip-uboot/board/cm-bf561/config.mk
/rk3399_rockchip-uboot/board/davedenx/aria/aria.c
/rk3399_rockchip-uboot/board/freescale/common/fsl_diu_fb.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/Makefile
/rk3399_rockchip-uboot/board/freescale/p1022ds/diu.c
/rk3399_rockchip-uboot/board/ibf-dsp561/config.mk
/rk3399_rockchip-uboot/board/ip04/config.mk
/rk3399_rockchip-uboot/board/pdm360ng/pdm360ng.c
/rk3399_rockchip-uboot/board/tcm-bf518/config.mk
/rk3399_rockchip-uboot/board/tcm-bf537/config.mk
/rk3399_rockchip-uboot/board/tcm-bf537/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/tcm-bf537/tcm-bf537.c
/rk3399_rockchip-uboot/boards.cfg
cmd_otp.c
/rk3399_rockchip-uboot/drivers/mmc/bfin_sdh.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/drivers/spi/bfin_spi.c
/rk3399_rockchip-uboot/drivers/video/atmel_lcdfb.c
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/bct-brettl2.h
/rk3399_rockchip-uboot/include/configs/bf518f-ezbrd.h
/rk3399_rockchip-uboot/include/configs/bf526-ezbrd.h
/rk3399_rockchip-uboot/include/configs/bf527-ad7160-eval.h
/rk3399_rockchip-uboot/include/configs/bf527-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf527-sdp.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-minotaur.h
/rk3399_rockchip-uboot/include/configs/bf537-pnav.h
/rk3399_rockchip-uboot/include/configs/bf537-srv1.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf538f-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf548-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf561-acvilon.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/bfin_adi_common.h
/rk3399_rockchip-uboot/include/configs/blackstamp.h
/rk3399_rockchip-uboot/include/configs/blackvme.h
/rk3399_rockchip-uboot/include/configs/cm-bf527.h
/rk3399_rockchip-uboot/include/configs/cm-bf533.h
/rk3399_rockchip-uboot/include/configs/cm-bf537e.h
/rk3399_rockchip-uboot/include/configs/cm-bf537u.h
/rk3399_rockchip-uboot/include/configs/cm-bf548.h
/rk3399_rockchip-uboot/include/configs/cm-bf561.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/ibf-dsp561.h
/rk3399_rockchip-uboot/include/configs/ip04.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/mcu25.h
/rk3399_rockchip-uboot/include/configs/tcm-bf518.h
/rk3399_rockchip-uboot/include/configs/tcm-bf537.h
/rk3399_rockchip-uboot/include/configs/zeus.h
/rk3399_rockchip-uboot/include/fsl_diu_fb.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/post/cpu/ppc4xx/uart.c
2778a01424-Sep-2010 Stefan Roese <sr@denx.de>

ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node()

This patch fixes a bug in fdt_fixup_nor_flash_node() when the reg
property has multiple reg tuples, like:

reg = <0 0x00000000 0x04000000

ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node()

This patch fixes a bug in fdt_fixup_nor_flash_node() when the reg
property has multiple reg tuples, like:

reg = <0 0x00000000 0x04000000
0 0x04000000 0x04000000>;

In this case this function did not update the reg property correctly.

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

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/apm821xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440epx_grx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-ebc.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-isram.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-sdram.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-uic.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/processor.h
/rk3399_rockchip-uboot/board/amcc/bluestone/Makefile
/rk3399_rockchip-uboot/board/amcc/bluestone/bluestone.c
/rk3399_rockchip-uboot/board/amcc/bluestone/config.mk
/rk3399_rockchip-uboot/board/amcc/bluestone/init.S
/rk3399_rockchip-uboot/board/lwmon5/kbd.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/manroland/hmi1001/Makefile
/rk3399_rockchip-uboot/board/manroland/hmi1001/config.mk
/rk3399_rockchip-uboot/board/manroland/hmi1001/hmi1001.c
/rk3399_rockchip-uboot/board/manroland/mucmc52/Makefile
/rk3399_rockchip-uboot/board/manroland/mucmc52/config.mk
/rk3399_rockchip-uboot/board/manroland/mucmc52/mucmc52.c
/rk3399_rockchip-uboot/board/manroland/uc100/Makefile
/rk3399_rockchip-uboot/board/manroland/uc100/config.mk
/rk3399_rockchip-uboot/board/manroland/uc100/pcmcia.c
/rk3399_rockchip-uboot/board/manroland/uc100/u-boot.lds
/rk3399_rockchip-uboot/board/manroland/uc100/u-boot.lds.debug
/rk3399_rockchip-uboot/board/manroland/uc100/uc100.c
/rk3399_rockchip-uboot/board/manroland/uc101/Makefile
/rk3399_rockchip-uboot/board/manroland/uc101/config.mk
/rk3399_rockchip-uboot/board/manroland/uc101/uc101.c
/rk3399_rockchip-uboot/boards.cfg
fdt_support.c
/rk3399_rockchip-uboot/doc/feature-removal-schedule.txt
/rk3399_rockchip-uboot/include/configs/bluestone.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/post/board/lwmon5/dsp.c
/rk3399_rockchip-uboot/post/board/lwmon5/dspic.c
/rk3399_rockchip-uboot/post/board/lwmon5/fpga.c
/rk3399_rockchip-uboot/post/board/lwmon5/gdc.c
/rk3399_rockchip-uboot/post/board/lwmon5/sysmon.c
/rk3399_rockchip-uboot/post/board/lwmon5/watchdog.c
fcbd5b7302-Oct-2010 Mike Frysinger <vapier@gentoo.org>

Blackfin: otp: fix build after constification of args[]

The OTP code does a little shuffling of arguments that aren't really
necessary, so use a local variable instead to fix build errors now
that t

Blackfin: otp: fix build after constification of args[]

The OTP code does a little shuffling of arguments that aren't really
necessary, so use a local variable instead to fix build errors now
that the args[] parameter is const.

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

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/arch/blackfin/config.mk
/rk3399_rockchip-uboot/arch/blackfin/cpu/cmd_gpio.c
/rk3399_rockchip-uboot/arch/blackfin/include/asm/blackfin_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/blackfin_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/config.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/dma.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF512_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF512_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF514_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF514_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF516_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF516_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF518_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/BF518_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/def_local.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/gpio.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/portmux.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/ports.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/ADSP-EDN-BF52x-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF522_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF522_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF523_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF523_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF524_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF524_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF525_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF525_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF526_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF526_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF527_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/BF527_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF531_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF531_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF532_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF532_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF533_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/BF533_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/ADSP-EDN-BF534-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/ADSP-EDN-BF534-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF534_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF536_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF536_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF537_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/BF537_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/BF538_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/BF538_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/BF539_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/BF539_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/def_local.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/gpio.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/portmux.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/ports.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF542-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF542-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF544-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF544-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF547-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF547-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF548-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF548-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF549-extended_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/ADSP-EDN-BF549-extended_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF542_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF542_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF544_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF544_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF547_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF547_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF548_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF548_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF549_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/BF549_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf561/BF561_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf561/BF561_def.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-common/ADSP-EDN-core_cdef.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-common/ADSP-EDN-core_def.h
/rk3399_rockchip-uboot/arch/blackfin/lib/board.c
/rk3399_rockchip-uboot/board/bct-brettl2/Makefile
/rk3399_rockchip-uboot/board/bct-brettl2/bct-brettl2.c
/rk3399_rockchip-uboot/board/bct-brettl2/cled.c
/rk3399_rockchip-uboot/board/bct-brettl2/config.mk
/rk3399_rockchip-uboot/board/bct-brettl2/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/bct-brettl2/smsc9303.c
/rk3399_rockchip-uboot/board/bct-brettl2/smsc9303.h
/rk3399_rockchip-uboot/board/bf518f-ezbrd/config.mk
/rk3399_rockchip-uboot/board/bf526-ezbrd/config.mk
/rk3399_rockchip-uboot/board/bf527-ad7160-eval/bf527-ad7160-eval.c
/rk3399_rockchip-uboot/board/bf527-ad7160-eval/config.mk
/rk3399_rockchip-uboot/board/bf527-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf527-ezkit/video.c
/rk3399_rockchip-uboot/board/bf527-sdp/Makefile
/rk3399_rockchip-uboot/board/bf527-sdp/bf527-sdp.c
/rk3399_rockchip-uboot/board/bf527-sdp/config.mk
/rk3399_rockchip-uboot/board/bf533-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf533-stamp/config.mk
/rk3399_rockchip-uboot/board/bf537-minotaur/config.mk
/rk3399_rockchip-uboot/board/bf537-pnav/config.mk
/rk3399_rockchip-uboot/board/bf537-srv1/config.mk
/rk3399_rockchip-uboot/board/bf537-stamp/config.mk
/rk3399_rockchip-uboot/board/bf537-stamp/post-memory.c
/rk3399_rockchip-uboot/board/bf537-stamp/post.c
/rk3399_rockchip-uboot/board/bf538f-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf548-ezkit/config.mk
/rk3399_rockchip-uboot/board/bf548-ezkit/video.c
/rk3399_rockchip-uboot/board/bf561-acvilon/config.mk
/rk3399_rockchip-uboot/board/bf561-ezkit/config.mk
/rk3399_rockchip-uboot/board/blackstamp/config.mk
/rk3399_rockchip-uboot/board/blackvme/Makefile
/rk3399_rockchip-uboot/board/blackvme/blackvme.c
/rk3399_rockchip-uboot/board/blackvme/config.mk
/rk3399_rockchip-uboot/board/cm-bf527/cm-bf527.c
/rk3399_rockchip-uboot/board/cm-bf527/config.mk
/rk3399_rockchip-uboot/board/cm-bf527/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/cm-bf533/config.mk
/rk3399_rockchip-uboot/board/cm-bf537e/config.mk
/rk3399_rockchip-uboot/board/cm-bf537e/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/cm-bf537u/cm-bf537u.c
/rk3399_rockchip-uboot/board/cm-bf537u/config.mk
/rk3399_rockchip-uboot/board/cm-bf537u/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/cm-bf548/config.mk
/rk3399_rockchip-uboot/board/cm-bf548/video.c
/rk3399_rockchip-uboot/board/cm-bf561/config.mk
/rk3399_rockchip-uboot/board/ibf-dsp561/config.mk
/rk3399_rockchip-uboot/board/ip04/config.mk
/rk3399_rockchip-uboot/board/tcm-bf518/config.mk
/rk3399_rockchip-uboot/board/tcm-bf537/config.mk
/rk3399_rockchip-uboot/board/tcm-bf537/gpio_cfi_flash.c
/rk3399_rockchip-uboot/board/tcm-bf537/tcm-bf537.c
/rk3399_rockchip-uboot/boards.cfg
cmd_otp.c
/rk3399_rockchip-uboot/drivers/mmc/bfin_sdh.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/drivers/spi/bfin_spi.c
/rk3399_rockchip-uboot/include/configs/bct-brettl2.h
/rk3399_rockchip-uboot/include/configs/bf518f-ezbrd.h
/rk3399_rockchip-uboot/include/configs/bf526-ezbrd.h
/rk3399_rockchip-uboot/include/configs/bf527-ad7160-eval.h
/rk3399_rockchip-uboot/include/configs/bf527-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf527-sdp.h
/rk3399_rockchip-uboot/include/configs/bf533-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-minotaur.h
/rk3399_rockchip-uboot/include/configs/bf537-pnav.h
/rk3399_rockchip-uboot/include/configs/bf537-srv1.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf538f-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf548-ezkit.h
/rk3399_rockchip-uboot/include/configs/bf561-acvilon.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/bfin_adi_common.h
/rk3399_rockchip-uboot/include/configs/blackstamp.h
/rk3399_rockchip-uboot/include/configs/blackvme.h
/rk3399_rockchip-uboot/include/configs/cm-bf527.h
/rk3399_rockchip-uboot/include/configs/cm-bf533.h
/rk3399_rockchip-uboot/include/configs/cm-bf537e.h
/rk3399_rockchip-uboot/include/configs/cm-bf537u.h
/rk3399_rockchip-uboot/include/configs/cm-bf548.h
/rk3399_rockchip-uboot/include/configs/cm-bf561.h
/rk3399_rockchip-uboot/include/configs/ibf-dsp561.h
/rk3399_rockchip-uboot/include/configs/ip04.h
/rk3399_rockchip-uboot/include/configs/tcm-bf518.h
/rk3399_rockchip-uboot/include/configs/tcm-bf537.h
2e6e177228-Sep-2010 Wolfgang Denk <wd@denx.de>

Merge branch 'next' of /home/wd/git/u-boot/next

Conflicts:
include/ppc4xx.h

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


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/dram.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx51/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/cache.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/emif4.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/sdrc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/npe/IxNpeDlNpeMgr.c
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/omap4.h
/rk3399_rockchip-uboot/arch/arm/include/asm/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/arm/include/asm/u-boot-arm.h
/rk3399_rockchip-uboot/arch/arm/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/arm/lib/cache-cp15.c
/rk3399_rockchip-uboot/arch/arm/lib/cache.c
/rk3399_rockchip-uboot/arch/arm/lib/interrupts.c
/rk3399_rockchip-uboot/arch/avr32/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/avr32/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/avr32/lib/board.c
/rk3399_rockchip-uboot/arch/blackfin/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/i386/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/i386/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/i386/lib/board.c
/rk3399_rockchip-uboot/arch/m68k/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/m68k/lib/board.c
/rk3399_rockchip-uboot/arch/microblaze/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/mips/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/mips/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/mips/lib/board.c
/rk3399_rockchip-uboot/arch/nios2/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/diu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/pcie.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/40x_spd_sdram.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_pci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_pcie.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_uart.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cache.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cmd_ecctest.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/dcr.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/denali_data_eye.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/denali_spd_ddr2.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/ecc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/gpio.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/interrupts.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/kgdb.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/miiphy.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/reginfo.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/sdram.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/tlb.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/uic.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/xilinx_irq.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/4xx_pcie.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405cr.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405ep.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405ex.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405ez.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405gp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440ep_gr.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440epx_grx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440gp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440gx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440sp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440spe.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc460ex_gt.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc460sx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-emac.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-gpio.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-i2c.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-mal.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-sdram.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx.h
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/sh/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/sparc/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/sparc/lib/board.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/bamboo/bamboo.h
/rk3399_rockchip-uboot/board/amcc/bamboo/flash.c
/rk3399_rockchip-uboot/board/amcc/bubinga/flash.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/canyonlands.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/config.mk
/rk3399_rockchip-uboot/board/amcc/common/flash.c
/rk3399_rockchip-uboot/board/amcc/ebony/flash.c
/rk3399_rockchip-uboot/board/amcc/ebony/init.S
/rk3399_rockchip-uboot/board/amcc/katmai/init.S
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/kilauea/kilauea.c
/rk3399_rockchip-uboot/board/amcc/luan/config.mk
/rk3399_rockchip-uboot/board/amcc/luan/flash.c
/rk3399_rockchip-uboot/board/amcc/luan/init.S
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/makalu/makalu.c
/rk3399_rockchip-uboot/board/amcc/ocotea/flash.c
/rk3399_rockchip-uboot/board/amcc/ocotea/init.S
/rk3399_rockchip-uboot/board/amcc/ocotea/ocotea.c
/rk3399_rockchip-uboot/board/amcc/redwood/init.S
/rk3399_rockchip-uboot/board/amcc/redwood/redwood.c
/rk3399_rockchip-uboot/board/amcc/sequoia/config.mk
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/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/taishan/init.S
/rk3399_rockchip-uboot/board/amcc/taishan/taishan.c
/rk3399_rockchip-uboot/board/amcc/walnut/flash.c
/rk3399_rockchip-uboot/board/amcc/yosemite/yosemite.c
/rk3399_rockchip-uboot/board/amcc/yucca/flash.c
/rk3399_rockchip-uboot/board/amcc/yucca/init.S
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/amirix/ap1000/init.S
/rk3399_rockchip-uboot/board/amirix/ap1000/pci.c
/rk3399_rockchip-uboot/board/bmw/bmw.c
/rk3399_rockchip-uboot/board/canmb/canmb.c
/rk3399_rockchip-uboot/board/cray/L1/L1.c
/rk3399_rockchip-uboot/board/cray/L1/flash.c
/rk3399_rockchip-uboot/board/cray/L1/init.S
/rk3399_rockchip-uboot/board/csb272/csb272.c
/rk3399_rockchip-uboot/board/csb272/init.S
/rk3399_rockchip-uboot/board/csb472/csb472.c
/rk3399_rockchip-uboot/board/csb472/init.S
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/flash.c
/rk3399_rockchip-uboot/board/dave/common/pci.c
/rk3399_rockchip-uboot/board/davedenx/qong/config.mk
/rk3399_rockchip-uboot/board/davedenx/qong/qong.c
/rk3399_rockchip-uboot/board/davinci/common/misc.c
/rk3399_rockchip-uboot/board/eric/flash.c
/rk3399_rockchip-uboot/board/eric/init.S
/rk3399_rockchip-uboot/board/esd/adciop/flash.c
/rk3399_rockchip-uboot/board/esd/apc405/apc405.c
/rk3399_rockchip-uboot/board/esd/ar405/flash.c
/rk3399_rockchip-uboot/board/esd/ash405/flash.c
/rk3399_rockchip-uboot/board/esd/canbt/flash.c
/rk3399_rockchip-uboot/board/esd/cms700/flash.c
/rk3399_rockchip-uboot/board/esd/common/flash.c
/rk3399_rockchip-uboot/board/esd/common/pci.c
/rk3399_rockchip-uboot/board/esd/cpci2dp/flash.c
/rk3399_rockchip-uboot/board/esd/cpci405/flash.c
/rk3399_rockchip-uboot/board/esd/cpciiser4/flash.c
/rk3399_rockchip-uboot/board/esd/dasa_sim/flash.c
/rk3399_rockchip-uboot/board/esd/dp405/flash.c
/rk3399_rockchip-uboot/board/esd/du405/du405.c
/rk3399_rockchip-uboot/board/esd/du405/flash.c
/rk3399_rockchip-uboot/board/esd/du440/du440.c
/rk3399_rockchip-uboot/board/esd/hh405/flash.c
/rk3399_rockchip-uboot/board/esd/hub405/flash.c
/rk3399_rockchip-uboot/board/esd/ocrtc/flash.c
/rk3399_rockchip-uboot/board/esd/pci405/flash.c
/rk3399_rockchip-uboot/board/esd/pci405/pci405.c
/rk3399_rockchip-uboot/board/esd/pci405/writeibm.S
/rk3399_rockchip-uboot/board/esd/plu405/flash.c
/rk3399_rockchip-uboot/board/esd/pmc405de/pmc405de.c
/rk3399_rockchip-uboot/board/esd/pmc440/pmc440.c
/rk3399_rockchip-uboot/board/esd/pmc440/sdram.c
/rk3399_rockchip-uboot/board/esd/tasreg/flash.c
/rk3399_rockchip-uboot/board/esd/vme8349/pci.c
/rk3399_rockchip-uboot/board/esd/voh405/flash.c
/rk3399_rockchip-uboot/board/esd/vom405/flash.c
/rk3399_rockchip-uboot/board/esd/wuh405/flash.c
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/common/fsl_diu_fb.c
/rk3399_rockchip-uboot/board/freescale/common/fsl_diu_fb.h
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/mpc5121ads.c
/rk3399_rockchip-uboot/board/freescale/mpc8308rdb/mpc8308rdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8308rdb/sdram.c
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/mpc8313erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/mpc8315erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/mpc8323erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8360erdk/mpc8360erdk.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
/rk3399_rockchip-uboot/board/gdsys/dlvision/dlvision.c
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/gdppc440etx.c
/rk3399_rockchip-uboot/board/gdsys/intip/intip.c
/rk3399_rockchip-uboot/board/jse/flash.c
/rk3399_rockchip-uboot/board/jse/init.S
/rk3399_rockchip-uboot/board/jse/jse.c
/rk3399_rockchip-uboot/board/jse/sdram.c
/rk3399_rockchip-uboot/board/karo/tx25/config.mk
/rk3399_rockchip-uboot/board/karo/tx25/tx25.c
/rk3399_rockchip-uboot/board/keymile/km_arm/km_arm.c
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/logicpd/imx27lite/config.mk
/rk3399_rockchip-uboot/board/logicpd/imx27lite/imx27lite.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.c
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/pci.c
/rk3399_rockchip-uboot/board/mbx8xx/pcmcia.c
/rk3399_rockchip-uboot/board/ml2/init.S
/rk3399_rockchip-uboot/board/mosaixtech/icon/icon.c
/rk3399_rockchip-uboot/board/mosaixtech/icon/init.S
/rk3399_rockchip-uboot/board/mpc8308_p1m/Makefile
/rk3399_rockchip-uboot/board/mpc8308_p1m/config.mk
/rk3399_rockchip-uboot/board/mpc8308_p1m/mpc8308_p1m.c
/rk3399_rockchip-uboot/board/mpc8308_p1m/sdram.c
/rk3399_rockchip-uboot/board/mpl/common/flash.c
/rk3399_rockchip-uboot/board/mpl/common/memtst.c
/rk3399_rockchip-uboot/board/mpl/mip405/init.S
/rk3399_rockchip-uboot/board/mpl/mip405/mip405.c
/rk3399_rockchip-uboot/board/mpl/pip405/init.S
/rk3399_rockchip-uboot/board/netstal/common/fixed_sdram.c
/rk3399_rockchip-uboot/board/netstal/hcu4/hcu4.c
/rk3399_rockchip-uboot/board/netstal/hcu5/hcu5.c
/rk3399_rockchip-uboot/board/netstal/hcu5/sdram.c
/rk3399_rockchip-uboot/board/netstal/mcu25/mcu25.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/prodrive/alpr/alpr.c
/rk3399_rockchip-uboot/board/prodrive/alpr/fpga.c
/rk3399_rockchip-uboot/board/prodrive/alpr/init.S
/rk3399_rockchip-uboot/board/prodrive/p3p440/init.S
/rk3399_rockchip-uboot/board/quad100hd/nand.c
/rk3399_rockchip-uboot/board/quad100hd/quad100hd.c
/rk3399_rockchip-uboot/board/sandburst/common/flash.c
/rk3399_rockchip-uboot/board/sandburst/common/ppc440gx_i2c.c
/rk3399_rockchip-uboot/board/sandburst/common/ppc440gx_i2c.h
/rk3399_rockchip-uboot/board/sandburst/karef/init.S
/rk3399_rockchip-uboot/board/sandburst/metrobox/init.S
/rk3399_rockchip-uboot/board/sbc8349/pci.c
/rk3399_rockchip-uboot/board/sc3/init.S
/rk3399_rockchip-uboot/board/sc3/sc3.c
/rk3399_rockchip-uboot/board/sheldon/simpc8313/simpc8313.c
/rk3399_rockchip-uboot/board/snmc/qs850/flash.c
/rk3399_rockchip-uboot/board/snmc/qs860t/flash.c
/rk3399_rockchip-uboot/board/syteco/jadecpu/config.mk
/rk3399_rockchip-uboot/board/syteco/jadecpu/jadecpu.c
/rk3399_rockchip-uboot/board/t3corp/t3corp.c
/rk3399_rockchip-uboot/board/tb0229/flash.c
/rk3399_rockchip-uboot/board/ti/beagle/beagle.h
/rk3399_rockchip-uboot/board/ti/beagle/config.mk
/rk3399_rockchip-uboot/board/ti/panda/panda.h
/rk3399_rockchip-uboot/board/tqc/tqm834x/pci.c
/rk3399_rockchip-uboot/board/tqc/tqm834x/tqm834x.c
/rk3399_rockchip-uboot/board/tqc/tqm8xx/tqm8xx.c
/rk3399_rockchip-uboot/board/ve8313/ve8313.c
/rk3399_rockchip-uboot/board/w7o/flash.c
/rk3399_rockchip-uboot/board/w7o/init.S
/rk3399_rockchip-uboot/board/w7o/post1.S
/rk3399_rockchip-uboot/board/xes/xpedite1000/init.S
/rk3399_rockchip-uboot/board/zeus/update.c
/rk3399_rockchip-uboot/board/zeus/zeus.c
/rk3399_rockchip-uboot/boards.cfg
cmd_bdinfo.c
cmd_bmp.c
cmd_bootm.c
cmd_flash.c
cmd_i2c.c
cmd_ide.c
cmd_nvedit.c
command.c
dlmalloc.c
env_common.c
env_dataflash.c
env_eeprom.c
env_flash.c
env_mgdisk.c
env_nand.c
env_nowhere.c
env_nvram.c
env_onenand.c
env_sf.c
exports.c
flash.c
image.c
serial.c
stdio.c
/rk3399_rockchip-uboot/disk/part.c
/rk3399_rockchip-uboot/doc/README.arm-relocation
/rk3399_rockchip-uboot/doc/README.ppc440
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/ppc4xx_i2c.c
/rk3399_rockchip-uboot/drivers/input/ps2ser.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_mtd.c
/rk3399_rockchip-uboot/drivers/mtd/nand/ndfc.c
/rk3399_rockchip-uboot/drivers/mtd/ubi/build.c
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/pcmcia/mpc8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/pcmcia/tqm8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/serial/serial_netarm.c
/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile
/rk3399_rockchip-uboot/drivers/usb/gadget/config.c
/rk3399_rockchip-uboot/drivers/usb/gadget/epautoconf.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
/rk3399_rockchip-uboot/drivers/usb/gadget/gadget_chips.h
/rk3399_rockchip-uboot/drivers/usb/gadget/usbstring.c
/rk3399_rockchip-uboot/drivers/usb/musb/musb_core.h
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/include/_exports.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_defaults.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/ATUM8548.h
/rk3399_rockchip-uboot/include/configs/CANBT.h
/rk3399_rockchip-uboot/include/configs/CATcenter.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/CPCIISER4.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/ERIC.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HUB405.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/IP860.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/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/ML2.h
/rk3399_rockchip-uboot/include/configs/MPC8308RDB.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8323ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8360ERDK.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8540EVAL.h
/rk3399_rockchip-uboot/include/configs/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/MPC8569MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MVBLM7.h
/rk3399_rockchip-uboot/include/configs/MVSMR.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/P2020DS.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PMC405DE.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SIMPC8313.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/VOM405.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/XPEDITE1000.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/amcc-common.h
/rk3399_rockchip-uboot/include/configs/aria.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/canyonlands.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/da850evm.h
/rk3399_rockchip-uboot/include/configs/davinci_schmoogie.h
/rk3399_rockchip-uboot/include/configs/dlvision.h
/rk3399_rockchip-uboot/include/configs/eNET.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/gdppc440etx.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/icon.h
/rk3399_rockchip-uboot/include/configs/imx27lite-common.h
/rk3399_rockchip-uboot/include/configs/intip.h
/rk3399_rockchip-uboot/include/configs/jadecpu.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/km_arm.h
/rk3399_rockchip-uboot/include/configs/kmeter1.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/mcu25.h
/rk3399_rockchip-uboot/include/configs/mecp5123.h
/rk3399_rockchip-uboot/include/configs/mpc5121ads.h
/rk3399_rockchip-uboot/include/configs/mpc8308_p1m.h
/rk3399_rockchip-uboot/include/configs/mucmc52.h
/rk3399_rockchip-uboot/include/configs/neo.h
/rk3399_rockchip-uboot/include/configs/netstal-common.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pdm360ng.h
/rk3399_rockchip-uboot/include/configs/qong.h
/rk3399_rockchip-uboot/include/configs/quad100hd.h
/rk3399_rockchip-uboot/include/configs/redwood.h
/rk3399_rockchip-uboot/include/configs/sbc405.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8548.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/sequoia.h
/rk3399_rockchip-uboot/include/configs/socrates.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/t3corp.h
/rk3399_rockchip-uboot/include/configs/taihu.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/tx25.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/ve8313.h
/rk3399_rockchip-uboot/include/configs/vme8349.h
/rk3399_rockchip-uboot/include/configs/walnut.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/environment.h
/rk3399_rockchip-uboot/include/errno.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/linux/usb/cdc.h
/rk3399_rockchip-uboot/include/linux/usb/ch9.h
/rk3399_rockchip-uboot/include/linux/usb/gadget.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/mtd/cfi_flash.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/search.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/lib/Makefile
/rk3399_rockchip-uboot/lib/errno.c
/rk3399_rockchip-uboot/lib/hashtable.c
/rk3399_rockchip-uboot/lib/qsort.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/sdram.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/canyonlands/ddr2_fixed.c
/rk3399_rockchip-uboot/nand_spl/board/karo/tx25/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
/rk3399_rockchip-uboot/nand_spl/nand_boot_fsl_nfc.c
/rk3399_rockchip-uboot/post/board/lwmon5/watchdog.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/denali_ecc.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/ether.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/tools/.gitignore
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/env/Makefile
/rk3399_rockchip-uboot/tools/logos/freescale.bmp
3df6195728-Sep-2010 Torkel Lundgren <torkel.lundgren@enea.com>

Add support for operating system OSE

Add OSE as operating system for mkimage and bootm.

Signed-off-by: Torkel Lundgren <torkel.lundgren@enea.com>


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/pci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/pcie.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/board/esd/vme8349/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8308rdb/mpc8308rdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8308rdb/sdram.c
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/mpc8313erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/mpc8315erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/mpc8323erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc8360erdk/mpc8360erdk.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/pci.c
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/pci.c
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/pci.c
/rk3399_rockchip-uboot/board/mpc8308_p1m/Makefile
/rk3399_rockchip-uboot/board/mpc8308_p1m/config.mk
/rk3399_rockchip-uboot/board/mpc8308_p1m/mpc8308_p1m.c
/rk3399_rockchip-uboot/board/mpc8308_p1m/sdram.c
/rk3399_rockchip-uboot/board/sbc8349/pci.c
/rk3399_rockchip-uboot/board/sheldon/simpc8313/simpc8313.c
/rk3399_rockchip-uboot/board/tqc/tqm834x/pci.c
/rk3399_rockchip-uboot/board/ve8313/ve8313.c
/rk3399_rockchip-uboot/boards.cfg
cmd_bootm.c
image.c
/rk3399_rockchip-uboot/include/config_defaults.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/MPC8308RDB.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8323ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8360ERDK.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/MVBLM7.h
/rk3399_rockchip-uboot/include/configs/SIMPC8313.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/aria.h
/rk3399_rockchip-uboot/include/configs/kmeter1.h
/rk3399_rockchip-uboot/include/configs/mecp5123.h
/rk3399_rockchip-uboot/include/configs/mpc5121ads.h
/rk3399_rockchip-uboot/include/configs/mpc8308_p1m.h
/rk3399_rockchip-uboot/include/configs/pdm360ng.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/ve8313.h
/rk3399_rockchip-uboot/include/configs/vme8349.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/mpc83xx.h
2495664215-Sep-2010 Stefan Roese <sr@denx.de>

Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature

This patch removes the completely unused CONFIG_SERIAL_SOFTWARE_FIFO
feature from U-Boot. It has only been implemented for PPC4xx and was not
used a

Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature

This patch removes the completely unused CONFIG_SERIAL_SOFTWARE_FIFO
feature from U-Boot. It has only been implemented for PPC4xx and was not
used at all. So let's remove it and make the code smaller and cleaner.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Detlev Zundel <dzu@denx.de>

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/i386/lib/board.c
/rk3399_rockchip-uboot/arch/m68k/lib/board.c
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/sparc/lib/board.c
stdio.c
/rk3399_rockchip-uboot/doc/README.ppc440
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/AP1000.h
/rk3399_rockchip-uboot/include/configs/ATUM8548.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/ML2.h
/rk3399_rockchip-uboot/include/configs/MPC8308RDB.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8323ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8360ERDK.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8540EVAL.h
/rk3399_rockchip-uboot/include/configs/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/MPC8569MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MVBLM7.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/P2020DS.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/aria.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/dlvision.h
/rk3399_rockchip-uboot/include/configs/eNET.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/kmeter1.h
/rk3399_rockchip-uboot/include/configs/mcu25.h
/rk3399_rockchip-uboot/include/configs/mecp5123.h
/rk3399_rockchip-uboot/include/configs/mpc5121ads.h
/rk3399_rockchip-uboot/include/configs/neo.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8548.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/socrates.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/taihu.h
/rk3399_rockchip-uboot/include/configs/vme8349.h
/rk3399_rockchip-uboot/include/configs/walnut.h
/rk3399_rockchip-uboot/include/configs/yucca.h
e3c78c9b21-Sep-2010 Stefan Roese <sr@denx.de>

ppc4xx: Remove now unused CONFIG_UART1_CONSOLE

CONFIG_UART1_CONSOLE was a PPC4xx specific implementation and is now
removed since the move from the 4xx UART driver to the common NS16550
UART driver.

ppc4xx: Remove now unused CONFIG_UART1_CONSOLE

CONFIG_UART1_CONSOLE was a PPC4xx specific implementation and is now
removed since the move from the 4xx UART driver to the common NS16550
UART driver. Let's remove all references to this define now.

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

show more ...

550650dd20-Sep-2010 Stefan Roese <sr@denx.de>

ppc4xx: Use common NS16550 driver for PPC4xx UART

This patch removes the PPC4xx UART driver. Instead the common NS16550
driver is used, since all PPC4xx SoC's use this peripheral device.

The file 4

ppc4xx: Use common NS16550 driver for PPC4xx UART

This patch removes the PPC4xx UART driver. Instead the common NS16550
driver is used, since all PPC4xx SoC's use this peripheral device.

The file 4xx_uart.c now only implements the UART clock calculation
function which also sets the SoC internal UART divisors.

All PPC4xx board config headers are changed to use this common NS16550
driver now.

Tested on these boards:
acadia, canyonlands, katmai, kilauea, sequoia, zeus

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

show more ...


/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/diu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/40x_spd_sdram.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/44x_spd_ddr.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_pci.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_pcie.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/4xx_uart.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cache.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cmd_ecctest.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/dcr.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/denali_data_eye.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/denali_spd_ddr2.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/ecc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/gpio.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/interrupts.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/kgdb.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/miiphy.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/reginfo.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/sdram.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/tlb.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/uic.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/xilinx_irq.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/4xx_pcie.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405cr.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405ep.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405ex.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405ez.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc405gp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440ep_gr.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440epx_grx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440gp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440gx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440sp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440spe.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc460ex_gt.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc460sx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-emac.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-gpio.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-i2c.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-mal.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx-sdram.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc4xx.h
/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/bamboo/bamboo.h
/rk3399_rockchip-uboot/board/amcc/bamboo/flash.c
/rk3399_rockchip-uboot/board/amcc/bubinga/flash.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/canyonlands.c
/rk3399_rockchip-uboot/board/amcc/common/flash.c
/rk3399_rockchip-uboot/board/amcc/ebony/flash.c
/rk3399_rockchip-uboot/board/amcc/ebony/init.S
/rk3399_rockchip-uboot/board/amcc/katmai/init.S
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/kilauea/kilauea.c
/rk3399_rockchip-uboot/board/amcc/luan/flash.c
/rk3399_rockchip-uboot/board/amcc/luan/init.S
/rk3399_rockchip-uboot/board/amcc/luan/luan.c
/rk3399_rockchip-uboot/board/amcc/makalu/makalu.c
/rk3399_rockchip-uboot/board/amcc/ocotea/flash.c
/rk3399_rockchip-uboot/board/amcc/ocotea/init.S
/rk3399_rockchip-uboot/board/amcc/ocotea/ocotea.c
/rk3399_rockchip-uboot/board/amcc/redwood/init.S
/rk3399_rockchip-uboot/board/amcc/redwood/redwood.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sdram.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/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/taishan/init.S
/rk3399_rockchip-uboot/board/amcc/taishan/taishan.c
/rk3399_rockchip-uboot/board/amcc/walnut/flash.c
/rk3399_rockchip-uboot/board/amcc/yosemite/yosemite.c
/rk3399_rockchip-uboot/board/amcc/yucca/flash.c
/rk3399_rockchip-uboot/board/amcc/yucca/init.S
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/amirix/ap1000/init.S
/rk3399_rockchip-uboot/board/amirix/ap1000/pci.c
/rk3399_rockchip-uboot/board/cray/L1/L1.c
/rk3399_rockchip-uboot/board/cray/L1/flash.c
/rk3399_rockchip-uboot/board/cray/L1/init.S
/rk3399_rockchip-uboot/board/csb272/csb272.c
/rk3399_rockchip-uboot/board/csb272/init.S
/rk3399_rockchip-uboot/board/csb472/csb472.c
/rk3399_rockchip-uboot/board/csb472/init.S
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/flash.c
/rk3399_rockchip-uboot/board/dave/common/pci.c
/rk3399_rockchip-uboot/board/eric/flash.c
/rk3399_rockchip-uboot/board/eric/init.S
/rk3399_rockchip-uboot/board/esd/adciop/flash.c
/rk3399_rockchip-uboot/board/esd/ar405/flash.c
/rk3399_rockchip-uboot/board/esd/ash405/flash.c
/rk3399_rockchip-uboot/board/esd/canbt/flash.c
/rk3399_rockchip-uboot/board/esd/cms700/flash.c
/rk3399_rockchip-uboot/board/esd/common/flash.c
/rk3399_rockchip-uboot/board/esd/common/pci.c
/rk3399_rockchip-uboot/board/esd/cpci2dp/flash.c
/rk3399_rockchip-uboot/board/esd/cpci405/flash.c
/rk3399_rockchip-uboot/board/esd/cpciiser4/flash.c
/rk3399_rockchip-uboot/board/esd/dasa_sim/flash.c
/rk3399_rockchip-uboot/board/esd/dp405/flash.c
/rk3399_rockchip-uboot/board/esd/du405/du405.c
/rk3399_rockchip-uboot/board/esd/du405/flash.c
/rk3399_rockchip-uboot/board/esd/du440/du440.c
/rk3399_rockchip-uboot/board/esd/hh405/flash.c
/rk3399_rockchip-uboot/board/esd/hub405/flash.c
/rk3399_rockchip-uboot/board/esd/ocrtc/flash.c
/rk3399_rockchip-uboot/board/esd/pci405/flash.c
/rk3399_rockchip-uboot/board/esd/pci405/pci405.c
/rk3399_rockchip-uboot/board/esd/pci405/writeibm.S
/rk3399_rockchip-uboot/board/esd/plu405/flash.c
/rk3399_rockchip-uboot/board/esd/pmc405de/pmc405de.c
/rk3399_rockchip-uboot/board/esd/pmc440/pmc440.c
/rk3399_rockchip-uboot/board/esd/pmc440/sdram.c
/rk3399_rockchip-uboot/board/esd/tasreg/flash.c
/rk3399_rockchip-uboot/board/esd/voh405/flash.c
/rk3399_rockchip-uboot/board/esd/vom405/flash.c
/rk3399_rockchip-uboot/board/esd/wuh405/flash.c
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/common/fsl_diu_fb.c
/rk3399_rockchip-uboot/board/freescale/common/fsl_diu_fb.h
/rk3399_rockchip-uboot/board/freescale/mpc5121ads/mpc5121ads.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
/rk3399_rockchip-uboot/board/gdsys/dlvision/dlvision.c
/rk3399_rockchip-uboot/board/gdsys/gdppc440etx/gdppc440etx.c
/rk3399_rockchip-uboot/board/gdsys/intip/intip.c
/rk3399_rockchip-uboot/board/jse/flash.c
/rk3399_rockchip-uboot/board/jse/init.S
/rk3399_rockchip-uboot/board/jse/jse.c
/rk3399_rockchip-uboot/board/jse/sdram.c
/rk3399_rockchip-uboot/board/korat/korat.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/lwmon5/sdram.c
/rk3399_rockchip-uboot/board/ml2/init.S
/rk3399_rockchip-uboot/board/mosaixtech/icon/icon.c
/rk3399_rockchip-uboot/board/mosaixtech/icon/init.S
/rk3399_rockchip-uboot/board/mpl/common/flash.c
/rk3399_rockchip-uboot/board/mpl/common/memtst.c
/rk3399_rockchip-uboot/board/mpl/mip405/init.S
/rk3399_rockchip-uboot/board/mpl/mip405/mip405.c
/rk3399_rockchip-uboot/board/mpl/pip405/init.S
/rk3399_rockchip-uboot/board/netstal/common/fixed_sdram.c
/rk3399_rockchip-uboot/board/netstal/hcu4/hcu4.c
/rk3399_rockchip-uboot/board/netstal/hcu5/hcu5.c
/rk3399_rockchip-uboot/board/netstal/hcu5/sdram.c
/rk3399_rockchip-uboot/board/netstal/mcu25/mcu25.c
/rk3399_rockchip-uboot/board/pcs440ep/pcs440ep.c
/rk3399_rockchip-uboot/board/prodrive/alpr/alpr.c
/rk3399_rockchip-uboot/board/prodrive/alpr/fpga.c
/rk3399_rockchip-uboot/board/prodrive/alpr/init.S
/rk3399_rockchip-uboot/board/prodrive/p3p440/init.S
/rk3399_rockchip-uboot/board/quad100hd/nand.c
/rk3399_rockchip-uboot/board/quad100hd/quad100hd.c
/rk3399_rockchip-uboot/board/sandburst/common/flash.c
/rk3399_rockchip-uboot/board/sandburst/common/ppc440gx_i2c.c
/rk3399_rockchip-uboot/board/sandburst/common/ppc440gx_i2c.h
/rk3399_rockchip-uboot/board/sandburst/karef/init.S
/rk3399_rockchip-uboot/board/sandburst/metrobox/init.S
/rk3399_rockchip-uboot/board/sc3/init.S
/rk3399_rockchip-uboot/board/sc3/sc3.c
/rk3399_rockchip-uboot/board/snmc/qs850/flash.c
/rk3399_rockchip-uboot/board/snmc/qs860t/flash.c
/rk3399_rockchip-uboot/board/syteco/jadecpu/config.mk
/rk3399_rockchip-uboot/board/syteco/jadecpu/jadecpu.c
/rk3399_rockchip-uboot/board/t3corp/t3corp.c
/rk3399_rockchip-uboot/board/tb0229/flash.c
/rk3399_rockchip-uboot/board/w7o/flash.c
/rk3399_rockchip-uboot/board/w7o/init.S
/rk3399_rockchip-uboot/board/w7o/post1.S
/rk3399_rockchip-uboot/board/xes/xpedite1000/init.S
/rk3399_rockchip-uboot/board/zeus/update.c
/rk3399_rockchip-uboot/board/zeus/zeus.c
serial.c
/rk3399_rockchip-uboot/drivers/i2c/ppc4xx_i2c.c
/rk3399_rockchip-uboot/drivers/mtd/nand/ndfc.c
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/usb/gadget/Makefile
/rk3399_rockchip-uboot/drivers/usb/gadget/config.c
/rk3399_rockchip-uboot/drivers/usb/gadget/epautoconf.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
/rk3399_rockchip-uboot/drivers/usb/gadget/gadget_chips.h
/rk3399_rockchip-uboot/drivers/usb/gadget/usbstring.c
/rk3399_rockchip-uboot/drivers/usb/musb/musb_core.h
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/include/common.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/CANBT.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/CMS700.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/CPCIISER4.h
/rk3399_rockchip-uboot/include/configs/CRAYL1.h
/rk3399_rockchip-uboot/include/configs/DP405.h
/rk3399_rockchip-uboot/include/configs/DU405.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/ERIC.h
/rk3399_rockchip-uboot/include/configs/G2000.h
/rk3399_rockchip-uboot/include/configs/HH405.h
/rk3399_rockchip-uboot/include/configs/HUB405.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/MIP405.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/OCRTC.h
/rk3399_rockchip-uboot/include/configs/ORSG.h
/rk3399_rockchip-uboot/include/configs/PCI405.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PMC405DE.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/PPChameleonEVB.h
/rk3399_rockchip-uboot/include/configs/VOH405.h
/rk3399_rockchip-uboot/include/configs/VOM405.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/XPEDITE1000.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/amcc-common.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/canyonlands.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/dlvision.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/gdppc440etx.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/icon.h
/rk3399_rockchip-uboot/include/configs/intip.h
/rk3399_rockchip-uboot/include/configs/jadecpu.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/mpc5121ads.h
/rk3399_rockchip-uboot/include/configs/neo.h
/rk3399_rockchip-uboot/include/configs/netstal-common.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/quad100hd.h
/rk3399_rockchip-uboot/include/configs/redwood.h
/rk3399_rockchip-uboot/include/configs/sbc405.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/t3corp.h
/rk3399_rockchip-uboot/include/configs/taihu.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/walnut.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/linux/usb/cdc.h
/rk3399_rockchip-uboot/include/linux/usb/ch9.h
/rk3399_rockchip-uboot/include/linux/usb/gadget.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/sdram.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/canyonlands/ddr2_fixed.c
/rk3399_rockchip-uboot/post/board/lwmon5/watchdog.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/denali_ecc.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/ether.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/fpu.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/logos/freescale.bmp
8a805df116-Sep-2010 Stefan Roese <sr@denx.de>

ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size

This patch changes the behaviour of the fdt_fixup_nor_flash_node()
function. Now it doesn't patch the size of the "reg" pro

ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size

This patch changes the behaviour of the fdt_fixup_nor_flash_node()
function. Now it doesn't patch the size of the "reg" property with the
chip-select size, but with the size returned from the new function
flash_get_bank_size(). This function will return per weak default the
flash size of the bank (bank = chip-select numer) detected by the flash
driver. If this does not fit your needs, this function may be overridden
by a board specific one.

For this the parameters needed to be changed. So I intentionally squashed
the PPC4xx stuff using this routine into this patch. Otherwise it would
not be git-bisectable anymore.

The board specific function for the AMCC/APM Ebony eval board is now
included in this patch version.

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Detlev Zundel <dzu@denx.de>
Cc: Gerald Van Baren <vanbaren@cideas.com>
Cc: Wolfgang Denk <wd@denx.de>

show more ...


/rk3399_rockchip-uboot/arch/blackfin/include/asm/config-pre.h
/rk3399_rockchip-uboot/arch/blackfin/lib/Makefile
/rk3399_rockchip-uboot/arch/blackfin/lib/board.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/commproc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/commproc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/commproc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/fdt.c
/rk3399_rockchip-uboot/board/amcc/ebony/flash.c
/rk3399_rockchip-uboot/board/barco/barco.c
/rk3399_rockchip-uboot/board/bc3450/bc3450.c
/rk3399_rockchip-uboot/board/bf527-ad7160-eval/config.mk
/rk3399_rockchip-uboot/board/bf537-stamp/Makefile
/rk3399_rockchip-uboot/board/bf537-stamp/post.c
/rk3399_rockchip-uboot/board/cm5200/cm5200.c
/rk3399_rockchip-uboot/board/ip04/config.mk
/rk3399_rockchip-uboot/board/tqc/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/xes/xpedite1000/xpedite1000.c
fdt_support.c
/rk3399_rockchip-uboot/drivers/spi/bfin_spi.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/CATcenter.h
/rk3399_rockchip-uboot/include/configs/KAREF.h
/rk3399_rockchip-uboot/include/configs/METROBOX.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/XPEDITE1000.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/barco.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bfin_adi_common.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/icon.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/mcu25.h
/rk3399_rockchip-uboot/include/configs/mpc5121-common.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/redwood.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/configs/zeus.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/ppc4xx.h
/rk3399_rockchip-uboot/post/Makefile
/rk3399_rockchip-uboot/post/cpu/ppc4xx/uart.c
e2fad3fc29-Jul-2010 Mike Frysinger <vapier@gentoo.org>

cmd_mmc: use common usage function

Rather than using a custom "Usage:", use the common cmd_usage() function,
and tail into it now that it returns 1 for us.

Signed-off-by: Mike Frysinger <vapier@gen

cmd_mmc: use common usage function

Rather than using a custom "Usage:", use the common cmd_usage() function,
and tail into it now that it returns 1 for us.

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

show more ...

b65e86d821-Sep-2010 Wolfgang Denk <wd@denx.de>

Merge branch 'next' of ../custodians into next

3c29975e31-Aug-2010 Stefan Roese <sr@denx.de>

cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT

Now that the defines are moved to header files we don't need this
conditional compilation any more. Remove it.

Signed-off-by:

cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT

Now that the defines are moved to header files we don't need this
conditional compilation any more. Remove it.

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

show more ...

ca5def3f31-Aug-2010 Stefan Roese <sr@denx.de>

cfi_flash: Simplify dynamic flash bank number detection

This patch simplifies the use of CONFIG_SYS_MAX_FLASH_BANKS_DETECT. By
moving these optional variables and defines into the common code, board

cfi_flash: Simplify dynamic flash bank number detection

This patch simplifies the use of CONFIG_SYS_MAX_FLASH_BANKS_DETECT. By
moving these optional variables and defines into the common code, board
specific code is minimized. Currently only the following board use
this feature:

APC405, IDS8247, TQM834x

And IDS8247 doesn't seem to really need this feature, since its not
updating the bank number variable at all. So this patch removes the
definition of CONFIG_SYS_MAX_FLASH_BANKS_DETECT from this board port.

This new framework will be used by the upcoming lwmon5 update as well.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Heiko Schocher <hs@denx.de>
Cc: Matthias Fuchs <matthias.fuchs@esd.eu>

show more ...


/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/dram.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx51/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/emif4.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/sdrc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/u-boot.lds
/rk3399_rockchip-uboot/board/canmb/canmb.c
/rk3399_rockchip-uboot/board/davedenx/qong/config.mk
/rk3399_rockchip-uboot/board/davedenx/qong/qong.c
/rk3399_rockchip-uboot/board/davinci/common/misc.c
/rk3399_rockchip-uboot/board/esd/apc405/apc405.c
/rk3399_rockchip-uboot/board/karo/tx25/config.mk
/rk3399_rockchip-uboot/board/karo/tx25/tx25.c
/rk3399_rockchip-uboot/board/keymile/km_arm/km_arm.c
/rk3399_rockchip-uboot/board/logicpd/imx27lite/config.mk
/rk3399_rockchip-uboot/board/logicpd/imx27lite/imx27lite.c
/rk3399_rockchip-uboot/board/ti/beagle/config.mk
/rk3399_rockchip-uboot/board/tqc/tqm834x/tqm834x.c
cmd_bootm.c
flash.c
/rk3399_rockchip-uboot/doc/README.arm-relocation
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/da850evm.h
/rk3399_rockchip-uboot/include/configs/imx27lite-common.h
/rk3399_rockchip-uboot/include/configs/km_arm.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/qong.h
/rk3399_rockchip-uboot/include/configs/tx25.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/mtd/cfi_flash.h
/rk3399_rockchip-uboot/nand_spl/board/karo/tx25/u-boot.lds
77efe35f19-Sep-2010 Wolfgang Denk <wd@denx.de>

Remove HMI10 board support

Recent changes caused that the HMI10 board now is included in the
boards built by MAKEALL, which revealed that compilation for this
board has been broken for a long time:

Remove HMI10 board support

Recent changes caused that the HMI10 board now is included in the
boards built by MAKEALL, which revealed that compilation for this
board has been broken for a long time:

ps2ser.c: In function 'ps2ser_init':
ps2ser.c:155: error: 'UART_LCR' undeclared (first use in this function)
ps2ser.c:155: error: (Each undeclared identifier is reported only once
ps2ser.c:155: error: for each function it appears in.)
ps2ser.c:156: error: 'UART_DLL' undeclared (first use in this function)
ps2ser.c:157: error: 'UART_DLM' undeclared (first use in this function)
ps2ser.c:159: error: 'UART_IER' undeclared (first use in this function)
ps2ser.c:160: error: 'UART_MCR' undeclared (first use in this function)
ps2ser.c:161: error: 'UART_FCR' undeclared (first use in this function)
ps2ser.c:162: error: 'UART_FCR_ENABLE_FIFO' undeclared (first use in this function)
ps2ser.c:166: error: 'UART_LSR' undeclared (first use in this function)
ps2ser.c: In function 'ps2ser_putc':
ps2ser.c:198: error: 'UART_LSR' undeclared (first use in this function)
ps2ser.c:200: error: 'UART_TX' undeclared (first use in this function)
ps2ser.c: In function 'ps2ser_getc_hw':
ps2ser.c:224: error: 'UART_LSR' undeclared (first use in this function)
ps2ser.c:225: error: 'UART_RX' undeclared (first use in this function)
ps2ser.c: In function 'ps2ser_interrupt':
ps2ser.c:293: error: 'UART_IIR' undeclared (first use in this function)

The board is orphaned, and AFAICT has reached EOL.
Drop support for it.

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

show more ...


/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/dram.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx51/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/emif4.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/sdrc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/u-boot.lds
/rk3399_rockchip-uboot/board/canmb/canmb.c
/rk3399_rockchip-uboot/board/davedenx/qong/config.mk
/rk3399_rockchip-uboot/board/davedenx/qong/qong.c
/rk3399_rockchip-uboot/board/davinci/common/misc.c
/rk3399_rockchip-uboot/board/karo/tx25/config.mk
/rk3399_rockchip-uboot/board/karo/tx25/tx25.c
/rk3399_rockchip-uboot/board/keymile/km_arm/km_arm.c
/rk3399_rockchip-uboot/board/logicpd/imx27lite/config.mk
/rk3399_rockchip-uboot/board/logicpd/imx27lite/imx27lite.c
/rk3399_rockchip-uboot/board/mbx8xx/pcmcia.c
/rk3399_rockchip-uboot/board/ti/beagle/config.mk
/rk3399_rockchip-uboot/board/tqc/tqm8xx/tqm8xx.c
/rk3399_rockchip-uboot/boards.cfg
cmd_ide.c
/rk3399_rockchip-uboot/doc/README.arm-relocation
/rk3399_rockchip-uboot/drivers/input/ps2ser.c
/rk3399_rockchip-uboot/drivers/pcmcia/mpc8xx_pcmcia.c
/rk3399_rockchip-uboot/drivers/pcmcia/tqm8xx_pcmcia.c
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/da850evm.h
/rk3399_rockchip-uboot/include/configs/imx27lite-common.h
/rk3399_rockchip-uboot/include/configs/km_arm.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/qong.h
/rk3399_rockchip-uboot/include/configs/tx25.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/nand_spl/board/karo/tx25/u-boot.lds
f1d2b31317-Sep-2010 Heiko Schocher <hs@denx.de>

ARM: add relocation support

!! This breaks support for all arm boards !!

To compile in old style, you must define
CONFIG_SYS_ARM_WITHOUT_RELOC or you can compile
with "CONFIG_SYS_ARM_WITHOUT_RELOC=

ARM: add relocation support

!! This breaks support for all arm boards !!

To compile in old style, you must define
CONFIG_SYS_ARM_WITHOUT_RELOC or you can compile
with "CONFIG_SYS_ARM_WITHOUT_RELOC=1 ./MAKEALL board"

!! This define will be removed soon, so convert your
board to use relocation support

Portions of this work were supported by funding from
the CE Linux Forum.

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

Fix boot from NAND for non-ARM systems
Signed-off-by: Wolfgang Denk <wd@denx.de>

show more ...

4444b22117-Sep-2010 Heiko Schocher <hs@denx.de>

i2c: fix command usage help

Portions of this work were supported by funding from
the CE Linux Forum.

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

1...<<151152153154155156157158159160>>...211