- update to 1.1.6.25

* Fix ACPI table read for SSDT table bigger 4KB

OBS-URL: https://build.opensuse.org/package/show/hardware/mlxbf-bootctl?expand=0&rev=7
This commit is contained in:
Matthias Brugger 2024-10-30 14:22:29 +00:00 committed by Git OBS Bridge
commit bfb7024436
10 changed files with 129 additions and 0 deletions

26
.gitattributes vendored Normal file
View File

@ -0,0 +1,26 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
mlxbf-bootctl-1.1.6.14.tar filter=lfs diff=lfs merge=lfs -text
mlxbf-bootctl-1.1.6.25.tar filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

15
_service Normal file
View File

@ -0,0 +1,15 @@
<!-- See https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
<!-- for more details on the syntax -->
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/Mellanox/mlxbf-bootctl.git</param>
<param name="filename">mlxbf-bootctl</param>
<param name="versionrewrite-pattern">mlxbf-bootctl-(.*)-(.*)</param>
<param name="versionrewrite-replacement">\1.\2</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
</service>
<service mode="disabled" name="set_version" />
<service name="tar" mode="buildtime"/>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7833775f0a3943c0f0e75fd8217e780b9abaac7d3b781c1b8c6ed41ec65f98bf
size 60939

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2359040659785cd4b225058bbe4f7e4e8848b4ac47502e3bd1e39db20934bd1b
size 81920

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f4993f066d1ada19300089342b1b77e556b1401120dc03a92670f8fbaa44962
size 68107

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0957f25f0960d564bcc5951ab07cc1ae7d36438691c9c47b4d2b48676b20b42
size 81920

21
mlxbf-bootctl.changes Normal file
View File

@ -0,0 +1,21 @@
-------------------------------------------------------------------
Fri Oct 25 14:01:55 UTC 2024 - Matthias Brugger <mbrugger@suse.com>
- update to 1.1.6.25
* Fix ACPI table read for SSDT table bigger 4KB
-------------------------------------------------------------------
Thu Sep 15 11:18:42 UTC 2022 - Matthias Brugger <mbrugger@suse.com>
- update to 1.1.6.14
* check image version to not install unsupported images
-------------------------------------------------------------------
Thu Jan 28 09:34:07 UTC 2021 - Matthias Brugger <mbrugger@suse.com>
- Fix spec file comments
-------------------------------------------------------------------
Fri Jan 22 07:27:26 UTC 2021 - Matthias Brugger <mbrugger@suse.com>
- Add package (jsc#SLE-16098 jsc#SLE-16108)

4
mlxbf-bootctl.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: mlxbf-bootctl
version: 1.1.6.25
mtime: 1711984748
commit: 44901b2b47dc057ce7f9d9b10f6503558d2bd41b

50
mlxbf-bootctl.spec Normal file
View File

@ -0,0 +1,50 @@
#
# spec file for package mlxbf-bootctl
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: mlxbf-bootctl
Version: 1.1.6.25
Release: 0
Summary: User-space driver for Mellanox BlueField SoC
License: BSD-2-Clause
Group: System/Management
URL: https://github.com/Mellanox/mlxbf-bootctl.git
Source0: %{name}-%{version}.tar
ExclusiveArch: aarch64
%description
mlxbf-bootctl is used to control the two boot firmware partitions present on most Mellanox BlueField devices.
%prep
%setup -q
%build
%make_build
%install
mkdir -p %{buildroot}%{_sbindir}
install -c -m 0755 mlxbf-bootctl %{buildroot}%{_sbindir}
install -d %{buildroot}%{_mandir}/man8
install -m 0644 %{name}.8 %{buildroot}%{_mandir}/man8
%files
%license LICENSE
%doc README.md
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8%{?ext_man}
%changelog