TsiChungLiew
9998bd37ea
Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-08-08 09:46:55 +02:00
Stefan Roese
9df6ad12cf
Merge with git://www.denx.de/git/u-boot.git
2007-07-20 14:28:02 +02:00
Rafal Jaworowski
cc3023b9f9
Fix breakage of 8xx boards from recent commit.
...
This patch fixes the negative consequences for 8xx of the recent
"ppc4xx: Clean up 440 exceptions handling" commit.
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
2007-07-19 17:12:28 +02:00
Stefan Roese
c883f6ea32
Coding style cleanup
...
Signed-off-by: Stefan Roese <sr@denx.de>
2007-07-16 13:11:12 +02:00
Stefan Roese
c7e8410e3c
Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale
2007-07-16 11:51:41 +02:00
Wolfgang Denk
3a6cab844c
Update CHANGELOG
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-14 22:51:02 +02:00
Heiko Schocher
5da91f6ca9
Merge with /home/hs/Atronic/u-boot-dev-new
2007-07-14 01:07:51 +02:00
Heiko Schocher
0115953077
[PCS440EP] - fix compile error, if BUILD_DIR is used
2007-07-14 01:06:58 +02:00
Heiko Schocher
fad6340715
make show_boot_progress () weak.
...
Signed-off-by: Heiko Schocher <hs@denx.de>
2007-07-13 09:54:17 +02:00
Heiko Schocher
9079024723
[PCS440EP] - The DIAG LEDs are now blinking, if an error occur
...
- fix compile error, if BUILD_DIR is used
Signed-off-by: Heiko Schocher <hs@denx.de>
2007-07-13 08:26:05 +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
Heiko Schocher
96e1d75be8
[PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
...
- now the Flash ST M29W040B is supported (not tested)
- fix the "led" command
- fix compile error, if BUILD_DIR is used
Signed-off-by: Heiko Schocher <hs@denx.de>
2007-07-11 18:39:11 +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
52b017604a
Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
...
Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:10 -06:00
TsiChungLiew
5cdc07c7ef
Update header files
...
Include immap.h and renamed mcfrtc.h to rtc.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:10 -06:00
TsiChungLiew
2870e98ac8
Add mcffec_initialize()
...
Added mcffec_initialize() in eth_initialize()
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:10 -06:00
TsiChungLiew
45a25bfd0c
Update header file and clean up
...
Include immap.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:10 -06:00
TsiChungLiew
0cee9c6631
New uart structure and defines
...
Seperated from mcfuart.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:10 -06:00
TsiChungLiew
a90e79de8d
New timer structure and defines
...
Seperated from mcftimer.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
e04acb2eba
Rename mcfrtc to rtc
...
Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
2bd806fe4f
Rename mcfserial.c. Update include header
...
Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
f2208fbc2e
Header file update, clean up and cache handling
...
Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -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
TsiChungLiew
3b635492c9
Update for flash.o and mii.o
...
Removed flash.o and added mii.o
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
c5ded275d8
MII functions calls.
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:09 -06:00
TsiChungLiew
427c814104
Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
...
The removed MII routines will be placed in mii.c.
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:08 -06:00
TsiChungLiew
01a793fda0
Duplicate code
...
There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:08 -06:00
TsiChungLiew
2744354a84
Seperate old structure defines and new structure defines
...
Removed new uart structure and defines to uart.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:08 -06:00
TsiChungLiew
2bd58608db
Seperate old structure defines and new structure defines
...
New timer structure and defines will move to new timer.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:08 -06:00
TsiChungLiew
8cd5cd6de4
Clean up
...
Removed whitespace
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:08 -06:00
TsiChungLiew
514871f565
Clean up
...
Replaced whitespace with tabs
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:08 -06:00
TsiChungLiew
48dbfeabc7
Create new header file and move peripherals base address from configs file to new header file.
...
Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h.
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:08 -06:00
TsiChungLiew
be296e31c4
Revert file mode
...
Changed MAKEALL file mode to executable, removed executable file mode from Makefile
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-07-10 14:29:08 -06: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
e80955f07d
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
2007-07-06 02:50:34 +02:00
Wolfgang Denk
f1152f8c28
Code cleanup and default config update for STC GP3 SSA board.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-06 02:50:19 +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
Niklaus Giger
f780b83316
resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
...
Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
2007-07-04 10:14:07 +02:00
Stefan Roese
04e6c38b76
ppc4xx: Update lwmon5 board
...
- Add optional ECC generation routine to preserve existing
RAM values. This is needed for the Linux log-buffer support
- Add optional DDR2 setup with CL=4
- GPIO50 not used anymore
- Lime register setup added
Signed-off-by: Stefan Roese <sr@denx.de>
2007-07-04 10:06:30 +02:00
Wolfgang Denk
98c440bee6
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
2007-07-03 15:07:56 +02:00
Mushtaq Khan
1f2a058986
Fix S-ATA support.
...
Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
2007-06-30 18:50:48 +02:00
Stefan Roese
e4feb7638c
Merge with git://www.denx.de/git/u-boot.git
2007-06-25 20:20:30 +02:00