public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] Update Stratix 10 platform support
@ 2019-09-05  7:24 Loh, Tien Hock
  2019-09-05  7:24 ` [PATCH 1/4] Platform: Intel: Update maintainers list for Stratix 10 device Loh, Tien Hock
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Loh, Tien Hock @ 2019-09-05  7:24 UTC (permalink / raw)
  To: devel, thloh85; +Cc: Tien Hock, Loh

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-05  7:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-05  7:24 [PATCH 0/4] Update Stratix 10 platform support Loh, Tien Hock
2019-09-05  7:24 ` [PATCH 1/4] Platform: Intel: Update maintainers list for Stratix 10 device Loh, Tien Hock
2019-09-05  7:24 ` [PATCH 2/4] Platform: Intel: Update license to SPDX Loh, Tien Hock
2019-09-05  7:24 ` [PATCH 3/4] Platform: Intel: Remove unused packages and clean up Loh, Tien Hock
2019-09-05  7:24 ` [PATCH 4/4] Platform: Intel: Remove hardcoded Stratix 10 UART clock Loh, Tien Hock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox