]> git.kernelconcepts.de Git - karo-tx-uboot.git/log
karo-tx-uboot.git
16 years agoPrepare v1.3.2-rc1 release candidate v1.3.2-rc1
Wolfgang Denk [Thu, 14 Feb 2008 23:57:09 +0000 (00:57 +0100)]
Prepare v1.3.2-rc1 release candidate

16 years agoFix compile warning on lib_ppc/board.c
Anatolij Gustschin [Thu, 14 Feb 2008 23:13:20 +0000 (00:13 +0100)]
Fix compile warning on lib_ppc/board.c

Signed-off-by: Anatolij Gustschin <agust@denx.de>
16 years agoAdd Radeon Mobility 9200 pci device id to the radeon driver
Anatolij Gustschin [Thu, 14 Feb 2008 17:22:04 +0000 (18:22 +0100)]
Add Radeon Mobility 9200 pci device id to the radeon driver

This patch extends PCI device id table of the
radeon driver so that the driver will also support
Radeon Mobility 9200 (M9+) based boards.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
16 years agoExtend ATI Radeon driver to support more video modes
Anatolij Gustschin [Thu, 14 Feb 2008 17:19:50 +0000 (18:19 +0100)]
Extend ATI Radeon driver to support more video modes

Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
800x600, 640x480 at 24, 16 and 8 bpp.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
16 years agoxsengine: fix typo and few coding style
Jean-Christophe PLAGNIOL-VILLARD [Sun, 10 Feb 2008 16:05:20 +0000 (17:05 +0100)]
xsengine: fix typo and few coding style

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years agoFix wrong memory limit calculation in memory-test
Guennadi Liakhovetski [Fri, 8 Feb 2008 20:25:58 +0000 (21:25 +0100)]
Fix wrong memory limit calculation in memory-test

If the length of the memory address range passed to the "mtest" command is
not of the form 2^x - 1, not all address lines are tested. This bug is
inherited from the original software at
http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
this.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
16 years agoMerge ../custodians
Wolfgang Denk [Thu, 14 Feb 2008 23:27:11 +0000 (00:27 +0100)]
Merge ../custodians

16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
Wolfgang Denk [Thu, 14 Feb 2008 23:26:52 +0000 (00:26 +0100)]
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx

Conflicts:

common/cmd_reginfo.c

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge ../custodians
Wolfgang Denk [Thu, 14 Feb 2008 23:22:49 +0000 (00:22 +0100)]
Merge ../custodians

16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Wolfgang Denk [Thu, 14 Feb 2008 23:22:37 +0000 (00:22 +0100)]
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx

16 years agoMerge ../custodians
Wolfgang Denk [Thu, 14 Feb 2008 23:16:32 +0000 (00:16 +0100)]
Merge ../custodians

16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-sh
Wolfgang Denk [Thu, 14 Feb 2008 23:16:26 +0000 (00:16 +0100)]
Merge branch 'master' of git://www.denx.de/git/u-boot-sh

16 years agoMerge ../custodians
Wolfgang Denk [Thu, 14 Feb 2008 23:14:36 +0000 (00:14 +0100)]
Merge ../custodians

16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-avr32
Wolfgang Denk [Thu, 14 Feb 2008 23:14:26 +0000 (00:14 +0100)]
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32

16 years agoMerge ../custodians
Wolfgang Denk [Thu, 14 Feb 2008 23:13:09 +0000 (00:13 +0100)]
Merge ../custodians

16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
Wolfgang Denk [Thu, 14 Feb 2008 23:12:52 +0000 (00:12 +0100)]
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx

16 years agoCoding STyle cleanup.
Wolfgang Denk [Thu, 14 Feb 2008 23:11:39 +0000 (00:11 +0100)]
Coding STyle cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-blackfin
Wolfgang Denk [Thu, 14 Feb 2008 23:06:18 +0000 (00:06 +0100)]
Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin

Conflicts:

Makefile
doc/README.standalone

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agosh: Fix register address of SH7722
Nobuhiro Iwamatsu [Tue, 5 Feb 2008 04:30:43 +0000 (13:30 +0900)]
sh: Fix register address of SH7722

The address of SH7722 is wrong by old document.
This patch fixes this problem.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16 years agoonly update version header as needed
Mike Frysinger [Mon, 4 Feb 2008 22:44:23 +0000 (17:44 -0500)]
only update version header as needed

Constantly rebuilding the version header will force useless relinking, so we
simply need to compare the new header with the existing one before updating
it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoDo not specify a CROSS_COMPILE default when executing size
Mike Frysinger [Mon, 28 Jan 2008 10:56:19 +0000 (05:56 -0500)]
Do not specify a CROSS_COMPILE default when executing size

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoFix return value of mtest when CFG_ALT_MEMTEST set
Guennadi Liakhovetski [Wed, 13 Feb 2008 10:19:19 +0000 (11:19 +0100)]
Fix return value of mtest when CFG_ALT_MEMTEST set

Fix a missing return statement from a non-void function.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
16 years ago85xx, 86xx: Determine I2C clock frequencies and store in global_data
Timur Tabi [Wed, 9 Jan 2008 20:35:26 +0000 (14:35 -0600)]
85xx, 86xx: Determine I2C clock frequencies and store in global_data

Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.

Update the get_clocks() function in 85xx and 86xx to determine the I2C
clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.

Signed-off-by: Timur Tabi <timur@freescale.com>
16 years agoTQM834x: clean up configuration
Wolfgang Denk [Thu, 14 Feb 2008 22:18:01 +0000 (23:18 +0100)]
TQM834x: clean up configuration

Get board name consistent with Linux and elsewhere;
get rid of local network definitions etc.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoTFTP: fix search of ':' in BootFile
Jean-Christophe PLAGNIOL-VILLARD [Thu, 14 Feb 2008 07:02:12 +0000 (08:02 +0100)]
TFTP: fix search of ':' in BootFile

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years agoCoding style cleanup; update CHANGELOG.
Wolfgang Denk [Thu, 14 Feb 2008 21:46:55 +0000 (22:46 +0100)]
Coding style cleanup; update CHANGELOG.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoPPC: Use r2 instead of r29 as global data pointer
Wolfgang Denk [Thu, 14 Feb 2008 21:43:22 +0000 (22:43 +0100)]
PPC: Use r2 instead of r29 as global data pointer

R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
will refuse to use load/store multiple insns; instead, it issues a
list of simple load/store instructions upon function entry and exit,
resulting in bigger code size, which in turn makes the build for a
few boards fail.

Use r2 instead.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoARM: make the machid configurable via the environment
Uwe Kleine-König [Wed, 30 Jan 2008 08:08:49 +0000 (09:08 +0100)]
ARM: make the machid configurable via the environment

If the variable "machid" exists, let do_bootm_linux use that instead
of bd->bi_arch_number.

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
16 years agoUse #ifdef CONFIG_FSLDMAFEC
Vlad Lungu [Wed, 23 Jan 2008 14:34:46 +0000 (16:34 +0200)]
Use #ifdef CONFIG_FSLDMAFEC

MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
fails

Signed-off-by: Vlad Lungu <vlad@comsys.ro>
16 years agocommon/miiphyutil.c: Cleanup MII_DEBUG and debug()
Shinya Kuribayashi [Sat, 19 Jan 2008 01:25:59 +0000 (10:25 +0900)]
common/miiphyutil.c: Cleanup MII_DEBUG and debug()

Current MII_DEBUG is confusing in two ways. One is useless define-then-
undef at the top of the file. The other is there is only one debug() in
this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
While there are many useful printf()/puts() debug codes, but they are for
DEBUG, not for MII_DEBUG.

This patch tries to put them all together into MII_DEBUG and debug().

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16 years agoOneNAND Initial Program Loader (IPL) support
Kyungmin Park [Thu, 17 Jan 2008 07:43:25 +0000 (16:43 +0900)]
OneNAND Initial Program Loader (IPL) support

This patch enables the OneNAND boot within U-Boot.
Before this work, we used another OneNAND IPL called X-Loader based
on open source. With this work, we can build the oneboot.bin image
without other program.

The build sequence is simple.
First, it compiles the u-boot.bin
Second, it compiles OneNAND IPL
Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
The mechanism is similar with NAND boot except it boots from itself.

Another thing is that you can only use the OneNAND IPL only to work
other bootloader such as RedBoot and so on.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16 years agoFix CONFIG_MMC usage in fat code
Andy Fleming [Wed, 16 Jan 2008 19:06:59 +0000 (13:06 -0600)]
Fix CONFIG_MMC usage in fat code

A #if statement in fat.c depended on CONFIG_MMC, instead of
defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
as "1" rather than just defined.  Now it's better.

Signed-off-by: Andy Fleming <afleming@freescale.com>
16 years agoppc: Refactor cache routines, so there is only one common set.
Rafal Jaworowski [Tue, 15 Jan 2008 11:52:31 +0000 (12:52 +0100)]
ppc: Refactor cache routines, so there is only one common set.

Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
16 years agoMerge commit 'wd/master'
Jon Loeliger [Thu, 14 Feb 2008 20:07:21 +0000 (14:07 -0600)]
Merge commit 'wd/master'

16 years ago86xx: Fix compilation warning in sys_eprom.c
Jon Loeliger [Wed, 23 Jan 2008 21:55:02 +0000 (15:55 -0600)]
86xx: Fix compilation warning in sys_eprom.c

sys_eeprom.c:82:9: warning: unknown escape sequence '\/'

Signed-off-by: Jon Loeliger <jdl@freescale.com>
16 years agoMerge branch 'denx'
Andy Fleming [Thu, 14 Feb 2008 16:11:14 +0000 (10:11 -0600)]
Merge branch 'denx'

16 years agoMerge branch 'for-1.3.2'
Stefan Roese [Thu, 14 Feb 2008 10:46:07 +0000 (11:46 +0100)]
Merge branch 'for-1.3.2'

16 years agoppc4xx: HCU4/5. Fix make O=../xx
Niklaus Giger [Tue, 5 Feb 2008 09:26:42 +0000 (10:26 +0100)]
ppc4xx: HCU4/5. Fix make O=../xx

Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16 years agoppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
Larry Johnson [Tue, 22 Jan 2008 13:51:59 +0000 (08:51 -0500)]
ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code

Signed-off-by: Larry Johnson <lrj@acm.org>
16 years agoMerge branch 'denx'
Andy Fleming [Thu, 14 Feb 2008 00:36:27 +0000 (18:36 -0600)]
Merge branch 'denx'

16 years agoNFS Timeout with large files.
Hiroshi Ito [Thu, 31 Jan 2008 09:35:04 +0000 (18:35 +0900)]
NFS Timeout with large files.

Retry to send NFS packet before reaching timeout.

Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
16 years agoAdd dependencies to avoid race conditions with parallel make.
Johannes Stezenbach [Mon, 28 Jan 2008 23:11:25 +0000 (00:11 +0100)]
Add dependencies to avoid race conditions with parallel make.

Signed-off-by: Johannes Stezenbach <js@sig21.net>
16 years agoMark board_init_[fr] as noreturn
Mike Frysinger [Mon, 28 Jan 2008 10:46:01 +0000 (05:46 -0500)]
Mark board_init_[fr] as noreturn

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoOnly use TEXT_BASE if defined by the board
Mike Frysinger [Mon, 28 Jan 2008 10:28:50 +0000 (05:28 -0500)]
Only use TEXT_BASE if defined by the board

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoFix remaining CONFIG_COMMANDS
Jean-Christophe PLAGNIOL-VILLARD [Fri, 25 Jan 2008 06:54:47 +0000 (07:54 +0100)]
Fix remaining CONFIG_COMMANDS

update comments
Fix coding style

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years agoAdd *~ to .gitignore
Niklaus Giger [Mon, 21 Jan 2008 15:46:00 +0000 (16:46 +0100)]
Add *~ to .gitignore

One should never add a backup file ending in with ~ to the git repository.

Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16 years agoRemove duplicate defines for ARRAY_SIZE
Kumar Gala [Thu, 17 Jan 2008 06:02:10 +0000 (00:02 -0600)]
Remove duplicate defines for ARRAY_SIZE

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16 years agoFix incorrect address test in AT91F_DataflashSelect().
Stelian Pop [Mon, 14 Jan 2008 21:08:14 +0000 (22:08 +0100)]
Fix incorrect address test in AT91F_DataflashSelect().

Signed-off-by: Stelian Pop <stelian@popies.net>
16 years agoFix building of fdt_support.c if DEBUG set
Kumar Gala [Wed, 13 Feb 2008 21:09:58 +0000 (15:09 -0600)]
Fix building of fdt_support.c if DEBUG set

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16 years agoAdd CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
Jon Loeliger [Tue, 12 Feb 2008 20:53:28 +0000 (14:53 -0600)]
Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols

These replace direct structure references for IMMR sections.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
16 years agoMerge commit 'wd/master'
Jon Loeliger [Wed, 13 Feb 2008 22:03:20 +0000 (16:03 -0600)]
Merge commit 'wd/master'

16 years agoMerge branch 'master' of /home/wd/git/u-boot/custodians
Wolfgang Denk [Mon, 11 Feb 2008 23:56:25 +0000 (00:56 +0100)]
Merge branch 'master' of /home/wd/git/u-boot/custodians

16 years agoMerge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
Wolfgang Denk [Mon, 11 Feb 2008 23:53:56 +0000 (00:53 +0100)]
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx

16 years agoMerge branch 'master' of /home/wd/git/u-boot/custodians
Wolfgang Denk [Mon, 11 Feb 2008 23:51:05 +0000 (00:51 +0100)]
Merge branch 'master' of /home/wd/git/u-boot/custodians

16 years agoGet rid of "#undef DEBUG" from board config files.
Wolfgang Denk [Mon, 11 Feb 2008 23:45:06 +0000 (00:45 +0100)]
Get rid of "#undef DEBUG" from board config files.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoRemove #undef DEBUG from MPC83xx board header files
Timur Tabi [Tue, 15 Jan 2008 23:09:41 +0000 (17:09 -0600)]
Remove #undef DEBUG from MPC83xx board header files

Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
The inclusion of this line makes it impossible to enable debug code in
other source files, because "#define DEBUG" typically needs to be defined
before any header files are included.

Signed-off-by: Timur Tabi <timur@freescale.com>
16 years agoQE: Move FDT support into a common file
Kumar Gala [Thu, 17 Jan 2008 14:25:45 +0000 (08:25 -0600)]
QE: Move FDT support into a common file

Move the flat device tree setup for QE related devices into
a common file shared between 83xx & 85xx platforms that have QE's.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16 years agoADS5121e: DDR2 init/timing update.
Grzegorz Bernacki [Mon, 28 Jan 2008 09:15:02 +0000 (10:15 +0100)]
ADS5121e: DDR2 init/timing update.

Signed-off-by: John Rigby <jrigby@freescale.com>
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16 years agoDevice tree updates
John Rigby [Wed, 30 Jan 2008 20:36:57 +0000 (13:36 -0700)]
Device tree updates

Changes to match 5121 device tree going mainline in 2.6.25.

Change OF_SOC from "soc5121" to plain "soc".
Remove unneeded "ref-frequency" fixups.
Remove "address" enetaddr fixup.

Add bus-frequency fixup for old OF_SOC so old
kernels with old device trees will work with new
u-boot with 66MHz IPS clock

Signed-off-by: John Rigby <jrigby@freescale.com>
16 years agoChange IPS freq to 66MHz
John Rigby [Wed, 30 Jan 2008 20:36:56 +0000 (13:36 -0700)]
Change IPS freq to 66MHz

Recommended frequency is 66MHz
Change divider from 4 to 3.

Signed-off-by: John Rigby <jrigby@freescale.com>
16 years agoxsengine: rename board_post_init to board_late_init
Jean-Christophe PLAGNIOL-VILLARD [Mon, 14 Jan 2008 21:38:55 +0000 (22:38 +0100)]
xsengine: rename board_post_init to board_late_init

missing migration from "Cleanup of some init functions"
in c837dcb1a316745092567bfe4fb266d0941884ff

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years agoAdd attribute POST_PREREL to ECC memory POST
Larry Johnson [Sun, 13 Jan 2008 04:35:33 +0000 (23:35 -0500)]
Add attribute POST_PREREL to ECC memory POST

Signed-off-by: Larry Johnson <lrj@acm.org>
16 years agoQE: Move FDT support into a common file
Kumar Gala [Thu, 17 Jan 2008 14:25:45 +0000 (08:25 -0600)]
QE: Move FDT support into a common file

Move the flat device tree setup for QE related devices into
a common file shared between 83xx & 85xx platforms that have QE's.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16 years agoAVR32: Make SDRAM refresh rate configurable
Haavard Skinnemoen [Wed, 23 Jan 2008 16:20:14 +0000 (17:20 +0100)]
AVR32: Make SDRAM refresh rate configurable

The existing code assumes the SDRAM row refresh period should always
be 15.6 us. This is not always true, and indeed on the ATNGW100, the
refresh rate should really be 7.81 us.

Add a refresh_period member to struct sdram_info and initialize it
properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
panic() until the refresh_period member is updated properly.

Big thanks to Gerhard Berghofer for pointing out this issue.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agoATSTK1000: Fix potential flash programming bug
Haavard Skinnemoen [Thu, 19 Apr 2007 08:10:11 +0000 (10:10 +0200)]
ATSTK1000: Fix potential flash programming bug

The (now obsolete) atngw100 flash programming code was having problems
programming the onboard at49bv642 chip. The atstk1000 flash
programming code may have the same bug, so import fix for this problem
from the AVR32 Linux BSP.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agoATSTK1004: Fix comment about default load address
Haavard Skinnemoen [Thu, 22 Nov 2007 16:04:13 +0000 (17:04 +0100)]
ATSTK1004: Fix comment about default load address

The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
wouldn't have worked anyway since the board can only access 4MB of
SDRAM.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agoATSTK1002: Use SDRAM + 4MB as default load address
Haavard Skinnemoen [Thu, 22 Nov 2007 16:01:24 +0000 (17:01 +0100)]
ATSTK1002: Use SDRAM + 4MB as default load address

Many people run into problems when they compile a big kernel and load
the uImage at the default SDRAM + 2MB address as the kernel will
overwrite the uImage as it is being unpacked. Increase the default
load address so that we can load a 4MB kernel image without any
problems.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agoATNGW100: Fix default mtest range
Haavard Skinnemoen [Thu, 22 Nov 2007 15:51:39 +0000 (16:51 +0100)]
ATNGW100: Fix default mtest range

Let mtest cover the whole SDRAM except the last megabyte, which is
where u-boot lives.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 years agosh: Fix register address of SH7722.
Nobuhiro Iwamatsu [Tue, 22 Jan 2008 06:31:56 +0000 (15:31 +0900)]
sh: Fix register address of SH7722.

The address of SH7722 is wrong by old document.
This patch fixes this problem.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16 years agonew command for displaying strings at specified memory locations
Mike Frysinger [Tue, 5 Feb 2008 00:26:57 +0000 (19:26 -0500)]
new command for displaying strings at specified memory locations

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agorewrite/cleanup Blackfin RTC driver
Mike Frysinger [Tue, 5 Feb 2008 00:26:57 +0000 (19:26 -0500)]
rewrite/cleanup Blackfin RTC driver

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agogenerate u-boot.ldr for Blackfin targets
Mike Frysinger [Tue, 5 Feb 2008 00:26:57 +0000 (19:26 -0500)]
generate u-boot.ldr for Blackfin targets

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoscrub unused symbols
Mike Frysinger [Tue, 5 Feb 2008 00:26:57 +0000 (19:26 -0500)]
scrub unused symbols

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agomove Blackfin cpu object list to respective cpu directories
Mike Frysinger [Tue, 5 Feb 2008 00:26:57 +0000 (19:26 -0500)]
move Blackfin cpu object list to respective cpu directories

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agointerface to Blackfin on-chip One-Time-Programmable memory
Mike Frysinger [Tue, 5 Feb 2008 00:26:57 +0000 (19:26 -0500)]
interface to Blackfin on-chip One-Time-Programmable memory

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoadd support for memory commands with Blackfin L1 instruction memory
Mike Frysinger [Tue, 5 Feb 2008 00:26:56 +0000 (19:26 -0500)]
add support for memory commands with Blackfin L1 instruction memory

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agouse C code rather than inline assembly
Mike Frysinger [Tue, 5 Feb 2008 00:26:56 +0000 (19:26 -0500)]
use C code rather than inline assembly

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoadd Blackfin-specific reginfo command
Mike Frysinger [Tue, 5 Feb 2008 00:26:56 +0000 (19:26 -0500)]
add Blackfin-specific reginfo command

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoadd support for Blackfin symbol prefixes to examples
Mike Frysinger [Tue, 5 Feb 2008 00:26:55 +0000 (19:26 -0500)]
add support for Blackfin symbol prefixes to examples

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoadd Blackfin-specific bdinfo command
Mike Frysinger [Tue, 5 Feb 2008 00:26:55 +0000 (19:26 -0500)]
add Blackfin-specific bdinfo command

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agomove -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
Mike Frysinger [Tue, 5 Feb 2008 00:26:55 +0000 (19:26 -0500)]
move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agounify the Blackfin board targets
Mike Frysinger [Tue, 5 Feb 2008 00:26:55 +0000 (19:26 -0500)]
unify the Blackfin board targets

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agopunt Blackfin VDSP headers and import sanitized/auto-generated ones
Mike Frysinger [Tue, 5 Feb 2008 00:26:55 +0000 (19:26 -0500)]
punt Blackfin VDSP headers and import sanitized/auto-generated ones

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoalways pull in asm/blackfin.h for Blackfin ports
Mike Frysinger [Tue, 5 Feb 2008 00:26:54 +0000 (19:26 -0500)]
always pull in asm/blackfin.h for Blackfin ports

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoadd missing __raw versions of Blackfin read/write io functions
Mike Frysinger [Tue, 5 Feb 2008 00:26:54 +0000 (19:26 -0500)]
add missing __raw versions of Blackfin read/write io functions

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoadd the default Blackfin logo used by Blackfin boards with splash screens
Mike Frysinger [Tue, 5 Feb 2008 00:26:54 +0000 (19:26 -0500)]
add the default Blackfin logo used by Blackfin boards with splash screens

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoadd some more Blackfin docs
Mike Frysinger [Tue, 5 Feb 2008 00:26:54 +0000 (19:26 -0500)]
add some more Blackfin docs

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agomake smc91111_eeprom managment simpler by depending on the board configuration file...
Mike Frysinger [Tue, 5 Feb 2008 00:26:54 +0000 (19:26 -0500)]
make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agofix building on Blackfin as the assembler supports the .set syntax, not the = syntax...
Mike Frysinger [Tue, 5 Feb 2008 00:26:54 +0000 (19:26 -0500)]
fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoadd gitignores for Blackfin pieces
Mike Frysinger [Tue, 5 Feb 2008 00:26:53 +0000 (19:26 -0500)]
add gitignores for Blackfin pieces

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years agoTFTP: add host ip addr support
Jean-Christophe PLAGNIOL-VILLARD [Fri, 18 Jan 2008 00:14:03 +0000 (01:14 +0100)]
TFTP: add host ip addr support

allow to use a different server as set in serverip
add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
if not defined the max length will be at 128

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years ago85xx,86xx: Determine I2C clock frequencies and store in global_data
Timur Tabi [Wed, 9 Jan 2008 20:35:26 +0000 (14:35 -0600)]
85xx,86xx: Determine I2C clock frequencies and store in global_data

Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.

Update the get_clocks() function in 85xx and 86xx to determine the I2C
clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.

Signed-off-by: Timur Tabi <timur@freescale.com>
16 years agoOMAP5912: fix FIFO handling in UART driver
Wolfgang Denk [Thu, 27 Dec 2007 09:56:54 +0000 (10:56 +0100)]
OMAP5912: fix FIFO handling in UART driver

According to the OMAP5912 Serial Interfaces Reference Guide (see
http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
changed when the baud clock is not running, i. e. when both DLL and
DLH are set to 0.

Thus make sure that DLL and DLH are 0 when writing the FCR.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoARM: S3C24x0 SoC NAND controller support
Harald Welte [Wed, 19 Dec 2007 14:10:52 +0000 (15:10 +0100)]
ARM: S3C24x0 SoC NAND controller support

This patch adds NAND support to the S3C24x0 SoC code in u-boot

Signed-off-by: Harald Welte <laforge@openmoko.org>
16 years agoARM: s3c24xx: Multiple serial port support
Harald Welte [Wed, 19 Dec 2007 13:24:40 +0000 (14:24 +0100)]
ARM: s3c24xx: Multiple serial port support

This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's

Signed-off-by: Harald Welte <laforge@openmoko.org>
16 years agoARM: arm920t: Allow use of 'gd' pointer from IRQ
Harald Welte [Wed, 19 Dec 2007 13:16:57 +0000 (14:16 +0100)]
ARM: arm920t: Allow use of 'gd' pointer from IRQ

This patch allows us to use the 'gd' pointer (and thus environment
and everything else associated with it) from interrupt context on
arm920t.

Signed-off-by: Harald Welte <laforge@openmoko.org>
16 years agoARM: arm920/s3c24xx: IRQ demulitplexer callback
Harald Welte [Wed, 19 Dec 2007 13:19:38 +0000 (14:19 +0100)]
ARM: arm920/s3c24xx: IRQ demulitplexer callback

This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
plus a stub implementation of it for the S3C2410.

The purpose is to allow arm920t implementations such as the s3c24x0 to
implement interrupt handlers in u-boot without having to touch core
arm920t code.

Signed-off-by: Harald Welte <laforge@openmoko.org>
16 years agoARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
Hebbar [Wed, 19 Dec 2007 00:03:07 +0000 (16:03 -0800)]
ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined

Add ifdef to bdinfo command to display ethernet information
only if CONFIG_CMD_NET is defined for arm modules.

Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
16 years agoARM: add I2C init function call in lib_arm/board.c
Hebbar [Wed, 19 Dec 2007 00:00:54 +0000 (16:00 -0800)]
ARM: add I2C init function call in lib_arm/board.c

Adds I2C init func call to init sequence for ARM boards. This is
present in ppc,blackfin and other processor init sequence.

Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
16 years agoppc4xx: Fix ndfc HW ECC byte order
Stefan Roese [Fri, 1 Feb 2008 08:38:29 +0000 (09:38 +0100)]
ppc4xx: Fix ndfc HW ECC byte order

The current ndfc HW ECC implementation swaps the first two ECC bytes.
But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
so this swapping in the HW ECC driver is bogus. This patch fixes this
problem and now really uses the SMC ECC byte order.

Thanks to Sean MacLennan for pointing this out.

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