From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: tien.hock.loh@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Thu, 05 Sep 2019 00:25:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2019 00:25:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,469,1559545200"; d="scan'208";a="187890261" Received: from ppglcf0018.png.intel.com ([10.226.229.38]) by orsmga006.jf.intel.com with ESMTP; 05 Sep 2019 00:25:00 -0700 From: "Loh, Tien Hock" To: devel@edk2.groups.io, thloh85@gmail.com Cc: "Tien Hock, Loh" Subject: [PATCH 0/4] Update Stratix 10 platform support Date: Thu, 5 Sep 2019 15:24:19 +0800 Message-Id: <20190905072423.150004-1-tien.hock.loh@intel.com> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Tien Hock, Loh" Update maintainer list, SPDX license, remove unused packages and remove hardcoded UART clock Tien Hock, Loh (4): Platform: Intel: Update maintainers list for Stratix 10 device Platform: Intel: Update license to SPDX Platform: Intel: Remove unused packages and clean up Platform: Intel: Remove hardcoded Stratix 10 UART clock Platform/Intel/Stratix10/Stratix10SoCPkg.dec | 3 +- Platform/Intel/Stratix10/Stratix10SoCPkg.dsc | 15 +- Platform/Intel/Stratix10/Stratix10SoCPkg.fdf | 1 - .../IntelPlatformDxe/IntelPlatformDxe.inf | 22 ++- .../IntelPlatformLib/IntelPlatformLib.inf | 22 +-- .../PlatformHookLib/PlatformHookLib.inf | 41 ++++++ .../S10ClockManager/S10ClockManager.inf | 34 +++++ .../Library/S10ClockManager/S10ClockManager.h | 48 +++++++ .../IntelPlatformDxe/IntelPlatformDxe.c | 22 ++- .../Library/IntelPlatformLib/Stratix10Mmu.c | 20 +-- .../IntelPlatformLib/Stratix10PlatformLib.c | 19 +-- .../Library/PlatformHookLib/PlatformHookLib.c | 43 ++++++ .../Library/S10ClockManager/S10ClockManager.c | 133 ++++++++++++++++++ Maintainers.txt | 5 + .../AArch64/ArmPlatformHelper.S | 8 +- 15 files changed, 353 insertions(+), 83 deletions(-) create mode 100644 Platform/Intel/Stratix10/Library/PlatformHookLib/PlatformHookLib.inf create mode 100644 Platform/Intel/Stratix10/Library/S10ClockManager/S10ClockManager.inf create mode 100644 Platform/Intel/Stratix10/Include/Library/S10ClockManager/S10ClockManager.h create mode 100644 Platform/Intel/Stratix10/Library/PlatformHookLib/PlatformHookLib.c create mode 100644 Platform/Intel/Stratix10/Library/S10ClockManager/S10ClockManager.c -- 2.19.0