From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.594.1589215312276781512 for ; Mon, 11 May 2020 09:41:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=IqvwWXa0; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589215311; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i/jxKDGu4ynxVLZEJs4ZRxZ3ShOdBA/7pRKdaY11rKo=; b=IqvwWXa0+Qgtif6PVksbM+oW3MZwjMBkH44AmgBVfSCyDZFQQ/XcsaNEOl4YJu3QuoglJc Bw8LHhFPmmiVQvusaKc5vSB5bW/Ddmzbh3APEUPAbFGB8ghXWGcc9SEmTc4rwCQzawp2qM C303wJSLslvoiSSOaYPoNSspMOw0m8M= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-493-4spGzRVWPIGRjbI5EEFtOA-1; Mon, 11 May 2020 12:41:49 -0400 X-MC-Unique: 4spGzRVWPIGRjbI5EEFtOA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2EBBB107ACF3; Mon, 11 May 2020 16:41:48 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-11.ams2.redhat.com [10.36.113.11]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9190F5C1B5; Mon, 11 May 2020 16:41:47 +0000 (UTC) Subject: Re: [edk2-devel] Help with Logo Display Problems To: devel@edk2.groups.io, jim.slaughter@sage-micro.com References: From: "Laszlo Ersek" Message-ID: Date: Mon, 11 May 2020 18:41:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 05/10/20 05:00, jim slaughter wrote: > Hello, > > I have followed previous directions provided and the build works ok. I > built an IA32 generic binary. > I cannot tell if the logo code is working since I cannot see the logo on my > display. > > I do see a file in > the ~/src/edk2-stable202002/Build/MdeModule/DEBUG_GCC5/IA32/$ directory, > called LogoDxe.efi and another called LogoDxe. This leads me to > believe that the Logo entry point is in the image. > > After the build I did find an empty map file? How do I get a map of the > build? > > How do I debug this problem? I have no debugger. Can I freely use > DEBUG((...........)); . > > Any help please. I am stuck. Thank you. > Does your PlatformBootManagerLib instance call BootLogoEnableLogo() in PlatformBootManagerAfterConsole()? Thanks, Laszlo