Skip to content

Commit a5bb68c

Browse files
committed
manifest: configure loader firmware as downloadable blobs
Configure proprietary loader firmware images as downloadable blobs so they can be fetched via `west blobs fetch`. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 775d2bd commit a5bb68c

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

zephyr/blobs/loader/LICENSE.PBL

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Permissive Binary License
2+
3+
Version 1.0, September 2015
4+
5+
Redistribution. Redistribution and use in binary form, without
6+
modification, are permitted provided that the following conditions are
7+
met:
8+
9+
1) Redistributions must reproduce the above copyright notice and the
10+
following disclaimer in the documentation and/or other materials
11+
provided with the distribution.
12+
13+
2) Unless to the extent explicitly permitted by law, no reverse
14+
engineering, decompilation, or disassembly of this software is
15+
permitted.
16+
17+
3) Redistribution as part of a software development kit must include the
18+
accompanying file named "DEPENDENCIES" and any dependencies listed in
19+
that file.
20+
21+
4) Neither the name of the copyright holder nor the names of its
22+
contributors may be used to endorse or promote products derived from
23+
this software without specific prior written permission.
24+
25+
Limited patent license. The copyright holders (and contributors) grant a
26+
worldwide, non-exclusive, no-charge, royalty-free patent license to
27+
make, have made, use, offer to sell, sell, import, and otherwise
28+
transfer this software, where such license applies only to those patent
29+
claims licensable by the copyright holders (and contributors) that are
30+
necessarily infringed by this software. This patent license shall not
31+
apply to any combinations that include this software. No hardware is
32+
licensed hereunder.
33+
34+
If you institute patent litigation against any entity (including a
35+
cross-claim or counterclaim in a lawsuit) alleging that the software
36+
itself infringes your patent(s), then your rights granted under this
37+
license shall terminate as of the date such litigation is filed.
38+
39+
DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
40+
CONTRIBUTORS "AS IS." ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
41+
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
42+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
43+
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
44+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
45+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
46+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
47+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
48+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
49+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

zephyr/module.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,3 +420,30 @@ blobs:
420420
url: https://raw.githubusercontent.com/arduino/ArduinoCore-API/refs/tags/1.5.2/api/itoa.h
421421
description: "Arduino Core API Header"
422422
doc-url: https://raw.githubusercontent.com/arduino/ArduinoCore-API/refs/tags/1.5.2/README.md
423+
- path: loader/4343WA1_clm_blob.c
424+
sha256: 9687c4b2a15c18c0c0ae77ebe153910e5633f5c7e4682323a79f92c39c47abf3
425+
type: img
426+
version: '0.53.1' #?????????????
427+
license-path: zephyr/blobs/loader/LICENSE.PBL
428+
click-through: true
429+
url: https://raw.githubusercontent.com/arduino/ArduinoCore-zephyr/refs/tags/0.53.1/loader/blobs/4343WA1_clm_blob.c
430+
description: "Infinion 4343WA1 Wi-Fi Firmware"
431+
doc-url: https://raw.githubusercontent.com/arduino/ArduinoCore-API/refs/tags/1.5.2/README.md #???????????
432+
- path: loader/wifi_nvram_image.h
433+
sha256: 296b7085220263eeb7a4221f4d7e035c2f0d591ab8f485534d6cf9adfbea7d09
434+
type: img
435+
version: '0.53.1' #?????????????
436+
license-path: zephyr/blobs/loader/LICENSE.PBL
437+
click-through: true
438+
url: https://raw.githubusercontent.com/arduino/ArduinoCore-zephyr/refs/tags/0.53.1/loader/blobs/wifi_nvram_image.h
439+
description: "Infinion 4343WA1 Wi-Fi Firmware"
440+
doc-url: https://raw.githubusercontent.com/arduino/ArduinoCore-API/refs/tags/1.5.2/README.md #???????????
441+
- path: loader/c33_bl.bin
442+
sha256: a0bbce60d688d4a98735edefc05bf679f6b057983cc95a759f07f18049c18fc9
443+
type: img
444+
version: '0.53.1' #?????????????
445+
license-path: zephyr/blobs/loader/LICENSE.PBL #?
446+
click-through: true
447+
url: https://raw.githubusercontent.com/arduino/ArduinoCore-zephyr/refs/tags/0.53.1/loader/blobs/c33_bl.bin
448+
description: "bootloader reflasher for C33"
449+
doc-url: https://raw.githubusercontent.com/arduino/ArduinoCore-API/refs/tags/1.5.2/README.md #???????????

0 commit comments

Comments
 (0)