Users can create a domain for a specific processor and OS. Supported OS are standalone, linux
Note: Users can use the HSI Python API to extract the available processors from the XSA. This is discussed later in this tutorial.
domain = platform.add_domain(cpu = "psu_cortexa53_0",os = "standalone",name = "my_domain",display_name = "my_domain")