commit | b66b4fc738bf55c39d8b46ef2db8cdf6e13c8f29 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue Aug 02 18:26:51 2022 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Thu Aug 04 01:31:58 2022 +0000 |
tree | 8d6748576cfb342a8c32b7037af21d6fdc1ec6cc | |
parent | db7c651670d8b28144dd35c85c2fcc3d47456a14 [diff] |
u-boot-aspeed: Rebase on SDK v00.04.11 This moves OpenBMC to the latest SDK from Aspeed. Note that a series of fixes were sent to Aspeed on top of the SDK release to ensure the OpenBMC configuration continued to work. These changes have been merged by Aspeed but do not appear in a SDK tag at this stage. Also sent to Aspeed were some of the changes from the OpenBMC branch. Changes from Aspeed's new SDK: Billy Tsai (1): gpio: aspeed: Fix incorrect offset of read back register. Chia-Wei Wang (3): Merge branch pull request #10 into aspeed-dev-v2019.04 arm: aspeed: ast2600: Remove ASPEED_LOADERS configs: aspeed: Remove legacy defconfig Chin-Ting Kuo (10): dts: aspeed: Create a device tree for DC-SCM solution dts: aspeed: Add ast2600-dcscm device tree spi-nor: Porting for S25HL series dts: aspeed: DC-SCM early bring up spi: aspeed: Fix bug when using 2Gb flash dts: aspeed: dc-scm: Add support for external mux spi_nor: Support s25hl without SFDP mtd: spi: Support Gigadevice device with 64KB sector size dts: aspeed: dc-scm: Extend bus-width to 4 for SPI1 spi-nor: Add fast read command for S25HL series flash support Dylan Hung (5): cmd/aspeed/nettest: apply addtional delay for RTL8211F dts: aspeed: enable mac1 for ast2600-dcscm cmd: aspeed: nettest: fix driving strength setting cmd: aspeed: support ctrl+c to break dramtest loop ram: aspeed: add AST2600 ODT configuration Eddie James (2): ARM: dts: aspeed: tacoma: Add eMMC nodes and parameters ARM: dts: aspeed: rainier: Add eMMC nodes and parameters George Hung (1): ARM: dts: aspeed: add Quanta S6Q machine dts Jammy Huang (11): pinctrl: ast2600: Add support for secure-i2c arm: dts: ast2600: Add definition for secure-i2c pinctrl misc: dp: Support re-driver misc: dp: Update dp-fw misc: dp: Refine code misc: dp: Update dp-fw misc: dp: Fix black screen occasionally misc: dp: Fix monitors black screen with 15m cable misc: dp: Fix black screen occasionally misc: dp: Improve compatibility misc: dp: Improve compatibility Joel Stanley (5): ARM: dts: rainier: Enable ACRY and HACE ARM: dts: tacoma: Enable ACRY and HACE aspeed: Disable unused loaders, add STMICRO flash aspeed: Sort dts files in makefile as2600/scu: Fix printing of security info Johnny Huang (4): cmd: aspeed: otp: fix otp status polling otp: update image checksum to SHA384 otp: add 'verify' sub-command otp: add 'invalid' sub-command Neal Liu (2): arm: aspeed: ast2600: select USB2.0 device mode as default arm: aspeed: ast2600: enable USB port B PHY clock Peng Fan (1): tools: imx image: fix write warning Potin Lai (1): ARM: dts: Aspeed: Add Bletchley dts Tommy Huang (5): cmd: aspeed: DP CTS command utility cmd: aspeed: Update aspeed dptest default build config cmd: dptest: Arrange tab align cmd: aspeed: Fix the internal section compile fail i2c: ast_i2c: Remove SCL direct drive mode ryan_chen (4): i2c:ast2600: add ast2600 new register mode driver pcie:aspeed : update reset sequnce. pcie:aspeed : fix two rc enable rc high config read timeout issue pcie:aspeed : update perst sequence Change-Id: I2b79d15f7016913cae3f2b1d9cf6ee143136aaf2 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.
See the Yocto documentation for the latest requirements
$ sudo apt install git python3-distutils gcc g++ make file wget \ gawk diffstat bzip2 cpio chrpath zstd lz4 bzip2
$ sudo dnf install git python3 gcc g++ gawk which bzip2 chrpath cpio hostname file diffutils diffstat lz4 wget zstd rpcgen patch
git clone https://github.com/openbmc/openbmc 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 mihawk swift dl360poc mori tatlin-archive-x86 e3c246d4i mtjade tiogapass ethanolx nicole transformers evb-ast2500 olympus-nuvoton vegman-n110 evb-ast2600 on5263m5 vegman-rx20 evb-npcm750 p10bmc vegman-sx20 f0b palmetto witherspoon fp5280g2 quanta-q71l witherspoon-tacoma g220a romulus x11spi gbs s2600wf yosemitev2 gsj s6q zaius kudo s7106 lannister s8036
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: