/openbmc/webui-vue/src/store/modules/Operations/ |
H A D | BootSettingsStore.js | 8 bootSource: null, property in BootSettingsStore.state 14 bootSource: (state) => state.bootSource, 21 setBootSource: (state, bootSource) => (state.bootSource = bootSource), 48 { bootSource, overrideEnabled }, field in BootSettingsStore.actions.AnonymousClassc677f5850401 51 data.Boot.BootSourceOverrideTarget = bootSource; 55 } else if (bootSource === 'None') { 111 { bootSource, overrideEnabled, tpmEnabled }, field in BootSettingsStore.actions.AnonymousClassc677f5850901 115 if (bootSource !== null || overrideEnabled !== null) { 117 dispatch('saveBootSettings', { bootSource, overrideEnabled }), field in AnonymousClassc677f5850a01
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | computer_system.hpp | 10 enum class BootSource{ enum 218 NLOHMANN_JSON_SERIALIZE_ENUM(BootSource, { 219 {BootSource::Invalid, "Invalid"}, 220 {BootSource::None, "None"}, 221 {BootSource::Pxe, "Pxe"}, 222 {BootSource::Floppy, "Floppy"}, 223 {BootSource::Cd, "Cd"}, 224 {BootSource::Usb, "Usb"}, 225 {BootSource::Hdd, "Hdd"}, 226 {BootSource::BiosSetup, "BiosSetup"}, [all …]
|
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ |
H A D | BootSettings.vue | 83 bootOption: this.$store.getters['serverBootSettings/bootSource'], 92 'bootSource', 98 bootSource: function (value) { 129 let bootSource = this.form.bootOption; 134 settings = { bootSource, overrideEnabled, tpmEnabled };
|
/openbmc/phosphor-settingsd/ |
H A D | settings_example.yaml | 9 BootSource: 20 BootSource:
|
/openbmc/u-boot/include/configs/ |
H A D | lsxl.h | 74 "bootsource=legacy\0" \ 116 "setenv bootsource legacy; run ser\0" \
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ |
H A D | BootMode-default-setup.override.yml | 4 BootSource:
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-operations-controller.html | 48 … <option class="courier-bold" value="{{bootSource}}" ng-repeat="bootSource in bootSources"> 49 {{ bootSource }}
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/ |
H A D | boot_type.override.yml | 4 BootSource:
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/ |
H A D | Source.interface.yaml | 5 - name: BootSource
|
/openbmc/u-boot/configs/ |
H A D | lschlv2_defconfig | 13 CONFIG_BOOTCOMMAND="run bootcmd_${bootsource}"
|
H A D | lsxhl_defconfig | 13 CONFIG_BOOTCOMMAND="run bootcmd_${bootsource}"
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | README | 113 You can change the boot source by setting the 'bootsource' variable to the 115 bootsource back to 'legacy'.
|
H A D | lsxl.c | 39 * Additionally, the bootsource is set to 'rescue'. 231 env_set("bootsource", "rescue"); in rescue_mode()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems.hpp | 695 * @param[out] bootSource The DBus source in dbusToRfBootProgress() 702 const std::string& rfSource, std::string& bootSource, std::string& bootMode) in dbusToRfBootProgress() 704 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Default"; in dbusToRfBootProgress() 713 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Network"; 717 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Disk"; 725 bootSource = in assignBootParameters() 734 bootSource = in assignBootParameters() 741 bootSource); in assignBootParameters() 936 "xyz.openbmc_project.Control.Boot.Source", "BootSource", in getBootOverrideMode() 962 // from both BootSource an in getBootOverrideSource() 724 assignBootParameters(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & rfSource,std::string & bootSource,std::string & bootMode) assignBootParameters() argument 1717 setBootModeOrSource(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootSource) setBootModeOrSource() argument 1773 setBootProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const uint64_t computerSystemIndex,const std::optional<std::string> & bootSource,const std::optional<std::string> & bootType,const std::optional<std::string> & bootEnable) setBootProperties() argument 3239 std::optional<std::string> bootSource; global() member [all...] |
/openbmc/linux/arch/mips/include/asm/mach-lantiq/ |
D | lantiq.h |
|
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 166 using BootSource = typedef 175 std::map<IpmiValue, BootSource> sourceIpmiToDbus = { 176 {0x0f, BootSource::Default}, {0x00, BootSource::RemovableMedia}, 177 {0x01, BootSource::Network}, {0x02, BootSource::Disk}, 178 {0x03, BootSource::ExternalMedia}, {0x04, BootSource::RemovableMedia}, 179 {0x09, BootSource::Network}}; 187 std::map<std::optional<BootSource>, IpmiValue> sourceDbusToIpmi = { 188 {BootSource::Default, 0x0f}, 189 {BootSource::RemovableMedia, 0x00}, 190 {BootSource::Network, 0x01}, [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/ |
H A D | host-template.yaml | 16 BootSource:
|
/openbmc/docs/ |
H A D | host-management.md | 204 [`BootSource`](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_pro… 217 …son" -X PUT https://${bmc}/xyz/openbmc_project/control/host0/boot/attr/BootSource -d '{"data": "xy…
|
H A D | REST-cheatsheet.md | 160 …son" -X PUT https://${bmc}/xyz/openbmc_project/control/host0/boot/attr/BootSource -d '{"data": "xy…
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 1619 bootSourceIntf, "BootSource", result); in getBootSource() 1626 lg2::error("Error in BootSource Get: {ERROR}", "ERROR", ec.message()); in getBootSource() 1645 bootSourceIntf, "BootSource", in setBootSource() 1652 lg2::error("Error in BootSource Set: {ERROR}", "ERROR", ec.message()); in setBootSource() 1949 Source::Sources bootSource; in ipmiChassisGetSysBootOptions() local 1950 rc = getBootSource(ctx, bootSource); in ipmiChassisGetSysBootOptions() 1970 bootOption = sourceDbusToIpmi.at(bootSource); in ipmiChassisGetSysBootOptions() 1972 (Source::Sources::Default == bootSource)) in ipmiChassisGetSysBootOptions() 1976 else if (Source::Sources::Default == bootSource) in ipmiChassisGetSysBootOptions()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | BootOption.v1_0_6.json | 73 … "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource"
|
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
H A D | puma-rk3399.c | 202 * If bootsource is uSD-card we can assume that we want to use the
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | BootOption_v1.xml | 95 <Property Name="Alias" Type="ComputerSystem.BootSource">
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 3461 static constexpr auto bootSourceProp = "BootSource"; 3518 // get BootSource and BootMode properties in ipmiOemGetEfiBootOptions() 3543 auto bootSource = Source::convertSourcesFromString( in ipmiOemGetEfiBootOptions() local 3545 bootOption = sourceDbusToIpmi.at(bootSource); in ipmiOemGetEfiBootOptions() 3546 if (Source::Sources::Default == bootSource) in ipmiOemGetEfiBootOptions() 3634 * and bootSource is updated for the corresponding object. in ipmiOemSetEfiBootOptions() 3642 // set BootSource and BootMode properties in ipmiOemSetEfiBootOptions() 3651 std::string bootSource = httpBootMode; in ipmiOemSetEfiBootOptions() local 3659 bootSourceProp, bootSource); in ipmiOemSetEfiBootOptions()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | ComputerSystem.v1_25_0.json | 141 … "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource" 148 …property shall contain an ordered array of boot source aliases of the `BootSource` type that repre… 252 … "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource"
|