kernel-fxtec-pro1x/arch/m68knommu/platform/coldfire
Lennart Sorensen 588baeac38 m68knommu: add uboot commandline argument passing support
This patch adds m68knommu support for getting the kernel command line
arguments from uboot, including the passing of an initrd image from uboot.

We use this on a 5270/5271 based board, and have used it on the 5271evb
development board.  It is based on a patch found in the linux-2.6-denx
git tree, although that tree seems to have had lots of other changes
since which are not in the main Linus kernel.  I believe this will work
on all coldfires, although other m68knommu might be missing the _init_sp
stuff in head.S as far as I can tell.  I only have the coldfire to
test on.

Signed-off-by: Lennart Sorensen <lsorense@csclub.uwaterloo.ca>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2009-12-04 11:45:30 +10:00
..
clk.c m68knommu: introduce basic clk infrastructure 2009-03-24 15:17:45 +10:00
dma.c
dma_timer.c clocksource: pass clocksource to read() callback 2009-04-21 13:41:47 -07:00
entry.S m68knommu: fix rename of pt_regs offset defines breakage 2009-09-30 10:06:07 +10:00
gpio.c core generic GPIO support for Freescale Coldfire processors. 2009-09-10 12:01:22 +10:00
head.S m68knommu: add uboot commandline argument passing support 2009-12-04 11:45:30 +10:00
intc-2.c m68knommu: general interrupt controller for ColdFire many 52xx parts 2009-09-16 09:43:40 +10:00
intc-simr.c m68knommu: mask off all interrupts in ColdFire intc-simr controller 2009-09-16 09:43:48 +10:00
intc.c m68knommu: map ColdFire interrupts to correct masking bits 2009-09-16 09:43:52 +10:00
Makefile m68knommu: create a speciailized ColdFire 5272 interrupt controller 2009-09-16 09:43:54 +10:00
pinmux.c core generic GPIO support for Freescale Coldfire processors. 2009-09-10 12:01:22 +10:00
pit.c m68knommu: remove interrupt masking from ColdFire pit timer 2009-09-16 09:43:47 +10:00
timers.c m68knommu: clean up old ColdFire timer irq setup 2009-09-16 09:43:53 +10:00
vectors.c m68knommu: use common interrupt controller code for older ColdFire CPU's 2009-09-16 09:43:44 +10:00