History log of /rk3399_rockchip-uboot/common/ (Results 4601 – 4625 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e93becf804-Nov-2007 Kumar Gala <galak@kernel.crashing.org>

Move do_fixup* for libfdt into common code

Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
into common/fdt_support.c and renamed:

do_fixup() -> do_fixup_by_path()
do_fixup_

Move do_fixup* for libfdt into common code

Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
into common/fdt_support.c and renamed:

do_fixup() -> do_fixup_by_path()
do_fixup_u32() -> do_fixup_by_path_u32()

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

show more ...

f738b4a725-Oct-2007 Kumar Gala <galak@kernel.crashing.org>

Make no options to fdt print default to '/'

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

a3c2933e24-Oct-2007 Kumar Gala <galak@kernel.crashing.org>

Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt

Removed:
fdt_node_is_compatible
fdt_find_node_by_type
fdt_find_compatible_node

To ease merge of newer libfdt as we

Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt

Removed:
fdt_node_is_compatible
fdt_find_node_by_type
fdt_find_compatible_node

To ease merge of newer libfdt as we aren't using them anywhere at this time.

Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
reason.

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

show more ...

4a43719a24-Sep-2007 Grant Likely <grant.likely@secretlab.ca>

[BUILD] conditionally compile common/cmd_*.c in common/Makefile

Modify common/Makefile to conditionally compile the cmd_*.c files based
on the board config.

Signed-off-by: Grant Likely <grant.likel

[BUILD] conditionally compile common/cmd_*.c in common/Makefile

Modify common/Makefile to conditionally compile the cmd_*.c files based
on the board config.

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

show more ...

f92edbd820-Nov-2007 Grant Likely <grant.likely@secretlab.ca>

Merge branch 'origin' into kconfig-for-1.3.1


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/dbau1x00/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/gth2/gth2.c
/rk3399_rockchip-uboot/board/gth2/lowlevel_init.S
/rk3399_rockchip-uboot/board/gth2/u-boot.lds
/rk3399_rockchip-uboot/board/incaip/u-boot.lds
/rk3399_rockchip-uboot/board/mpl/vcma9/flash.c
/rk3399_rockchip-uboot/board/mpl/vcma9/vcma9.h
/rk3399_rockchip-uboot/board/pb1x00/Makefile
/rk3399_rockchip-uboot/board/pb1x00/lowlevel_init.S
/rk3399_rockchip-uboot/board/pb1x00/pb1x00.c
/rk3399_rockchip-uboot/board/pb1x00/u-boot.lds
/rk3399_rockchip-uboot/board/pleb2/flash.c
/rk3399_rockchip-uboot/board/purple/u-boot.lds
/rk3399_rockchip-uboot/board/sbc2410x/flash.c
/rk3399_rockchip-uboot/board/smdk2410/flash.c
/rk3399_rockchip-uboot/board/tb0229/u-boot.lds
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/wepep250/flash.c
cmd_scsi.c
usb_storage.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/Makefile
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/usb_ohci.c
/rk3399_rockchip-uboot/cpu/mips/au1x00_eth.c
/rk3399_rockchip-uboot/cpu/mips/cache.S
/rk3399_rockchip-uboot/cpu/mips/config.mk
/rk3399_rockchip-uboot/cpu/mips/cpu.c
/rk3399_rockchip-uboot/cpu/mips/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/mpc86xx/speed.c
/rk3399_rockchip-uboot/cpu/pxa/i2c.c
/rk3399_rockchip-uboot/drivers/ati_radeon_fb.c
/rk3399_rockchip-uboot/drivers/bios_emulator/besys.c
/rk3399_rockchip-uboot/drivers/bios_emulator/biosemu.c
/rk3399_rockchip-uboot/drivers/s3c4510b_eth.c
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/drivers/tsi108_i2c.c
/rk3399_rockchip-uboot/drivers/tsi108_pci.c
/rk3399_rockchip-uboot/drivers/usb_ohci.c
/rk3399_rockchip-uboot/include/asm-arm/arch-at91rm9200/hardware.h
/rk3399_rockchip-uboot/include/configs/MPC8568MDS.h
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/bootp.h
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/net/nfs.c
/rk3399_rockchip-uboot/net/rarp.c
/rk3399_rockchip-uboot/net/tftp.c
409ecdc018-Nov-2007 Wolfgang Denk <wd@denx.de>

Fix compiler warnings for PPC systems. Update CHANGELOG.

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

2309c13017-Nov-2007 Stefan Roese <sr@denx.de>

Fix warning differ in signedness in common/cmd_scsi.c

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


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/ads5121/u-boot.lds
/rk3399_rockchip-uboot/board/cogent/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.atm
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.int
/rk3399_rockchip-uboot/board/hymod/u-boot.lds
/rk3399_rockchip-uboot/board/mousse/u-boot.lds
/rk3399_rockchip-uboot/board/rsdproto/rsdproto.c
/rk3399_rockchip-uboot/board/rsdproto/u-boot.lds
cmd_scsi.c
/rk3399_rockchip-uboot/cpu/mcf523x/config.mk
/rk3399_rockchip-uboot/cpu/mcf52x2/config.mk
/rk3399_rockchip-uboot/cpu/mcf532x/config.mk
/rk3399_rockchip-uboot/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5445x/config.mk
/rk3399_rockchip-uboot/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/cpu/mpc512x/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot-customlayout.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8220/config.mk
/rk3399_rockchip-uboot/cpu/mpc8220/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc824x/config.mk
/rk3399_rockchip-uboot/cpu/mpc824x/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8260/config.mk
/rk3399_rockchip-uboot/cpu/mpc8260/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc83xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc83xx/u-boot.lds
/rk3399_rockchip-uboot/include/asm-m68k/immap_5329.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/m5445x.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/rsdproto.h
efe3303517-Nov-2007 Grant Likely <grant.likely@secretlab.ca>

Merge branch 'origin' into kconfig-for-1.3.1

Conflicts:

drivers/Makefile


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/dbau1x00/dbau1x00.c
/rk3399_rockchip-uboot/board/freescale/common/pixis.c
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.atm
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.int
/rk3399_rockchip-uboot/board/gth2/gth2.c
/rk3399_rockchip-uboot/board/incaip/incaip.c
/rk3399_rockchip-uboot/board/lwmon5/lwmon5.c
/rk3399_rockchip-uboot/board/pb1x00/pb1x00.c
/rk3399_rockchip-uboot/board/purple/flash.c
/rk3399_rockchip-uboot/board/purple/purple.c
/rk3399_rockchip-uboot/board/rsdproto/rsdproto.c
/rk3399_rockchip-uboot/board/tb0229/tb0229.c
cmd_ide.c
cmd_mii.c
miiphyutil.c
spartan2.c
spartan3.c
/rk3399_rockchip-uboot/cpu/mcf523x/config.mk
/rk3399_rockchip-uboot/cpu/mcf52x2/config.mk
/rk3399_rockchip-uboot/cpu/mcf532x/config.mk
/rk3399_rockchip-uboot/cpu/mcf532x/cpu.c
/rk3399_rockchip-uboot/cpu/mcf5445x/config.mk
/rk3399_rockchip-uboot/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc86xx/spd_sdram.c
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/uli526x.c
/rk3399_rockchip-uboot/include/asm-m68k/immap_5329.h
/rk3399_rockchip-uboot/include/asm-m68k/m5329.h
/rk3399_rockchip-uboot/include/asm-m68k/m5445x.h
/rk3399_rockchip-uboot/include/asm-mips/io.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/rsdproto.h
/rk3399_rockchip-uboot/include/miiphy.h
/rk3399_rockchip-uboot/lib_mips/board.c
/rk3399_rockchip-uboot/net/eth.c
5c15010e13-Nov-2007 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Fixed mips_io_port_base build errors.

This patch has been sent on:
- 29 Sep 2007

Although mips_io_port_base is currently a part of IDE command, it is quite
fundamental for MIPS I/O port access such

Fixed mips_io_port_base build errors.

This patch has been sent on:
- 29 Sep 2007

Although mips_io_port_base is currently a part of IDE command, it is quite
fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
it to MIPS general part, and introduce `set_io_port_base()' from Linux.

This patch is triggered by multiple definition of `mips_io_port_base' build
error on gth2 (and tb0229 also needs this fix.)

board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
/home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
make: *** [u-boot] Error 1

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

show more ...

6ecbb7a317-Nov-2007 Wolfgang Denk <wd@denx.de>

Fix a bug in the slave serial programming mode for the Xilinx
Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
the most significant bit was set, which did not work on any
archite

Fix a bug in the slave serial programming mode for the Xilinx
Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
the most significant bit was set, which did not work on any
architecture where "char" defaulted to be an unsigned type.

Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>

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

show more ...

ee1f5e3b16-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of /home/wd/git/u-boot/work

7a60ee7c07-Nov-2007 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Fix warning differ in signedness in common/cmd_ide.c

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

f0037c5624-Sep-2007 Grant Likely <grant.likely@secretlab.ca>

Build: split COBJS value into multiple lines

This change is in preparation for condtitionial compile support in the
build system. By spliting them all into seperate lines now, subsequent
patches th

Build: split COBJS value into multiple lines

This change is in preparation for condtitionial compile support in the
build system. By spliting them all into seperate lines now, subsequent
patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
be less invasive and easier to review

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

show more ...


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/blackfin_config.mk
/rk3399_rockchip-uboot/board/ads5121/u-boot.lds
/rk3399_rockchip-uboot/board/cogent/u-boot.lds
/rk3399_rockchip-uboot/board/hymod/u-boot.lds
/rk3399_rockchip-uboot/board/mousse/u-boot.lds
/rk3399_rockchip-uboot/board/rsdproto/u-boot.lds
Makefile
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/cpu/mpc512x/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/config.mk
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot-customlayout.lds
/rk3399_rockchip-uboot/cpu/mpc5xxx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8220/config.mk
/rk3399_rockchip-uboot/cpu/mpc8220/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc824x/config.mk
/rk3399_rockchip-uboot/cpu/mpc824x/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc8260/config.mk
/rk3399_rockchip-uboot/cpu/mpc8260/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc83xx/config.mk
/rk3399_rockchip-uboot/cpu/mpc83xx/u-boot.lds
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/disk/Makefile
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/nand/Makefile
/rk3399_rockchip-uboot/drivers/ne2000.c
/rk3399_rockchip-uboot/drivers/sk98lin/Makefile
/rk3399_rockchip-uboot/dtt/Makefile
/rk3399_rockchip-uboot/examples/.gitignore
/rk3399_rockchip-uboot/fs/jffs2/Makefile
/rk3399_rockchip-uboot/include/.gitignore
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/lib_generic/Makefile
/rk3399_rockchip-uboot/libfdt/Makefile
/rk3399_rockchip-uboot/net/Makefile
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/rtc/Makefile
/rk3399_rockchip-uboot/tools/.gitignore
2ae64f5115-Nov-2007 Peter Pearse <peter.pearse@arm.com>

Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
Remove warnings re onenand_read() & write()

71bc6e6401-Nov-2007 Larry Johnson <lrj@arlinx.com>

NET: Add Ethernet 1000BASE-X support for PPC4xx

This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
"miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which
r

NET: Add Ethernet 1000BASE-X support for PPC4xx

This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
"miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which
returns non-zero iff the PHY registers are configured for 1000BASE-X. The
"mii info" command is modified to distinguish between 1000BASE-T and -X.

Signed-off-by: Larry Johnson <lrj@acm.org>
Signed-off-by: Ben Warren <bwarren@qstreams.com>

show more ...

298035df31-Oct-2007 Larry Johnson <lrj@arlinx.com>

NET: Cosmetic changes

Signed-off-by: Larry Johnson <lrj@acm.org>
Signed-off-by: Ben Warren <bwarren@qstreams.com>

eb6f214d25-Oct-2007 Zhang Wei <wei.zhang@freescale.com>

Fix the issue of usb_kbd driver missing the scan code of key 'z'.

The scan code of the key 'z' is 0x1d, which should be handled.

The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
co

Fix the issue of usb_kbd driver missing the scan code of key 'z'.

The scan code of the key 'z' is 0x1d, which should be handled.

The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
controller.

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

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/cds/common/ft_board.c
/rk3399_rockchip-uboot/board/dbau1x00/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m54455evb/config.mk
/rk3399_rockchip-uboot/board/gth2/u-boot.lds
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/incaip/u-boot.lds
/rk3399_rockchip-uboot/board/innokom/innokom.c
/rk3399_rockchip-uboot/board/m5282evb/m5282evb.c
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/pb1x00/u-boot.lds
/rk3399_rockchip-uboot/board/purple/u-boot.lds
/rk3399_rockchip-uboot/board/pxa255_idp/Makefile
/rk3399_rockchip-uboot/board/pxa255_idp/config.mk
/rk3399_rockchip-uboot/board/pxa255_idp/lowlevel_init.S
/rk3399_rockchip-uboot/board/pxa255_idp/u-boot.lds
/rk3399_rockchip-uboot/board/tb0229/u-boot.lds
/rk3399_rockchip-uboot/board/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/tqm8xx/tqm8xx.c
/rk3399_rockchip-uboot/board/xsengine/flash.c
usb_kbd.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/usb.c
/rk3399_rockchip-uboot/cpu/mcf52x2/start.S
/rk3399_rockchip-uboot/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/cpu/mips/config.mk
/rk3399_rockchip-uboot/cpu/mips/start.S
/rk3399_rockchip-uboot/cpu/mpc824x/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc8260/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/pxa/config.mk
/rk3399_rockchip-uboot/cpu/pxa/serial.c
/rk3399_rockchip-uboot/cpu/pxa/start.S
/rk3399_rockchip-uboot/cpu/pxa/usb.c
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ds1722.c
/rk3399_rockchip-uboot/drivers/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/mw_eeprom.c
/rk3399_rockchip-uboot/drivers/ne2000.c
/rk3399_rockchip-uboot/drivers/ne2000.h
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial_pl010.c
/rk3399_rockchip-uboot/drivers/serial/serial_pl011.c
/rk3399_rockchip-uboot/drivers/serial/serial_pl011.h
/rk3399_rockchip-uboot/drivers/tsec.c
/rk3399_rockchip-uboot/examples/mips.lds
/rk3399_rockchip-uboot/include/asm-mips/addrspace.h
/rk3399_rockchip-uboot/include/asm-mips/string.h
/rk3399_rockchip-uboot/include/configs/ADNPESC1.h
/rk3399_rockchip-uboot/include/configs/DK1C20.h
/rk3399_rockchip-uboot/include/configs/DK1S10.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/LANTEC.h
/rk3399_rockchip-uboot/include/configs/M5253EVBE.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/MPC8260ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8266ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8541CDS.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/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/RBC823.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/ep8260.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/xsengine.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/lib_m68k/m68k_linux.c
/rk3399_rockchip-uboot/mips_config.mk
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/nfs.c
dbbd125705-Oct-2007 Stefan Roese <sr@denx.de>

ppc4xx: Add PPC405EX support

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

3048bcbf03-Oct-2007 Stefan Roese <sr@denx.de>

ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms

These files were introduced with the IBM 405GP but are currently used on all
4xx PPC platforms. So the name doesn't match the

ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms

These files were introduced with the IBM 405GP but are currently used on all
4xx PPC platforms. So the name doesn't match the content anymore. This patch
renames the files to 4xx_pci.c/h.

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

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/amcc/katmai/katmai.c
/rk3399_rockchip-uboot/board/amcc/yucca/yucca.c
/rk3399_rockchip-uboot/board/esd/ocrtc/cmd_ocrtc.c
/rk3399_rockchip-uboot/board/esd/pci405/cmd_pci405.c
/rk3399_rockchip-uboot/board/esd/pci405/pci405.c
/rk3399_rockchip-uboot/board/innokom/innokom.c
/rk3399_rockchip-uboot/board/motionpro/motionpro.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/mpl/common/flash.c
/rk3399_rockchip-uboot/board/pxa255_idp/Makefile
/rk3399_rockchip-uboot/board/pxa255_idp/config.mk
/rk3399_rockchip-uboot/board/pxa255_idp/lowlevel_init.S
/rk3399_rockchip-uboot/board/pxa255_idp/u-boot.lds
/rk3399_rockchip-uboot/board/tqm5200/cmd_stk52xx.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
/rk3399_rockchip-uboot/board/tqm8xx/tqm8xx.c
/rk3399_rockchip-uboot/board/xsengine/flash.c
usb.c
/rk3399_rockchip-uboot/cpu/arm920t/at91rm9200/usb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_pcie.c
/rk3399_rockchip-uboot/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/cpu/pxa/config.mk
/rk3399_rockchip-uboot/cpu/pxa/serial.c
/rk3399_rockchip-uboot/cpu/pxa/start.S
/rk3399_rockchip-uboot/cpu/pxa/usb.c
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/ds1722.c
/rk3399_rockchip-uboot/drivers/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/mw_eeprom.c
/rk3399_rockchip-uboot/drivers/ne2000.c
/rk3399_rockchip-uboot/drivers/ne2000.h
/rk3399_rockchip-uboot/include/asm-mips/string.h
/rk3399_rockchip-uboot/include/asm-ppc/4xx_pci.h
/rk3399_rockchip-uboot/include/asm-ppc/4xx_pcie.h
/rk3399_rockchip-uboot/include/configs/MPC8266ADS.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/lubbock.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/xsengine.h
/rk3399_rockchip-uboot/include/part.h
5441f61a19-Oct-2007 Detlev Zundel <dzu@denx.de>

Fix two typos.

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

8f05a66113-Oct-2007 Wolfgang Denk <wd@denx.de>

Merge branch 'merge' of git://www.denx.de/git/u-boot-microblaze

23c56f9713-Oct-2007 Wolfgang Denk <wd@denx.de>

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

0d38effc25-Sep-2007 Grant Likely <grant.likely@secretlab.ca>

Fpga: fix incorrect test of CFG_FPGA_XILINX macro

CFG_FPGA_XILINX is a bit value used to test against the value in
CONFIG_FPGA. Testing for a value will always return TRUE. I don't
think that is t

Fpga: fix incorrect test of CFG_FPGA_XILINX macro

CFG_FPGA_XILINX is a bit value used to test against the value in
CONFIG_FPGA. Testing for a value will always return TRUE. I don't
think that is the intention in this code.

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

show more ...

481d432823-Sep-2007 Michal Simek <monstr@monstr.eu>

[FIX] repair MFSL commands

b90c045f23-Sep-2007 Michal Simek <monstr@monstr.eu>

synchronizition with mainline

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