The Vivado Design Suite installation includes board definition files for the TDP boards that are delivered as part of the tool. You can also create your own board files, using the schema described in Board File, to add to a board repository to be used with Vivado Design Suite.
In order to add your own board files, or third-party files, to the board repository you must define the following parameter either in your Vivado_init.tcl file, or soon after opening the Vivado Design Suite:
set_param board.repoPaths [list "<path1>" “<path2>” “...”]
These paths can also be added in the GUI using
For more information about the Vivado_init.tcl file refer to this link in the Vivado Design Suite Tcl Command Reference Guide (UG835).