]> git.ipfire.org Git - thirdparty/linux-firmware.git/commitdiff
bmi260: Add BMI260 IMU initial configuration data file
authorJustin Weiss <justin@justinweiss.com>
Mon, 21 Apr 2025 02:38:11 +0000 (19:38 -0700)
committerJosh Boyer <jwboyer@kernel.org>
Mon, 21 Apr 2025 12:13:24 +0000 (08:13 -0400)
Add initial configuration binary for the Bosch BMI260 IMU. This file
is used by the bmi270 driver in the IIO subsystem.

Signed-off-by: Justin Weiss <justin@justinweiss.com>
Tested-by: Cryolitia PukNgae <Cryolitia@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
LICENSE.bmi260 [new file with mode: 0644]
WHENCE
bmi260-init-data.fw [new file with mode: 0644]

diff --git a/LICENSE.bmi260 b/LICENSE.bmi260
new file mode 100644 (file)
index 0000000..a089b66
--- /dev/null
@@ -0,0 +1,30 @@
+Copyright (c) 2020 Bosch Sensortec GmbH. All rights reserved.
+
+BSD-3-Clause
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
diff --git a/WHENCE b/WHENCE
index d773b1068f850f0454b8f347808158744a03d264..9f562765af25dfcf0fce0f1b6980dcb48c8992cd 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -8498,3 +8498,12 @@ Version: ci_tag_ud202512_vpu_rc_20250306_1130
 Link: intel/vpu/vpu_40xx_v0.0.bin -> vpu_40xx_v1.bin
 
 License: Redistributable. See LICENSE.intel_vpu for details
+
+--------------------------------------------------------------------------
+
+Driver: bmi260 - Bosch BMI260 IMU configuration data
+File: bmi260-init-data.fw
+
+License: Redistributable. See LICENSE.bmi260 for details
+
+Originates from https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/platform/ec/third_party/bmi260/accelgyro_bmi260_config_tbin.h
diff --git a/bmi260-init-data.fw b/bmi260-init-data.fw
new file mode 100644 (file)
index 0000000..b09241b
Binary files /dev/null and b/bmi260-init-data.fw differ