Hi,
gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength value is 1000000 in
MdePkg.dec file. It indicates the maximum node number of linked list. If this
ASSERT happens, your linked list is too long that exceed this value.
Too long Linked List may be corrupt link list. So this check is added here. If
you make sure the linked list is valid, you can configure this PCD in DSC file
to increase its value.
Thanks
Liming
From: Narinder Dhillon [mailto:ndhillo...@gmail.com]
Sent: Tuesday, November 18, 2014 1:59 AM
To: edk2-devel@lists.sourceforge.net
Subject: [edk2] ASSERT with TARGET=DEBUG
Hi All,
When I enable TARGET=DEBUG in Makefile, I get the following assert but not when
TARGET=RELEASE. PcdMaximumLinkedListLength is default value.
Any idea why ?
Thanx,
ASSERT
/nfs/causers2/ndhillon/workdir/sdk/bootloader/edk2/MdePkg/Library/BaseLib/LinkedList.c(109):
Count < _gPcd_FixedAtBuild_PcdMaximumLinkedListLength
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel