Grant Likely
e91edcf5a2
of: merge of_find_all_nodes() implementations
...
Merge common code between Microblaze and PowerPC, and make it available
to Sparc
Signed-off-by: Grant Likely <grant.likely@secretlab.ca >
Acked-by: David S. Miller <davem@davemloft.net >
Acked-by: Wolfram Sang <w.sang@pengutronix.de >
Acked-by: Michal Simek <monstr@monstr.eu >
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com >
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au >
2009-10-15 10:58:09 -06:00
Michal Simek
b9479e6665
microblaze: Fix cast warning for __va in prom.c
...
__va expect 32bit value but of_read_ulong(of_read_number)
returns 64bit value
Signed-off-by: Michal Simek <monstr@monstr.eu >
2009-05-21 16:39:58 +02:00
Michal Simek
1dff89a9c7
microblaze: Fix early cmdline for CMDLINE_FORCE
...
This patch fixed parsing early parameters because
current implementation does that early parse DTS
command line and then parse CMDLINE line which is compiled-in.
For case that DTS doesn't contain command line is
copied command line from kernel with is done in prom.c
that's why I can remove it from machine_early_init.
Signed-off-by: Michal Simek <monstr@monstr.eu >
2009-05-21 16:39:05 +02:00
Huang Weiyi
00300d6746
microblaze: remove duplicated #include's
...
Remove duplicated #include's in
arch/microblaze/include/asm/io.h
arch/microblaze/kernel/prom.c
arch/microblaze/kernel/ptrace.c
arch/microblaze/kernel/signal.c
arch/microblaze/kernel/sys_microblaze.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com >
Signed-off-by: Michal Simek <monstr@monstr.eu >
2009-04-14 11:09:15 +02:00
Michal Simek
12e8414263
microblaze_v8: Open firmware files
...
Reviewed-by: Ingo Molnar <mingo@elte.hu >
Reviewed-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com >
Acked-by: John Linn <john.linn@xilinx.com >
Acked-by: John Williams <john.williams@petalogix.com >
Signed-off-by: Michal Simek <monstr@monstr.eu >
2009-03-27 14:25:12 +01:00