Skip to content

Commit 7c29e5a

Browse files
telink: Rework LZMA module in a usual Zephyr way
Due to issue with "west status" created LZMA fork under Telink GitHub account: https://github.com/telink-semi/xz/tree/telink-zephyr Signed-off-by: Andrii Bilynskyi <andrii.bilynskyi@telink-semi.com>
1 parent 54c758a commit 7c29e5a

File tree

10 files changed

+4
-113
lines changed

10 files changed

+4
-113
lines changed

MAINTAINERS.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4898,8 +4898,7 @@ West:
48984898
status: odd fixes
48994899
collaborators:
49004900
- JiaT75
4901-
files:
4902-
- modules/lzma/
4901+
files: []
49034902
labels:
49044903
- "area: Compression"
49054904

modules/Kconfig

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ comment "Nanopb module not available."
8585
comment "Lz4 module not available."
8686
depends on !ZEPHYR_LZ4_MODULE
8787

88-
comment "LZMA module not available."
89-
depends on !ZEPHYR_LZMA_MODULE
90-
9188
comment "loramac-node module not available."
9289
depends on !ZEPHYR_LORAMAC_NODE_MODULE
9390

modules/lzma/.gitignore

-2
This file was deleted.

modules/lzma/CMakeLists.txt

-35
This file was deleted.

modules/lzma/Kconfig

-11
This file was deleted.

modules/lzma/configs/config.h

-51
This file was deleted.

modules/lzma/lib/zephyr/module.yaml

-4
This file was deleted.

soc/telink/tlsr/telink_b9x/Kconfig

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ config TELINK_B9X_MCUBOOT_STARTUP
112112
config COMPRESS_LZMA
113113
bool "Support LZMA compression"
114114
default n
115-
select LZMA
116115
select BOOT_IMAGE_ACCESS_HOOKS
117116
help
118117
This option enables LZMA compression with MCUBoot

soc/telink/tlsr/telink_tlx/Kconfig

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ config TELINK_TLX_MCUBOOT_STARTUP
110110
config COMPRESS_LZMA
111111
bool "Support LZMA compression"
112112
default n
113-
select LZMA
114113
select BOOT_IMAGE_ACCESS_HOOKS
115114
help
116115
This option enables LZMA compression with MCUBoot

submanifests/telink.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
manifest:
55
projects:
66
- name: lzma
7-
url: https://github.com/xz-mirror/xz
8-
revision: 74c3449d8b816a724b12ebce7417e00fb597309a
9-
path: zephyr/modules/lzma/lib
7+
url: https://github.com/telink-semi/xz
8+
revision: dcf34d7ced3a7fffb4ad4862881e0e92c62287d0
9+
path: modules/lib/lzma

0 commit comments

Comments
 (0)