TsiChungLiew
4621fc3fe7
ColdFire: Add MCF547x_8x related header files
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
e2756f4b54
ColdFire: Add MCF5227x cpu and M52277EVB support-3
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
c875810279
ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
1552af70ec
ColdFire: Add MCF5227x cpu and M52277EVB support-1
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
397b7b81a1
ColdFire: Fix CFI Flash low level Read/Write macro
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
aa5f1f9dc8
ColdFire: Add M5373EVB platform support - 2
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
2e72ad0644
ColdFire: PCI and misc updates for MCF5445x
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
d2b1649348
ColdFire: MCF5445x header files cleanup
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
d9aae62609
ColdFire: MCF532x header files cleanup
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
7af7751d04
ColdFire: Add modules header files
...
Add CF specific modules header files
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Signed-off-by: John Rigby <jrigby@freescale.com>
17 years ago
Haavard Skinnemoen
4d7d6936eb
Introduce map_physmem() and unmap_physmem()
...
map_physmem() returns a virtual address which can be used to access a
given physical address without involving the cache. unmap_physmem()
should be called when the virtual address returned by map_physmem() is
no longer needed.
This patch adds a stub implementation which simply returns the
physical address cast to a uchar * for all architectures except AVR32,
which converts the physical address to an uncached virtual mapping.
unmap_physmem() is a no-op on all architectures, but if any
architecture needs to do such mappings through the TLB, this is the
hook where those TLB entries can be invalidated.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17 years ago
Haavard Skinnemoen
812711ce6b
Implement __raw_{read,write}[bwl] on all architectures
...
This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
from Linux.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17 years ago
TsiChungLiew
8d737a2815
ColdFire: MCF5329 - Remove reset registers from CCM
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChungLiew
7d7cdea769
ColdFire: MCF5329 - Add Reset structure to immap_5329.h
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChungLiew
09b26cf00d
ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChungLiew
225a24b5e0
ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChungLiew
248c7c1483
ColdFire: MCF532x - Update do_reset() using core reset
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChungLiew
4a442d3186
ColdFire: Add M5235EVB Platform for MCF523x
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
8ae158cd87
ColdFire: Add M54455EVB for MCF5445x
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
a1436a8426
ColdFire: Add M5253EVBE platform for MCF52x2
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
56115665b4
ColdFire: MCF52x2 Header files update
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
7171977fb8
ColdFire: MCF5329 header file clean up
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
ab77bc547b
ColdFire: MCF5329 Update and cleanup
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
1a33ce65a4
Added NAND support
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
eaf9e447be
Added I2C support
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago
TsiChungLiew
99c03c175d
Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
...
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
Stefan Roese
c883f6ea32
Coding style cleanup
...
Signed-off-by: Stefan Roese <sr@denx.de>
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
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
TsiChung Liew
8e585f02f8
Added M5329AFEE and M5329BFEE Platforms
...
Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
rtc/mcfrtc.c
Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
lib_m68k/time.c, net/eth.c and rtc/Makefile
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18 years ago
Haiying Wang
3a197b2fe4
[PATCH v3] Add sync to ensure flash_write_cmd is fully finished
...
Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
is fully finished. The sync() is defined in each CPU's io.h file. For
those CPUs which do not need sync for now, a dummy sync() is defined in
their io.h as well.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
18 years ago
Bartlomiej Sieka
363d1d8f9c
[ColdFire MCF5271 family] Add CPU detection based on the value of Chip
...
Identification Register (CIR).
18 years ago
Wolfgang Denk
b1d71358a9
Minor code cleanup.
19 years ago
Marian Balakowicz
b4853b779e
Update register definitions for MCF5271.
19 years ago
Heiko Schocher
9acb626fc1
Add MCF5282 support (without preloader)
...
relocate ichache_State to ram
u-boot can run from internal flash
Add EB+MCF-EV123 board support.
Add m68k Boards to MAKEALL
Patch from Jens Scharsig, 08 Aug 2005
19 years ago
Zachary P. Landau
3a108ed868
Add support for r5200 board
19 years ago
Zachary P. Landau
eacbd31775
Add support for Freescale M5271 processor
19 years ago
Wolfgang Denk
f08abe311b
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
19 years ago
wdenk
efe2a4d5cf
Code cleanup.
20 years ago
stroese
cd42deebd2
Coldfire MCF5249 support added
20 years ago
wdenk
3ff02c27d5
* Patch by Imre Deak, 26 May 2004:
...
On OMAP1610 platforms check if booting from RAM(CS0) or flash(CS3).
Set flash base accordingly, and decide whether to do or skip board
specific setup steps.
* Patch by Josef Baumgartner, 26 May 2004:
Add missing define in include/asm-m68k/global_data.h
21 years ago
wdenk
bf9e3b38f7
* Some code cleanup
...
* Patch by Josef Baumgartner, 10 Feb 2004:
Fixes for Coldfire port
* Patch by Brad Kemp, 11 Feb 2004:
Fix CFI flash driver problems
21 years ago
wdenk
d4ca31c40e
* Cleanup lowboot code for MPC5200
...
* Minor code cleanup (coding style)
* Patch by Reinhard Meyer, 30 Dec 2003:
- cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
- added CONFIG_PHY_ADDR to include/configs/IceCube.h,
- turned debug print of PHY registers into a function (called in two places)
- added support for EMK MPC5200 based modules
* Fix MPC8xx PLPRCR_MFD_SHIFT typo
* Add support for TQM866M modules
* Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
* Fix a few compiler warnings
21 years ago