Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
|
|
github.com:intel-innersource/firmware.bmc.openbmc.yocto.openbmc into update
|
|
Update to internal 1-1.14
|
|
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
|
|
Update to internal 1-1.11-1
|
|
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
|
|
|
|
(cherry picked from commit c91a61d1930285192e955b519b65d2f8c8014694)
This is porting of main line commit:
https://gerrit.openbmc.org/plugins/gitiles/openbmc/openbmc/+/c91a61d1930285192e955b519b65d2f8c8014694
This is required for successful upgrade of OpenSSL from 1.x to 3.1.x.
This reverts commit 28d315377d2a902e2d3691159411c18a2ce64a66.
This commit no longer compiles with the latest upstream yocto rebase.
I've spent a few hours trying to fix it but no luck. Regenerating the
files did not help.
The error is the following:
npm verb stack Error: request to https://registry.npmjs.org/archy
failed: cache mode is 'only-if-cached' but no cached response is
available.
This appears to just be for licensing information so not something
required for the function to work. Revert until a fix can be identified.
Tested:
- Image compiles fine with this change.
Change-Id: I2863ffada3e8b0124fa0cf5194f4407488f08e15
Signed-off-by: Saravanan Palanisamy <saravanan.palanisamy@intel.com>
Co-authored-by: Andrew Geissler <geissonator@yahoo.com>
|
|
Archived
|
|
Update to internal 1-0.92-41
|
|
Yocto is complaining about lz4c missing, so try to install it.
|
|
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
|
|
Update to internal 1-0.92
|
|
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
|
|
Update to internal 1-0.91-151
|
|
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
|
|
Update to internal 1-0.91-67
|
|
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
|
|
Update
|
|
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
|
|
github.com:intel-innersource/firmware.bmc.openbmc.yocto.openbmc into update
|
|
Update
|
|
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
|
|
|
|
Signed-off-by: John Wedig <johnwedig@google.com>
Change-Id: I607813c03e1acd42329bc7d67b9e4ffa1564a84c
|
|
When using 64M flash, the config of u-boot CONFIG_ENV_SIZE and
CONFIG_ENV_OFFSET is wrong. The config file fw_env.config is wrong, too.
Modify them according to the 64M flash dts file.
Before correcting these errors, when we used setenv to set environment
variables in u-boot, we could not use fw_printenv to get them. The
reverse is also the same. Because they set different offset and size.
Tested:
1. Use commands in u-boot:
setenv test value
saveenv
After BMC starts, use fw_printenv can get "test=value"
2. Use the command to change the value of "test"
fw_setenv test v
We can get "test=v" in u-boot by printenv.
Signed-off-by: zhanghaicheng <zhanghch05@inspur.com>
Change-Id: I9eccf6abe743253b6f8c344a8b8648e68ab52019
|
|
root is only added to a number of required groups if either
`debug-tweaks` or `allow-root-login` is on (see
phosphor-rootfs-postcommands.bbclass). For internal builds we turn off
`debug-tweaks`, so add `allow-root-login` to our IMAGE_FEATURES since we
need it on everywhere.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ic65dce4fd5374a6a9c8389c67693b980a2b5509c
|
|
By replacing phosphor-hwmon by dbus-sensor, PSU presence detection via
GPIO does not work anymore and it causes confiction with dbus-sensor's
PSUSensor.
Revert the commit to avoid the confliction
Change-Id: Idfd54325c122921a3c5df062bce1b6909b643999
Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
|
|
The chassis instance when implementing sensor monitor using
dbus-sensor/entity-manager is /redfish/v1/Chassis/<name> where <name> is
defined from entity-manager configuration.
This commit removes /redfish/v1/Chassis/chassis which is redundant and
make incorrect link from other schema like ComputerSystem and BMC
Manager.
Tested:
1. Check no /redfish/v1/Chassis/chassis available.
2. Check all sensors are available in /redfish/v1/Chassis/Mt_Jade.
Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
Change-Id: I334a94bb65c3caa49d0bcb6ab03a42f7999728d5
|
|
For Bletchley platform, we can only power on system by step motor to press power key.
Add tools and service to initialize step motor and control system power
by motor.
Signed-off-by: Allen.Wang <Allen_Wang@quantatw.com>
Change-Id: Ic75352a037566d701b2e362743c527c370b0c2e5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
|
Builds done using facebook/openbmc do not use the 'obmc-phosphor-image'
image name, but instead use 'MACHINE-image'. This means that bbappend
files have no effect and we need a different method to get consistent
sets of include files. Introduce 'fb-phosphor-image.inc' and
'fb-MACHINE-phosphor-image.inc' as the replacements for the
obmc-phosphor-image.bbappend.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I166342c1744d1cd0237f8c75d90d87153fb19b35
|
|
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I19d92019649ba990dcc33ac1bc25c4ebadc933b6
|
|
Sunny Srivastava (1):
Copy record data from parent FRU
Change-Id: Ic631143ac0e09eb3c7c83dccdd6818142a27facc
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
George Liu (1):
Fix sdbus++-gen-meson version warning
Change-Id: Ia2ee3228640512577c4215990bd3f3fcd9c4e84e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Alan Kuo (1):
Fix 'usTimeOffset' was not declared error
Change-Id: Id3d0f0ff317a0df20f72bc9a56a69193d30552b2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
MichalX Szopinski (1):
Remove hardcoded chassis in Manage power usage
Change-Id: Ida08706de53a11d770ec54fbe1bdae5c5638aecb
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Krzysztof Grobelny (1):
Simplified code examples
Change-Id: If51836eeec4c7a1e7374e58201a6319877c5d678
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
1. create configuration layer for fru yaml config
2. add fru eeprom path and id config
3. add FRU_YAML_GEN in phosphor-ipmi-host bbappend
Test:
root@bletchley:~# busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/bmc
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
org.freedesktop.DBus.Introspectable interface - - -
.Introspect method - s -
org.freedesktop.DBus.Peer interface - - -
.GetMachineId method - s -
.Ping method - - -
org.freedesktop.DBus.Properties interface - - -
.Get method ss v -
.GetAll method s a{sv} -
.Set method ssv - -
.PropertiesChanged signal sa{sv}as - -
xyz.openbmc_project.Inventory.Decorator.Asset interface - - -
.BuildDate property s "2021-12-21 - 07:56:00" emits-change writable
.Manufacturer property s "Quanta" emits-change writable
.Model property s "" emits-change writable
.PartNumber property s "3RL19MA0000" emits-change writable
.SerialNumber property s "1234567890123" emits-change writable
.SparePartNumber property s "" emits-change writable
.SubModel property s "" emits-change writable
xyz.openbmc_project.Inventory.Decorator.Revision interface - - -
.Version property s "FRU Ver 0.01" emits-change writable
xyz.openbmc_project.Inventory.Item interface - - -
.Present property b false emits-change writable
.PrettyName property s "Bletchley -Class 1" emits-change writable
xyz.openbmc_project.Inventory.Item.Bmc interface - - -
xyz.openbmc_project.Inventory.Item.Board interface - - -
root@bletchley:~# busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/bmc/ethernet
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
org.freedesktop.DBus.Introspectable interface - - -
.Introspect method - s -
org.freedesktop.DBus.Peer interface - - -
.GetMachineId method - s -
.Ping method - - -
org.freedesktop.DBus.Properties interface - - -
.Get method ss v -
.GetAll method s a{sv} -
.Set method ssv - -
.PropertiesChanged signal sa{sv}as - -
xyz.openbmc_project.Inventory.Item.Ethernet interface - - -
xyz.openbmc_project.Inventory.Item.NetworkInterface interface - - -
.MACAddress property s "3AD664F68D3F" emits-change writable
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I70d624885abaa13639a0617b356554aa6c88af57
|
|
1. Enable sync-mac
2. add inventory mapping config
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I441c00c22d7f1c0e3d0c9f83b9cc149007acd781
|
|
P Dheeraj Srujan Kumar (1):
Enable encoding object paths of User Name
Change-Id: I744563c2a6c75ea110f371ddd572a8ed1e0b3790
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
P Dheeraj Srujan Kumar (1):
Enable encoding/decoding object paths of User Name
Change-Id: I500bd6fc2af42b73a0de86fe2a9603ba5ce0ff36
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
P Dheeraj Srujan Kumar (1):
Enable encoding/decoding object paths
Change-Id: I552a87ecbe68e5f87de2e104a4ed4a132e56bfed
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Kenneth (1):
Fixed empty string in NTP server array
Kenneth Fullbright (1):
Fixed routerKey prop eslint warning
Change-Id: I7efcb431be084a0c6eecbf6dca782d6edfc93876
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
This script runs at startup as systemd service.
It checks if the bmc time is in sync from NTP server.
otherwise it reads the host time via ipmb interface
and updates as bmc time.
This change was tested and verified in yosemitev2 and tiogapass
platforms.
Signed-off-by: Naveen Moses <naveen.mosess@hcl.com>
Change-Id: I8c937c16415b2dd05d05155facadc0bed797db07
|
|
Konstantin Aladyshev (1):
Set unset threshold values to NaN
Change-Id: I551a81437255dfd9085b0ec4bd8eb4e1ad06476f
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Jiaqing Zhao (1):
Set expiry date to 1970-01-01 to disable account
Change-Id: Idf0e9b011a221ac06335df4c1b23461a74a5ed05
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
Brandon Wyman (1):
psu-ng: Change pgoodFault type to size_t
Change-Id: I2ec58d0b87beed89296d822f32814022a807aa8b
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
|
|
To setup GPIOs and set fan speed to 70%
Signed-off-by: Howard Chiu <howard.chiu@quantatw.com>
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I7a64e19b6e34bcab7013b382d19d7be6156bf87a
|
|
select aspeed-bmc-facebook-bletchley.dts for build
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I85503d876b959a2f220ad84b6a9ddba047e89c80
|
|
enable SPI_GPIO feature
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I24bb13acfbddcff14c5f15fbd9262ba1b019d9f7
|