Skip to content

Commit

Permalink
OvmfPkg/OvmfPkg.dec: Adjust PcdMptScsiStallPerPollUsec token value
Browse files Browse the repository at this point in the history
The token value of PcdMptScsiStallPerPollUsec should be 0x3a since the
previous token value is 0x39.

Cc: Jordan Justen <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Liran Alon <[email protected]>
Cc: Nikita Leshenko <[email protected]>
Signed-off-by: Gary Lin <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Liran Alon <[email protected]>
[[email protected]: clarify subject, fix typos in commit message]
Reviewed-by: Laszlo Ersek <[email protected]>
  • Loading branch information
lcp authored and mergify[bot] committed Jul 15, 2020
1 parent e77966b commit d9269d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OvmfPkg/OvmfPkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
gUefiOvmfPkgTokenSpaceGuid.PcdMptScsiMaxTargetLimit|7|UINT8|0x39

## Microseconds to stall between polling for MptScsi request result
gUefiOvmfPkgTokenSpaceGuid.PcdMptScsiStallPerPollUsec|5|UINT32|0x40
gUefiOvmfPkgTokenSpaceGuid.PcdMptScsiStallPerPollUsec|5|UINT32|0x3a

gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogBase|0x0|UINT32|0x8
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogSize|0x0|UINT32|0x9
Expand Down

0 comments on commit d9269d6

Please sign in to comment.