- Aug 08, 2007
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
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>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
- Jul 20, 2007
-
- Jul 19, 2007
-
-
Rafal Jaworowski authored
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>
-
- Jul 16, 2007
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
-
- Jul 14, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Jul 13, 2007
-
-
Heiko Schocher authored
-
Heiko Schocher authored
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Heiko Schocher authored
- fix compile error, if BUILD_DIR is used Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- Jul 11, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
Bartlomiej Sieka authored
Signed-off-by:
Piotr Kruszynski <ppk@semihalf.com> Signed-off-by:
Bartlomiej Sieka <tur@semihalf.com>
-
Heiko Schocher authored
- 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>
-
- Jul 10, 2007
-
-
John Rigby authored
-
TsiChung authored
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)>
-
TsiChung Liew authored
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>
-
TsiChung Liew authored
Include immap.h and renamed mcfrtc.h to rtc.h Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Added mcffec_initialize() in eth_initialize() Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Include immap.h Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Seperated from mcfuart.h Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Seperated from mcftimer.h Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
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>
-
TsiChung Liew authored
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>
-
TsiChung Liew authored
Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid. Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
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>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces. Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
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>
-
TsiChung Liew authored
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>
-
TsiChung Liew authored
Removed flash.o and added mii.o Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-
TsiChung Liew authored
Signed-off-by:
TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-