[edk2-devel] [edk2-platforms v3 0/6] Enable USB support on LS1046aFrwy board

Meenakshi Aggarwal posted 6 patches 3 years, 6 months ago
Only 3 patches received!
Silicon/NXP/NxpQoriqLs.dec                         |   9 +
Silicon/NXP/LS1046A/LS1046A.dsc.inc                |   9 +
Silicon/NXP/NxpQoriqLs.dsc.inc                     |   2 +
Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.dsc     |   2 +
Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf     |  13 ++
.../Library/ArmPlatformLib/ArmPlatformLib.inf      |   1 +
.../NXP/Chassis2/Library/ChassisLib/ChassisLib.inf |   2 +
Silicon/NXP/LS1046A/Library/SocLib/SocLib.inf      |   1 +
Silicon/NXP/Library/GpioLib/GpioLib.inf            |  39 ++++
Silicon/NXP/Chassis2/Include/Chassis.h             | 112 +++++++++++
Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.h  |  23 +++
Silicon/NXP/Include/Library/ChassisLib.h           |  62 ++++++
Silicon/NXP/Include/Library/GpioLib.h              | 110 +++++++++++
Silicon/NXP/LS1046A/Include/Soc.h                  |   2 +
.../Library/ArmPlatformLib/ArmPlatformLib.c        |  21 ++
.../NXP/Chassis2/Library/ChassisLib/ChassisLib.c   |  63 ++++++
Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.c  | 165 ++++++++++++++++
Silicon/NXP/LS1046A/Library/SocLib/SocLib.c        |  65 ++++++
Silicon/NXP/Library/GpioLib/GpioLib.c              | 219 +++++++++++++++++++++
19 files changed, 920 insertions(+)
mode change 100644 => 100755 Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.dsc
mode change 100644 => 100755 Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf
create mode 100644 Silicon/NXP/Library/GpioLib/GpioLib.inf
create mode 100644 Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.h
create mode 100644 Silicon/NXP/Include/Library/GpioLib.h
create mode 100644 Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.c
create mode 100644 Silicon/NXP/Library/GpioLib/GpioLib.c
[edk2-devel] [edk2-platforms v3 0/6] Enable USB support on LS1046aFrwy board
Posted by Meenakshi Aggarwal 3 years, 6 months ago
This patch set adds GPIO Library.
Gpio Library is required to set muxing to enable USB controller.


Changes in v3:
	- Incorporated review comments

Changes in v2:
	- Modified GpioLib as per review comments
	- Prepared separate patch for SCFG enablement
	- Prepared sepaarte patch for USB errata implementation

Meenakshi Aggarwal (6):
  Silicon/NXP: Add GPIO Library support.
  Platform/NXP/LS1046aFrwyPkg: MUX changes for USB
  Silicon/NXP: Add SCFG support for Chassis2
  Silicon/NXP: Implement USB Errata Workarounds
  Silicon/NXP/LS1046A: Apply USB errata workarounds
  LS1046aFrwy: Enable USB support for LS1046AFRWY board.

 Silicon/NXP/NxpQoriqLs.dec                         |   9 +
 Silicon/NXP/LS1046A/LS1046A.dsc.inc                |   9 +
 Silicon/NXP/NxpQoriqLs.dsc.inc                     |   2 +
 Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.dsc     |   2 +
 Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf     |  13 ++
 .../Library/ArmPlatformLib/ArmPlatformLib.inf      |   1 +
 .../NXP/Chassis2/Library/ChassisLib/ChassisLib.inf |   2 +
 Silicon/NXP/LS1046A/Library/SocLib/SocLib.inf      |   1 +
 Silicon/NXP/Library/GpioLib/GpioLib.inf            |  39 ++++
 Silicon/NXP/Chassis2/Include/Chassis.h             | 112 +++++++++++
 Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.h  |  23 +++
 Silicon/NXP/Include/Library/ChassisLib.h           |  62 ++++++
 Silicon/NXP/Include/Library/GpioLib.h              | 110 +++++++++++
 Silicon/NXP/LS1046A/Include/Soc.h                  |   2 +
 .../Library/ArmPlatformLib/ArmPlatformLib.c        |  21 ++
 .../NXP/Chassis2/Library/ChassisLib/ChassisLib.c   |  63 ++++++
 Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.c  | 165 ++++++++++++++++
 Silicon/NXP/LS1046A/Library/SocLib/SocLib.c        |  65 ++++++
 Silicon/NXP/Library/GpioLib/GpioLib.c              | 219 +++++++++++++++++++++
 19 files changed, 920 insertions(+)
 mode change 100644 => 100755 Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.dsc
 mode change 100644 => 100755 Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf
 create mode 100644 Silicon/NXP/Library/GpioLib/GpioLib.inf
 create mode 100644 Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.h
 create mode 100644 Silicon/NXP/Include/Library/GpioLib.h
 create mode 100644 Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.c
 create mode 100644 Silicon/NXP/Library/GpioLib/GpioLib.c

-- 
1.9.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#66067): https://edk2.groups.io/g/devel/message/66067
Mute This Topic: https://groups.io/mt/77402666/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-platforms v3 0/6] Enable USB support on LS1046aFrwy board
Posted by Leif Lindholm 3 years, 6 months ago
On Fri, Oct 09, 2020 at 20:49:01 +0530, Meenakshi Aggarwal wrote:
> This patch set adds GPIO Library.
> Gpio Library is required to set muxing to enable USB controller.
> 
> 
> Changes in v3:
> 	- Incorporated review comments
> 
> Changes in v2:
> 	- Modified GpioLib as per review comments
> 	- Prepared separate patch for SCFG enablement
> 	- Prepared sepaarte patch for USB errata implementation
> 
> Meenakshi Aggarwal (6):
>   Silicon/NXP: Add GPIO Library support.
>   Platform/NXP/LS1046aFrwyPkg: MUX changes for USB
>   Silicon/NXP: Add SCFG support for Chassis2
>   Silicon/NXP: Implement USB Errata Workarounds
>   Silicon/NXP/LS1046A: Apply USB errata workarounds
>   LS1046aFrwy: Enable USB support for LS1046AFRWY board.

For the series:
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Pushed as e3461bfe3d3f..325619f738d7.

>  Silicon/NXP/NxpQoriqLs.dec                         |   9 +
>  Silicon/NXP/LS1046A/LS1046A.dsc.inc                |   9 +
>  Silicon/NXP/NxpQoriqLs.dsc.inc                     |   2 +
>  Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.dsc     |   2 +
>  Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf     |  13 ++
>  .../Library/ArmPlatformLib/ArmPlatformLib.inf      |   1 +
>  .../NXP/Chassis2/Library/ChassisLib/ChassisLib.inf |   2 +
>  Silicon/NXP/LS1046A/Library/SocLib/SocLib.inf      |   1 +
>  Silicon/NXP/Library/GpioLib/GpioLib.inf            |  39 ++++
>  Silicon/NXP/Chassis2/Include/Chassis.h             | 112 +++++++++++
>  Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.h  |  23 +++
>  Silicon/NXP/Include/Library/ChassisLib.h           |  62 ++++++
>  Silicon/NXP/Include/Library/GpioLib.h              | 110 +++++++++++
>  Silicon/NXP/LS1046A/Include/Soc.h                  |   2 +
>  .../Library/ArmPlatformLib/ArmPlatformLib.c        |  21 ++
>  .../NXP/Chassis2/Library/ChassisLib/ChassisLib.c   |  63 ++++++
>  Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.c  | 165 ++++++++++++++++
>  Silicon/NXP/LS1046A/Library/SocLib/SocLib.c        |  65 ++++++
>  Silicon/NXP/Library/GpioLib/GpioLib.c              | 219 +++++++++++++++++++++
>  19 files changed, 920 insertions(+)
>  mode change 100644 => 100755 Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.dsc
>  mode change 100644 => 100755 Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.fdf
>  create mode 100644 Silicon/NXP/Library/GpioLib/GpioLib.inf
>  create mode 100644 Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.h
>  create mode 100644 Silicon/NXP/Include/Library/GpioLib.h
>  create mode 100644 Silicon/NXP/Chassis2/Library/ChassisLib/Erratum.c
>  create mode 100644 Silicon/NXP/Library/GpioLib/GpioLib.c
> 
> -- 
> 1.9.1
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#66078): https://edk2.groups.io/g/devel/message/66078
Mute This Topic: https://groups.io/mt/77402666/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-