Commit graph

76 commits

Author SHA1 Message Date
Rudi Heitbaum
8b729e2670 pciutils: update to 3.9.0
release notes:
- https://github.com/pciutils/pciutils/blob/v3.9.0/ChangeLog
2022-12-02 09:50:09 +00:00
Rudi Heitbaum
d6959c9ace pciutils: update to 3.8.0 and HSTS
changelog:
        2022-04-16  Martin Mares <mj@ucw.cz>

 	* Released as 3.8.0.

 	* Filters can now match devices based on partially specified
 	  class code and also on the programming interface.

 	* Reporting of link speeds, power limits, and virtual function tags
 	  has been updated to the current PCIe specification.

 	* We decode the Data Object Exchange capability.

 	* Bus mapping mode works in non-zero domains.

 	* pci_fill_info() can fetch more fields: bridge bases, programming
 	  interface, revision, subsystem vendor and device ID, OS driver,
 	  and also parent bridge. Internally, the implementation was rewritten,
 	  significantly reducing the number of corner cases to be handled.

 	* The Windows port was revived and greatly improved by Pali Rohár.
 	  It requires less magic to compile. More importantly, it runs on both
 	  old and recent Windows systems (see README.Windows for details).

 	* Added a new Windows back-end using the cfgmgr32 interface.
 	  It does not provide direct access to the configuration space,
 	  but basic information about the device is reported via pci_fill_info().
 	  For back-ends of this type, we now provide an emulated read-only
 	  config space.

 	* If the configuration space is not readable for some reason
 	  (e.g., the cfgmgr32 back-end, but also badly implemented sleep mode
 	  of some devices), lspci prints only information provided by the OS.

 	* The Hurd back-end was greatly improved thanks to Joan Lledó.

 	* Various minor bug fixes and improvements.

 	* We officially require a working C99 compiler. Sorry, MSVC.

 	* As usually, updated pci.ids to the current snapshot of the database.
2022-04-19 11:35:35 +00:00
Matthias Reichl
fd128976da pciutils: drop ARCH=x86_64 restriction
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-16 17:33:02 +01:00
Ian Leonard
b31ce30170 sysutils: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:16 +00:00
heitbaum
3674e89109 pciutils: update to 3.7.0 2021-01-07 09:29:49 +00:00
MilhouseVH
f0e7f78380 pciutils: update to pciutils-3.6.4 2020-02-17 06:37:58 +00:00
MilhouseVH
d866c9e2e4 pciutils: update to pciutils-3.6.2 2019-06-07 08:49:07 +01:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
b6214c6929 pciutils: update to pciutils-3.5.4 2017-05-06 22:45:24 +01:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
MilhouseVH
f9738e27f3 pciutils: update to pciutils-3.5.2 2016-12-21 13:19:06 +00:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak
1d6f3cff7b pciutils: update to 3.5.1 2016-06-14 01:13:33 -07:00
Stephan Raue
c7acc67aa4 pci-utils: update to pciutils-3.4.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-05 07:05:17 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
22713800f9 pciutils: fix pkgconfig patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-16 12:45:08 +01:00
Stephan Raue
88e7f0ed56 pciutils: update to pciutils-3.4.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-03 20:58:53 +02:00
Stephan Raue
10ff5e93ab pciutils: update to pciutils-3.3.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-04-11 14:48:23 +02:00
Stefan Saraev
bebaafb331 packages/*: drop i386 support 2015-04-03 12:08:24 +03:00
Stephan Raue
1d2ec4842c pciutils: update to pciutils-3.3.0, enable udev and libkmod support, dont install pci.ids
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-12 02:09:08 +01:00
Stephan Raue
8602710ce9 pciutils: fix pkgconf 2014-08-22 14:49:50 +02:00
Stephan Raue
bb5bd53f1b pciutils: update pci.ids
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-08-15 15:59:45 +02:00
Stefan Saraev
8cb1ced06b pciutils: build with lto 2014-04-24 19:55:07 +02:00
Stefan Saraev
76241f3d78 pciutils: cleanup 2014-02-04 21:37:03 +02:00
Stephan Raue
541342af8e pciutils: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:19 +01:00
Stephan Raue
4631ffa739 pciutils: only build and install on supported platforms
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-20 20:22:06 +01:00
Stefan Saraev
4eae34f2be pciutils: dont build shared lib 2014-01-20 20:34:40 +02:00
Stephan Raue
39a7ad9776 pciutils: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-25 20:27:06 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
0db78beafa pciutils: update to pciutils-3.2.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-11-12 21:44:51 +01:00
Stephan Raue
9f524a39ec pciutils: update to pciutils-3.2.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-27 15:33:57 +02:00
Stephan Raue
7c0ff126a7 pciutils: update pci.ids
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-28 12:32:39 +02:00
Stephan Raue
b378a951fe pciutils: update to pciutils-3.1.10
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-28 12:32:22 +02:00
Stephan Raue
8a7fbbce4a pciutils: install 'lspci' only for i386 and x86_64 arch's
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-22 17:23:05 +02:00
Stephan Raue
fdcb0772ff pciutils: cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-03-30 21:50:52 +02:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
ea84b97add pciutils: dont strip binarys again on install (done already with $LDFLAGS)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-27 15:56:29 +01:00
Stephan Raue
ddc3dc1215 pciutils: update pci.ids
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-17 10:24:28 +01:00
Stephan Raue
9836af90fa pciutils: update to pciutils-3.1.9
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-01-17 10:24:09 +01:00
Stephan Raue
b6eea3b662 pciutils: change download url
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-11-26 06:38:22 +01:00
Stephan Raue
145c78f701 pciutils: fails to build with gcc-4.6's LTO support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-10-31 09:53:23 +01:00
Stephan Raue
f26a86e0bd pciutils: use $CFLAGS instead $TARGET_CFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-16 06:58:36 +02:00
Stephan Raue
c95e62656f pciutils: change downloadurl
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-12 05:13:47 +02:00
Stephan Raue
316bf140df pciutils: build and install as shared library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-01 06:39:38 +02:00
Stephan Raue
997e2c698b pciutils: update pci.ids
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-08 14:10:53 +02:00