summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-sbp1/conf/machine
AgeCommit message (Collapse)AuthorFilesLines
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 Solanki1-0/+23
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>