[SeaBIOS] [PATCH] Add config option to disable MTRR initialization.

2011-03-06 Thread Kevin O'Connor
Some versions of Bochs don't like the MTRR initialization, so add CONFIG_MTRR_INIT to control whether SeaBIOS will touch the MTRRs. --- src/Kconfig |6 ++ src/mtrr.c |2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/Kconfig b/src/Kconfig index fca73e4..f064b27

Re: [SeaBIOS] [PATCH] Allow to run option roms with bad checksums

2011-03-06 Thread Kevin O'Connor
On Fri, Feb 11, 2011 at 01:26:43PM -0800, Stefan Reinauer wrote: See patch -- Stefan Reinauer Google Inc. Allow running option roms with a wrong checksum. Signed-off-by: Stefan Reinauer reina...@google.com Thanks. I changed the name of the option and then committed this patch.