Home
last modified time | relevance | path

Searched refs:get_configuration_table (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dedk2_debugger.py51 …debug_info_table_base = st.get_configuration_table(system_table.DebugInfoTable.CONST_DEBUG_INFO_TA…
182 …debug_info_table_base = self.system_table.get_configuration_table(system_table.DebugInfoTable.CONS…
225 …debug_info_table_base = self.system_table.get_configuration_table(system_table.DebugInfoTable.CONS…
Dsystem_table.py151 def get_configuration_table(self, conf_table_guid): member in SystemTable