From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web10.19455.1657697555786766837 for ; Wed, 13 Jul 2022 00:32:35 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=K9DD3I6h; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: guomin.jiang@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657697555; x=1689233555; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=qqY36I2dj2NI3DmzVLZR0Hb8mE/pK3KXv4vZLhKQExY=; b=K9DD3I6h+AFARJ+dpRoN/5Mhqp6tm9MceWo4C1sbtGL4HBWrL3Apwyhv eDy9Gv60JJntSu5iuBeCbVqozpn52eMnBkThrQM+vXgjmg+D4Hew8UxoZ Gu3Gbt3R7T6M8yzxizRrP5oSNEaceA0Zs+yvZaPUpdx1qpTDg07uharUd d5hcsp3L3ukKd+BT9fcFz5hjm8bEsdXC5Np9hrK55zAAx1OnH5AcaqOcz Can8CCWXP+EXVwRMYN+6A+lwPVwi5W9wcv5uex9yXavNuyiJFNTkT392u z5P0VzwJvuf3uOScjxLYBFTe1pE++kuFG8g/i3qt0+NdMk3WOzGXub87v g==; X-IronPort-AV: E=McAfee;i="6400,9594,10406"; a="282689910" X-IronPort-AV: E=Sophos;i="5.92,267,1650956400"; d="scan'208";a="282689910" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2022 00:32:31 -0700 X-IronPort-AV: E=Sophos;i="5.92,267,1650956400"; d="scan'208";a="653260265" Received: from guominji-mobl1.ccr.corp.intel.com ([10.238.11.184]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2022 00:32:30 -0700 From: "Guomin Jiang" To: devel@edk2.groups.io Subject: [edk2-platforms Patch v2 0/3] Remove all UGA support Date: Wed, 13 Jul 2022 15:31:57 +0800 Message-Id: <20220713073200.1710-1-guomin.jiang@intel.com> X-Mailer: git-send-email 2.37.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2368 Remove all UGA support Guomin Jiang (3): PurleyOpenBoardPkg: Remove All UGA support BoardModulePkg: Remove all UGA support OptionRomPkg: Remove all UGA support .../CirrusLogic5430Dxe/CirrusLogic5430.c | 91 +--- .../CirrusLogic5430Dxe/CirrusLogic5430.h | 21 +- .../CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf | 9 +- .../CirrusLogic5430UgaDraw.c | 412 ------------------ Drivers/OptionRomPkg/OptionRomPkg.dec | 3 - .../Library/BoardBdsHookLib/BoardBdsHook.h | 3 +- .../Library/BoardBdsHookLib/BoardBdsHook.h | 3 +- 7 files changed, 5 insertions(+), 537 deletions(-) delete mode 100644 Drivers/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430UgaDraw.c -- 2.26.2.windows.1