[LinuxBIOS] [PATCH] v3: Various cleanups
Uwe Hermann
uwe at hermann-uwe.de
Mon Nov 26 21:30:34 CET 2007
On Sun, Nov 25, 2007 at 08:12:25PM -0500, Corey Osgood wrote:
> Did Carl-Daniel's documentation fixes make it in yet?
I think so, yes. r511, r512.
> > Index: mainboard/emulation/qemu-x86/vga.c
> > ===================================================================
> > --- mainboard/emulation/qemu-x86/vga.c (Revision 518)
> > +++ mainboard/emulation/qemu-x86/vga.c (Arbeitskopie)
> > @@ -32,11 +32,14 @@
> > struct pc_keyboard conf;
> >
> > printk(BIOS_INFO, "Init VGA device\n");
> > +
> > dev->on_mainboard = 1;
> > dev->rom_address = 0xc0000;
> >
> > - // FIXME - this should be in superio some day
> > - // but since qemu has no superio.
> > + /*
> > + * FIXME: This should be in superio some day
> >
>
> Comma please
Done.
> > + * but since QEMU has no superio...
> > + */
> > init_pc_keyboard(0x60, 0x64, &conf);
> > }
> > Index: README
> > ===================================================================
> > --- README (Revision 518)
> > +++ README (Arbeitskopie)
> > @@ -102,7 +102,7 @@
> > The 'flashrom' tool is located in util/flashrom where you can build it
> > from source code by typing 'make'. Alternatively, your favorite Linux
> > distribution might ship a 'flashrom' package which provides the 'flashrom'
> > - program in (e.g.) /usr/bin. On Debian GNU/Linux systems you can get
> > + program in /usr/sbin. On Debian GNU/Linux systems you can get
> > the flashrom package via 'apt-get install flashrom'.
>
> Does every distribution out there provide it in /usr/sbin? If not,
> please leave the (e.g.).
Done. I don't know what other distros do, but /usr/sbin is the correct
location according to the FHS, and it's also the default install location
in the current svn version of flashrom.
> Acked-by: Corey Osgood <corey.osgood at gmail.com>
Thanks, r520.
Uwe.
--
http://www.hermann-uwe.de | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
More information about the coreboot
mailing list