forked from openbmc/openbmc
-
Notifications
You must be signed in to change notification settings - Fork 0
ZarhusBMC #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
3mkusiak
wants to merge
38
commits into
master
Choose a base branch
from
zarhusbmc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on patches by Keno's that originally come from https://lists.ozlabs.org/pipermail/openbmc/2017-October/009561.html Signed-off-by: Keno Fischer <keno@juliacomputing.com> Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
see 2c92742 Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
…-native.bb: adjust to latest standard Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
This is the default device tree for the defconfig, but it won't be used automatically because DEVICE_TREE= is passed to Makefile when this variable isn't set. Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Replacing combination of skeleton/workbook and x11ssh-powerctrl. meta-x11spi and some other boards seem to use this approach. Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Author
|
Rebased "current" config on top of master. |
Change layer compatibility for "scarthgap styhead". Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Remove workdir assignment from x11ssh-led-manager-... .bb file as it is no longer supported. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Remove BBLAYERS_NON_REMOVABLE from bblayers.conf.sample for meta-x11ssh. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Update meta-poky path. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
In do_install() source path was missing sources-unpack from the path and thus failed to build. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Make the patch for adding dts file for x11ssh platform apply on newest aspeed master. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Remove debug-tweaks extra feature from meta-x11ssh as it fails to build. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Add dockerfile and run.sh script to quickly build and run build env. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Update KERNEL_DEVICETREE in x11ssh.conf. The path has changed and it no longer works. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Led configuration requires priority param. Add params for every led in the configuration. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
This commit removes a bunch of image features as built image's size is too big. Some features need to be removed to save space, these include: * telemetry * devtools * debug-collector * user management Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Allow custom paths passed as sysargs in runqemu.sh script. An image can be downloaded of builder and run locally. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Setting up watchdog timeout automatically fails, which results in system refusing to execute. Set this variable manually. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
There's a regression in upstream, WATCHDOG_TIMEOUT var is assigned to WatchdogSec in bmcweb.service.in file, but the real name of the var is WATCHDOG_TIMEOUT_SECONDS. This makes bmcweb.service failing to start. Add patch that resolves this issue. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
x86-power-controll and phosphor-state-manager are mutually exclusive. Remove x86-power-control from dependencies. This resolves the issue in which system refuses to execute due to dbus name conflicts. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Add new directory "docs" for documents related to x11ssh platform. Add doc for building image for x11ssh. Add info on "docs" directory to main README file. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Use default password in meta-x11ssh configuration. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
This commit adds console redirection so BMC has access to UART2 on x11ssh mobo. The u-boot "2016.07" branch is used. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
This commit restores user management feature, in other to create users that are able to logi in to web ui. Logging was removed instead. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Add draft of how to connect flasher to the docs for x11ssh. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Signed-off-by: Mateusz Kusiak <mateusz.kusiak@3mdeb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.