TsiChungLiew
8d1d66af54
Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
6fde84a44b
Moved sync() from board file to include/asm-m68k/io.h
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
9e737d8476
Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
9998bd37ea
Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
Stefan Roese
9df6ad12cf
Merge with git://www.denx.de/git/u-boot.git
18 years ago
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>
18 years ago
Stefan Roese
c883f6ea32
Coding style cleanup
...
Signed-off-by: Stefan Roese <sr@denx.de>
18 years ago
Stefan Roese
c7e8410e3c
Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale
18 years ago
Wolfgang Denk
3a6cab844c
Update CHANGELOG
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Heiko Schocher
5da91f6ca9
Merge with /home/hs/Atronic/u-boot-dev-new
18 years ago
Heiko Schocher
0115953077
[PCS440EP] - fix compile error, if BUILD_DIR is used
18 years ago
Heiko Schocher
fad6340715
make show_boot_progress () weak.
...
Signed-off-by: Heiko Schocher <hs@denx.de>
18 years ago
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>
18 years ago
Wolfgang Denk
239f05ee4d
Update CHANGELOG, minor coding style cleanup.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Wolfgang Denk
fd3635190b
Merge with /home/tur/git/u-boot#cm1_qp1
18 years ago
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>
18 years ago
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>
18 years ago
John Rigby
98c80b462f
Merge branch 'master' into u-boot-5329-early
18 years ago
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)>
18 years ago
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>
18 years ago
TsiChungLiew
5cdc07c7ef
Update header files
...
Include immap.h and renamed mcfrtc.h to rtc.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
2870e98ac8
Add mcffec_initialize()
...
Added mcffec_initialize() in eth_initialize()
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
45a25bfd0c
Update header file and clean up
...
Include immap.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
0cee9c6631
New uart structure and defines
...
Seperated from mcfuart.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
a90e79de8d
New timer structure and defines
...
Seperated from mcftimer.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
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>
18 years ago
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>
18 years ago
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>
18 years ago
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>
18 years ago
TsiChungLiew
ddd104f1ed
Enable Icache
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
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>
18 years ago
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>
18 years ago
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>
18 years ago
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>
18 years ago
TsiChungLiew
c5ded275d8
MII functions calls.
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
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>
18 years ago
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>
18 years ago
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>
18 years ago
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>
18 years ago
TsiChungLiew
8cd5cd6de4
Clean up
...
Removed whitespace
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
514871f565
Clean up
...
Replaced whitespace with tabs
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
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>
18 years ago
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>
18 years ago
Wolfgang Denk
4ef218f6fd
Coding style cleanup; update CHANGELOG.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Wolfgang Denk
bf6a9ca9b2
Merge with /home/hs/Atronic/u-boot
18 years ago
Wolfgang Denk
e80955f07d
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
18 years ago
Wolfgang Denk
f1152f8c28
Code cleanup and default config update for STC GP3 SSA board.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Sergei Poselenov
b44896215a
Merged POST framework with the current TOT.
...
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18 years ago
Niklaus Giger
f780b83316
resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
...
Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
18 years ago
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>
18 years ago