584fe97226
- i2ctransfer-dont-link-with-libi2c.patch: Don't link i2ctransfer with libi2c. - i2ctransfer-dont-free-memory-which-was-never-allocated.patch, i2ctransfer-prevent-msgs-overflow-with-many-parameters.patch: Prevent a stack overflow when too many command line parameters are passed to i2ctransfer (bko#220112). - i2ctransfer-zero-out-memory-passed-to-ioctl.patch: Sanitize the memory passed to ioctl().
Jean Delvare2025-05-19 17:12:55 +00:00
2c3294db33
Add the previous changes to the changes file, to make the build service happy.
Jean Delvare2024-10-29 10:23:35 +00:00
bc2e52900a
Add the previous changes to the changes file, to make the build service happy.
Jean Delvare2024-10-29 10:23:35 +00:00
eff6f5ea4c
Use the compressed archive from upstream to make the source auto checker happy. The uncompressed contents is exactly the same.
Jean Delvare2024-10-28 08:03:45 +00:00
2314df0e8b
Use the compressed archive from upstream to make the source auto checker happy. The uncompressed contents is exactly the same.
Jean Delvare2024-10-28 08:03:45 +00:00
5ea5f5d1a2
- Update to version 4.4: * tools: Use getopt Implement and document option -h * i2cdetect: Display more functionality bits with option -F * i2cdump: Remove support for SMBus block mode * i2cget: Document SMBus block mode * i2ctransfer: Sort command line options and add to help text Add an option to print binary data Drop redundant variable arg_idx * py-smbus: Use setuptools instead of distutils
Jean Delvare2024-10-11 11:18:41 +00:00
75dbd252d1
- Update to version 4.4: * tools: Use getopt Implement and document option -h * i2cdetect: Display more functionality bits with option -F * i2cdump: Remove support for SMBus block mode * i2cget: Document SMBus block mode * i2ctransfer: Sort command line options and add to help text Add an option to print binary data Drop redundant variable arg_idx * py-smbus: Use setuptools instead of distutils
Jean Delvare2024-10-11 11:18:41 +00:00
6a37ba92b8
Accepting request 1098797 from Base:System
Ana Guerrero2023-07-17 17:23:20 +00:00
2127c10fa8
Accepting request 1098797 from Base:System
Ana Guerrero2023-07-17 17:23:20 +00:00
dc3026f6f6
Accepting request 1091378 from home:hillwood:branches:Base:System
Marcus Meissner2023-07-15 12:15:13 +00:00
afbf2c9b21
Accepting request 1091378 from home:hillwood:branches:Base:System
Marcus Meissner2023-07-15 12:15:13 +00:00
7e26125dd5
Use exactly the tarball from upstream to make OBS happy
Jean Delvare2021-07-29 15:52:53 +00:00
91449a2d98
Use exactly the tarball from upstream to make OBS happy
Jean Delvare2021-07-29 15:52:53 +00:00
4e27d21f84
- Update to version 4.3: * decode-dimms: Attempt to decode LPDDR3 modules * i2cdetect: Sort the bus list by number * i2cdump: Add range support to I2C block mode Deprecate SMBus block mode * i2cget: Add support for I2C block read Add support for SMBus block read * i2ctransfer: Reverted check for returned length from driver
Jean Delvare2021-07-27 13:39:15 +00:00
3214279dfd
- Update to version 4.3: * decode-dimms: Attempt to decode LPDDR3 modules * i2cdetect: Sort the bus list by number * i2cdump: Add range support to I2C block mode Deprecate SMBus block mode * i2cget: Add support for I2C block read Add support for SMBus block read * i2ctransfer: Reverted check for returned length from driver
Jean Delvare2021-07-27 13:39:15 +00:00
ddf38e93e3
Use the tarball from upstream as they repackaged my uploaded archive
Jean Delvare2020-09-23 08:30:38 +00:00
d89a93fd9a
Use the tarball from upstream as they repackaged my uploaded archive
Jean Delvare2020-09-23 08:30:38 +00:00
c4775394ac
- Update to version 4.2: * Restrict I2C addresses 0x03-0x07 * Fix short writes with mask in i2cset * Support messages using I2C_M_RECV_LEN in i2ctransfer * Add check for returned length from driver in i2ctransfer * Many improvements to decode-dimms, for both DDR3 and DDR4 * Updated list of memory vendors * Add at24 driver support to decode-vaio * Add a manual page for libi2c * Let i2c-stub-from-dump read dumps from hexdump -C
Jean Delvare2020-09-22 08:47:05 +00:00
34705e18ff
- Update to version 4.2: * Restrict I2C addresses 0x03-0x07 * Fix short writes with mask in i2cset * Support messages using I2C_M_RECV_LEN in i2ctransfer * Add check for returned length from driver in i2ctransfer * Many improvements to decode-dimms, for both DDR3 and DDR4 * Updated list of memory vendors * Add at24 driver support to decode-vaio * Add a manual page for libi2c * Let i2c-stub-from-dump read dumps from hexdump -C
Jean Delvare2020-09-22 08:47:05 +00:00
b03c3854be
Accepting request 653811 from home:jengelh:branches:Base:System
Jean Delvare2018-12-04 13:26:48 +00:00
9fda79a2ad
Accepting request 653811 from home:jengelh:branches:Base:System
Jean Delvare2018-12-04 13:26:48 +00:00
e974bc430c
- Update to version 4.1: * New option -a to allow using reserved address * Several build races fixed * Fix for potential buffer overflows * Support for DDR4 SDRAM memory * Updated list of memory vendors * Clarify library license * Fix error propagation in py-smbus - Removed obsolete build-lib-add-missing-dependencies.patch, build-tools-add-missing-dependencies.patch, decode-dimms-hackweek-DDR4.patch, i2cbusses-path-overflows.patch (upstream)
Jean Delvare2018-12-03 15:37:24 +00:00
9642104cfc
- Update to version 4.1: * New option -a to allow using reserved address * Several build races fixed * Fix for potential buffer overflows * Support for DDR4 SDRAM memory * Updated list of memory vendors * Clarify library license * Fix error propagation in py-smbus - Removed obsolete build-lib-add-missing-dependencies.patch, build-tools-add-missing-dependencies.patch, decode-dimms-hackweek-DDR4.patch, i2cbusses-path-overflows.patch (upstream)
Jean Delvare2018-12-03 15:37:24 +00:00
bcb539788c
- Rename patches for consistency - Add upstream reference
Jean Delvare2017-12-14 08:07:14 +00:00
af3a2804f2
- Rename patches for consistency - Add upstream reference
Jean Delvare2017-12-14 08:07:14 +00:00
9c8efc48e0
Refresh tools-build-add-missing-dependencies.patch
Jean Delvare2017-12-12 16:14:06 +00:00
2a08035173
Refresh tools-build-add-missing-dependencies.patch
Jean Delvare2017-12-12 16:14:06 +00:00
7e86ac05df
- tools-build-add-missing-dependencies.patch: Fix another random failure of parallel builds.
Jean Delvare2017-12-12 16:08:47 +00:00
72b988243c
- tools-build-add-missing-dependencies.patch: Fix another random failure of parallel builds.
Jean Delvare2017-12-12 16:08:47 +00:00
8264074f83
- lib-build-add-missing-dependencies.patch: Fix random failure of parallel builds. - decode-dimms-hackweek-DDR4.patch: Add DDR4 SDRAM memory support to decode-dimms (Hackweek 0x10 project.)
Jean Delvare2017-12-06 15:06:52 +00:00
ef4b32cace
- lib-build-add-missing-dependencies.patch: Fix random failure of parallel builds. - decode-dimms-hackweek-DDR4.patch: Add DDR4 SDRAM memory support to decode-dimms (Hackweek 0x10 project.)
Jean Delvare2017-12-06 15:06:52 +00:00
8f0e350894
Accepting request 347885 from Base:System
Stephan Kulow
2015-12-13 08:37:25 +00:00
12cb5f552a
Accepting request 347885 from Base:System
Stephan Kulow
2015-12-13 08:37:25 +00:00
cbace0153c
Comment out URLs that are unavailable at the moment
Jean Delvare2015-12-01 08:26:03 +00:00
12a52c0b44
Comment out URLs that are unavailable at the moment
Jean Delvare2015-12-01 08:26:03 +00:00
fb2705363a
- Update to version 3.1.2: * Includes 1 backport we already had - Removed obsolete i2c-tools-r6250-ddr3-fix-ext-temp-refresh.diff (upstream)
Jean Delvare2015-11-27 12:55:02 +00:00
85aa915340
- Update to version 3.1.2: * Includes 1 backport we already had - Removed obsolete i2c-tools-r6250-ddr3-fix-ext-temp-refresh.diff (upstream)
Jean Delvare2015-11-27 12:55:02 +00:00
104d1bfd91
- Update to version 3.1.1: * Includes 13 packports we aleady had * Some additional fixes to decode-dimms * New manual pages for decode-dimms, decode-vaio and eeprog * i2c-stub-from-dump tolerance on input dump format was improved
Jean Delvare2014-02-20 16:39:31 +00:00
fbc76e8fcc
- Update to version 3.1.1: * Includes 13 packports we aleady had * Some additional fixes to decode-dimms * New manual pages for decode-dimms, decode-vaio and eeprog * i2c-stub-from-dump tolerance on input dump format was improved
Jean Delvare2014-02-20 16:39:31 +00:00
97638cba66
Accepting request 171379 from Base:System
Stephan Kulow
2013-04-19 07:46:23 +00:00
13958a6a4a
Accepting request 171379 from Base:System
Stephan Kulow
2013-04-19 07:46:23 +00:00
fec73db6cf
- i2c-tools-hackweek-9-dependencies.diff: Backport 2 helper functions needed by the following patch. - i2c-tools-hackweek-9-improve-DDR3-support.diff: Improve DDR3 support. This was my hackweek 9 project.
Jean Delvare2013-04-18 08:03:17 +00:00
75f42d0e1c
- i2c-tools-hackweek-9-dependencies.diff: Backport 2 helper functions needed by the following patch. - i2c-tools-hackweek-9-improve-DDR3-support.diff: Improve DDR3 support. This was my hackweek 9 project.
Jean Delvare2013-04-18 08:03:17 +00:00
595d43f146
Backport fixes from upstream 3.1 branch: - i2c-tools-r6151-space-before-MHz.diff: Print a space before "MHz" to improve readability. - i2c-tools-r6152-fix-DDR3-tRAS-decoding.diff: Fix DDR3 tRAS decoding. - i2c-tools-r6153-fix-DDR3-timings-rounding.diff: Fix DDR3 core timings rounding. - i2c-tools-r6154-round-down-PC3-numbers.diff: Round down PC3 numbers to comply with Jedec. - i2c-tools-r6157-vendors-JEP106AK.diff: Update vendor list based on Jedec document JEP106AK.
Jean Delvare2013-04-17 20:36:52 +00:00
1e7e8e0c7c
Backport fixes from upstream 3.1 branch: - i2c-tools-r6151-space-before-MHz.diff: Print a space before "MHz" to improve readability. - i2c-tools-r6152-fix-DDR3-tRAS-decoding.diff: Fix DDR3 tRAS decoding. - i2c-tools-r6153-fix-DDR3-timings-rounding.diff: Fix DDR3 core timings rounding. - i2c-tools-r6154-round-down-PC3-numbers.diff: Round down PC3 numbers to comply with Jedec. - i2c-tools-r6157-vendors-JEP106AK.diff: Update vendor list based on Jedec document JEP106AK.
Jean Delvare2013-04-17 20:36:52 +00:00
94d335f97f
Accepting request 161596 from Base:System
Stephan Kulow
2013-04-02 09:51:57 +00:00
2c15217b4c
Accepting request 161596 from Base:System
Stephan Kulow
2013-04-02 09:51:57 +00:00
b059c9dc3b
Accepting request 161533 from home:m_meister:branches:openSUSE:Factory
Marcus Meissner2013-03-28 12:02:53 +00:00
221f642417
Accepting request 161533 from home:m_meister:branches:openSUSE:Factory
Marcus Meissner2013-03-28 12:02:53 +00:00
28a4536fd7
Accepting request 155334 from Base:System
Stephan Kulow
2013-02-13 16:25:40 +00:00
b03cb7416b
Accepting request 155334 from Base:System
Stephan Kulow
2013-02-13 16:25:40 +00:00