forked from facebook/fboss
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request facebook#1 from adamcalabrigo/fb_merge_1_30_2023
Facebook: merge upstream FBOSS 1/30
- Loading branch information
Showing
165 changed files
with
1,971 additions
and
1,452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Subproject commit ab1112009f1845f6f9968c89018354317695f619 | ||
Subproject commit f90c9696176ff4951b4361614e9287aaff34115a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Subproject commit f31c77b8aecc0fcd2a94872183dc298a3581ba8f | ||
Subproject commit 22b89282c9d3bb56a625b7def37f42e8cdd93dd0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Subproject commit 78f3f7a39b0badc855cbfd14fa5adfff54b7d078 | ||
Subproject commit 57f32870d5b451b8d17fe4250c26646955421157 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# CMake to build libraries and binaries in fboss/lib/firmware_storage | ||
|
||
# In general, libraries and binaries in fboss/foo/bar are built by | ||
# cmake/FooBar.cmake | ||
|
||
add_library(firmware_storage | ||
fboss/lib/firmware_storage/FbossFirmware.cpp | ||
fboss/lib/firmware_storage/FbossFwStorage.cpp | ||
) | ||
|
||
target_link_libraries(firmware_storage | ||
${YAML-CPP} | ||
Folly::folly | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# CMake to build libraries and binaries in fboss/util | ||
|
||
# In general, libraries and binaries in fboss/foo/bar are built by | ||
# cmake/FooBar.cmake | ||
|
||
add_executable(wedge_qsfp_util | ||
fboss/util/wedge_qsfp_util.cpp | ||
fboss/util/qsfp_util_main.cpp | ||
fboss/util/qsfp/QsfpServiceDetector.cpp | ||
fboss/util/qsfp/QsfpUtilContainer.cpp | ||
fboss/util/qsfp/QsfpUtilTx.cpp | ||
fboss/util/oss/wedge_qsfp_util.cpp | ||
) | ||
|
||
target_link_libraries(wedge_qsfp_util | ||
firmware_upgrader | ||
qsfp_config | ||
qsfp_lib | ||
qsfp_module | ||
${YAML-CPP} | ||
phy_management_base | ||
transceiver_manager | ||
qsfp_platforms_wedge | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.