commit | 17a1879e21310f58dbbe3ed019969473d5319391 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Thu May 19 22:53:51 2022 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Fri May 20 03:53:22 2022 +0000 |
tree | 6630c1f90f08851919e56622e4c3d285ac8e623a | |
parent | 6cdc23e9a4d035e6e1e27842420a2941b81220b3 [diff] |
linux-aspeed: nct6775, Nuvia DC-SCM, Bletchley updates, AST2600 Ethernet fix Dan Carpenter (1): hwmon: (nct6775) delete some extension lines Denis Pauk (9): hwmon: (nct6775) Use superio_*() function pointers in sio_data. hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data. hwmon: (nct6775) Support access via Asus WMI hwmon: (nct6775) Add additional ASUS motherboards. hwmon: (nct6775) add ProArt X570-CREATOR WIFI. hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMING hwmon: (nct6775) Additional check for ChipID before ASUS WMI usage hwmon: (nct6775) add ASUS Pro B550M-C/PRIME B550M-A hwmon: (nct6775) add ASUS ROG STRIX Z390/Z490/X570-* / PRIME X570-P Dmitry Baryshkov (1): hwmon: (nct6775) add PRIME B550-PLUS motherboard to whitelist Eddie James (1): fsi: occ: Prevent use after free Graeme Gregory (1): ARM: dts: aspeed: Add Nuvia DC-SCM BMC Guenter Roeck (1): hwmon: (nct6775) Fix crash in clear_caseopen Howard Chiu (1): ARM: dts: aspeed: ast2600-evb: Enable video engine Joel Stanley (1): net: ftgmac100: Disable hardware checksum on AST2600 Neal Liu (1): ARM: dts: aspeed: Add USB2.0 device controller node Oleksandr Natalenko (1): hwmon: (nct6775) add Pro WS X570-ACE Potin Lai (6): ARM: dts: aspeed: bletchley: enable ehci0 device node ARM: dts: aspeed: bletchley: switch spi2 driver to aspeed-smc ARM: dts: aspeed: bletchley: Enable mdio0 bus ARM: dts: aspeed: bletchley: update gpio0 line names ARM: dts: aspeed: bletchley: add pca9536 node on each sled ARM: dts: aspeed: bletchley: add eeprom node on each sled Zev Weiss (9): hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value() hwmon: (nct6775) add support for TSI temperature registers hwmon: (nct6775) Convert register access to regmap API hwmon: (nct6775) Rearrange attr-group initialization hwmon: (nct6775) Add read-only mode hwmon: (nct6775) Convert S_I* permissions macros to octal hwmon: (nct6775) Split core and platform driver dt-bindings: hwmon: Add nuvoton,nct6775 hwmon: (nct6775) Add i2c driver Change-Id: I19d22f9eea8b58f228852ec7a06891cf18f0295c Signed-off-by: Joel Stanley <joel@jms.id.au>
OpenBMC is a Linux distribution for management controllers used in devices such as servers, top of rack switches or RAID appliances. It uses Yocto, OpenEmbedded, systemd, and D-Bus to allow easy customization for your platform.
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat \ zstd pigz
sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake \ rpcgen perl-Thread-Queue perl-bignum perl-Crypt-OpenSSL-Bignum perl-FindBin sudo dnf groupinstall "C Development Tools and Libraries"
git clone git@github.com:openbmc/openbmc.git cd openbmc
Any build requires an environment set up according to your hardware target. There is a special script in the root of this repository that can be used to configure the environment as needed. The script is called setup
and takes the name of your hardware target as an argument.
The script needs to be sourced while in the top directory of the OpenBMC repository clone, and, if run without arguments, will display the list of supported hardware targets, see the following example:
$ . setup <machine> [build_dir] Target machine must be specified. Use one of: bletchley gsj romulus dl360poc kudo s2600wf e3c246d4i mihawk swift ethanolx mtjade tiogapass evb-ast2500 nicole transformers evb-ast2600 olympus-nuvoton witherspoon evb-npcm750 on5263m5 witherspoon-tacoma f0b p10bmc x11spi fp5280g2 palmetto yosemitev2 g220a qemuarm zaius gbs quanta-q71l
Once you know the target (e.g. romulus), source the setup
script as follows:
. setup romulus
bitbake obmc-phosphor-image
Additional details can be found in the docs repository.
The OpenBMC community maintains a set of tutorials new users can go through to get up to speed on OpenBMC development out here
Commits submitted by members of the OpenBMC GitHub community are compiled and tested via our Jenkins server. Commits are run through two levels of testing. At the repository level the makefile make check
directive is run. At the system level, the commit is built into a firmware image and run with an arm-softmmu QEMU model against a barrage of CI tests.
Commits submitted by non-members do not automatically proceed through CI testing. After visual inspection of the commit, a CI run can be manually performed by the reviewer.
Automated testing against the QEMU model along with supported systems are performed. The OpenBMC project uses the Robot Framework for all automation. Our complete test repository can be found here.
Support of additional hardware and software packages is always welcome. Please follow the contributing guidelines when making a submission. It is expected that contributions contain test cases.
Issues are managed on GitHub. It is recommended you search through the issues before opening a new one.
First, please do a search on the internet. There's a good chance your question has already been asked.
For general questions, please use the openbmc tag on Stack Overflow. Please review the discussion on Stack Overflow licensing before posting any code.
For technical discussions, please see contact info below for Discord and mailing list information. Please don't file an issue to ask a question. You'll get faster results by using the mailing list or Discord.
Feature List
Features In Progress
Features Requested but need help
Dive deeper into OpenBMC by opening the docs repository.
The Technical Steering Committee (TSC) guides the project. Members are: