| e93becf8 | 04-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 ...
|
| f738b4a7 | 25-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> |
| a3c2933e | 24-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 ...
|
| 4a43719a | 24-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 ...
|
| f92edbd8 | 20-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Merge branch 'origin' into kconfig-for-1.3.1 |
| 409ecdc0 | 18-Nov-2007 |
Wolfgang Denk <wd@denx.de> |
Fix compiler warnings for PPC systems. Update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de> |
| 2309c130 | 17-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> |
| efe33035 | 17-Nov-2007 |
Grant Likely <grant.likely@secretlab.ca> |
Merge branch 'origin' into kconfig-for-1.3.1
Conflicts:
drivers/Makefile |
| 5c15010e | 13-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 ...
|
| 6ecbb7a3 | 17-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 ...
|
| ee1f5e3b | 16-Nov-2007 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of /home/wd/git/u-boot/work |
| 7a60ee7c | 07-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> |
| f0037c56 | 24-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 ...
|
| 2ae64f51 | 15-Nov-2007 |
Peter Pearse <peter.pearse@arm.com> |
Remove warnings re CONFIG_EXTRA_ENV_SETTINGS Remove warnings re onenand_read() & write() |
| 71bc6e64 | 01-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 ...
|
| 298035df | 31-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> |
| eb6f214d | 25-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 ...
|
| dbbd1257 | 05-Oct-2007 |
Stefan Roese <sr@denx.de> |
ppc4xx: Add PPC405EX support
Signed-off-by: Stefan Roese <sr@denx.de> |
| 3048bcbf | 03-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 ...
|
| 5441f61a | 19-Oct-2007 |
Detlev Zundel <dzu@denx.de> |
Fix two typos.
Signed-off-by: Detlev Zundel <dzu@denx.de> |
| 8f05a661 | 13-Oct-2007 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'merge' of git://www.denx.de/git/u-boot-microblaze |
| 23c56f97 | 13-Oct-2007 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash |
| 0d38effc | 25-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 ...
|
| 481d4328 | 23-Sep-2007 |
Michal Simek <monstr@monstr.eu> |
[FIX] repair MFSL commands |
| b90c045f | 23-Sep-2007 |
Michal Simek <monstr@monstr.eu> |
synchronizition with mainline |