From: Alberto Piai <albeclemit-whZMOeQn8C0@public.gmane.org>
To: venkatesh.pallipadi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Cc: shaohua.li-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: ACPI S3 resume only reboots
Date: Fri, 15 Oct 2004 09:48:52 +0200 [thread overview]
Message-ID: <20041015094852.642394bb.albeclemit@yahoo.it> (raw)
In-Reply-To: <20041014102928.5bd2cbc5.albeclemit-whZMOeQn8C0@public.gmane.org>
On Thu, 14 Oct 2004 10:29:28 +0200
Alberto Piai <albeclemit-whZMOeQn8C0@public.gmane.org> wrote:
> On Wed, 13 Oct 2004 06:39:26 -0700
> "Pallipadi, Venkatesh" <venkatesh.pallipadi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
>
> > >> I suspected 'pushl $0' cause reboot a little. I can't find
> > >any fault in
> > >> the line. Is it the precise line to cause reboot?
> > >
> > >Yes, i tryed placing an infinite loop immediately before and
> > >after that line, and that line causes reboot.
> > >
> >
> > From the comment in those lines, push and pop are not required for all
> > platforms. Can you just comment out that push and pop and see how far
> > you can go.
I know it's not the most the effective way to proceed, but at least i tryed ;)
I've been moving around the pushl $0 (that causes reboot) to check if the code was still executing. That's what i found.
Code from arch/i386/kernel/acpi/wakeup.S:
[...]
mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board
movw $0x0e00 + 'S', %fs:(0x12)
#pushl $0 ###THIS LINE CAUSES REBOOT! # Kill any dangerous flags
#popfl
movl real_magic - wakeup_code, %eax
cmpl $0x12345678, %eax
jne bogus_real_magic
testl $1, video_flags - wakeup_code
### If I put pushl $0 here, it causes reboot. code is still alive.
jz 1f
## pushl $0 here doesn't make reboot (hang on wakeup)
lcall $0xc000,$3
movw %cs, %ax
movw %ax, %ds # Bios might have played with that
movw %ax, %ss
[...]
What happens with that jz 1f? is it supposed to enter the jmp?
Thanks,
Alberto
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
next prev parent reply other threads:[~2004-10-15 7:48 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-13 13:39 ACPI S3 resume only reboots Pallipadi, Venkatesh
[not found] ` <88056F38E9E48644A0F562A38C64FB600318A0CF-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-10-14 8:29 ` Alberto Piai
[not found] ` <20041014102928.5bd2cbc5.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-15 7:48 ` Alberto Piai [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-10-15 20:25 Pallipadi, Venkatesh
2004-10-15 13:52 Pallipadi, Venkatesh
[not found] ` <88056F38E9E48644A0F562A38C64FB60031D9885-exJ48ZlmiLpQxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-10-15 19:41 ` Alberto Piai
[not found] ` <20041015214126.19df9b3c.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-17 19:48 ` Pavel Machek
[not found] ` <20041017194809.GD7476-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2004-10-17 21:12 ` Alberto Piai
[not found] ` <20041017231258.1ec99146.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-18 6:40 ` Hiroshi 2 Itoh
[not found] ` <OF2B7B5756.848C0EAB-ON49256F31.002252A6-49256F31.0024011A-JE5g2YyFxFHQT0dZR+AlfA@public.gmane.org>
2004-10-18 9:55 ` Alberto Piai
2004-10-13 9:32 Li, Shaohua
[not found] ` <16A54BF5D6E14E4D916CE26C9AD305754FDC72-4yWAQGcml66iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-10-13 9:43 ` Alberto
2004-10-09 15:52 Yu, Luming
2004-10-04 11:33 Alberto
[not found] ` <20041004133340.76ba05ba.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-04 16:38 ` Matthew Garrett
[not found] ` <1096907923.11326.15.camel-Xmbc1Sz64/5pghhO6/9/sx2eb7JE58TQ@public.gmane.org>
2004-10-04 19:12 ` Alberto
[not found] ` <20041004211224.703e1982.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-08 13:21 ` Alberto
2004-10-09 13:06 ` Pavel Machek
[not found] ` <20041009130628.GA21781-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2004-10-10 10:56 ` jak97-CezfXpuMXD6Fxr2TtlUqVg
[not found] ` <20041010105635.GA3362-CezfXpuMXD6Fxr2TtlUqVg@public.gmane.org>
2004-10-12 15:58 ` Alberto
[not found] ` <20041012175810.2920edf2.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-12 17:06 ` Nate Lawson
[not found] ` <416C0F14.5000107-Y6VGUYTwhu0@public.gmane.org>
2004-10-12 21:17 ` Alberto
[not found] ` <20041012231737.62c5b99b.albeclemit-whZMOeQn8C0@public.gmane.org>
2004-10-12 21:54 ` Nate Lawson
[not found] ` <416C527B.4020609-Y6VGUYTwhu0@public.gmane.org>
2004-10-13 7:46 ` Alberto
2004-10-17 19:43 ` Pavel Machek
2004-10-17 19:36 ` Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041015094852.642394bb.albeclemit@yahoo.it \
--to=albeclemit-whzmoeqn8c0@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=shaohua.li-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=venkatesh.pallipadi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox