summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-02Merge pull request #130 from Intel-BMC/update1-1.141-releasedheerajpdsk30-249/+1564
Update to internal 1-1.14
2024-01-01Update to internal 1-1.14updateP Dheeraj Srujan Kumar30-249/+1564
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
2023-12-31Merge pull request #129 from Intel-BMC/update1-1.11-1dheerajpdsk104-771/+8350
Update to internal 1-1.11-1
2023-12-31Update to internal 1-1.11-1P Dheeraj Srujan Kumar104-771/+8350
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
2023-09-29Update README.mdjmbills1-5/+8
2023-07-10Update README.mdStewart Blacklock1-0/+6
Archived
2022-12-13Merge pull request #126 from Intel-BMC/update1-0.92-41dheerajpdsk20-412/+982
Update to internal 1-0.92-41
2022-12-12Install lz4jmbills1-1/+1
Yocto is complaining about lz4c missing, so try to install it.
2022-12-11Update to internal 1-0.92-41P Dheeraj Srujan Kumar19-411/+981
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
2022-12-03Merge pull request #124 from Intel-BMC/update1-0.92dheerajpdsk62-11/+4559
Update to internal 1-0.92
2022-12-02Update to internal 1-0.92P Dheeraj Srujan Kumar62-11/+4559
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
2022-06-16Merge pull request #82 from Intel-BMC/update1-0.91-151dheerajpdsk63-107/+4493
Update to internal 1-0.91-151
2022-06-15Update to internal 1-0.91-151P Dheeraj Srujan Kumar63-107/+4493
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
2022-05-06Merge pull request #81 from Intel-BMC/update1-0.91-67dheerajpdsk52-82/+4070
Update to internal 1-0.91-67
2022-05-06Update to internal 1-0.91-67P Dheeraj Srujan Kumar52-82/+4070
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
2022-05-06Merge pull request #80 from Intel-BMC/updateHEAD1-0.91inteldheerajpdsk378-4638/+5833
Update
2022-05-06Update to internal 1-0.91P Dheeraj Srujan Kumar119-3129/+2820
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
2022-03-30Merge tag '1-0.91' of ↵P Dheeraj Srujan Kumar259-1509/+3013
github.com:intel-innersource/firmware.bmc.openbmc.yocto.openbmc into update
2022-01-18Merge pull request #76 from Intel-BMC/update1-0.86jmbills2126-88315/+40884
Update
2022-01-14Update to internal 0.86Jason M. Bills149-3451/+4536
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
2022-01-06Merge tag '0.86' of firmware.bmc.openbmc.yocto.openbmc into updateJason M. Bills1977-84864/+36348
2022-01-03meta-phosphor: storage: Add recipe for estoragedJohn Wedig1-0/+20
Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: I607813c03e1acd42329bc7d67b9e4ffa1564a84c
2021-12-30Fix the config error of u-boot-envzhanghaicheng5-0/+10
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
2021-12-30meta-facebook: enable allow-root-loginPatrick Williams1-0/+1
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
2021-12-30Revert "meta-ampere: mtjade: support PSU present detection via GPIO"Thang Q. Nguyen5-27/+0
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>
2021-12-30meta-ampere: redfish: remove Chassis chassis instanceThang Q. Nguyen4-91/+1
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
2021-12-29meta-bletchley: Add services to control step motorAllen.Wang9-1/+537
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>
2021-12-29meta-facebook: add fb-phosphor-image.incPatrick Williams3-9/+14
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
2021-12-29meta-bletchley: phosphor-network: use += style for appendPatrick Williams1-1/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I19d92019649ba990dcc33ac1bc25c4ebadc933b6
2021-12-29openpower-vpd-parser: srcrev bump ec912e6c0d..26d6c146d2Andrew Geissler1-1/+1
Sunny Srivastava (1): Copy record data from parent FRU Change-Id: Ic631143ac0e09eb3c7c83dccdd6818142a27facc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-29phosphor-led-manager: srcrev bump 23d5408ba8..db6d763891Andrew Geissler1-1/+1
George Liu (1): Fix sdbus++-gen-meson version warning Change-Id: Ia2ee3228640512577c4215990bd3f3fcd9c4e84e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-29phosphor-post-code-manager: srcrev bump de8d3a537f..f5e52db77cAndrew Geissler1-1/+1
Alan Kuo (1): Fix 'usTimeOffset' was not declared error Change-Id: Id3d0f0ff317a0df20f72bc9a56a69193d30552b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-29webui-vue: srcrev bump 00cb42b615..f4328edf86Andrew Geissler1-1/+1
MichalX Szopinski (1): Remove hardcoded chassis in Manage power usage Change-Id: Ida08706de53a11d770ec54fbe1bdae5c5638aecb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-28sdbusplus: srcrev bump e1353143b6..6adfe948eeAndrew Geissler1-1/+1
Krzysztof Grobelny (1): Simplified code examples Change-Id: If51836eeec4c7a1e7374e58201a6319877c5d678 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-27meta-bletchley: read fru from eeprom and store to inventory areaPotin Lai5-0/+94
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
2021-12-24meta-bletchley: phosphor-network: enable sync-macPotin Lai2-0/+13
1. Enable sync-mac 2. add inventory mapping config Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I441c00c22d7f1c0e3d0c9f83b9cc149007acd781
2021-12-24phosphor-user-manager: srcrev bump ce89bfcd3b..b01e2fe760Andrew Geissler1-1/+1
P Dheeraj Srujan Kumar (1): Enable encoding object paths of User Name Change-Id: I744563c2a6c75ea110f371ddd572a8ed1e0b3790 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-24bmcweb: srcrev bump d1a648140e..b477fd4408Andrew Geissler1-1/+1
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>
2021-12-24phosphor-host-ipmid: srcrev bump e39ba9930b..0ce6a5771dAndrew Geissler1-1/+1
P Dheeraj Srujan Kumar (1): Enable encoding/decoding object paths Change-Id: I552a87ecbe68e5f87de2e104a4ed4a132e56bfed Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-24webui-vue: srcrev bump 799bcd3fb4..00cb42b615Andrew Geissler1-1/+1
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>
2021-12-23sync bmc time from ipmb hostNaveen Moses3-0/+147
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
2021-12-22phosphor-health-monitor: srcrev bump 9d29b378d3..a6cd704bdaAndrew Geissler1-1/+1
Konstantin Aladyshev (1): Set unset threshold values to NaN Change-Id: I551a81437255dfd9085b0ec4bd8eb4e1ad06476f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-22phosphor-user-manager: srcrev bump ce4e1aa087..ce89bfcd3bAndrew Geissler1-1/+1
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>
2021-12-22phosphor-power: srcrev bump 391a069004..925c0263d0Andrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: Change pgoodFault type to size_t Change-Id: I2ec58d0b87beed89296d822f32814022a807aa8b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-22meta-bletchley: Add init service to setup systemHoward Chiu4-1/+122
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
2021-12-22meta-bletchley: enable bletchley dtsPotin Lai1-3/+2
select aspeed-bmc-facebook-bletchley.dts for build Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I85503d876b959a2f220ad84b6a9ddba047e89c80
2021-12-22meta-bletchley: kernel: enable SPI_GPIO configPotin Lai1-0/+3
enable SPI_GPIO feature Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I24bb13acfbddcff14c5f15fbd9262ba1b019d9f7
2021-12-22phosphor-virtual-sensor: srcrev bump 05b1d41788..190e4bf8a4Andrew Geissler1-1/+1
Patrick Williams (1): README: format changes suggested by markdownlint Change-Id: Iafbda607f4ef8bee638acf3c2d66f7bd197c8d43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-12-22meta-aspeed: Enable tpm2 kernel configPotin Lai3-0/+10
Append tpm2 in MACHINE_FEATURES to enable related kernel configs MACHINE_FEATURES:append = " tpm2" Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ie6b50d81040de2863487cffc449193ec9462bf89
2021-12-22meta-ampere: mtjade: clean up phosphor-hwmon configsThang Q. Nguyen2-67/+10
Disable phosphor-hwmon from compilation and clean up sensor inventory which added before for phosphor-hwmon. Tested: 1. Check if no phosphor-hwmon compiled and run 2. Check all S0 and S1 ADC sensors are still available in Redfish. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Ic6ac13963e755e6ef0d93b3f6486546c61b1abe0