/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/ |
H A D | 0001-Allow-configuring-flash-image-files-compile-time.patch | 13 .../block_storage/factory/file/block_store_factory.c | 6 +++++- 14 .../service/block_storage/factory/file/component.cmake | 6 +++++- 15 .../block_storage/factory/semihosting/block_store_factory.c | 6 +++++- 16 .../block_storage/factory/semihosting/component.cmake | 6 +++++- 19 …it a/components/service/block_storage/factory/file/block_store_factory.c b/components/service/bloc… 21 --- a/components/service/block_storage/factory/file/block_store_factory.c 22 +++ b/components/service/block_storage/factory/file/block_store_factory.c 43 …--git a/components/service/block_storage/factory/file/component.cmake b/components/service/block_s… 45 --- a/components/service/block_storage/factory/file/component.cmake 46 +++ b/components/service/block_storage/factory/file/component.cmake [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_factory_reset_sub_menu.robot | 3 Documentation Test suite for OpenBMC GUI "Factory reset" sub-menu of "Settings" menu. 14 ${xpath_factory_reset_heading} //h1[text()="Factory reset"] 22 Verify Navigation To Factory Reset Page 23 [Documentation] Verify navigation to factory reset page. 29 Verify Existence Of All Sections In Factory Reset Page 30 [Documentation] Verify existence of all sections in factory reset page. 36 Verify Existence Of All Buttons In Factory Reset Page 37 [Documentation] Verify existence of all buttons in factory reset page. 43 Verify Existence Of All Radio Buttons In Factory Reset Page 44 [Documentation] Verify existence of all radio buttons in factory reset page. [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | hw_factory.c | 57 struct hw_factory *factory, in dal_hw_factory_init() argument 66 dal_hw_factory_dce60_init(factory); in dal_hw_factory_init() 72 dal_hw_factory_dce80_init(factory); in dal_hw_factory_init() 76 dal_hw_factory_dce110_init(factory); in dal_hw_factory_init() 81 dal_hw_factory_dce110_init(factory); in dal_hw_factory_init() 85 dal_hw_factory_dce120_init(factory); in dal_hw_factory_init() 89 dal_hw_factory_dcn10_init(factory); in dal_hw_factory_init() 92 dal_hw_factory_dcn20_init(factory); in dal_hw_factory_init() 96 dal_hw_factory_dcn21_init(factory); in dal_hw_factory_init() 105 dal_hw_factory_dcn30_init(factory); in dal_hw_factory_init() [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | maketype.py | 10 the arguments of the type's factory for details. 30 def factory(var_type): function 31 """Return the factory for a specified type.""" 44 obj = factory(var_type) 77 """Prepare a factory for use.""" 89 def register(name, factory): argument 90 """Register a type, given its name and a factory callable. 92 Determines the required and optional flags from the factory's 94 factory_setup(name, factory) 95 available_types[factory.name] = factory
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
H A D | hw_factory_dce110.c | 162 * Initialize HW factory function pointers and pin info 165 * struct hw_factory *factory - [out] struct of function pointers 167 void dal_hw_factory_dce110_init(struct hw_factory *factory) in dal_hw_factory_dce110_init() argument 170 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce110_init() 171 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce110_init() 172 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce110_init() 173 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce110_init() 174 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce110_init() 175 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce110_init() 176 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce110_init() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
H A D | hw_factory_dce120.c | 180 * Initialize HW factory function pointers and pin info 183 * struct hw_factory *factory - [out] struct of function pointers 185 void dal_hw_factory_dce120_init(struct hw_factory *factory) in dal_hw_factory_dce120_init() argument 188 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce120_init() 189 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce120_init() 190 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce120_init() 191 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce120_init() 192 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce120_init() 193 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce120_init() 194 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce120_init() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
H A D | hw_factory_dcn10.c | 213 * Initialize HW factory function pointers and pin info 216 * struct hw_factory *factory - [out] struct of function pointers 218 void dal_hw_factory_dcn10_init(struct hw_factory *factory) in dal_hw_factory_dcn10_init() argument 221 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn10_init() 222 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn10_init() 223 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dcn10_init() 224 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn10_init() 225 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dcn10_init() 226 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn10_init() 227 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dcn10_init() [all …]
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | README.md | 21 - BMC Factory Reset 25 ### BMC Factory Reset 29 This command will call to reset the BMC to its factory default. See [here][0] 30 for the factory reset implementation details. 34 1. Power the chassis off. The host needs to be powered off because the factory 39 2. Set the BMC to perform factory reset on reboot. 40 3. Reboot the BMC for the factory reset to take effect.
|
/openbmc/openbmc-test-automation/extended/ |
H A D | factory_reset.robot | 2 Documentation This program performs Factory data reset. 17 Verify Factory Reset 18 [Documentation] Factory reset the system and verify if BMC is online. 21 # Factory reset erases user config settings which incldes IP, netmask 24 # If factory reset is successful, ping to BMC host should fail as 29 Should Be Equal ${status} False msg=Factory reset failed. 59 [Documentation] Factory reset the system.
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
H A D | hw_factory_dce60.c | 163 struct hw_factory *factory) in dal_hw_factory_dce60_init() argument 165 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce60_init() 166 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce60_init() 167 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce60_init() 168 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce60_init() 169 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce60_init() 170 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce60_init() 171 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce60_init() 172 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dce60_init() 174 factory->funcs = &funcs; in dal_hw_factory_dce60_init()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
H A D | hw_factory_dce80.c | 163 struct hw_factory *factory) in dal_hw_factory_dce80_init() argument 165 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dce80_init() 166 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dce80_init() 167 factory->number_of_pins[GPIO_ID_GENERIC] = 7; in dal_hw_factory_dce80_init() 168 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dce80_init() 169 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 31; in dal_hw_factory_dce80_init() 170 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dce80_init() 171 factory->number_of_pins[GPIO_ID_SYNC] = 2; in dal_hw_factory_dce80_init() 172 factory->number_of_pins[GPIO_ID_GSL] = 4; in dal_hw_factory_dce80_init() 174 factory->funcs = &funcs; in dal_hw_factory_dce80_init()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
H A D | hw_factory_dcn21.c | 221 * Initialize HW factory function pointers and pin info 224 * struct hw_factory *factory - [out] struct of function pointers 226 void dal_hw_factory_dcn21_init(struct hw_factory *factory) in dal_hw_factory_dcn21_init() argument 229 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn21_init() 230 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn21_init() 231 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn21_init() 232 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn21_init() 233 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn21_init() 234 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn21_init() 235 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn21_init() [all …]
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | pfpgen.py | 110 def factory(self, objs): member in ConfigEntry 111 """Optional factory interface for subclasses to add 118 after all factory methods have been run.""" 230 def factory(self, objs): member in Fan 235 factory = Everything.classmap(self.rpolicy["type"]) 236 rpolicy = factory(**self.rpolicy) 242 factory = Everything.classmap(m["type"]) 243 sensor = factory(**m) 248 super(Fan, self).factory(objs) 275 In the first phase a factory method associated with each [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
H A D | hw_factory_dcn20.c | 242 * Initialize HW factory function pointers and pin info 245 * struct hw_factory *factory - [out] struct of function pointers 247 void dal_hw_factory_dcn20_init(struct hw_factory *factory) in dal_hw_factory_dcn20_init() argument 250 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn20_init() 251 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn20_init() 252 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn20_init() 253 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn20_init() 254 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn20_init() 255 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn20_init() 256 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn20_init() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/ |
H A D | hw_factory_dcn30.c | 250 * Initialize HW factory function pointers and pin info 253 * struct hw_factory *factory - [out] struct of function pointers 255 void dal_hw_factory_dcn30_init(struct hw_factory *factory) in dal_hw_factory_dcn30_init() argument 258 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn30_init() 259 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn30_init() 260 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn30_init() 261 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn30_init() 262 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn30_init() 263 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn30_init() 264 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn30_init() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/ |
H A D | hw_factory_dcn315.c | 242 * Initialize HW factory function pointers and pin info 245 * struct hw_factory *factory - [out] struct of function pointers 247 void dal_hw_factory_dcn315_init(struct hw_factory *factory) in dal_hw_factory_dcn315_init() argument 250 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn315_init() 251 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn315_init() 252 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn315_init() 253 factory->number_of_pins[GPIO_ID_HPD] = 6; in dal_hw_factory_dcn315_init() 254 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn315_init() 255 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn315_init() 256 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn315_init() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/ |
H A D | hw_factory_dcn32.c | 254 * Initialize HW factory function pointers and pin info 257 * struct hw_factory *factory - [out] struct of function pointers 259 void dal_hw_factory_dcn32_init(struct hw_factory *factory) in dal_hw_factory_dcn32_init() argument 261 factory->number_of_pins[GPIO_ID_DDC_DATA] = 8; in dal_hw_factory_dcn32_init() 262 factory->number_of_pins[GPIO_ID_DDC_CLOCK] = 8; in dal_hw_factory_dcn32_init() 263 factory->number_of_pins[GPIO_ID_GENERIC] = 4; in dal_hw_factory_dcn32_init() 264 factory->number_of_pins[GPIO_ID_HPD] = 5; in dal_hw_factory_dcn32_init() 265 factory->number_of_pins[GPIO_ID_GPIO_PAD] = 28; in dal_hw_factory_dcn32_init() 266 factory->number_of_pins[GPIO_ID_VIP_PAD] = 0; in dal_hw_factory_dcn32_init() 267 factory->number_of_pins[GPIO_ID_SYNC] = 0; in dal_hw_factory_dcn32_init() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset/ |
H A D | README.md | 1 # Factory Reset 5 The OpenBMC API defines a factory reset interface, which is intended to be used 9 factory defaults as needed. 15 Path: `/xyz/openbmc_project/network` The network factory reset overwrites the 22 Path: `/xyz/openbmc_project/software` The BMC software updater factory reset
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | pdmgen.py | 253 def factory(self, objs): member in ConfigEntry 254 """Optional factory interface for subclasses to add 261 after all factory methods have been run.""" 280 def factory(self, objs): member in Path 293 super(Path, self).factory(objs) 318 def factory(self, objs): member in Property 338 super(Property, self).factory(objs) 394 """Provide a factory method for groups whose members are 400 def factory(self, objs): member in ImplicitGroup 403 factory = Everything.classmap(self.subclass, "element") [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/ |
H A D | grilo-plugins_0.3.16.bb | 18 # gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG relies on opengl b… 20 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'lua-factory', '', d)} \ 23 PACKAGECONFIG[lua-factory] = "-Denable-lua-factory=yes,-Denable-lua-factory=no,lua libarchive json-…
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | cmd_arc.c | 3 * Command for accessing Arcturus factory environment. 44 char *mystrerr = "ERROR: Failed to save factory info in spi location"; in set_arc_product() 66 * Save factory defaults in set_arc_product() 99 char *myerr = "ERROR: Failed to read all 4 factory info spi locations"; in get_arc_info() 142 printf("\t%s (factory)\n", smac[2]); in get_arc_info() 162 printf("\t%s (factory)\n", smac[1]); in get_arc_info() 181 printf("\t%s (factory)\n", smac[0]); in get_arc_info() 216 "product serial hwaddr0 hwaddr1 hwaddr2 - save Arcturus factory env\n" 217 "info - show Arcturus factory env\n\n");
|
/openbmc/openpower-dbus-interfaces/xyz/openbmc_project/Common/FactoryReset/ |
H A D | README.md | 1 # Factory Reset 5 The OpenBMC API defines a factory reset interface, which is intended to be used 9 factory defaults as needed. 17 The host software updater factory reset immediately clears persistence files
|
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/ |
H A D | board.c | 21 #error "U-Boot image with environment too big (overlapping with factory-data)!" 100 * Get values from factory-data area in SPI NOR in factory_data_env_config() 114 printf("F-Data:Unable to read factory-data from SPI NOR\n"); in factory_data_env_config() 127 printf("F-Data:factory-data version %x detected\n", in factory_data_env_config() 201 * Helper function to provide some sane factory-data values for testing 226 /* Generate the factory-data struct */ in do_fd_write() 254 printf("New factory-data values:\n"); in do_fd_write() 283 printf("F-Data:factory-data values written to SPI NOR flash\n"); in do_fd_write() 296 "Write test factory-data values to SPI NOR",
|
/openbmc/openpower-pnor-code-mgmt/mmc/ |
H A D | item_updater_mmc.hpp | 19 * @brief GUARD factory reset - clears the PNOR GUARD partition. 25 * @brief During host factory reset, host clears the guard records in the 26 * guard partition. BMC is not notified about host factory reset so 28 * back CpuCore and DIMM items during factory reset. 96 /** @brief Host factory reset - clears PNOR partitions for each
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | utils.cpp | 47 HandlerFactory factory; in loadLibraries() local 63 factory = reinterpret_cast<HandlerFactory>( in loadLibraries() 77 if (seen.count(factory) > 0) in loadLibraries() 81 seen.emplace(factory); in loadLibraries() 85 std::unique_ptr<GenericBlobInterface> result = factory(); in loadLibraries()
|