Hello, Mark A. Greer
In message <2005-08-04 02:39:32 mgreer at mvista.com> you wrote:
>IIRC, the sandpoint uses the PC style port 92 mechanism to reset the board.
>You need to look at your hardware docs to see how your board can be reset.
>Don't expect the sandpoint reset code to work for you.
I
In message <20050804092525.15A4A67EBC at ozlabs.org> you wrote:
>
> If do reboot board by jump address of uboot start address?
Bad idea. That address may not be mapped at all, or not at the right
physical address. Also, just jumping to a boot loader entry point
does not cause a hardware rese
Mark,
Guess I'll have to walk the uncharted area again :P
Thanks anyway tho. I'll start by looking at what that port 92
mechanism is first, and see where in our hw designer have put that in.
On 8/4/05, Mark A. Greer wrote:
> On Wed, Aug 03, 2005 at 03:40:18PM +0900, Daniel Ann wrote:
> > Absolut
On Thu, Aug 04, 2005 at 09:16:23AM +0900, Daniel Ann wrote:
> Mark,
>
> Guess I'll have to walk the uncharted area again :P
> Thanks anyway tho. I'll start by looking at what that port 92
> mechanism is first, and see where in our hw designer have put that in.
Personally, I wouldn't waste my time
Absolutely not. Very much like sandpoint except, we dont use SIO at all.
FYI, most of sandpoint code from the kernel is function the board very
well at the moment. Only big issue lies with REBOOT at this stage:(
On 8/3/05, Kumar Gala wrote:
> Do you have a VIA chipset on your system? If not wha
Hey folks,
I have a problem with rebooting my box(its pretty much based on sandpoint).
Looking at sandpoint_restart() function, I have no idea what it's
doing. Can somebody please help me out where I should be looking ?
Would this be pure software problem? or just might be hardware problem
?
Alwa
On Wed, Aug 03, 2005 at 03:40:18PM +0900, Daniel Ann wrote:
> Absolutely not. Very much like sandpoint except, we dont use SIO at all.
> FYI, most of sandpoint code from the kernel is function the board very
> well at the moment. Only big issue lies with REBOOT at this stage:(
Daniel,
IIRC, the s
Do you have a VIA chipset on your system? If not what sandpoint is
doing is not going to help you much.
- kumar
On Aug 3, 2005, at 12:40 AM, Daniel Ann wrote:
> Hey folks,
>
> I have a problem with rebooting my box(its pretty much based on
> sandpoint).
> Looking at sandpoint_restart() func