* [Linux-ia64] How do I set variables in efishell?
@ 2000-05-09 9:02 Christoph Rohland
2000-05-18 18:11 ` Chris Hyser
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Christoph Rohland @ 2000-05-09 9:02 UTC (permalink / raw)
To: linux-ia64
Hi all,
I still do not know how to set variables in efishell to switch the
console to my serial device.
I actually know that I have to set the variables ConIn and ConOut. But
I am prettty confused by any documentation I can find about actually
setting these variables.
Any help appreciated
Christoph
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [Linux-ia64] How do I set variables in efishell?
2000-05-09 9:02 [Linux-ia64] How do I set variables in efishell? Christoph Rohland
@ 2000-05-18 18:11 ` Chris Hyser
2000-05-18 18:56 ` Tim Riker
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Chris Hyser @ 2000-05-18 18:11 UTC (permalink / raw)
To: linux-ia64
Hi All,
> -----Original Message-----
> From: linux-ia64-admin@linuxia64.org
> [mailto:linux-ia64-admin@linuxia64.org]On Behalf Of Christoph Rohland
> Sent: Tuesday, May 09, 2000 3:02 AM
> To: linux-ia64@linuxia64.org
> Subject: [Linux-ia64] How do I set variables in efishell?
>
>
> Hi all,
>
> I still do not know how to set variables in efishell to switch the
> console to my serial device.
>
> I actually know that I have to set the variables ConIn and ConOut. But
> I am prettty confused by any documentation I can find about actually
> setting these variables.
>
> Any help appreciated
Has anybody figured this out yet? Specifically, there is a "set" command in
the EFI shell, but the difficulty seems to be figuring out the device path
to actually set the variables to. Then of course this early firmware may end
up ignoring them anyway. Thoughts?
---
Best Regards
Chris Hyser
Hewlett-Packard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Linux-ia64] How do I set variables in efishell?
2000-05-09 9:02 [Linux-ia64] How do I set variables in efishell? Christoph Rohland
2000-05-18 18:11 ` Chris Hyser
@ 2000-05-18 18:56 ` Tim Riker
2000-05-18 19:11 ` Johannes Erdfelt
2000-05-18 21:34 ` Tim Riker
3 siblings, 0 replies; 5+ messages in thread
From: Tim Riker @ 2000-05-18 18:56 UTC (permalink / raw)
To: linux-ia64
From what I can glean from the docs and my hacking, a set in the shell
sets a shell variable, NOT a root EFI variable. The only way to set the
EFI variables is to do so from a C app usinf the EFI toolkit. This is a
bit unfortunate as it means one can not add/edit menu items from the
shell prompt. Also, typing exit at the prompt puts you into the boot
menu, but AFAIK there is no way of getting back to the shell.
Chris Hyser wrote:
>
> Hi All,
>
> > -----Original Message-----
> > From: linux-ia64-admin@linuxia64.org
> > [mailto:linux-ia64-admin@linuxia64.org]On Behalf Of Christoph Rohland
> > Sent: Tuesday, May 09, 2000 3:02 AM
> > To: linux-ia64@linuxia64.org
> > Subject: [Linux-ia64] How do I set variables in efishell?
> >
> >
> > Hi all,
> >
> > I still do not know how to set variables in efishell to switch the
> > console to my serial device.
> >
> > I actually know that I have to set the variables ConIn and ConOut. But
> > I am prettty confused by any documentation I can find about actually
> > setting these variables.
> >
> > Any help appreciated
>
> Has anybody figured this out yet? Specifically, there is a "set" command in
> the EFI shell, but the difficulty seems to be figuring out the device path
> to actually set the variables to. Then of course this early firmware may end
> up ignoring them anyway. Thoughts?
>
> ---
> Best Regards
> Chris Hyser
> Hewlett-Packard
>
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
--
Tim Riker - http://rikers.org/ - short SIGs! <g>
All I need to know I could have learned in Kindergarten
... if I'd just been paying attention.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Linux-ia64] How do I set variables in efishell?
2000-05-09 9:02 [Linux-ia64] How do I set variables in efishell? Christoph Rohland
2000-05-18 18:11 ` Chris Hyser
2000-05-18 18:56 ` Tim Riker
@ 2000-05-18 19:11 ` Johannes Erdfelt
2000-05-18 21:34 ` Tim Riker
3 siblings, 0 replies; 5+ messages in thread
From: Johannes Erdfelt @ 2000-05-18 19:11 UTC (permalink / raw)
To: linux-ia64
Plus the fact I haven't found a single version of the firmware which
actually saves these variables. So setting them tends to be useless.
It hasn't been too important so I haven't followed up on it with Intel.
JE
On Thu, May 18, 2000, Tim Riker <TimR@CalderaSystems.com> wrote:
> >From what I can glean from the docs and my hacking, a set in the shell
> sets a shell variable, NOT a root EFI variable. The only way to set the
> EFI variables is to do so from a C app usinf the EFI toolkit. This is a
> bit unfortunate as it means one can not add/edit menu items from the
> shell prompt. Also, typing exit at the prompt puts you into the boot
> menu, but AFAIK there is no way of getting back to the shell.
>
> Chris Hyser wrote:
> >
> > Hi All,
> >
> > > -----Original Message-----
> > > From: linux-ia64-admin@linuxia64.org
> > > [mailto:linux-ia64-admin@linuxia64.org]On Behalf Of Christoph Rohland
> > > Sent: Tuesday, May 09, 2000 3:02 AM
> > > To: linux-ia64@linuxia64.org
> > > Subject: [Linux-ia64] How do I set variables in efishell?
> > >
> > >
> > > Hi all,
> > >
> > > I still do not know how to set variables in efishell to switch the
> > > console to my serial device.
> > >
> > > I actually know that I have to set the variables ConIn and ConOut. But
> > > I am prettty confused by any documentation I can find about actually
> > > setting these variables.
> > >
> > > Any help appreciated
> >
> > Has anybody figured this out yet? Specifically, there is a "set" command in
> > the EFI shell, but the difficulty seems to be figuring out the device path
> > to actually set the variables to. Then of course this early firmware may end
> > up ignoring them anyway. Thoughts?
> >
> > ---
> > Best Regards
> > Chris Hyser
> > Hewlett-Packard
> >
> > _______________________________________________
> > Linux-IA64 mailing list
> > Linux-IA64@linuxia64.org
> > http://lists.linuxia64.org/lists/listinfo/linux-ia64
>
> --
> Tim Riker - http://rikers.org/ - short SIGs! <g>
> All I need to know I could have learned in Kindergarten
> ... if I'd just been paying attention.
>
>
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Linux-ia64] How do I set variables in efishell?
2000-05-09 9:02 [Linux-ia64] How do I set variables in efishell? Christoph Rohland
` (2 preceding siblings ...)
2000-05-18 19:11 ` Johannes Erdfelt
@ 2000-05-18 21:34 ` Tim Riker
3 siblings, 0 replies; 5+ messages in thread
From: Tim Riker @ 2000-05-18 21:34 UTC (permalink / raw)
To: linux-ia64
Yes? I've saved variables from one reboot to another. I was using a
workstation (bigsur) with 0.29 PAL, but it worked for me.
note also there is a dmpstore command which shows all the variables.
Johannes Erdfelt wrote:
>
> Plus the fact I haven't found a single version of the firmware which
> actually saves these variables. So setting them tends to be useless.
>
> It hasn't been too important so I haven't followed up on it with Intel.
>
> JE
>
> On Thu, May 18, 2000, Tim Riker <TimR@CalderaSystems.com> wrote:
> > >From what I can glean from the docs and my hacking, a set in the shell
> > sets a shell variable, NOT a root EFI variable. The only way to set the
> > EFI variables is to do so from a C app usinf the EFI toolkit. This is a
> > bit unfortunate as it means one can not add/edit menu items from the
> > shell prompt. Also, typing exit at the prompt puts you into the boot
> > menu, but AFAIK there is no way of getting back to the shell.
> >
> > Chris Hyser wrote:
> > >
> > > Hi All,
> > >
> > > > -----Original Message-----
> > > > From: linux-ia64-admin@linuxia64.org
> > > > [mailto:linux-ia64-admin@linuxia64.org]On Behalf Of Christoph Rohland
> > > > Sent: Tuesday, May 09, 2000 3:02 AM
> > > > To: linux-ia64@linuxia64.org
> > > > Subject: [Linux-ia64] How do I set variables in efishell?
> > > >
> > > >
> > > > Hi all,
> > > >
> > > > I still do not know how to set variables in efishell to switch the
> > > > console to my serial device.
> > > >
> > > > I actually know that I have to set the variables ConIn and ConOut. But
> > > > I am prettty confused by any documentation I can find about actually
> > > > setting these variables.
> > > >
> > > > Any help appreciated
> > >
> > > Has anybody figured this out yet? Specifically, there is a "set" command in
> > > the EFI shell, but the difficulty seems to be figuring out the device path
> > > to actually set the variables to. Then of course this early firmware may end
> > > up ignoring them anyway. Thoughts?
> > >
> > > ---
> > > Best Regards
> > > Chris Hyser
> > > Hewlett-Packard
> > >
> > > _______________________________________________
> > > Linux-IA64 mailing list
> > > Linux-IA64@linuxia64.org
> > > http://lists.linuxia64.org/lists/listinfo/linux-ia64
> >
> > --
> > Tim Riker - http://rikers.org/ - short SIGs! <g>
> > All I need to know I could have learned in Kindergarten
> > ... if I'd just been paying attention.
> >
> >
> > _______________________________________________
> > Linux-IA64 mailing list
> > Linux-IA64@linuxia64.org
> > http://lists.linuxia64.org/lists/listinfo/linux-ia64
> >
--
Tim Riker - http://rikers.org/ - short SIGs! <g>
All I need to know I could have learned in Kindergarten
... if I'd just been paying attention.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2000-05-18 21:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-05-09 9:02 [Linux-ia64] How do I set variables in efishell? Christoph Rohland
2000-05-18 18:11 ` Chris Hyser
2000-05-18 18:56 ` Tim Riker
2000-05-18 19:11 ` Johannes Erdfelt
2000-05-18 21:34 ` Tim Riker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox