[edk2-devel] [PATCH 0/4] Update Stratix 10 platform support

Loh, Tien Hock posted 4 patches 4 years, 7 months ago
Failed in applying to current master (apply log)
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
[edk2-devel] [PATCH 0/4] Update Stratix 10 platform support
Posted by Loh, Tien Hock 4 years, 7 months ago
From: "Tien Hock, Loh" <tien.hock.loh@intel.com>

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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#46877): https://edk2.groups.io/g/devel/message/46877
Mute This Topic: https://groups.io/mt/33151029/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-