John Otken
d4024bb72d
ppc4xx: Add support for AMCC 405EP Taihu board
...
Signed-off-by: John Otken <john@softadvances.com>
2007-07-26 17:49:11 +02:00
Stefan Roese
a71d96eac8
ppc4xx: Fix bug with default GPIO output value
...
As spotted by Matthias Fuchs, the default output values for all GPIO1
outputs were not setup correctly. This patch fixes this issue.
Signed-off-by: Stefan Roese <sr@denx.de>
2007-07-20 15:03:44 +02:00
Stefan Roese
8f085e324a
Merge with git://www.denx.de/git/u-boot.git
2007-07-16 13:28:47 +02:00
Stefan Roese
c7e8410e3c
Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale
2007-07-16 11:51:41 +02:00
Stefan Roese
8848ec858f
ppc4xx: Code cleanup
...
Signed-off-by: Stefan Roese <sr@denx.de>
2007-07-16 10:02:12 +02:00
Stefan Roese
6ed14addf9
ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
...
The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
support non default, boardspecific DDR(2) controller configuration.
Signed-off-by: Stefan Roese <sr@denx.de>
2007-07-16 09:57:00 +02:00
Stefan Roese
5743a9207a
ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
...
The new function remove_tlb() can be used to remove the TLB's used to
map a specific memory region. This is especially useful for the DDR(2)
setup routines which configure the SDRAM area temporarily as a cached
area (for speedup on auto-calibration and ECC generation) and later
need this area uncached for normal usage.
Signed-off-by: Stefan Roese <sr@denx.de>
2007-07-16 08:53:51 +02:00
Michal Simek
5a2f1098d8
[PATCH] Support time without timer
2007-07-14 00:18:48 +02:00
Michal Simek
a476ca2ac2
[PATCH] Remove problem with disabled BARREL SHIFTER
2007-07-13 21:43:55 +02:00
Michal Simek
bc2962482b
Merge git://www.denx.de/git/u-boot
2007-07-13 21:39:13 +02:00
Stefan Roese
a2e1c7098c
ppc4xx: Change receive buffer handling in the 4xx emac driver
...
This change fixes a bug in the receive buffer handling, that
could lead to problems upon high network traffic (broadcasts...).
Signed-off-by: Stefan Roese <sr@denx.de>
2007-07-12 16:32:08 +02:00
Wolfgang Denk
239f05ee4d
Update CHANGELOG, minor coding style cleanup.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-12 01:45:34 +02:00
Wolfgang Denk
fd3635190b
Merge with /home/tur/git/u-boot#cm1_qp1
2007-07-12 01:42:41 +02:00
Bartlomiej Sieka
fa1df30892
CM1.QP1: Support for the Schindler CM1.QP1 board.
...
Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2007-07-11 20:11:07 +02:00
John Rigby
98c80b462f
Merge branch 'master' into u-boot-5329-early
2007-07-10 14:58:41 -06:00
TsiChung
0dca874db6
Cache update and added CFG_UNIFY_CACHE
...
Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only.
Signed-off-by: TsiChung <tcliew@Goku.(none)>
2007-07-10 14:29:10 -06:00
TsiChungLiew
2e3f25ae90
Create interrupts.c and modify Makefile
...
interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
ddd104f1ed
Enable Icache
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
b9bf3de377
Update header file and some clean up
...
Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
84a015b52e
Update header file and enable icache
...
Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
7a17e759c7
Update header file and removed interrupt_init()
...
Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
Jon Loeliger
068b60a0eb
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-10 10:27:39 -05:00
Jon Loeliger
4431283c7e
cpu/m*: Remove obsolete references to CONFIG_COMMANDS
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09 19:06:00 -05:00
Jon Loeliger
3a1ed1e1f9
cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09 18:57:22 -05:00
Wolfgang Denk
4ef218f6fd
Coding style cleanup; update CHANGELOG.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-10 00:01:28 +02:00
Wolfgang Denk
bf6a9ca9b2
Merge with /home/hs/Atronic/u-boot
2007-07-09 23:41:45 +02:00
Wolfgang Denk
dcc0264878
Merge with git://www.denx.de/git/u-boot-testing
2007-07-06 10:38:28 +02:00
Stefan Roese
6b0a174a1e
Fix problem with get/setdcr commands introduced by cfg patches
...
Signed-off-by: Stefan Roese <sr@denx.de>
2007-07-06 10:37:56 +02:00
Wolfgang Denk
e4dbe1b215
Fixing some typos etc. introduced mainly by cfg patches.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-05 17:56:27 +02:00
Sergei Poselenov
b44896215a
Merged POST framework with the current TOT.
...
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2007-07-05 08:17:37 +02:00
Jon Loeliger
b24629fa37
mpc86xx: Remove old CFG_CMD_* references.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-05 03:41:40 +02:00
Jon Loeliger
56b304ac20
Fix #if typo in CONFIG_CMD_* changes.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-05 03:41:23 +02:00
Grant Likely
057004f4a4
Correct fixup relocation for mpc83xx
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:08:40 +02:00
Grant Likely
5af61b2f4b
Correct fixup relocation for mpc8260
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:08:27 +02:00
Grant Likely
f3a52fe059
Correct fixup relocation for mpc824x
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:08:19 +02:00
Grant Likely
a85dd254c0
Correct fixup relocation for mpc8220
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:08:06 +02:00
Grant Likely
6f7576b20e
Correct fixup relocation for MPC5xxx
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:07:40 +02:00
Grant Likely
3649cd99ba
Correct relocation fixup for mpc5xx
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:07:28 +02:00
Grant Likely
416a0b6d40
Consolidate mpc83xx linker scripts
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:05:12 +02:00
Grant Likely
5fc59175b9
Consolidate mpc8260 linker scripts
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:05:04 +02:00
Grant Likely
737f9eb02d
Consolidate mpc824x linker scripts
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:04:52 +02:00
Grant Likely
9c757b789a
Consolidate mpc8220 linker scripts
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 01:04:27 +02:00
Grant Likely
d181c9a15c
Consolidate mpc5xxx linker scripts
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 00:59:41 +02:00
Grant Likely
287ac924ad
Consolidate mpc5xx linker scripts
...
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04 00:59:25 +02:00
Wolfgang Denk
52b8704d02
Fix a few file permission problems.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-04 00:43:53 +02:00
Jon Loeliger
737184114e
cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
...
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.
All transformations are of the form:
Before:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
After:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04 00:34:13 +02:00
Jon Loeliger
f48070fe5f
cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
...
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.
All transformations are of the form:
Before:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
After:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04 00:23:18 +02:00
Wolfgang Denk
98c440bee6
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
2007-07-03 15:07:56 +02:00
Stefan Roese
e4feb7638c
Merge with git://www.denx.de/git/u-boot.git
2007-06-25 20:20:30 +02:00
Heiko Schocher
a5d71e290f
[PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
...
Signed-off-by: Heiko Schocher <hs@denx.de>
2007-06-25 19:11:37 +02:00