From 7a86da9d3789cc53b0dcabad74e070384a5ffaba Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 24 Sep 2007 13:11:45 +0000 Subject: [PATCH] Increased the size of the microcode payload area. SVN-Revision: 9007 --- scripts/slugimage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/slugimage.pl b/scripts/slugimage.pl index 3d2735d0f1..e461521662 100755 --- a/scripts/slugimage.pl +++ b/scripts/slugimage.pl @@ -920,7 +920,7 @@ sub defaultPartitions { 'offset'=>0x007f8000, 'size'=>0x00004000, 'variable'=>0, 'header'=>0, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0}, {'name'=>'Microcode', 'file'=>'NPE-B', - 'offset'=>0x007fc000, 'size'=>0x00003000, + 'offset'=>0x007fc000, 'size'=>0x00003fe0, 'variable'=>0, 'header'=>16, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0}, {'name'=>'Trailer', 'file'=>'Trailer', 'offset'=>0x007ffff0, 'size'=>0x00000010, -- 2.30.2