See patch.
Uwe.
Uwe Hermann wrote:
See patch.
Uwe.
Did Carl-Daniel's documentation fixes make it in yet?
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
* 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.). Other than those and if Carl-Daniel's patches have been applied,
Acked-by: Corey Osgood corey.osgood@gmail.com
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@gmail.com
Thanks, r520.
Uwe.