Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 6cb452370482b17af4ffb58d0b5704ae20050017
      
https://github.com/tianocore/edk2/commit/6cb452370482b17af4ffb58d0b5704ae20050017
  Author: Pranav V V <[email protected]>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c
    M ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf

  Log Message:
  -----------
  ArmPlatformPkg/PL011SerialPortLib: Support dynamic PCD type.

Convert UART configuration PCDs from FixedPcd to dynamic Pcd to enable
runtime modification of serial port parameters.

Changes made:
- Replace FixedPcdGet64/FixedPcdGet8 calls with PcdGet64/PcdGet8 for:
  * PcdUartDefaultBaudRate
  * PcdUartDefaultParity
  * PcdUartDefaultDataBits
  * PcdUartDefaultStopBits
- Update INF file to declare these PCDs under [Pcd].

Signed-off-by: Pranav V V <[email protected]>


  Commit: 1caa6a92ea36d812bd2dc99f38356613d8aa1baa
      
https://github.com/tianocore/edk2/commit/1caa6a92ea36d812bd2dc99f38356613d8aa1baa
  Author: Pranav V V <[email protected]>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c

  Log Message:
  -----------
  ArmPlatformPkg/PL011UartLib: Prevent data loss in conversion.

Add an explicit (UINT32) cast to the assignment.

Signed-off-by: Pranav V V <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/095bfacc9e52...1caa6a92ea36

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to