| /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) { 118 bootSource, field in AnonymousClassc677f5850a01
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | computer_system.hpp | 10 enum class BootSource{ enum 241 NLOHMANN_JSON_SERIALIZE_ENUM(BootSource, { 242 {BootSource::Invalid, "Invalid"}, 243 {BootSource::None, "None"}, 244 {BootSource::Pxe, "Pxe"}, 245 {BootSource::Floppy, "Floppy"}, 246 {BootSource::Cd, "Cd"}, 247 {BootSource::Usb, "Usb"}, 248 {BootSource::Hdd, "Hdd"}, 249 {BootSource [all...] |
| /openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ |
| H A D | BootSettings.vue | 81 bootOption: this.$store.getters['serverBootSettings/bootSource'], 90 'bootSource', 96 bootSource: function (value) { 131 let bootSource = this.form.bootOption; 136 settings = { bootSource, overrideEnabled, tpmEnabled };
|
| /openbmc/phosphor-settingsd/ |
| H A D | settings_example.yaml | 9 BootSource: 20 BootSource:
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ |
| H A D | BootMode-default-setup.override.yml | 4 BootSource:
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/ |
| H A D | boot_type.override.yml | 4 BootSource:
|
| /openbmc/u-boot/include/configs/ |
| H A D | lsxl.h | 74 "bootsource=legacy\0" \ 116 "setenv bootsource legacy; run ser\0" \
|
| /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/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/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 702 const std::string& rfSource, std::string& bootSource, std::string& bootMode) in assignBootParameters() argument 704 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Default"; in assignBootParameters() 713 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Network"; in assignBootParameters() 717 bootSource = "xyz.openbmc_project.Control.Boot.Source.Sources.Disk"; in assignBootParameters() 725 bootSource = in assignBootParameters() 734 bootSource = in assignBootParameters() 741 bootSource); in assignBootParameters() 936 "xyz.openbmc_project.Control.Boot.Source", "BootSource", in getBootOverrideSource() 962 // from both BootSource and BootMode in getBootOverrideSource() [all …]
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/ |
| H A D | host-template.yaml | 16 BootSource:
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 168 using BootSource = typedef 177 std::map<IpmiValue, BootSource> sourceIpmiToDbus = { 178 {0x0f, BootSource::Default}, {0x00, BootSource::RemovableMedia}, 179 {0x01, BootSource::Network}, {0x02, BootSource::Disk}, 180 {0x03, BootSource::ExternalMedia}, {0x04, BootSource::RemovableMedia}, 181 {0x09, BootSource::Network}}; 189 std::map<std::optional<BootSource>, IpmiValue> sourceDbusToIpmi = { 190 {BootSource::Default, 0x0f}, 191 {BootSource::RemovableMedia, 0x00}, 192 {BootSource::Network, 0x01}, [all …]
|
| /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/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"
|
| H A D | ComputerSystem.v1_26_0.json | |
| /openbmc/phosphor-host-ipmid/ |
| H A D | chassishandler.cpp | 1680 lg2::error("Error in BootSource Get: {ERROR}", "ERROR", ec.message()); in getBootSource() 1707 lg2::error("Error in BootSource Set: {ERROR}", "ERROR", ec.message()); in setBootSource() 2014 Source::Sources bootSource; in ipmiChassisGetSysBootOptions() local 2015 rc = getBootSource(ctx, bootSource); in ipmiChassisGetSysBootOptions() 2035 bootOption = sourceDbusToIpmi.at(bootSource); in ipmiChassisGetSysBootOptions() 2037 (Source::Sources::Default == bootSource)) in ipmiChassisGetSysBootOptions() 2041 else if (Source::Sources::Default == bootSource) in ipmiChassisGetSysBootOptions()
|
| /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_26_0.json | |