summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-sbp1/conf
AgeCommit message (Collapse)AuthorFilesLines
2024-03-22treewide: remove meta-poky usagePatrick Williams1-1/+0
Upstream poky made a commit that adds an `/etc/motd` with a strong warning that meta-poky is not intended to be used for production purposes. There isn't anything we use directly from meta-poky anymore, so clean up all references to it. See poky commit a226865c8683398b5f58628ba2ec5aee1ee6c19d for additional context. We could potentially switch from using the `poky` subtree to picking up OECore directly, but right now it also provides us a qualified set of OECore + bitbake. Tested: Built yosemite4 and confirmed `motd` output is absent when SSHing in. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9c08650d2278b3ba26794c009adad3e593767f58
2024-02-01meta-ibm: sbp1: Include flash packagePatrick Rudolph1-0/+1
Add the flash package to the default build. Change-Id: I5c0b20ed277b672adc642310cbc44676582c7f55 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2023-11-25treewide: add scarthgap to LAYERSERIES_COMPAT2.16.0-devPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I28ee50fa55ae47dd7fd8c99f8f6db8f5f6dfa53d
2023-11-24treewide: add nanbield to LAYERSERIES_COMPATPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I85272779478b66452acd11be93f5fea99e4c3a34
2023-09-28meta-ibm/SBP1: Add LEDsPatrick Rudolph1-0/+2
Configure phosphor-led-manager and run bmc_booted after network is online and the LED services have started. Tested: The led BMC_READY turns on and the leds ID_DWR turn off when the BMC finishes booting and is reachable over network. Change-Id: Ib8d7cc994d9ecaffedb4935f7344a041930f6451 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2023-09-28meta-ibm: sbp1: make required kernel dts changeAndrew Geissler1-1/+1
This system still just utilizes the evb dts but it does need to be updated for the latest 6.5 changes that moved these to an aspeed sub-directory. Tested: - Confirmed sbp1 builds again Change-Id: Ide9dde8233255f3dc06348a586d15b943025f834 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2023-09-08meta-ibm/sbp1: Add entity-manager configPatrick Rudolph1-0/+2
- Enable dbus-sensors - Add board specific blacklist Change-Id: I04c02a3b2302cb480e05eed258cacf3bd3bd88db Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2023-08-10meta-ibm: Add new board SBP1Naresh Solanki4-0/+305
Add support for the IBM SBP1 board. It's an evaluation platform based on Aspeed AST2600 SoC powering a 4 socket Intel Sapphire Rapids platform. The main difference to regular platforms is the non-existence of a CPLD/FPGA. Everything on this board is directly connected to and controlled by BMC including power sequence for PCH/CPU. The power-sequencing makes use of in kernel PMBUS drivers that are currently upstreamed and needs to be backported to OpenBMC kernel fork. Change-Id: I34a0b70e1f7f6c1ab2be38e8d66d5912950e0d82 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Signed-off-by: Naresh Solanki <Naresh.Solanki@9elements.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>