Home
last modified time | relevance | path

Searched full:bootsource (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/webui-vue/src/store/modules/Operations/
H A DBootSettingsStore.js8 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 Dcomputer_system.hpp10 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 DBootSettings.vue83 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 Dsettings_example.yaml9 BootSource:
20 BootSource:
/openbmc/u-boot/include/configs/
H A Dlsxl.h74 "bootsource=legacy\0" \
116 "setenv bootsource legacy; run ser\0" \
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/
H A DBootMode-default-setup.override.yml4 BootSource:
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-operations-controller.html48 … <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 Dboot_type.override.yml4 BootSource:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/
H A DSource.interface.yaml5 - name: BootSource
/openbmc/u-boot/configs/
H A Dlschlv2_defconfig13 CONFIG_BOOTCOMMAND="run bootcmd_${bootsource}"
H A Dlsxhl_defconfig13 CONFIG_BOOTCOMMAND="run bootcmd_${bootsource}"
/openbmc/u-boot/board/buffalo/lsxl/
H A DREADME113 You can change the boot source by setting the 'bootsource' variable to the
115 bootsource back to 'legacy'.
H A Dlsxl.c39 * Additionally, the bootsource is set to 'rescue'.
231 env_set("bootsource", "rescue"); in rescue_mode()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp695 * @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/
Dlantiq.h
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp166 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 Dhost-template.yaml16 BootSource:
/openbmc/docs/
H A Dhost-management.md204 [`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 DREST-cheatsheet.md160 …son" -X PUT https://${bmc}/xyz/openbmc_project/control/host0/boot/attr/BootSource -d '{"data": "xy…
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1619 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 DBootOption.v1_0_6.json73 … "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource"
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c202 * If bootsource is uSD-card we can assume that we want to use the
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DBootOption_v1.xml95 <Property Name="Alias" Type="ComputerSystem.BootSource">
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3461 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 DComputerSystem.v1_25_0.json141 … "$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"

12