hardcode.diff was out of date and failed to apply.
Signed-off-by: Nathan Williams nathan@traverse.com.au
Index: buildrom-devel/packages/seabios/hardcode.diff =================================================================== --- buildrom-devel/packages/seabios/hardcode.diff (revision 268) +++ buildrom-devel/packages/seabios/hardcode.diff (working copy) @@ -1,8 +1,8 @@ ---- a/src/config.h 2008-07-21 10:56:45.000000000 -0600 -+++ b/src/config.h 2008-07-21 10:59:39.000000000 -0600 -@@ -13,13 +13,13 @@ - #endif - +--- a/src/config.h 2009-08-24 21:28:38.000000000 +1000 ++++ b/src/config.h 2009-08-24 21:36:08.000000000 +1000 +@@ -15,12 +15,12 @@ + // Configure for use with KVM. + #define CONFIG_KVM 0 // Configure as a coreboot payload. -#define CONFIG_COREBOOT 0 +#define CONFIG_COREBOOT 1 @@ -10,10 +10,9 @@ // Control how verbose debug output is. -#define CONFIG_DEBUG_LEVEL 1 +#define CONFIG_DEBUG_LEVEL 6 - // Send debugging information to serial port -#define CONFIG_DEBUG_SERIAL 0 +#define CONFIG_DEBUG_SERIAL 1 + // Screen writes are also sent to debug ports. + #define CONFIG_SCREEN_AND_DEBUG 1
- // Support for int13 floppy drive access - #define CONFIG_FLOPPY_SUPPORT 1
On Mon, Aug 24, 2009 at 7:40 AM, Nathan Williamsnathan@traverse.com.au wrote:
hardcode.diff was out of date and failed to apply.
Thanks for the patch. I added a couple of lines to try and make it obvious what options are interesting to set when using Coreboot.
Signed-off-by: Nathan Williams nathan@traverse.com.au
Acked-by: Myles Watson mylesgw@gmail.com
Rev. 270
Thanks, Myles