[coreboot] coreinfo: Use the ESC key to exit the payload

Jordan Crouse jordan.crouse at amd.com
Wed May 14 18:20:27 CEST 2008


On 14/05/08 10:14 -0600, Myles Watson wrote:
> 
> 
> > -----Original Message-----
> > From: coreboot-bounces at coreboot.org [mailto:coreboot-bounces at coreboot.org]
> > On Behalf Of jordan.crouse at amd.com
> > Sent: Tuesday, May 13, 2008 5:39 PM
> > To: coreboot at coreboot.org
> > Cc: Jordan Crouse
> > Subject: [coreboot] [patch 2/2] coreinfo: Use the ESC key to exit the
> > payload
> > 
> > Enable the ESC key to close coreinfo - useful if you are using a chooser
> > and want to return to it.
> > 
> > Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>
> 
> Acked-by: Myles Watson <mylesgw at gmail.com>
> 
> Is there another patch coming that tells the user to press ESC?

No, but such a patch can be made to appear... :)

> Thanks,
> Myles
> 
> > Index: coreinfo/coreinfo.c
> > ===================================================================
> > --- coreinfo.orig/coreinfo.c	2008-05-13 14:52:50.000000000 -0600
> > +++ coreinfo/coreinfo.c	2008-05-13 14:52:54.000000000 -0600
> > @@ -256,6 +256,8 @@
> >  			}
> >  		}
> > 
> > +		if (key == 0x1B)
> > +			return;
> > 
> >  		handle_category_key(&categories[curwin], key);
> >  	}
> > 
> > --
> > Jordan Crouse
> > Systems Software Development Engineer
> > Advanced Micro Devices, Inc.
> > 
> > 
> > --
> > coreboot mailing list
> > coreboot at coreboot.org
> > http://www.coreboot.org/mailman/listinfo/coreboot
> 
> 

-- 
Jordan Crouse
Systems Software Development Engineer 
Advanced Micro Devices, Inc.





More information about the coreboot mailing list