The use of "hvc_con_driver" as the name for a file-static "struct
console" with a ".setup" field pointing to an __init function causes
a modpost warning, since a non-initdata structure points to init code.
Using "hvc_console" as the name triggers the hacky "*_console"
workaround in modpost to silen
>> That was it. The value @0xfa203bf8 is 0x2001. The kernel certainly
>> moved forward till it stuck at the new place cpm_uart_initbd() as
>> shown below.
>
> Do you get any output from the serial port? I'd have expected
> something by the time you get to cpm_uart_initbd() -- in fact, the
> ea
On Tue, 6 Jul 2010 16:08:26 -0700
Shawn Jin wrote:
> On Tue, Jul 6, 2010 at 1:21 PM, Scott Wood
> wrote:
> > Hmm... try 0xfa203bf8 (assuming your muram/data node has reg = <0
> > 0x1c00>). It looks like commit
> > 0x1c00>c2dd3529f35de9e2f51eba9bbf9969f5dc8382d4
> > changed the bootwrapper's cpm-
On Tue, Jul 6, 2010 at 1:21 PM, Scott Wood wrote:
> Hmm... try 0xfa203bf8 (assuming your muram/data node has reg = <0
> 0x1c00>). It looks like commit c2dd3529f35de9e2f51eba9bbf9969f5dc8382d4
> changed the bootwrapper's cpm-serial driver to allocate from the end of
> MURAM instead of the beginning
On Mon, 5 Jul 2010 00:23:45 -0700
Shawn Jin wrote:
> Hi,
>
> I'm debugging the kernel (2.6.33.5) ported for a MPC870 board. The
> changes are mostly based on the board adder875. The first thing I want
> to test is the serial port. So I enabled CONFIG_PPC_EARLY_DEBUG and
> CONFIG_PPC_EARLY_DEBUG_
This patch enables the on-chip DWC SATA controller of the AppliedMicro
processor 460EX.
Signed-off-by: Rupjyoti Sarmah
Signed-off-by: Mark Miesfeld
Signed-off-by: Prodyut Hazarika
---
This patch incorporates the changes advised in the mailing list. The device
tree changes were submitted as a