summaryrefslogtreecommitdiff
path: root/meta-asrock/meta-spc621d8hm3
AgeCommit message (Collapse)AuthorFilesLines
2024-04-12meta-asrock: Deduplicate common platform configurationZev Weiss1-13/+1
All existing ASRock platforms use most of the same core packages (entity-manager, dbus-sensors, x86-power-control, phosphor-ipmi-kcs...), so we might as well define it all in one place instead of duplicating it for each machine. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Ife82b12cf909de6bdd770943adb30327a22438e1
2024-03-25meta-asrock: spc621d8hm3: Add bios-update config parametersZev Weiss2-0/+12
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I84f602039d16209bc8b579dd201fd85c49624bf3
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-01-13meta-asrock: spc621d8hm3: Add phosphor-led-manager configZev Weiss2-0/+33
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I8d21ddbe3d43c63576377e934739be3cec96268f
2024-01-13meta-asrock: spc621d8hm3: Add IPMI dev_id.jsonZev Weiss2-0/+8
This replicates the values returned by 'ipmitool mc info' on the factory (AMI) BMC firmware. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I1b4b76ecf5a69f11fe59a0dbf2d2522dac911cc8
2024-01-13meta-asrock: spc621d8hm3: Add obmc-console configZev Weiss2-0/+4
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I6242d255eb49b995c56309a6b3398c72ce87a8c7
2024-01-13meta-asrock: spc621d8hm3: Enable and configure x86-power-controlZev Weiss3-0/+100
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I1195e18cbe1957702fe31ab5eb2b8a14f71bbad2
2024-01-13meta-asrock: initial skeleton of spc621d8hm3 supportZev Weiss7-0/+103
This is a half-width single-socket Xeon server board with an AST2500 BMC. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I3362a992997d02d43f409e1df00c9f8098d05c5b