]> git.kernelconcepts.de Git - karo-tx-uboot.git/log
karo-tx-uboot.git
16 years agoPrepare for 1.3.0-rc3 release v1.3.0-rc3
Wolfgang Denk [Sat, 13 Oct 2007 22:13:19 +0000 (00:13 +0200)]
Prepare for 1.3.0-rc3 release

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoFix warning differ in signedness in cpu/pxa/mmc.c
Jean-Christophe PLAGNIOL-VILLARD [Sat, 29 Sep 2007 11:41:37 +0000 (13:41 +0200)]
Fix warning differ in signedness in cpu/pxa/mmc.c

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years agoFix warning differ in signedness in board/mpl/vcma9/vcma9.c
Wolfgang Denk [Sat, 13 Oct 2007 21:51:14 +0000 (23:51 +0200)]
Fix warning differ in signedness in board/mpl/vcma9/vcma9.c

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-avr32
Wolfgang Denk [Sat, 13 Oct 2007 21:01:27 +0000 (23:01 +0200)]
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32

16 years agoMerge branch 'merge' of git://www.denx.de/git/u-boot-microblaze
Wolfgang Denk [Sat, 13 Oct 2007 20:57:43 +0000 (22:57 +0200)]
Merge branch 'merge' of git://www.denx.de/git/u-boot-microblaze

16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Wolfgang Denk [Sat, 13 Oct 2007 19:50:12 +0000 (21:50 +0200)]
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze

16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
Wolfgang Denk [Sat, 13 Oct 2007 19:40:23 +0000 (21:40 +0200)]
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash

16 years agoCoding Style cleanup.
Wolfgang Denk [Sat, 13 Oct 2007 19:15:39 +0000 (21:15 +0200)]
Coding Style cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-arm
Wolfgang Denk [Sat, 13 Oct 2007 16:48:23 +0000 (18:48 +0200)]
Merge branch 'master' of git://www.denx.de/git/u-boot-arm

16 years agoGP3 SSA: enable RTC
Wolfgang Denk [Fri, 12 Oct 2007 13:49:39 +0000 (15:49 +0200)]
GP3 SSA: enable RTC

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge branch 'master' of /.automount/castor-vlab/root/home/wd/git/u-boot/master/
Wolfgang Denk [Wed, 10 Oct 2007 14:39:09 +0000 (16:39 +0200)]
Merge branch 'master' of /.automount/castor-vlab/root/home/wd/git/u-boot/master/

16 years agoMerge branch 'hellrosa_i2c' of /home/gjb/git/u-boot
Wolfgang Denk [Wed, 10 Oct 2007 14:31:06 +0000 (16:31 +0200)]
Merge branch 'hellrosa_i2c' of /home/gjb/git/u-boot

16 years agoMerge branch 'tqm5200_default_env' of /home/tur/git/u-boot
Wolfgang Denk [Wed, 10 Oct 2007 14:23:23 +0000 (16:23 +0200)]
Merge branch 'tqm5200_default_env' of /home/tur/git/u-boot

16 years ago[ads5121] EEPROM support added.
Grzegorz Bernacki [Tue, 9 Oct 2007 11:58:24 +0000 (13:58 +0200)]
[ads5121] EEPROM support added.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years agoAVR32: Initialize bi_flash* in board_init_r
Haavard Skinnemoen [Sat, 6 Oct 2007 16:55:35 +0000 (18:55 +0200)]
AVR32: Initialize bi_flash* in board_init_r

The ATSTK1000-specific flash driver intializes bi_flashstart,
bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
driver, don't.

Initialize these in board_init_r instead so that things will still be
set up correctly when we switch to the CFI driver.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agotqm5200: Fix CONFIG_CMD_PCI typo in board config file.
Marian Balakowicz [Fri, 5 Oct 2007 08:40:54 +0000 (10:40 +0200)]
tqm5200: Fix CONFIG_CMD_PCI typo in board config file.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
16 years agoCM5200: Fix missing null-termination in hostname manipulation code
Bartlomiej Sieka [Fri, 5 Oct 2007 07:46:06 +0000 (09:46 +0200)]
CM5200: Fix missing null-termination in hostname manipulation code

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16 years agoMerge with git://www.denx.de/git/u-boot.git
Peter Pearse [Thu, 4 Oct 2007 10:00:44 +0000 (11:00 +0100)]
Merge with git://www.denx.de/git/u-boot.git

16 years agoFix memtest breakage
Haavard Skinnemoen [Tue, 2 Oct 2007 17:09:01 +0000 (19:09 +0200)]
Fix memtest breakage

CFG_MEMTEST_START uses weird magic involving gd, which fails to
compile. Use hardcoded values instead (we actually know how much RAM
we have on board.)

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agoMerge commit 'origin/master'
Haavard Skinnemoen [Tue, 2 Oct 2007 17:05:53 +0000 (19:05 +0200)]
Merge commit 'origin/master'

16 years agoMerge with git://www.denx.de/git/u-boot.git
Stefan Roese [Tue, 2 Oct 2007 09:47:13 +0000 (11:47 +0200)]
Merge with git://www.denx.de/git/u-boot.git

16 years agoppc4xx: Coding style cleanup
Stefan Roese [Tue, 2 Oct 2007 09:44:46 +0000 (11:44 +0200)]
ppc4xx: Coding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
Stefan Roese [Tue, 2 Oct 2007 09:44:19 +0000 (11:44 +0200)]
ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoProgram EPLD to force full duplex mode for PHY.
Grzegorz Bernacki [Mon, 1 Oct 2007 07:51:50 +0000 (09:51 +0200)]
Program EPLD to force full duplex mode for PHY.

EPLD forces modes of PHY operation. By default full duplex is turned off.
This fix turns it on.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years agoFix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
Jean-Christophe PLAGNIOL-VILLARD [Thu, 27 Sep 2007 21:27:47 +0000 (23:27 +0200)]
Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years agoMerge branch 'master' of /home/stefan/git/u-boot/lwmon5
Stefan Roese [Thu, 27 Sep 2007 11:48:24 +0000 (13:48 +0200)]
Merge branch 'master' of /home/stefan/git/u-boot/lwmon5

16 years agoppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
Stefan Roese [Tue, 11 Sep 2007 12:12:55 +0000 (14:12 +0200)]
ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoMerge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
Wolfgang Denk [Tue, 25 Sep 2007 22:13:14 +0000 (00:13 +0200)]
Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master

16 years agoFpga: fix incorrect test of CFG_FPGA_XILINX macro
Grant Likely [Tue, 25 Sep 2007 21:48:05 +0000 (15:48 -0600)]
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>
16 years ago[FIX] change command handling and removing code violation
Michal Simek [Sun, 23 Sep 2007 22:41:30 +0000 (00:41 +0200)]
[FIX] change command handling and removing code violation

16 years ago[FIX] change sets of commands
Michal Simek [Sun, 23 Sep 2007 22:36:06 +0000 (00:36 +0200)]
[FIX] change sets of commands
because changing of command handling brings
compilation problems

16 years ago[FIX] Email reparation & Copyright
Michal Simek [Sun, 23 Sep 2007 22:30:42 +0000 (00:30 +0200)]
[FIX] Email reparation & Copyright
Both codes are written by myself without any
support from CTU

16 years ago[PATCH] Change macro name for UartLite
Michal Simek [Sun, 23 Sep 2007 22:25:11 +0000 (00:25 +0200)]
[PATCH] Change macro name for UartLite
because PowerPC 405 can use UartLite as console

16 years ago[PATCH] Add support for design without interrupt controller
Michal Simek [Sun, 23 Sep 2007 22:21:19 +0000 (00:21 +0200)]
[PATCH] Add support for design without interrupt controller
Polling timer

16 years ago[FIX] resolve problem with cpu without barrel shifter
Michal Simek [Sun, 23 Sep 2007 22:19:48 +0000 (00:19 +0200)]
[FIX] resolve problem with cpu without barrel shifter

16 years ago[FIX] repair email address
Michal Simek [Sun, 23 Sep 2007 22:18:46 +0000 (00:18 +0200)]
[FIX] repair email address

16 years ago[FIX] repair MFSL commands
Michal Simek [Sun, 23 Sep 2007 22:17:42 +0000 (00:17 +0200)]
[FIX] repair MFSL commands

16 years agosynchronizition with mainline
Michal Simek [Sun, 23 Sep 2007 22:08:37 +0000 (00:08 +0200)]
synchronizition with mainline

16 years agoMerge ../u-boot
Michal Simek [Sun, 23 Sep 2007 22:04:22 +0000 (00:04 +0200)]
Merge ../u-boot

16 years agoMerge with /home/wd/git/u-boot/custodian/u-boot-usb
Wolfgang Denk [Sat, 22 Sep 2007 22:47:01 +0000 (00:47 +0200)]
Merge with /home/wd/git/u-boot/custodian/u-boot-usb

16 years agov1.3.0-rc2 v1.3.0-rc2
Wolfgang Denk [Wed, 19 Sep 2007 22:04:14 +0000 (00:04 +0200)]
v1.3.0-rc2

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
Wolfgang Denk [Tue, 18 Sep 2007 19:39:39 +0000 (21:39 +0200)]
Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master

16 years agoAvoid compiler warning.
Wolfgang Denk [Tue, 18 Sep 2007 19:36:35 +0000 (21:36 +0200)]
Avoid compiler warning.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoBugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
Grant Likely [Tue, 18 Sep 2007 18:24:57 +0000 (12:24 -0600)]
Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config

/bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
nulls in a string differently.  For example, the following statement:
    echo "this is a string\0" > afile
Will produce the following with /bin/bash:
    "this is a string\0"
But with /bin/dash, will produce:
    "this is a string

Bug fixed by moving the embedded null out of the makefile and into the
config header.  Also renamed the macro to avoid usage colision with the same
macro used by other board ports.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
16 years agoMCC200: fix build warning
Wolfgang Denk [Tue, 18 Sep 2007 15:40:27 +0000 (17:40 +0200)]
MCC200: fix build warning

The MCC200 board config file includes version.h for some customer-
specific setting, which causes warnings with "make depend"; build
version.h before depend.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMove coloured led API to status_led.h
Peter Pearse [Tue, 18 Sep 2007 12:07:54 +0000 (13:07 +0100)]
Move coloured led API to status_led.h
Improve indentation in drivers/at45.c

16 years agoMerge with git://www.denx.de/git/u-boot.git
Peter Pearse [Tue, 18 Sep 2007 10:12:58 +0000 (11:12 +0100)]
Merge with git://www.denx.de/git/u-boot.git

16 years agoUpdate atstk1002 bootargs.
Eirik Aanonsen [Tue, 18 Sep 2007 06:47:20 +0000 (08:47 +0200)]
Update atstk1002 bootargs.

Updates to atstk1002 U-Boot header file:
- Changed bootargs:
    * Set the bootargs for at1002 to point to the SD-card partition instead
    * ... of the boot flash.
    * Removing the rootfstype since that argument are not needed.

Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agoAdd some comments to clocks in atstk1002.h
Eirik Aanonsen [Wed, 12 Sep 2007 11:32:37 +0000 (13:32 +0200)]
Add some comments to clocks in atstk1002.h

This patch applies some clarifying comments to how the different
clocks are setup according to atstk1002.h Some of the previous
comments where stating wrongful information.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agoMerge with git://www.denx.de/git/u-boot.git
Markus Klotzbuecher [Mon, 17 Sep 2007 15:12:45 +0000 (17:12 +0200)]
Merge with git://www.denx.de/git/u-boot.git

16 years agoDescription: Add NEC's PCI OHCI module ID to the USB OHCI driver
David Saada [Mon, 17 Sep 2007 15:04:47 +0000 (17:04 +0200)]
Description: Add NEC's PCI OHCI module ID to the USB OHCI driver

Signed-off-by: David Saada <david.saada@ecitele.com>
16 years agoSmall whitespace cleanup of OneNAND patch
Stefan Roese [Mon, 17 Sep 2007 06:20:47 +0000 (08:20 +0200)]
Small whitespace cleanup of OneNAND patch

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoOneNAND support (take #2)
Kyungmin Park [Mon, 10 Sep 2007 08:15:14 +0000 (17:15 +0900)]
OneNAND support (take #2)

[PATCH 3/3] OneNAND support (take #2)

OneNAND support at U-Boot

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16 years agoOneNAND support (take #2)
Kyungmin Park [Mon, 10 Sep 2007 08:14:34 +0000 (17:14 +0900)]
OneNAND support (take #2)

[PATCH 2/3] OneNAND support (take #2)

OneNAND support at U-Boot

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16 years agoOneNAND support (take #2)
Kyungmin Park [Mon, 10 Sep 2007 08:13:49 +0000 (17:13 +0900)]
OneNAND support (take #2)

[PATCH 1/3] OneNAND support (take #2)

OneNAND support at U-Boot

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16 years agoTQM8xx[LM]: Fix broken environment alignment.
Wolfgang Denk [Sun, 16 Sep 2007 15:10:04 +0000 (17:10 +0200)]
TQM8xx[LM]: Fix broken environment alignment.

With recent toolchains, the environment sectors were no longer aligned to
sector boundaries. The reason was a combination of two bugs:

1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
   for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
   this gets defined, is not included here (and cannot be included
   without causing lots of problems).

   Added a new #define CFG_USE_PPCENV for all boards which really
   want to put the environment is a ".ppcenv" section.

2) The linker scripts just include environment.o, silently assuming
   that the objects in that file are really in the order in which
   they are coded in the C file, i. e. "environment" first, then
   "redundand_environment", and "env_size" last. However, current
   toolchains (GCC-4.x) reorder the objects, causing the environment
   data not to start on a flash sector boundary:

   Instead of: we got:

40008000 T environment 40008000 T env_size
4000c000 T redundand_environment 40008004 T redundand_environment
40010000 T env_size 4000c004 T environment

   Note: this patch fixes just the first part, and cures the alignment
   problem by making sure that "env_size" gets placed correctly. However,
   we still have a potential issue because primary and redundant
   environment sectors are actually swapped, i. e. we have now:

40008000 T redundand_environment
4000c000 T environment
40010000 T env_size

   This shall be fixed in the next version.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoTQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
Wolfgang Denk [Sun, 16 Sep 2007 00:39:35 +0000 (02:39 +0200)]
TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoTypo fix in tsec.c
urwithsughosh@gmail.com [Mon, 10 Sep 2007 18:54:56 +0000 (14:54 -0400)]
Typo fix in tsec.c

Fixup for the break statement in wrong place.

[Patch by urwithsughosh@gmail.com]
Acked-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>

16 years agoFix do_div() usage in nand process output
Matthias Fuchs [Tue, 11 Sep 2007 15:04:00 +0000 (17:04 +0200)]
Fix do_div() usage in nand process output

Fix usage of do_div() in nand erase|read|write process output.

The last patch to nand_util.c introduced do_div() instead of libgcc's
implementation. But do_div() returns the quotient in its first
macro parameter and not as result.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16 years agoNAND: Add CFG_NAND_QUIET option
Matthias Fuchs [Wed, 12 Sep 2007 10:36:53 +0000 (12:36 +0200)]
NAND: Add CFG_NAND_QUIET option

This config option sets the default for the progress information
output behavior that can also be configured through the 'quiet'
environment variable.

The legacy NAND code does not print the current progress info
on the console. So this option is for backward compatibility for
units that are in the field and where setting the quiet variable
is not an option. With CFG_NAND_QUIET set to '1' the console
progress info is turned off. This can still be overwritten
through the environment variable.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16 years agoColdFire: fix build error becasue of bad type of mii_init()
Liew Tsi Chung-r5aahp [Thu, 13 Sep 2007 23:06:05 +0000 (16:06 -0700)]
ColdFire: fix build error becasue of bad type of mii_init()

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoColdFire: Fix build error caused by pixis.c
Liew Tsi Chung-r5aahp [Thu, 13 Sep 2007 23:04:05 +0000 (16:04 -0700)]
ColdFire: Fix build error caused by pixis.c

Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoUpdate MPC8349ITX*_config to place config.tmp in right place.
Sam Sparks [Fri, 14 Sep 2007 17:14:42 +0000 (11:14 -0600)]
Update MPC8349ITX*_config to place config.tmp in right place.

MPC834ITX*_config does not store config.tmp at the correct locatation,
causing MPC8349ITXGP to have the wrong TEXT_BASE.

Signed-off-by: Sam Sparks <SSparks@twacs.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
16 years agoFix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
Wolfgang Denk [Sat, 15 Sep 2007 18:48:41 +0000 (20:48 +0200)]
Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMake DECLARE_GLOBAL_DATA_PTR global for DaVinci
Dirk Behme [Sat, 15 Sep 2007 09:55:42 +0000 (11:55 +0200)]
Make DECLARE_GLOBAL_DATA_PTR global for DaVinci

As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
function local.

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
[1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805

16 years agocm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
Bartlomiej Sieka [Thu, 13 Sep 2007 16:21:48 +0000 (18:21 +0200)]
cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
16 years agotqm5200: Restore customary env. variable boot commands for powerpc kernels
Bartlomiej Sieka [Thu, 13 Sep 2007 14:33:59 +0000 (16:33 +0200)]
tqm5200: Restore customary env. variable boot commands for powerpc kernels

- update default definitions of kernel_addr and fdt_addr env. variables
- make arch/powerpc booting the default scenario
- update MTD partition layout to match the above

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16 years agoFix memory corruption problem on STX GP3 SSA Board.
Wolfgang Denk [Tue, 11 Sep 2007 22:48:57 +0000 (00:48 +0200)]
Fix memory corruption problem on STX GP3 SSA Board.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoFinal tidy
Peter Pearse [Tue, 11 Sep 2007 14:35:01 +0000 (15:35 +0100)]
Final tidy

16 years agoMerge with git://www.denx.de/git/u-boot.git
Peter Pearse [Tue, 11 Sep 2007 14:31:55 +0000 (15:31 +0100)]
Merge with git://www.denx.de/git/u-boot.git

16 years ago[GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
Grzegorz Bernacki [Tue, 11 Sep 2007 13:42:11 +0000 (15:42 +0200)]
[GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
scan on second pci bus.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years agoMerge with git://www.denx.de/git/u-boot.git
Peter Pearse [Tue, 11 Sep 2007 13:26:23 +0000 (14:26 +0100)]
Merge with git://www.denx.de/git/u-boot.git

16 years ago[ppc4xx] Individual handling of sdram.c for bamboo_nand build
Grzegorz Bernacki [Tue, 11 Sep 2007 10:57:52 +0000 (12:57 +0200)]
[ppc4xx] Individual handling of sdram.c for bamboo_nand build

Bamboo has a file sdram.c which needs special treatment when building in
separate directory. It has to be linked to build directory otherwise it is
not seen.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years ago[FIX] Microblaze ML401 - repare FLASH handling
Michal Simek [Mon, 10 Sep 2007 22:37:04 +0000 (00:37 +0200)]
[FIX] Microblaze ML401 - repare FLASH handling

16 years agoMerge git://www.denx.de/git/u-boot
Michal Simek [Mon, 10 Sep 2007 22:29:27 +0000 (00:29 +0200)]
Merge git://www.denx.de/git/u-boot

16 years agoMerge with /home/raj/git/u-boot#ads5121_fec_optimize
Wolfgang Denk [Mon, 10 Sep 2007 21:21:16 +0000 (23:21 +0200)]
Merge with /home/raj/git/u-boot#ads5121_fec_optimize

16 years agoAllocate CPU Architecture Code for STMicroelectronics' ST200.
Sean MCGOOGAN [Mon, 10 Sep 2007 15:55:59 +0000 (16:55 +0100)]
Allocate CPU Architecture Code for STMicroelectronics' ST200.

Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
---------------------------------------------------

16 years agoUpdate version to match current state.
Wolfgang Denk [Mon, 10 Sep 2007 18:42:31 +0000 (20:42 +0200)]
Update version to match current state.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years ago[MPC512x] Streamline frame handling in the FEC driver
Grzegorz Bernacki [Mon, 10 Sep 2007 15:39:08 +0000 (17:39 +0200)]
[MPC512x] Streamline frame handling in the FEC driver

- convert frame size settings to be derived from a single base
- set frame size to the recommended default value

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years agoMerge with git://www.denx.de/git/u-boot.git
Peter Pearse [Mon, 10 Sep 2007 09:11:15 +0000 (10:11 +0100)]
Merge with git://www.denx.de/git/u-boot.git

16 years agoRemove compiler warning: target CPU does not support interworking
Kyungmin Park [Mon, 10 Sep 2007 02:34:00 +0000 (11:34 +0900)]
Remove compiler warning: target CPU does not support interworking

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16 years agoFix compile error in spc1920 config.
Wolfgang Denk [Sun, 9 Sep 2007 19:21:33 +0000 (21:21 +0200)]
Fix compile error in spc1920 config.

Signed-off-by: Markus Klotzbücher <mk@denx.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoBugfix: make bootm+libfdt compile on boards with no flash
Grant Likely [Fri, 7 Sep 2007 15:25:07 +0000 (09:25 -0600)]
Bugfix: make bootm+libfdt compile on boards with no flash

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
16 years agoMerge with /home/raj/git/u-boot#440SPe_PCIe_fixes
Wolfgang Denk [Sat, 8 Sep 2007 18:52:57 +0000 (20:52 +0200)]
Merge with /home/raj/git/u-boot#440SPe_PCIe_fixes

16 years agoMerge with /home/raj/git/u-boot#ads5121_fixes
Wolfgang Denk [Sat, 8 Sep 2007 18:45:59 +0000 (20:45 +0200)]
Merge with /home/raj/git/u-boot#ads5121_fixes

16 years ago[PPC440SPe] PCIe environment settings for Katmai and Yucca
Grzegorz Bernacki [Fri, 7 Sep 2007 16:35:37 +0000 (18:35 +0200)]
[PPC440SPe] PCIe environment settings for Katmai and Yucca

- 'pciconfighost' is set by default in order to be able to scan bridges
behind the primary host/PCIe

- 'pciscandelay' env variable is recognized to allow for user-controlled
delay before the PCIe bus enumeration; some peripheral devices require a
significant delay before they can be scanned (e.g. LSI8408E); without the
delay they are not detected

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years ago[PPC440SPe] Improve PCIe configuration space access
Grzegorz Bernacki [Fri, 7 Sep 2007 16:20:23 +0000 (18:20 +0200)]
[PPC440SPe] Improve PCIe configuration space access

- correct configuration space mapping
- correct bus numbering
- better access to config space

Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
first device on the first bus. We now allow to configure up to 16 buses;
also, scanning for devices behind the PCIe-PCIe bridge is supported, so
peripheral devices farther in hierarchy can be identified.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years ago[PPC440SPe] Convert machine check exceptions handling
Grzegorz Bernacki [Fri, 7 Sep 2007 15:46:18 +0000 (17:46 +0200)]
[PPC440SPe] Convert machine check exceptions handling

Convert using fixup mechanism to suppressing MCK for the duration of config
read/write transaction: while fixups work fine with the case of a precise
exception, we identified a major drawback with this approach when there's
an imprecise case. In this scenario there is the following race condition:
the fixup is (by design) set to catch the instruction following the one
actually causing the exception; if an interrupt (e.g. decrementer) happens
between those two instructions, the ISR code is executed before the fixup
handler the machine check is no longer protected by the fixup handler as it
appears as within the ISR code. In consequence the fixup approach is being
phased out and replaced with explicit suppressing of MCK during a PCIe
config read/write cycle.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years agoFix typo in MAKEALL script. v1.3.0-rc1
Wolfgang Denk [Fri, 7 Sep 2007 15:43:36 +0000 (17:43 +0200)]
Fix typo in MAKEALL script.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years ago[MPC512x] Proper handling of larger frames in the FEC driver
Grzegorz Bernacki [Fri, 7 Sep 2007 15:09:21 +0000 (17:09 +0200)]
[MPC512x] Proper handling of larger frames in the FEC driver

When frame larger than local RX buffer is received, it is split and handled
by two buffer descriptors. Prior to this patch the FEC driver discarded
contents of a buffer descriptor without the 'LAST' bit set, so the first
part of the frame was lost in case of larger frames. This fix allows to
safely combine the two pieces into the whole frame.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years ago[MPC512x] Correct fixup relocation
Rafal Jaworowski [Fri, 7 Sep 2007 15:05:36 +0000 (17:05 +0200)]
[MPC512x] Correct fixup relocation

Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
16 years agoMerge with git://www.denx.de/git/u-boot.git
Peter Pearse [Fri, 7 Sep 2007 12:26:51 +0000 (13:26 +0100)]
Merge with git://www.denx.de/git/u-boot.git

16 years agoUpdate CHANGELOG, minor coding style cleanup.
Wolfgang Denk [Thu, 6 Sep 2007 23:21:25 +0000 (01:21 +0200)]
Update CHANGELOG, minor coding style cleanup.

16 years agoPXA270: Added support for TrizepsIV board.
stefano babic [Thu, 30 Aug 2007 21:01:49 +0000 (23:01 +0200)]
PXA270: Added support for TrizepsIV board.

This patch add support for the Trizeps IV module (520Mhz).

Signed-off-by: Stefano Babic <sbabic@denx.de>
16 years agoPXA270: Add support for multiple serial ports.
stefano babic [Thu, 30 Aug 2007 20:57:04 +0000 (22:57 +0200)]
PXA270: Add support for multiple serial ports.

This patch adds support for multiple serial ports to the PXA target.
FFUART, BTUART and STUART are supported.

Signed-off-by: Stefano Babic <sbabic@denx.de>
16 years agoPXA270: fix compile issue (invalid lvalue)
stefano babic [Thu, 30 Aug 2007 20:48:47 +0000 (22:48 +0200)]
PXA270: fix compile issue (invalid lvalue)

Code is broken for PXA270 due to "invalid lvalue in assignment".

This patch fix it in pxa-regs.h

Signed-off-by: Stefano Babic <sbabic@denx.de>
16 years agoAdd BUILD_DIR support for bios emulator.
Jason Jin [Thu, 30 Aug 2007 10:19:05 +0000 (18:19 +0800)]
Add BUILD_DIR support for bios emulator.

Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16 years ago[MIPS] Remove inline asm string functions
Shinya Kuribayashi [Fri, 31 Aug 2007 05:41:51 +0000 (14:41 +0900)]
[MIPS] Remove inline asm string functions

Stop using inline string functions on MIPS as other ARCHs do so,
since the optimized inline asm versions are not small.

This change is triggered by a following MIPS build error:
common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
common/exports.c:32: undefined reference to `strcmp'
make: *** [u-boot] Error 1

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16 years ago[MIPS] Update asm string header
Shinya Kuribayashi [Fri, 31 Aug 2007 05:41:45 +0000 (14:41 +0900)]
[MIPS] Update asm string header

This patches contains several bugfixes and cleanups in the latest upstream:

 - Don't include linux/config.h
 - Remove buggy inline version of memscan.
 - Merge with Linux 2.6.11-rc3.
 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
 - Goodbye mips64.  31704 lines of code bite the dust.
 - Replace extern inline with static inline.
 - Fix return value of strncpy.
 - Remove a bunch more "$1" clobbers.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16 years agoMerge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx
Wolfgang Denk [Thu, 6 Sep 2007 22:15:04 +0000 (00:15 +0200)]
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx