On Fri, Jan 23, 2009 at 11:13:58PM +0800, Harald Welte wrote:
> Hi!
> 
> This is an experimental patch that enables me to use HaReT on a E-TEN glofiish
> DX900 which is based on the Samsung S3C6400 SoC
> 
> The patch is not fully cleaned-up yet, but it does the trick for me right
> now.  I'll probably send a cleaned-up version at some latre point, but don't
> expect it too soon.
> 
> I'm not a member of this list, so please Cc me in case of any feedback.

Thanks Harald,

It looks good to me.  As long as it doesn't break some other
platforms, I'm okay with early merging of the code.  (After all, some
support for s3c6400 is better than no support.)

[...]
> --- /dev/null
> +++ b/src/wince/cpu-s3c64xx.cpp
[...]
> +#if 0
> +// uart drivers

Are you planning to add uart support to haret during kernel boots?
Right now, haret supports writing to the framebuffer via fb_printf
calls.  Ideally, fb_printf would be able to write to the framebuffer
or a uart.

[...]
> --- a/src/wince/haret.vcp
> +++ b/src/wince/haret.vcp
> @@ -1797,6 +1797,493 @@ DEP_CPP_CPU_P=\
>  # End Source File
>  # Begin Source File
>  
> +SOURCE=".\cpu-s3c64xx.cpp"
> +

The vcp (visual c project?) files aren't used any more - they're a
leftover from when the program used the ms compiler.

-Kevin
_______________________________________________
Haret mailing list
[email protected]
https://handhelds.org/mailman/listinfo/haret

Reply via email to