Skip to content

Conversation

@3mkusiak
Copy link

@3mkusiak 3mkusiak commented Apr 7, 2025

No description provided.

Tomasz Żyjewski and others added 17 commits April 7, 2025 12:21
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>
@3mkusiak
Copy link
Author

3mkusiak commented Apr 7, 2025

Rebased "current" config on top of master.

3mkusiak added 4 commits April 7, 2025 15:11
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>
3mkusiak added 2 commits April 7, 2025 17:04
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>
3mkusiak added 4 commits April 8, 2025 10:01
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>
3mkusiak added 6 commits April 8, 2025 14:29
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>
@3mkusiak 3mkusiak changed the title WIP: ZarhusBMC ZarhusBMC Apr 10, 2025
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants