#
3d73712f |
| 01-Feb-2025 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: If81a5a0bc8458a6feb94ba5c52adbe7294d43475 Signed-off-by: Patrick Williams <p
clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: If81a5a0bc8458a6feb94ba5c52adbe7294d43475 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
42a44c28 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: I09e19a126d456dc184fd70e82d4e4e4217fa8ee7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
55b1a71d |
| 18-Feb-2021 |
Vivekanand Veeracholan <vveerach@google.com> |
tools/pci: Use pci_device_enable() to enable bridge
Enabling the bridge by writing to the PCI config space does not enable all the host resources required. Use pci_device_enable api.
Signed-off-by:
tools/pci: Use pci_device_enable() to enable bridge
Enabling the bridge by writing to the PCI config space does not enable all the host resources required. Use pci_device_enable api.
Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I159a132b76eadc569efb8fb47488a4abd4c27404
show more ...
|
#
c1a30c04 |
| 09-Jun-2020 |
Benjamin Fair <benjaminfair@google.com> |
tools/pci: add Nuvoton bridge configuration
The Nuvoton PCI device requires the Memory Space bit to be set in its command register in order to access the mailbox over MMIO.
Signed-off-by: Benjamin
tools/pci: add Nuvoton bridge configuration
The Nuvoton PCI device requires the Memory Space bit to be set in its command register in order to access the mailbox over MMIO.
Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Ic262b907ae55c622999aa68891b618650ccad3f2
show more ...
|
#
20a18093 |
| 08-Jun-2020 |
Benjamin Fair <benjaminfair@google.com> |
tools/pci: add wrapper for libpciaccess
This allows unit testing code that uses libpciaccess.
Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Iec559c72e0e7b6c2e8737a54bb3e88fe1e0f
tools/pci: add wrapper for libpciaccess
This allows unit testing code that uses libpciaccess.
Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Iec559c72e0e7b6c2e8737a54bb3e88fe1e0f4fdb
show more ...
|