From 5a62702ae370a125997634f91a60dcb75204afc2 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 29 Dec 2014 21:41:04 +0000 Subject: ich9gen: show original flReg1.LIMIT, but commented out --- resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/utilities/ich9deblob/src/ich9gen') diff --git a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c index 91f4ed49..fce65434 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c +++ b/resources/utilities/ich9deblob/src/ich9gen/mkdescriptor.c @@ -78,6 +78,7 @@ struct DESCRIPTORREGIONRECORD generatedDescriptorStruct(unsigned int romSize) /* FLREG1 (BIOS) */ descriptorStruct.regionSection.flReg1.BASE = 0x0003; /* see ../descriptor/descriptor.c */ descriptorStruct.regionSection.flReg1.reserved1 = 0x0; + /* descriptorStruct.regionSection.flReg1.LIMIT = 0x07ff; */ descriptorStruct.regionSection.flReg1.LIMIT = ((romSize >> FLREGIONBITSHIFT) - 1); /* see ../descriptor/descriptor.c */ descriptorStruct.regionSection.flReg1.reserved2 = 0x0; /* FLREG2 (ME) */ -- cgit v1.2.3-70-g09d2