Package firmware-linux: Specfile

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
Name: firmware-linux
Version: 20220509
Release: alt1

Summary: Firmware files used by the Linux kernel
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
Group: System/Kernel and hardware

Url: git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildArch: noarch
Provides: linux-firmware
Provides: firmware-iwl1000
Provides: firmware-iwl3945 firmware-iwl4965 firmware-iwl5000 firmware-iwl5150
Provides: firmware-iwl6000 firmware-iwl6050
Obsoletes: firmware-iwl1000
Obsoletes: firmware-iwl3945 firmware-iwl4965 firmware-iwl5000 firmware-iwl5150
Obsoletes: firmware-iwl6000 firmware-iwl6050
Provides:  firmware-carl9170-1.9.4 firmware-i2400m firmware-rt2870 firmware-rt3090
Obsoletes: firmware-carl9170-1.9.4 firmware-i2400m firmware-rt2870 firmware-rt3090
Provides: firmware-rt61pci firmware-rt73usb
Obsoletes: firmware-rt61pci firmware-rt73usb
Obsoletes: firmware-libertas-sd8686 firmware-libertas-usb8388
Provides: firmware-ql2100 firmware-ql2200 firmware-ql2300 firmware-ql2322 firmware-ql2400 firmware-ql2500
Obsoletes: firmware-ql2100 firmware-ql2200 firmware-ql2300 firmware-ql2322 firmware-ql2400 firmware-ql2500
Provides: firmware-amd-ucode
Obsoletes: firmware-amd-ucode <= 2.0

BuildRequires: hardlink
Requires: udev
AutoReqProv: no

%add_verify_elf_skiplist /lib/firmware/*

%description
Kernel-firmware includes firmware files
required for some devices to operate.

%package netronome
Group: System/Kernel and hardware
Summary: firmware for Agilio SmartNICs

%description netronome
firmware for Agilio SmartNICs

%package liquidio
Group: System/Kernel and hardware
Summary: firmware for LiquidIO Smart NICs

%description liquidio
firmware for LiquidIO II Smart NICs

%prep
%setup -n %name-%version
%patch -p1

%install
DESTDIR=%buildroot FIRMWAREDIR=lib/firmware make install
hardlink -cv %buildroot/lib/firmware

## *TODO* check these too
rm -rf %buildroot/lib/firmware{ess,korg,sb16,yamaha}

%files
%doc WHENCE LICEN?E.*
/lib/firmware/*
%exclude /lib/firmware/netronome
%exclude /lib/firmware/liquidio

%files netronome
/lib/firmware/netronome

%files liquidio
/lib/firmware/liquidio

%changelog
* Mon May 09 2022 Cronbuild Service <cronbuild@altlinux.org> 20220509-alt1
- upstream changes (GIT b19cbdc):
  + mediatek: Update mt8183 SCP firmware (thx Tinghan Shen)
  + ice: Update package to 1.3.28.0 (thx Tony Nguyen)

* Mon May 02 2022 Cronbuild Service <cronbuild@altlinux.org> 20220502-alt1
- upstream changes (GIT c3624eb):
  + rtl_bt: Update RTL8852A BT USB firmware to 0xDBB7_C1D9 (thx Hilda Wu)
  + amdgpu: update psp_13_0_8 firmware (thx Alex Deucher)
  + amdgpu: update gc_10_3_7_rlc firmware (thx Alex Deucher)
  + amdgpu: update dcn_3_1_6_dmcub firmware (thx Alex Deucher)
  + ath11k: QCA6390 hw2.0: update to
    WLAN.HST.1.0.1-05266-QCAHSTSWPLZ_V2_TO_X86-1 (thx Kalle Valo)
  + qcom: add firmware files for Adreno a420 & related generations (thx Dmitry Baryshkov)
  + qcom: add firmware files for Adreno a330 (thx Dmitry Baryshkov)
  + qcom: add firmware files for Adreno a220 (thx Dmitry Baryshkov)
  + i915: Add GuC v70.1.2 for DG2 (thx John Harrison)
  + rtw89: 8852c: add new firmware v0.27.20.0 for RTL8852C (thx Ping-Ke Shih)
  + ath10k: QCA9984 hw1.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA9984 hw1.0: update firmware-5.bin to
    10.4-3.9.0.2-00156 (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update firmware-5.bin to
    10.4-3.9.0.2-00156 (thx Kalle Valo)
  + ath10k: QCA6174 hw3.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA6174 hw3.0: update firmware-6.bin to
    WLAN.RM.4.4.1-00288-QCARMSWPZ-1 (thx Kalle Valo)
  + ath10k: QCA4019 hw1.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA99X0 hw2.0: add board-2.bin (thx Kalle Valo)
  + ath11k: WCN6855 hw2.0: update to
    WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.7 (thx Kalle Valo)
  + ath11k: WCN6750 hw1.0: add to WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1 (thx Kalle Valo)
  + ath11k: WCN6750 hw1.0: add board-2.bin (thx Kalle Valo)
  + ath11k: QCN9074 hw1.0: add to
    WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1 (thx Kalle Valo)
  + ath11k: QCN9074 hw1.0: add board-2.bin (thx Kalle Valo)
  + ath11k: QCA6390 hw2.0: update board-2.bin (thx Kalle Valo)
  + ath11k: IPQ8074 hw2.0: update to
    WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1 (thx Kalle Valo)
  + ath11k: IPQ8074 hw2.0: update board-2.bin (thx Kalle Valo)
  + ath11k: IPQ6018 hw1.0: update to
    WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1 (thx Kalle Valo)
  + ath11k: IPQ6018 hw1.0: update board-2.bin (thx Kalle Valo)

* Tue Apr 26 2022 Cronbuild Service <cronbuild@altlinux.org> 20220422-alt1
- upstream changes (GIT ac21ab5):
  + Mellanox: Add lc_ini_bundle for xx.2010.1006 (thx Petr Machata)
  + Mellanox: xx.2010.1502: Distribute non-xz-compressed
    lc_ini_bundle (thx Petr Machata)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2010.1502 (thx Petr Machata)
  + amdgpu: update yellow carp DMCUB firmware (thx Alex Deucher)
  + update firmware for mediatek bluetooth chip (MT7922) (thx Sean Wang)
  + update firmware for MT7922 WiFi device (thx Deren Wu)
  + mediatek: Add mt8195 SCP firmware (thx Tinghan Shen)
  + qcom: apq8096: add modem firmware (thx Dmitry Baryshkov)
  + qcom: apq8096: add aDSP firmware (thx Dmitry Baryshkov)
  + rtl_bt: Add firmware and config files for RTL8852C (thx Max Chou)

* Wed Apr 13 2022 Cronbuild Service <cronbuild@altlinux.org> 20220411-alt1
- upstream changes (GIT f219d61):
  + mediatek: Add mt8192 SCP firmware (thx Yunfei Dong)
  + Update AMD cpu microcode (thx John Allen)
  + nvidia: add GA102/GA103/GA104/GA106/GA107 signed firmware (thx Gourav Samaiya)
  + brcm: rename Rock960 NVRAM to AP6356S and link devices to it (thx Peter Robinson)
  + Update firmware file for Intel Bluetooth 9462 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX211 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + amdgpu: update green sardine VCN firmware (thx Alex Deucher)
  + amdgpu: update renoir VCN firmware (thx Alex Deucher)
  + amdgpu: update navi14 VCN firmware (thx Alex Deucher)
  + amdgpu: update navi12 VCN firmware (thx Alex Deucher)
  + amdgpu: update navi10 VCN firmware (thx Alex Deucher)
  + update firmware for MT7921 WiFi device (thx Sean Wang)
  + update firmware for mediatek bluetooth chip (MT7921) (thx Sean Wang)
  + rtw88: 8821c: Update normal firmware to v24.11.00 (thx Chin-Yen Lee)
  + ice: Add wireless edge file for Intel E800 series driver (thx Guruprasad Rao)
  + ice: update ice DDP comms package to 1.3.31.0 (thx Arjun Anantharam)

* Wed Mar 23 2022 Cronbuild Service <cronbuild@altlinux.org> 20220315-alt1
- upstream changes (GIT 681281e):
  + amdgpu: update PSP 13.0.8 firmware (thx Alex Deucher)
  + amdgpu: update GC 10.3.7 firmware (thx Alex Deucher)
  + rtl_bt: Add firmware and config files for RTL8852B (thx Max Chou)

* Tue Mar 15 2022 Cronbuild Service <cronbuild@altlinux.org> 20220309-alt1
- upstream changes (GIT cd01f85):
  + iwlwifi: add new FWs from core68-60 release (thx Luca Coelho)
  + ath11k: add links for WCN6855 hw2.1 (thx Kalle Valo)
  + ath11k: WCN6855 hw2.0: add
    WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3 (thx Kalle Valo)
  + ath11k: WCN6855 hw2.0: add board-2.bin and regdb.bin (thx Kalle Valo)
  + ath10k/ath11k: mark notice.txt as "File:" (thx Kalle Valo)

* Tue Mar 08 2022 Cronbuild Service <cronbuild@altlinux.org> 20220303-alt1
- upstream changes (GIT f011ccb):
  + add firmware for MT7986 (thx Shayne Chen)
  + amdgpu: add firmware for SDMA 5.2.7 IP block (thx Alex Deucher)
  + amdgpu: add firmware for PSP 13.0.8 IP block (thx Alex Deucher)
  + amdgpu: add firmware for DCN 3.1.6 IP block (thx Alex Deucher)
  + amdgpu: add firmware for GC 10.3.7 IP block (thx Alex Deucher)
  + rtw89: 8852a: update fw to v0.13.36.0 (thx Zong-Zhe Yang)

* Wed Mar 02 2022 Cronbuild Service <cronbuild@altlinux.org> 20220225-alt1
- upstream changes (GIT ee0667a):
  + amdgpu: update raven2 VCN firmware (thx Alex Deucher)
  + amdgpu: update raven VCN firmware (thx Alex Deucher)
  + amdgpu: update picasso VCN firmware (thx Alex Deucher)
  + Update firmware file for Intel Bluetooth 9462 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX211 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + Update AMD SEV firmware (thx John Allen)
  + rtw89: 8852a: update fw to v0.13.35.0 (thx Chin-Yen Lee)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2010.1406 (thx Petr Machata)
  + wfx: update to firmware 3.14 (thx J?r?me Pouiller)
  + wfx: add antenna configuration files (thx J?r?me Pouiller)
  + wfx: rename silabs/ into wfx/ (thx J?r?me Pouiller)
  + update firmware for mediatek bluetooth chip(MT7921) (thx Mark Chen)
  + Update firmware patch for Intel Bluetooth 8260 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 8265 (thx Kiran K)
  + Intel BT 7265: Fix Security Issues (thx Kiran K)

* Tue Feb 22 2022 Cronbuild Service <cronbuild@altlinux.org> 20220218-alt1
- upstream changes (GIT c53073d):
  + rtl_bt: Update RTL8852A BT USB firmware to 0xDFB7_6D7A (thx Hilda Wu)
  + rtl_bt: Update RTL8822C BT USB firmware to 0x19B7_6D7D (thx Hilda Wu)
  + rtl_bt: Update RTL8822C BT UART firmware to 0x15B7_6D7D (thx Hilda Wu)
  + amdgpu: Update yellow carp firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update vega20 firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update vega12 firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update vega10 firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update vangogh firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update renoir firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update raven2 firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update raven firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update picasso firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update beige goby firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update dimgrey cavefish firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update navy flounder firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update sienna cichlid firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update navi14 firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update navi12 firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update navi10 firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update cyan skillfish2 firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update green sardine firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Update arcturus firmware from 21.50 (thx Alex Deucher)
  + amdgpu: Add aldebaran firmware from 21.50 (thx Alex Deucher)
  + LICENSE.amdgpu: update copyright date (thx Alex Deucher)
  + Update AMD cpu microcode (thx John Allen)
  + update firmware for MT7921 WiFi device (thx Deren Wu)

* Tue Feb 15 2022 Cronbuild Service <cronbuild@altlinux.org> 20220126-alt1
- upstream changes (GIT 6342082):
  + Amphion: Add VPU firmwares for NXP i.MX8Q SoCs (thx Ming Qian)
  + i915: Add DMC firmware v2.16 for ADL-P (thx Madhumitha Tolakanahalli Pradeep)

* Tue Jan 25 2022 Cronbuild Service <cronbuild@altlinux.org> 20220124-alt1
- upstream changes (GIT eb8ea1b):
  + mediatek: Update MT8173 VPU firmware to v1.1.7 (thx Irui Wang)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9462 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX211 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)

* Tue Jan 18 2022 Cronbuild Service <cronbuild@altlinux.org> 20220114-alt1
- upstream changes (GIT 1e744b8):
  + update firmware for mediatek bluetooth chip(MT7921) (thx Mark Chen)
  + update firmware for MT7921 WiFi device (thx Deren Wu)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2010.1232 (thx Petr Machata)
  + add marvell CPT firmware images (thx DhanaSaravanan)

* Tue Jan 18 2022 Igor Vlasenko <viy@altlinux.org> 20220111-alt2
- NMU for cronbuild: verbose update for better debugging

* Tue Jan 18 2022 Gleb F-Malinovskiy <glebfm@altlinux.org> 20220111-alt1
- upstream changes (GIT 13dca28):
  + update firmware for MT7915 (thx Shayne Chen)
  + iwlwifi: add new FWs from core63-136 release (thx Luca Coelho)
  + iwlwifi: add new FWs from core66-88 release (thx Luca Coelho)
  + iwlwifi: update 9000-family firmwares to core66-88 (thx Luca Coelho)
  + add firmware for MT7916 (thx Shayne Chen)
  + Update firmware file for Intel Bluetooth 9462 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX211 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + WHENCE: add missing symlink for NanoPi R1 (thx Vijai Kumar K)
  + amdgpu: update yellow carp dmcub firmware (thx Mario Limonciello)
  + cxgb4: Update firmware to revision 1.26.6.0 (thx Rahul Lakkireddy)
  + cnm: add chips&media wave521c firmware. (thx Nas Chung)
  + update firmware for MT7921 WiFi device (thx Deren Wu)
  + update firmware for mediatek bluetooth chip (MT7921) (thx Mark Chen)
  + rtw88: 8822c: Update normal firmware to v9.9.11 (thx Po-Hao Huang)
  + QCA: Update Bluetooth WCN685x firmware to 2.1.0-00298 (thx Zijun Hu)
- Updated upstream branch name (master -> main) to fix cronbuild updates.

* Wed Dec 22 2021 Cronbuild Service <cronbuild@altlinux.org> 20211216-alt1
- upstream changes (GIT f682ecb):
  + amdgpu: update green sardine PSP firmware (thx Alex Deucher)
  + bnx2x: Add FW 7.13.21.0 (thx Manish Chopra)
  + update frimware for mediatek bluetooth chip (MT7921) (thx Mark Chen)
  + wilc1000: update WILC1000 firmware to v15.4.1 (thx Ajay Singh)
  + rtl_bt: Update RTL8761B BT UART firmware to 0x0CA9_8A6B (thx Hilda Wu)
  + rtl_bt: Update RTL8761B BT USB firmware to 0x09A9_8A6B (thx Hilda Wu)
  + cxgb4: Update firmware to revision 1.26.4.0 (thx Rahul Lakkireddy)
  + rtw89: 8852a: update fw to v0.13.33.0 (thx Ping-Ke Shih)
  + i915: Add DMC firmware v2.14 for ADL-P (thx Madhumitha Tolakanahalli Pradeep)

* Thu Nov 25 2021 Cronbuild Service <cronbuild@altlinux.org> 20211123-alt1
- upstream changes (GIT b0e898f):
  + Update firmware file for Intel Bluetooth 9462 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX211 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + amdgpu: update yellow carp dmcub firmware (thx Alex Deucher)
  + amdgpu: update vangogh DMCUB firmware (thx Alex Deucher)
  + mrvl: prestera: Update Marvell Prestera Switchdev v4.0 (thx Volodymyr Mytnyk)
  + QCA: Add Bluetooth firmware for WCN685x (thx Tim Jiang)

* Wed Nov 17 2021 Cronbuild Service <cronbuild@altlinux.org> 20211115-alt1
- upstream changes (GIT f5d5195):
  + Update AMD cpu microcode (thx John Allen)
  + amdgpu: update raven2 firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update navi14 firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update raven firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update navi12 firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update navi10 firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update vega20 firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update vega12 firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update vega10 firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update picasso firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update vangogh firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update beige goby firmware from 21.40 (thx Alex Deucher)
  + amdgpu: add cyan skillfish firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update dimgrey cavefish firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update green sardine firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update navy flounder firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update renoir firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update arcturus firmware from 21.40 (thx Alex Deucher)
  + amdgpu: update sienna cichlid firmware from 21.40 (thx Alex Deucher)

* Thu Nov 04 2021 Cronbuild Service <cronbuild@altlinux.org> 20211102-alt1
- upstream changes (GIT c9e68c4):
  + rtl_bt: Update RTL8852A BT USB firmware to 0xDBA9_6937 (thx Hilda Wu)
  + iwlwifi: add new FWs from core64-96 release (thx Luca Coelho)
  + iwlwifi: update 9000-family firmwares to core64-96 (thx Luca Coelho)
  + amdgpu: update VCN firmware for green sardine (thx Alex Deucher)
  + update frimware for mediatek bluetooth chip (MT7921) (thx mark-yw.chen)
  + Update AMD cpu microcode (thx John Allen)
  + QCA: Update Bluetooth firmware for WCN685x (thx Rocky Liao)

* Wed Nov 03 2021 L.A. Kostis <lakostis@altlinux.ru> 20211025-alt1.1
- gears/update: fix git pull command (use fast-forward stategy).

* Tue Oct 26 2021 Cronbuild Service <cronbuild@altlinux.org> 20211025-alt1
- upstream changes (GIT fc14618):
  + bnx2x: Add FW 7.13.20.0 (thx Manish Chopra)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2010.1006 (thx Petr Machata)
  + Update NXP Management Complex firmware to version 10.28.1 (thx Florinel Iordache)

* Mon Oct 18 2021 Cronbuild Service <cronbuild@altlinux.org> 20211018-alt1
- upstream changes (GIT d34196f):
  + update firmware for MT7921 WiFi device (thx Deren Wu)
  + Update firmware file for Intel Bluetooth 9462 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX211 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)

* Tue Oct 05 2021 Cronbuild Service <cronbuild@altlinux.org> 20210926-alt1
- upstream changes (GIT 7a30050):
  + brcm: Add 43455 based AP6255 NVRAM for the ACEPC T8 Mini PC (thx Hans de Goede)
  + Update firmware file for Intel Bluetooth 9462 (thx Kiran K)
  + amdgpu: update VCN firmware for dimgrey cavefish (thx Alex Deucher)
  + amdgpu: update VCN firmware for navy flounder (thx Alex Deucher)
  + amdgpu: update VCN firmware for sienna cichlid (thx Alex Deucher)
  + amdgpu: update VCN firmware for vangogh (thx Alex Deucher)
  + amdgpu: update VCN firmware for renoir (thx Alex Deucher)
  + amdgpu: update VCN firmware for picasso (thx Alex Deucher)
  + amdgpu: update VCN firmware for raven2 (thx Alex Deucher)
  + amdgpu: update VCN firmware for raven (thx Alex Deucher)
  + amdgpu: Add initial firmware for Beige Goby (thx Alex Deucher)
  + cxgb4: Update firmware to revision 1.26.2.0 (thx Rahul Lakkireddy)

* Mon Sep 27 2021 Cronbuild Service <cronbuild@altlinux.org> 20210923-alt1
- upstream changes (GIT 0268c1b):
  + update frimware for mediatek bluetooth chip (MT7921) (thx mark-yw.chen)
  + Update firmware file for Intel Bluetooth AX211 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)

* Tue Sep 21 2021 Cronbuild Service <cronbuild@altlinux.org> 20210916-alt1
- upstream changes (GIT d526e04):
  + qed: Add firmware 8.59.1.0 (thx Prabhakar Kushwaha)
  + Update firmware file for Intel Bluetooth AX211 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 8265 (thx Kiran K)
  + iwlwifi: add FWs for new So device types with multiple RF modules (thx Luca Coelho)
  + amdgpu: add initial firmware for Yellow Carp (thx Alex Deucher)

* Tue Sep 14 2021 Cronbuild Service <cronbuild@altlinux.org> 20210913-alt1
- upstream changes (GIT 090a34d):
  + add frimware for mediatek bluetooth chip (MT7922) (thx mark-yw.chen)
  + Update AMD SEV firmware (thx John Allen)

* Mon Sep 06 2021 Cronbuild Service <cronbuild@altlinux.org> 20210903-alt1
- upstream changes (GIT 2984e26):
  + Revert "iwlwifi: add FW for new So/Gf device type" (thx Luca Coelho)
  + update frimware for mediatek bluetooth chip (MT7921) (thx mark-yw.chen)
  + rtl_bt: Update RTL8852A BT USB firmware to 0xD9A9_1D69 (thx Hilda Wu)
  + rtl_bt: Update RTL8822C BT UART firmware to 0x05A9_1A4A (thx Hilda Wu)
  + rtl_bt: Update RTL8822C BT USB firmware to 0x09A9_1A4A (thx Hilda Wu)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.3326 (thx Petr Machata)
  + iwlwifi: add FW for new So/Gf device type (thx Luca Coelho)

* Mon Aug 30 2021 Cronbuild Service <cronbuild@altlinux.org> 20210820-alt1
- upstream changes (GIT 2e271f2):
  + rtl_bt: Update RTL8852A BT USB firmware to 0xD9A9_127B (thx Hilda Wu)
  + rtl_nic: update firmware of RTL8153C (thx Hayes Wang)
  + ice: update package file to 1.3.26.0 (thx Tony Nguyen)

* Mon Aug 16 2021 Cronbuild Service <cronbuild@altlinux.org> 20210812-alt1
- upstream changes (GIT 24c4a85):
  + amdgpu: revert back to older raven2 sdma firmware (thx Alex Deucher)
  + amdgpu: revert back to older raven sdma firmware (thx Alex Deucher)
  + amdgpu: revert back to older picasso sdma firmware (thx Alex Deucher)
  + amdgpu: add initial vangogh support (thx Alex Deucher)
  + amdgpu: update vega20 firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update vega12 firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update vega10 firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update renoir firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update raven2 firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update raven firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update polaris12 firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update picasso firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update dimgrey cavefish firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update navy flounder firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update sienna cichlid firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update navi14 firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update navi12 firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update navi10 firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update green sardine firmware from 21.30 (thx Alex Deucher)
  + amdgpu: update arcturus firmware from 21.30 (thx Alex Deucher)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + update frimware for mediatek bluetooth chip (MT7921) (thx mark-yw.chen)
  + add firmware for MT7922 (thx Deren Wu)
  + QCA : Updated firmware files for WCN3991 (thx smagar)
  + i915: Add v2.03 DMC for RKL (thx Anusha Srivatsa)
  + i915: Add v2.12 DMC for TGL (thx Anusha Srivatsa)
  + qca: Add firmware files for BT chip WCN6750. (thx smagar)

* Mon Jul 19 2021 Cronbuild Service <cronbuild@altlinux.org> 20210719-alt1
- upstream changes (GIT 168452e):
  + iwlwifi: add ty firmware from Core63-43 (thx Johannes Berg)
  + update NXP 8897/8997 firmware images (thx Sharvari Harisangam)
  + rtlwifi: de-dupe rtl8723b WiFi firmware (thx Peter Robinson)
  + rtlwifi: de-dupe rtl8192e WiFi firmware (thx Peter Robinson)
  + update frimware for mediatek bluetooth chip (MT7921) (thx mark-yw.chen)
  + cxgb4: Update firmware to revision 1.26.0.0 (thx Raju Rangoju)
  + firmware/i915/guc: Add HuC v7.9.3 for TGL & DG1 (thx John Harrison)
  + firmware/i915/guc: Add GuC v62.0.3 for ADL-P (thx John Harrison)
  + firmware/i915/guc: Add GuC v62.0.0 for all platforms (thx John Harrison)

* Mon Jul 05 2021 Cronbuild Service <cronbuild@altlinux.org> 20210628-alt1
- upstream changes (GIT d79c267):
  + amdgpu: update vcn firmware for green sardine for 21.20 (thx Alex Deucher)
  + amdgpu: update vcn firmware for renoir for 21.20 (thx Alex Deucher)
  + amdgpu: update vcn firmware for navi14 for 21.20 (thx Alex Deucher)
  + amdgpu: update vcn firmware for navi12 for 21.20 (thx Alex Deucher)
  + amdgpu: update vcn firmware for navi10 for 21.20 (thx Alex Deucher)
  + amdgpu: add initial dimgrey cavefish firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update sienna cichlid firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update vega20 firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update Picasso firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update navi14 firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update green sardine firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update vega12 firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update navi12 firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update vega10 firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update renoir firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update navi10 firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update raven2 firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update arcturus firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update raven firmware from 21.20 (thx Alex Deucher)
  + amdgpu: update navy flounder firmware from 21.20 (thx Alex Deucher)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + rtl_bt: Update RTL8852A BT USB firmware to 0xD9A8_A0CD (thx Hilda Wu)
  + update firmware for MT7921 WiFi device to 20210612122753 (thx Sean Wang)
  + rtl_bt: Update RTL8822C BT(UART I/F) FW to 0x05A8_C6B4 (thx Hilda Wu)
  + QCA: Update Bluetooth firmware for QCA6174 (thx Rocky Liao)

* Mon Jun 14 2021 Cronbuild Service <cronbuild@altlinux.org> 20210608-alt1
- upstream changes (GIT 0f66b74):
  + cypress: update firmware for cyw54591 pcie (thx Chi-Hsien Lin)
  + cypress: update firmware for cyw4373 sdio (thx Chi-Hsien Lin)
  + cypress: update firmware for cyw43570 pcie (thx Chi-Hsien Lin)
  + cypress: update firmware for cyw4356 sdio (thx Chi-Hsien Lin)
  + cypress: update firmware for cyw4354 sdio (thx Chi-Hsien Lin)
  + cypress: update firmware for cyw43455 sdio (thx Chi-Hsien Lin)
  + cypress: update firmware for cyw43430 sdio (thx Chi-Hsien Lin)
  + cypress: update firmware for cyw43340 sdio (thx Chi-Hsien Lin)
  + cypress: update firmware for cyw43012 sdio (thx Chi-Hsien Lin)
  + rtl_bt: Add rtl8761bu firmware (thx Joakim Tjernlund)
  + rtl_bt: Add rtl8761b firmware (thx Joakim Tjernlund)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.2946 (thx Petr Machata)
  + mediatek: update MT7915 firmware to 20201105 (thx Ryder Lee)
  + rtl_bt: Update RTL8822C BT(UART I/F) FW to 0x05A8_A0CB (thx Hilda Wu)
  + rtl_bt: Update RTL8822C BT(USB I/F) FW to 0x09A8_A0CB (thx Hilda Wu)
  + update firmware for MT7921 WiFi device (thx Sean Wang)
  + QCA: Add Bluetooth firmware for WCN685x (thx Rocky Liao)
  + QCA: Update Bluetooth firmware for QCA6174 (thx Rocky Liao)
  + QCA: Update Bluetooth firmware for QCA6390 (thx Rocky Liao)
  + cxgb4: Update firmware to revision 1.25.6.0 (thx Raju Rangoju)

* Mon May 24 2021 Cronbuild Service <cronbuild@altlinux.org> 20210518-alt1
- upstream changes (GIT f846292):
  + nvidia: fix symlinks for tu104/tu106 acr unload firmware (thx Ben Skeggs)
  + rtw88: 8822c: Update normal firmware to v9.9.10 (thx Chin-Yen Lee)

* Mon May 17 2021 Cronbuild Service <cronbuild@altlinux.org> 20210512-alt1
- upstream changes (GIT 55d9649):
  + iwlwifi: update 8000 family firmwares (thx Luca Coelho)
  + iwlwifi: update 9000-family firmwares to core60-51 (thx Luca Coelho)
  + iwlwifi: add new FWs from core60-51 release (thx Luca Coelho)
  + nvidia: Update Tegra194 XUSB firmware to v60.09 (thx JC Kuo)
  + nvidia: Update Tegra186 XUSB firmware to v55.18 (thx JC Kuo)
  + nvidia: Update Tegra210 XUSB firmware to v50.26 (thx JC Kuo)
  + update firmware for mhdp8546 (thx Parshuram Thombare)
  + i915: Add ADL-P DMC Support (thx Anusha Srivatsa)
  + amdgpu: add new polaris 12 MC firmware (thx Alex Deucher)
  + firmware: nvidia: Add VIC firmware for Tegra194 (thx Mikko Perttunen)
  + qcom: add gpu firmwares for sc7280 (thx Akhil P Oommen)
  + brcm: Add a link to enable khadas VIM2's WiFi (thx Jian-Hong Pan)
  + rtw89: 8852a: update fw to v0.13.8.0 (thx Ping-Ke Shih)
  + rtl_bt: Update RTL8852A BT USB firmware to 0xD9A8_7893 (thx hildawu)
  + qcom: Add venus firmware files for VPU-2.0 (thx smagar)
  + rtw89: 8852a: update fw to v0.13.8.0 (thx Ping-Ke Shih)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Intel BT 7265: Fix Security Issues (thx Kiran K)
  + Update firmware file for Intel Bluetooth 8265 (thx Kiran K)
  + qcom: update venus firmware files for v5.4 (thx smagar)
  + mrvl: prestera: Add Marvell Prestera Switchdev firmware 3.0
    version (thx Vadym Kochan)
  + rtw88: 8822c: Update normal firmware to v9.9.9 (thx Po-Hao Huang)
  + brcm: add missing symlink for Pi Zero W NVRAM file (thx Michel Piquemal)
  + amdgpu: update arcturus firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update navy flounder firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update sienna cichlid firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update vega20 firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update picasso firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update navi14 firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update green sardine firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update vega12 firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update navi12 firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update vega10 firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update renoir firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update navi10 firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update raven2 firmware from 21.10 (thx Alex Deucher)
  + amdgpu: update raven firmware from 21.10 (thx Alex Deucher)
  + rtl_nic: add new firmware for RTL8153 and RTL8156 series (thx Hayes Wang)
  + cxgb4: Update firmware to revision 1.25.4.0 (thx Raju Rangoju)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.2438 (thx Petr Machata)
  + brcm: Link CM4's WiFi firmware with DMI machine name. (thx Jeremy Linton)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + amdgpu: update navi14 smc firmware (thx Alex Deucher)
  + amdgpu: update navi10 SMC firmware (thx Alex Deucher)
  + QCA: Update Bluetooth firmware for QCA6174 (thx Rocky Liao)
  + WHENCE: link to similar config file for rtl8821a support (thx maximilian attems)
  + nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.14.A.6 (thx Louis Peens)
  + amdgpu: add arcturus firmware (thx Alex Deucher)

* Sat Apr 24 2021 Anton Midyukov <antohami@altlinux.org> 20210403-alt3
- use Makefile for install (Closes: 39980)

* Thu Apr 22 2021 Dmitry Terekhin <jqt4@altlinux.org> 20210403-alt2
- brcm: Add symlinks for brcm devices

* Mon Apr 05 2021 Cronbuild Service <cronbuild@altlinux.org> 20210403-alt1
- upstream changes (GIT 0dd245d):
  + rtl_bt: Add rtl8723bs_config-OBDA0623.bin symlink (thx Hans de Goede)
  + brcm: Add nvram for the Chuwi Hi8 (CWI509) tablet (thx Hans de Goede)
  + brcm: Add nvram for the Predia Basic tablet (thx Hans de Goede)
  + qcom: sm8250: update remoteproc firmware (thx Dmitry Baryshkov)
  + qcom: update a650 firmware files (thx Dmitry Baryshkov)

* Sun Mar 28 2021 Cronbuild Service <cronbuild@altlinux.org> 20210322-alt1
- upstream changes (GIT 3f026a2):
  + rtl_bt: Update RTL8822C BT(UART I/F) FW to 0x59A_76A3 (thx hildawu)
  + amdgpu: update sienna cichlid firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update vega20 firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update picasso firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update navi14 firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update vega12 firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update navi12 firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update vega10 firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update renoir firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update navi10 firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update raven2 firmware for 20.50 (thx Alex Deucher)
  + amdgpu: update raven firmware for 20.50 (thx Alex Deucher)
  + amdgpu: add initial support for navy flounder (thx Alex Deucher)

* Sun Mar 21 2021 Cronbuild Service <cronbuild@altlinux.org> 20210310-alt1
- upstream changes (GIT 3568f96):
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + rtw88: 8822c: Update normal firmware to v9.9.6 (thx Zong-Zhe Yang)
  + iwlwifi: add new FWs from core59-66 release (thx Luca Coelho)
  + iwlwifi: update 9000-family firmwares (thx Luca Coelho)
  + iwlwifi: update 7265D firmware (thx Luca Coelho)

* Sun Mar 07 2021 Cronbuild Service <cronbuild@altlinux.org> 20210305-alt1
- upstream changes (GIT e425f76):
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.2406 (thx Petr Machata)
  + add frimware for mediatek bluetooth chip (MT7921) (thx mark-yw.chen)
  + rtw89: 8852a: add firmware v0.9.12.2 (thx Ping-Ke Shih)
  + WHENCE: add missing symlink for BananaPi M3 (thx maximilian attems)
  + brcm: Fix Raspberry Pi 4B NVRAM file (thx Matthias Brugger)
  + silabs: add new firmware for WF200 (thx J?r?me Pouiller)

* Sun Feb 14 2021 Cronbuild Service <cronbuild@altlinux.org> 20210211-alt1
- upstream changes (GIT f7915a0):
  + amdgpu: add initial firmware for green sardine (thx Alex Deucher)
  + rtw88: RTL8822C: Update normal firmware to v9.9.5 (thx Zong-Zhe Yang)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.2304 (thx Petr Machata)
  + add firmware for MT7921 (thx Sean Wang)
  + rtw88: RTL8821C: Update firmware to v24.8 (thx Guo-Feng Fan)
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + i915: Add DMC v2.01 for ADL-S (thx Anusha Srivatsa)
  + i915: Add HuC v7.7.1 for DG1 (thx Anusha Srivatsa)
  + i915: Add GuC v49.0.1 for DG1 (thx Anusha Srivatsa)
  + qcom: Add venus firmware files for VPU-1.0 (thx Dmitry Baryshkov)
  + qcom: Add SM8250 Compute DSP firmware (thx Dmitry Baryshkov)
  + qcom: Add SM8250 Audio DSP firmware (thx Dmitry Baryshkov)
  + qcom: add firmware files for Adreno a650 (thx Dmitry Baryshkov)

* Sun Jan 24 2021 Cronbuild Service <cronbuild@altlinux.org> 20210111-alt1
- upstream changes (GIT 0578970):
  + brcm: Link RPi4's WiFi firmware with DMI machine name. (thx Jeremy Linton)

* Mon Jan 11 2021 Cronbuild Service <cronbuild@altlinux.org> 20210108-alt1
- upstream changes (GIT d528862):
  + brcm: Add NVRAM for Vamrs 96boards Rock960 (thx Peter Robinson)
  + brcm: Update Raspberry Pi 3B+/4B NVRAM for downstream changes (thx Peter Robinson)
  + cypress: Fix link direction (thx Jeremy Linton)
  + cypress: Link the new cypress firmware to the old brcm files (thx Peter Robinson)
  + brcm: remove old brcm firmwares that have newer cypress variants (thx Peter Robinson)

* Mon Jan 04 2021 Cronbuild Service <cronbuild@altlinux.org> 20201116-alt1
- upstream changes (GIT f580dc2):
  + rtl_bt: Update RTL8822C BT(UART I/F) FW to 0x059A_25CB (thx Hilda Wu)
  + rtl_bt: Update RTL8822C BT(USB I/F) FW to 0x099a_7253 (thx Max Chou)
  + rtl_bt: Add firmware and config files for RTL8852A BT USB chip (thx Max Chou)
  + rtl_bt: Update RTL8821C BT(USB I/F) FW to 0x829a_7644 (thx Max Chou)

* Mon Dec 21 2020 Cronbuild Service <cronbuild@altlinux.org> 20201216-alt1
- upstream changes (GIT 646f159):
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + add firmware for Lontium LT9611UXC DSI to HDMI bridge (thx Dmitry Baryshkov)
  + mediatek: update MT8173 VPU firmware to v1.1.6 (thx Irui Wang)
  + QCA : Updated firmware files for WCN3991 (thx sampnimm)

* Sun Dec 06 2020 Cronbuild Service <cronbuild@altlinux.org> 20201130-alt1
- upstream changes (GIT 7455a36):
  + Update firmware file for Intel Bluetooth AX210 (thx Kiran K)
  + i915: Add GuC firmware v49.0.1 for all platforms (thx John Harrison)
  + i915: Remove duplicate KBL DMC entry (thx John Harrison)

* Mon Nov 30 2020 Cronbuild Service <cronbuild@altlinux.org> 20201123-alt1
- upstream changes (GIT b362fd4):
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.2018 (thx Petr Machata)

* Sun Nov 22 2020 Cronbuild Service <cronbuild@altlinux.org> 20201120-alt1
- upstream changes (GIT bc9cd0b):
  + Update AMD SEV firmware (thx John Allen)
  + amdgpu: add sienna cichlid firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update vega20 firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update vega12 firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update vega10 firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update renoir firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update navi14 firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update navi12 firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update navi10 firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update raven2 firmware for 20.45 (thx Alex Deucher)
  + amdgpu: update raven firmware for 20.45 (thx Alex Deucher)

* Sun Nov 15 2020 Cronbuild Service <cronbuild@altlinux.org> 20201109-alt1
- upstream changes (GIT 2ea8667):
  + rtlwifi: v88.2 firmware files for RTL8192CU (thx Reto Schneider)
  + rtw88: RTL8822C: Update firmware to v9.9.4 (thx Tzu-En Huang)
  + Revert "rtw88: RTL8822C: Update firmware to v9.9.4" (thx Josh Boyer)
  + vpdma: Move firmware to ti directory (thx Nikhil Devshatwar)
  + amdgpu: update picasso VCN firmware (thx Alex Deucher)
  + amdgpu: update raven2 VCN firmware (thx Alex Deucher)
  + amdgpu: update raven VCN firmware (thx Alex Deucher)
  + rtw88: RTL8822C: Update firmware to v9.9.4 (thx Tzu-En Huang)
  + rtl_bt: Update RTL8822C BT(USB I/F) FW to 0x099A_281A (thx Max Chou)
  + QCA: Update Bluetooth firmware for QCA6390 (thx Rocky Liao)
  + qcom : updated venus firmware files for v5.4 (thx Asit Shah)
  + QCA : Fixed BT SSR due to command timeout / IO fatal error (thx Asit Shah)

* Sun Oct 25 2020 Cronbuild Service <cronbuild@altlinux.org> 20201023-alt1
- upstream changes (GIT dae4b4c):
  + cypress: add Cypress firmware and clm_blob files (thx Chi-Hsien Lin)
  + rtl_bt: Update RTL8821C BT FW to 0xAA6C_A99E (thx Max Chou)
  + ath10k: add SDIO firmware for QCA9377 WiFi (thx Christian Hewitt)
  + ice: update package file to 1.3.16.0 (thx Tony Nguyen)
  + mediatek: separate venc service thread (thx Irui Wang)
  + QCA : Updated firmware file for WCN3991 (thx Asit Shah)
  + iwlwifi: update and add new FWs from core56-54 release (thx Luca Coelho)
  + iwlwifi: update 3168, 7265D, 8000C and 8265 firmwares (thx Luca Coelho)
  + i915: Add DG1 DMC v2.02 (thx Anusha Srivatsa)
  + qcom : updated venus firmware files for v5.4 (thx Asit Shah)

* Sun Oct 11 2020 Cronbuild Service <cronbuild@altlinux.org> 20200929-alt1
- upstream changes (GIT 58d41d0):
  + ice: Add comms package file for Intel E800 series driver (thx Tony Nguyen)
  + copy-firmware: Always write Link: entries (thx Tony Nguyen)
  + amdgpu: update vega20 firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update vega12 firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update vega10 firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update renoir firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update raven2 firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update raven firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update picasso firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update navi14 firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update navi12 firmware for 20.40 (thx Alex Deucher)
  + amdgpu: update navi10 firmware for 20.40 (thx Alex Deucher)
  + Add new VPDMA firmware 1b8.bin (thx Nikhil Devshatwar)
  + QCA : Updated firmware files for WCN3991 (thx Asit Shah)

* Sun Oct 04 2020 Cronbuild Service <cronbuild@altlinux.org> 20200923-alt1
- upstream changes (GIT b78a66c):
  + Update firmware for Cadence MHDP8546 DP bridge (thx Swapnil Jakhade)
  + Update firmware patch for Intel Bluetooth 7265 (D1) (thx Kiran K)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.1312 (thx Petr Machata)
  + nvidia: move firmware symlinks to WHENCE (thx Peter Robinson)
  + move i915 firmware symlinks to WHENCE (thx Peter Robinson)
  + move iwlwifi-7265D-10.ucode symlink to WHENCE (thx Peter Robinson)
  + Update Marvell Switchdev firmware with ABI changes (thx Vadym Kochan)

* Mon Sep 28 2020 Cronbuild Service <cronbuild@altlinux.org> 20200915-alt1
- upstream changes (GIT 00a84c5):
  + Update AMD SEV firmware (thx John Allen)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.1310 (thx Petr Machata)
  + mediatek: update MT7915 firmware to 20200819 (thx Ryder Lee)
  + brcm: Fix a stale symlink for RPi3 model b+ (thx Takashi Iwai)
  + qcom: Add updated a5xx and a6xx microcode (thx Jordan Crouse)

* Tue Sep 01 2020 Cronbuild Service <cronbuild@altlinux.org> 20200901-alt1
- upstream changes (GIT d5f9eea):
  + wl18xx: update firmware file 8.9.0.0.83 (thx Raz Bouganim)
  + mt7615: update firmware to 20200814 version (thx Shayne Chen)

* Wed Aug 26 2020 Cronbuild Service <cronbuild@altlinux.org> 20200819-alt1
- upstream changes (GIT 74bd44f):
  + amdgpu: add navi12 firmware from 20.30 (thx Alex Deucher)
  + amdgpu: update navi10 firmware for 20.30 (thx Alex Deucher)

* Tue Aug 18 2020 Cronbuild Service <cronbuild@altlinux.org> 20200817-alt1
- upstream changes (GIT 7a30af1):
  + brcm: Add brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt
    symlink (thx Peter Robinson)
  + rtl_bt: Update RTL8822C BT UART firmware to 0x0599_8A4F (thx Hilda Wu)
  + i915: Add DMC firmware 2.02 for RKL (thx Jos? Roberto de Souza)
  + i915: Add DMC firmware 2.08 for TGL (thx Jos? Roberto de Souza)
  + i915: Add HuC firwmare v7.5.0 for TGL (thx Jos? Roberto de Souza)

* Tue Aug 11 2020 Cronbuild Service <cronbuild@altlinux.org> 20200804-alt1
- upstream changes (GIT c331aa9):
  + amdgpu: update vega20 firmware for 20.30 (thx Alex Deucher)
  + amdgpu: update vega12 firmware for 20.30 (thx Alex Deucher)
  + amdgpu: update vega10 firmware for 20.30 (thx Alex Deucher)
  + amdgpu: update renoir firmware for 20.30 (thx Alex Deucher)
  + amdgpu: update raven2 firmware for 20.30 (thx Alex Deucher)
  + amdgpu: update raven firmware for 20.30 (thx Alex Deucher)
  + amdgpu: update picasso firmware for 20.30 (thx Alex Deucher)
  + amdgpu: update navi14 firmware for 20.30 (thx Alex Deucher)
  + amdgpu: update navi10 firmware for 20.30 (thx Alex Deucher)

* Wed Aug 05 2020 Cronbuild Service <cronbuild@altlinux.org> 20200803-alt1
- upstream changes (GIT 9bc3789):
  + update NXP SDSD-8997 firmware image (thx Ganapathi Bhat)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2008.1036 (thx Petr Machata)

* Tue Jul 21 2020 Cronbuild Service <cronbuild@altlinux.org> 20200720-alt1
- upstream changes (GIT 2b823fc):
  + Update AMD SEV firmware (thx John Allen)
  + rtl_nic: update firmware for RTL8125B (thx Heiner Kallweit)

* Wed Jul 15 2020 Cronbuild Service <cronbuild@altlinux.org> 20200714-alt1
- upstream changes (GIT f39b687):
  + Update firmware file for Intel Bluetooth AX201 (thx Kiran K)
  + Update firmware file for Intel Bluetooth AX200 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9560 (thx Kiran K)
  + Update firmware file for Intel Bluetooth 9260 (thx Kiran K)
  + wilc1000: add wilc1000 v15.4 FW (thx Ajay Singh)
  + QCA: Update Bluetooth firmware for QCA6390 (thx Rocky Liao)

* Tue Jul 07 2020 Cronbuild Service <cronbuild@altlinux.org> 20200702-alt1


* Tue Jun 30 2020 Cronbuild Service <cronbuild@altlinux.org> 20200629-alt1
- upstream changes (GIT 1a0c0c2):
  + amdgpu: add UVD firmware for SI asics (thx Alex Deucher)
  + amdgpu: update renoir firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: update picasso firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: update raven2 firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: update raven firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: add vega20 TA firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: update vega20 firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: update vega12 firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: update vega10 firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: update navi10 firmware from 20.20 release (thx Alex Deucher)
  + amdgpu: update navi14 firmware from 20.20 release (thx Alex Deucher)

* Wed Jun 24 2020 Cronbuild Service <cronbuild@altlinux.org> 20200615-alt1
- upstream changes (GIT 3890db3):
  + rtl_nic: add firmware for RTL8125B (thx Heiner Kallweit)

* Tue Jun 16 2020 Cronbuild Service <cronbuild@altlinux.org> 20200527-alt1
- upstream changes (GIT 887d2a1):
  + Update firmware file for Intel Bluetooth AX200 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + Mellanox: Add new mlxsw_spectrum firmware xx.2007.1168 (thx Petr Machata)
  + rtw88: RTL8822C: update firmware version to v9.9 (thx Yan-Hsuan Chuang)
  + cxgb4: Update firmware to revision 1.24.17.0 (thx Vishal Kulkarni)
  + mrvl: add firmware for Prestera ASIC devices (thx Vadym Kochan)

* Tue Jun 02 2020 Cronbuild Service <cronbuild@altlinux.org> 20200519-alt1
- upstream changes (GIT 8ba6fa6):
  + iwlwifi: update and add new FWs from core50-70 and core52-81
    releases (thx Luca Coelho)
  + rtw88: RTL8821C: add firmware file v24.5 (thx Yan-Hsuan Chuang)
  + iwlwifi: update FWs to core47-142 release (thx Luca Coelho)
  + iwlwifi: update 8265 FW (thx Luca Coelho)
  + rtw88: update firmware information and README (thx Yan-Hsuan Chuang)
  + add firmware for MT7915E (thx Ryder Lee)
  + QCA: Add Bluetooth firmware for QCA9377 (thx Christian Hewitt)
  + add rebb firmware for mt7663 (thx Lorenzo Bianconi)

* Thu May 28 2020 Anton V. Boyarshinov <boyarsh@altlinux.org> 20200422-alt2
- netronome and liquidio moved to subpackages
- hardlinking identical files
- minor spec cleanup

* Sat Apr 25 2020 Cronbuild Service <cronbuild@altlinux.org> 20200422-alt1
- upstream changes (GIT b2cad6a):
  + Update firmware file for Intel Bluetooth AX200 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + rtl_bt: Update RTL8822C BT FW to 0x0999_3AA1 (thx Max Chou)
  + cxgb4: Update T6 config file (thx Vishal Kulkarni)

* Fri Apr 17 2020 Cronbuild Service <cronbuild@altlinux.org> 20200416-alt1
- upstream changes (GIT 6314fa0):
  + amdgpu: update vega20 firmware for 20.10 (thx Alex Deucher)
  + amdgpu: update vega12 firmware for 20.10 (thx Alex Deucher)
  + amdgpu: update vega10 firmware for 20.10 (thx Alex Deucher)
  + amdgpu: update renoir firmware for 20.10 (thx Alex Deucher)
  + amdgpu: update raven2 firmware for 20.10 (thx Alex Deucher)
  + amdgpu: update raven firmware for 20.10 (thx Alex Deucher)
  + amdgpu: update picasso firmware for 20.10 (thx Alex Deucher)
  + amdgpu: update navi10 firmware for 20.10 (thx Alex Deucher)
  + amdgpu: update navi14 firmware for 20.10 (thx Alex Deucher)
  + amdgpu: add navi14 TA firmware from 20.10 (thx Alex Deucher)
  + cxgb4: Update firmware to revision 1.24.14.0 (thx Vishal Kulkarni)
  + add firmware for MT7663 Wifi/BT combo device (thx Sean Wang)
  + Update firmware file for Intel Bluetooth AX200 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + qcom: Add SDM845 Adreno ZAP shader firmware (thx Bjorn Andersson)
  + qca: Enable transparent WBS for WCN3991 (thx Balakrishna Godavarthi)
  + QCA: Add Bluetooth firmware for QCA6390 (thx Rocky Liao)

* Fri Mar 20 2020 Cronbuild Service <cronbuild@altlinux.org> 20200320-alt1
- upstream changes (GIT edf390c):
  + mediatek: Add mt8183 SCP firmware (thx Erin Lo)
  + Update firmware file for Intel Bluetooth AX200 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + amdgpu: update vega20 firmware from 19.50 (thx Alex Deucher)
  + amdgpu: update vega12 firmware from 19.50 (thx Alex Deucher)
  + amdgpu: update vega10 firmware from 19.50 (thx Alex Deucher)
  + rtl_bt: Add firmware and configuration files for RTL8822C BT
    UART chip (thx Hilda Wu)
  + i915: Add DMC firmware v2.06 for TGL (thx Jos? Roberto de Souza)
  + i915: add HuC firmware v7.0.12 for TGL (thx Daniele Ceraolo Spurio)

* Fri Mar 20 2020 L.A. Kostis <lakostis@altlinux.ru> 20200302-alt1.1
- cronbuild: fix changelog encoding

* Fri Mar 06 2020 Cronbuild Service <cronbuild@altlinux.org> 20200302-alt1
- upstream changes (GIT 0148cfe):
  + check_whence: python3/utf-8 support (thx Brian Norris)
  + Makefile: improve `make check` usefulness (thx Brian Norris)
  + mediatek: Remove in-tree symlinks (thx Josh Boyer)
  + qca: Fix blueooth firmware name for QCA6174 (thx Rocky Liao)
  + mediatek: move MT8173 VPU FW to subfolder (thx gtk_ruiwang)

* Fri Feb 28 2020 Cronbuild Service <cronbuild@altlinux.org> 20200224-alt1
- upstream changes (GIT efcfa03):
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + qca: Add firmware files for BT chip wcn3991. (thx Balakrishna Godavarthi)

* Sat Feb 22 2020 Cronbuild Service <cronbuild@altlinux.org> 20200217-alt1
- upstream changes (GIT 2277987):
  + nvidia: add TU116/117 signed firmware (thx Gourav Samaiya)
  + drm/amdgpu: update to latest 19.50 firmware for raven (thx Alex Deucher)
  + mediatek: update MT8173 VPU firmware to v1.1.4 (thx gtk_ruiwang)

* Fri Feb 07 2020 Cronbuild Service <cronbuild@altlinux.org> 20200207-alt1
- upstream changes (GIT 6f89735):
  + rtl_nic: update firmware for RTL8153A (thx Hayes Wang)
  + rtl_bt: Update RTL8822C BT FW to V0x0998_C2B4 (thx Max Chou)
  + add firmware for MT7622 (thx Ryder Lee)
  + add version 2 for MT7615E (thx Ryder Lee)
  + amdgpu: update to latest navi10 firmware from 19.50 (thx Alex Deucher)
  + Revert "radeon: update oland rlc microcode from amdgpu" (thx Alex Deucher)
  + amlogic: update video decoder firmwares (thx Maxime Jourdan)
  + amdgpu: add renoir firmware for 19.50 (thx Alex Deucher)
  + amdgpu: update raven2 firmware for 19.50 (thx Alex Deucher)
  + nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.12.A.13 (thx Louis Peens)
  + qca: update bluetooth firmware for QCA6174 (thx Kalle Valo)

* Fri Jan 24 2020 Cronbuild Service <cronbuild@altlinux.org> 20200121-alt1
- upstream changes (GIT 1eb2408):
  + Update firmware file for Intel Bluetooth AX200 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + nvidia: add TU102/TU104/TU106 signed firmware (thx Gourav Samaiya)

* Fri Jan 17 2020 Cronbuild Service <cronbuild@altlinux.org> 20200113-alt1
- upstream changes (GIT 9c340bd):
  + amdgpu: update navi10 firmware for 19.50 (thx Alex Deucher)
  + amdgpu: Add navi10 TA ucode (thx Alex Deucher)
  + mediatek: update MT8173 VPU firmware to v1.1.3 (thx gtk_ruiwang)

* Sat Jan 11 2020 Cronbuild Service <cronbuild@altlinux.org> 20200107-alt1
- upstream changes (GIT 67d4ff5):
  + Mellanox: Add new mlxsw_spectrum firmware xx.2000.2714 (thx Ido Schimmel)
  + radeon: update oland rlc microcode from amdgpu (thx Alex Deucher)
  + amdgpu: update vega20 microcode for 19.50 (thx Alex Deucher)
  + amdgpu: update vega12 microcode for 19.50 (thx Alex Deucher)
  + amdgpu: update vega10 microcode for 19.50 (thx Alex Deucher)
  + amdgpu: update picasso microcode for 19.50 (thx Alex Deucher)
  + amdgpu: update raven2 microcode for 19.50 (thx Alex Deucher)
  + amdgpu: update raven microcode for 19.50 (thx Alex Deucher)
  + amdgpu: update navi10 microcode for 19.50 (thx Alex Deucher)
  + amdgpu: update navi14 microcode for 19.50 (thx Alex Deucher)
  + amdgpu: add TA microcode for Raven asics (thx Alex Deucher)
  + qed: Add firmware 8.42.2.0 (thx Michal Kalderon)
  + qcom: Switch SDM845 WLAN firmware (thx Bjorn Andersson)
  + add NXP firmware licence file (thx Ganapathi Bhat)

* Wed Dec 25 2019 Cronbuild Service <cronbuild@altlinux.org> 20191220-alt1
- upstream changes (GIT 6871bff):
  + ath10k: WCN3990 hw1.0: add firmware
    WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1 (thx Kalle Valo)
  + ath10k: QCA9984 hw1.0: update firmware-5.bin to
    10.4-3.9.0.2-00070 (thx Kalle Valo)
  + ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00047 (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update firmware-5.bin to
    10.4-3.9.0.2-00070 (thx Kalle Valo)
  + ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00047 (thx Kalle Valo)
  + ath10k: QCA6174 hw3.0: update board-2.bin (thx Kalle Valo)

* Wed Dec 18 2019 Cronbuild Service <cronbuild@altlinux.org> 20191218-alt1
- upstream changes (GIT c4586ff):
  + Update AMD cpu microcode (thx John Allen)
  + inside-secure: add new "mini" firmware for the EIP197 driver (thx Pascal van Leeuwen)
  + WHENCE: Add raspberry-pi4 SDIO file (thx Josh Boyer)
  + qcom: update venus firmware files for v5.4 (thx Dikshita Agarwal)
  + cxgb4: Update firmware to revision 1.24.11.0 (thx Vishal Kulkarni)
  + brcm: Add BCM43455 NVRAM for Raspberry Pi 4 B (thx Matthias Brugger)
  + qcom: Add SDM845 Compute DSP firmware (thx Bjorn Andersson)
  + qcom: Add SDM845 Audio DSP firmware (thx Bjorn Andersson)
  + qcom: Add SDM845 modem firmware (thx Bjorn Andersson)

* Thu Nov 21 2019 Cronbuild Service <cronbuild@altlinux.org> 20191115-alt1
- upstream changes (GIT e8a0f4c):
  + rtl_nic: add firmware rtl8168fp-3 (thx Heiner Kallweit)
  + Update NXP Management Complex firmware to version 10.18.0 (thx Cristian Sovaiala)

* Wed Nov 13 2019 Cronbuild Service <cronbuild@altlinux.org> 20191113-alt1
- upstream changes (GIT c62c3c2):
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth AX200 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + amdgpu: update navi14 vcn firmware (thx Alex Deucher)
  + amdgpu: update navi10 vcn firmware (thx Alex Deucher)
  + i915: Add HuC firmware v7.0.3 for TGL (thx Daniele Ceraolo Spurio)
  + i915: Add GuC firmware v35.2.0 for TGL (thx Daniele Ceraolo Spurio)
  + i915: Add HuC firmware v9.0.0 for EHL (thx Daniele Ceraolo Spurio)
  + i915: Add GuC firmware v33.0.4 for EHL (thx Daniele Ceraolo Spurio)

* Wed Nov 06 2019 Cronbuild Service <cronbuild@altlinux.org> 20191104-alt1
- upstream changes (GIT 11bdc57):
  + rtw88: RTL8723D: add firmware file v48 (thx Yan-Hsuan Chuang)

* Thu Oct 31 2019 Cronbuild Service <cronbuild@altlinux.org> 20191028-alt1
- upstream changes (GIT 9e194c7):
  + qed: Add firmware 8.40.33.0 (thx Rasesh Mody)
  + amdgpu: add new navi14 wks gfx firmware for 19.30 (thx Alex Deucher)
  + amdgpu: update navi14 firmware for 19.30 (thx Alex Deucher)
  + amdgpu: update raven firmware for 19.30 (thx Alex Deucher)
  + Add firmware file for Intel Bluetooth AX201 (thx Amit K Bag)

* Wed Oct 23 2019 Cronbuild Service <cronbuild@altlinux.org> 20191023-alt1
- upstream changes (GIT ad7a8b2):
  + Mellanox: Add new mlxsw_spectrum2 firmware 29.2000.2308 (thx Ido Schimmel)
  + Mellanox: Add new mlxsw_spectrum firmware 13.2000.2308 (thx Ido Schimmel)
  + rtl_nic: add firmware files for RTL8153 (thx Hayes Wang)
  + rtl_bt: Update configuration file for BT part of RTL8822CU (thx Max Chou)
  + bnx2x: Add FW 7.13.15.0. (thx Sudarsana Reddy Kalluru)
  + Update AMD cpu microcode (thx Allen, John)

* Wed Oct 16 2019 Cronbuild Service <cronbuild@altlinux.org> 20191010-alt1
- upstream changes (GIT 4c3e853):
  + Update firmware file for Intel Bluetooth AX200 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)

* Thu Oct 10 2019 Cronbuild Service <cronbuild@altlinux.org> 20191007-alt1
- upstream changes (GIT aa95e90):
  + amdgpu: add initial navi14 firmware form 19.30 (thx Alex Deucher)
  + rtlwifi: rtl8821ae: Add firmware for the RTL8812AE variant. (thx Larry Finger)
  + ice: Fix up WHENCE entry and symlink (thx Josh Boyer)
  + nvidia: Update Tegra210 XUSB firmware to v50.24 (thx Thierry Reding)
  + nvidia: Add XUSB firmware for Tegra194 (thx Thierry Reding)
  + copy-firmware: Create symlinks from WHENCE file (thx Thierry Reding)

* Wed Oct 02 2019 Cronbuild Service <cronbuild@altlinux.org> 20190925-alt1
- upstream changes (GIT c0590d8):
  + amdgpu: update vega20 ucode for 19.30 (thx Alex Deucher)
  + amdgpu: update vega12 ucode for 19.30 (thx Alex Deucher)
  + amdgpu: update vega10 ucode for 19.30 (thx Alex Deucher)
  + amdgpu: update picasso ucode for 19.30 (thx Alex Deucher)
  + amdgpu: update raven2 ucode for 19.30 (thx Alex Deucher)
  + amdgpu: update raven ucode for 19.30 (thx Alex Deucher)
  + amdgpu: add new raven rlc firmware (thx Alex Deucher)

* Wed Sep 25 2019 Cronbuild Service <cronbuild@altlinux.org> 20190916-alt1
- upstream changes (GIT 417a9c6):
  + amdgpu: add initial navi10 firmware (thx Alex Deucher)
  + drm/i915/firmware: Add v9.0.0 of HuC for Icelake (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v4.0.0 of HuC for Cometlake (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v4.0.0 of HuC for Geminilake (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v2.0.0 of HuC for Broxton (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v4.0.0 of HuC for Kabylake (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v2.0.0 of HuC for Skylake (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v33 of GuC for CML (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v2.04 of DMC for TGL (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v1.09 of DMC for ICL (thx Anusha Srivatsa)

* Wed Sep 11 2019 Cronbuild Service <cronbuild@altlinux.org> 20190909-alt1
- upstream changes (GIT 6c6918a):
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)

* Wed Sep 04 2019 Cronbuild Service <cronbuild@altlinux.org> 20190904-alt1
- upstream changes (GIT 6ddb9d9):
  + nvidia: Add XUSB firmware for Tegra186 (thx Thierry Reding)
  + rtl_bt: Update RTL8723D BT FW to 0x828A_96F1 (thx Max Chou)
  + rtl_nic: add firmware rtl8125a-3 (thx Heiner Kallweit)
  + Add firmware file for Intel Bluetooth AX201 (thx Amit K Bag)

* Thu Aug 29 2019 Cronbuild Service <cronbuild@altlinux.org> 20190824-alt1
- upstream changes (GIT 7307a29):
  + brcm: Add 43455 based AP6255 NVRAM for the Minix Neo Z83-4
    Mini PC (thx Hans de Goede)
  + brcm: Add 43340 based AP6234 NVRAM for the PoV TAB-P1006W-232
    tablet (thx Hans de Goede)
  + iwlwifi: update FWs to core45-152 release (thx Luca Coelho)

* Wed Aug 21 2019 Cronbuild Service <cronbuild@altlinux.org> 20190821-alt1
- upstream changes (GIT c0fb3d9):
  + check_whence: Add copy-firmware.sh to the list of ignored files (thx Josh Boyer)
  + rtl_bt: Update RTL8822C BT FW to V0x098A_94A4 (thx Max Chou)
  + Update firmware file for Intel Bluetooth AX200 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + Mellanox: Add new mlxsw_spectrum firmware 13.2000.1886 (thx Ido Schimmel)
  + rtw88: add a README file (thx Yan-Hsuan Chuang)
  + rtw88: RTL8822C: add WoW firmware v7.3 (thx Yan-Hsuan Chuang)
  + rtw88: RTL8822C: update rtw8822c_fw.bin to v7.3 (thx Yan-Hsuan Chuang)
  + ath10k: QCA9984 hw1.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA9984 hw1.0: update firmware-5.bin to
    10.4-3.9.0.2-00046 (thx Kalle Valo)
  + ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00045 (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update firmware-5.bin to
    10.4-3.9.0.2-00040 (thx Kalle Valo)
  + ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00045 (thx Kalle Valo)
  + ath10k: QCA6174 hw3.0: update firmware-6.bin to
    WLAN.RM.4.4.1-00140-QCARMSWPZ-1 (thx Kalle Valo)
  + ath10k: QCA4019 hw1.0: update board-2.bin (thx Kalle Valo)
  + cxgb4: update firmware to revision 1.24.3.0 (thx Vishal Kulkarni)
  + nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.38 (thx Louis Peens)

* Wed Jul 31 2019 Cronbuild Service <cronbuild@altlinux.org> 20190726-alt1
- upstream changes (GIT dff98c6):
  + nvidia: add missing entries in WHENCE (thx Ben Skeggs)
  + Update NXP Management Complex firmware to version 10.16.2 (thx Cristian Sovaiala)
  + iwlwifi: update -48 FWs for Qu and cc (thx Luca Coelho)
  + iwlwifi: update FWs for 3168, 7265D, 9000, 9260, 8000, 8265
    and cc (thx Luca Coelho)

* Thu Jul 18 2019 Cronbuild Service <cronbuild@altlinux.org> 20190717-alt1
- upstream changes (GIT bf13a71):
  + Update firmware file for Intel Bluetooth AX201 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 22161 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + amdgpu: update vega10 VCE firmware (thx Alex Deucher)
  + amdgpu: update picasso vcn firmware (thx Alex Deucher)
  + amdgpu: update raven vcn firmware (thx Alex Deucher)
  + amdgpu: update tonga to latest 19.20 firmware (thx Alex Deucher)
  + amdgpu: update vega12 to latest 19.20 firmware (thx Alex Deucher)
  + amdgpu: partially revert 2579167548be33afb1fe2a9a5c141561ee5a8bbe (thx Alex Deucher)
  + amdgpu: update vega10 to latest 19.20 firmware (thx Alex Deucher)
  + amdgpu: update polaris12 to latest 19.20 firmware (thx Alex Deucher)
  + amdgpu: update raven2 to latest 19.20 firmware (thx Alex Deucher)
  + amdgpu: update raven to latest 19.20 firmware (thx Alex Deucher)
  + amdgpu: update picasso to latest 19.20 firmware (thx Alex Deucher)
  + drm/i915/firmware: Add v33 of GuC for ICL (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v33 of GuC for KBL (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v33 of GuC for SKL (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v33 of GuC for GLK (thx Anusha Srivatsa)
  + drm/i915/firmware: Add v33 of GuC for BXT (thx Anusha Srivatsa)

* Wed Jul 03 2019 Cronbuild Service <cronbuild@altlinux.org> 20190625-alt1
- upstream changes (GIT 70e4394):
  + rsi: add firmware image for redpine 9116 chipset (thx Siva Rebbagondla)
  + Add firmware file for Intel Bluetooth AX201 (thx Bag, Amit K)

* Thu Jun 27 2019 Cronbuild Service <cronbuild@altlinux.org> 20190620-alt1
- upstream changes (GIT 7ae3a09):
  + iwlwifi: add new firmwares for integrated 22000 series (thx Luca Coelho)
  + iwlwifi: update FW for 22000 to Core45-96 (thx Luca Coelho)
  + iwlwifi: update FWs for 9000 series to Core45-96 (thx Luca Coelho)
  + iwlwifi: update Core45 FWs for 22260, 9000 and 9260 (thx Luca Coelho)
  + iwlwifi: udpate -36 firmware for 8000 series (thx Emmanuel Grumbach)
  + cavium: Add firmware for CNN55XX crypto driver. (thx Phani Kiran Hemadri)
  + Update firmware file for Intel Bluetooth 22161 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + Update AMD SEV firmware (thx Allen, John)
  + update licence text for Marvell firmware (thx Ganapathi Bhat)

* Wed Jun 12 2019 Cronbuild Service <cronbuild@altlinux.org> 20190603-alt1
- upstream changes (GIT 1884732):
  + update firmware for mhdp8546 (thx Damian Kos)
  + rsi: update firmware images for Redpine 9113 chipset (thx Siva Rebbagondla)
  + imx: sdma: update firmware to v3.5/v4.5 (thx Robin Gong)
  + nvidia: update GP10[2467] SEC2 RTOS with the one already used
    on GP108 (thx Ben Skeggs)

* Thu May 16 2019 Cronbuild Service <cronbuild@altlinux.org> 20190514-alt1
- upstream changes (GIT 711d329):
  + Update firmware file for Intel Bluetooth 8265 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 22161 (thx Amit K Bag)
  + amlogic: add video decoder firmwares (thx Maxime Jourdan)
  + iwlwifi: update -46 firmwares for 22260 and 9000 series (thx Luca Coelho)
  + iwlwifi: add firmware for 22260 and update 9000 series -46
    firmwares (thx Luca Coelho)
  + iwlwifi: add -46.ucode firmwares for 9000 series (thx Luca Coelho)

* Wed May 08 2019 Cronbuild Service <cronbuild@altlinux.org> 20190429-alt1
- upstream changes (GIT 92e17d0):
  + amdgpu: update vega20 to the latest 19.10 firmware (thx Alex Deucher)
  + amdgpu: update vega12 to the latest 19.10 firmware (thx Alex Deucher)
  + amdgpu: update vega10 to the latest 19.10 firmware (thx Alex Deucher)
  + amdgpu: update polaris11 to the latest 19.10 firmware (thx Alex Deucher)
  + amdgpu: update polaris10 to the latest 19.10 firmware (thx Alex Deucher)
  + amdgpu: update raven2 to the latest 19.10 firmware (thx Alex Deucher)
  + amdgpu: update raven to the latest 19.10 firmware (thx Alex Deucher)
  + amdgpu: update picasso to the latest 19.10 firmware (thx Alex Deucher)
  + update fw for qat devices (thx Giovanni Cabiddu)
  + Mellanox: Add new mlxsw_spectrum firmware 13.2000.1122 (thx Ido Schimmel)

* Thu Apr 25 2019 Cronbuild Service <cronbuild@altlinux.org> 20190424-alt1
- upstream changes (GIT 4b6cf2b):
  + drm/i915/firmware: Add ICL HuC v8.4.3238 (thx Anusha Srivatsa)
  + drm/i915/firmware: Add ICL GuC v32.0.3 (thx Anusha Srivatsa)
  + drm/i915/firmware: Add GLK HuC v03.01.2893 (thx Anusha Srivatsa)
  + drm/i915/firmware: Add GLK GuC v32.0.3 (thx Anusha Srivatsa)
  + drm/i915/firmware: Add KBL GuC v32.0.3 (thx Anusha Srivatsa)
  + drm/i915/firmware: Add SKL GuC v32.0.3 (thx Anusha Srivatsa)
  + drm/i915/firmware: Add BXT GuC v32.0.3 (thx Anusha Srivatsa)

* Wed Apr 10 2019 Cronbuild Service <cronbuild@altlinux.org> 20190409-alt1
- upstream changes (GIT 260cb35):
  + Add firmware file for Intel Bluetooth 22161 (thx Amit K Bag)
  + cxgb4: update firmware to revision 1.23.4.0 (thx Vishal Kulkarni)
  + Update NXP Management Complex firmware to version 10.14.3 (thx Cristian Sovaiala)

* Thu Apr 04 2019 Cronbuild Service <cronbuild@altlinux.org> 20190326-alt1
- upstream changes (GIT 67b7579):
  + add firmware for MT7615E (thx Ryder Lee)
  + mediatek: update MT8173 VPU firmware to v1.1.2 [decoder] Enlarge
    struct vdec_pic_info to support more capture buffer plane and
    capture buffer format change. (thx Yunfei Dong)
  + update Marvell 8797/8997 firmware images (thx Ganapathi Bhat)
  + nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.23 (thx Louis Peens)

* Wed Mar 20 2019 Cronbuild Service <cronbuild@altlinux.org> 20190314-alt1
- upstream changes (GIT 7bc2464):
  + cxgb4: update firmware to revision 1.23.3.0 (thx Vishal Kulkarni)
  + Update firmware file for Intel Bluetooth 8265 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth 9560 (thx Amit K Bag)

* Tue Mar 12 2019 Cronbuild Service <cronbuild@altlinux.org> 20190308-alt1
- upstream changes (GIT b0d9583):
  + drm/amdgpu: update picasso to latest from 18.50 branch (thx Alex Deucher)
  + drm/amdgpu: update polaris12 to latest from 18.50 branch (thx Alex Deucher)
  + drm/amdgpu: update vega20 to latest from 18.50 branch (thx Alex Deucher)
  + rtw88: RTL8822C: update rtw8822c_fw.bin to v5.0 (thx Yan-Hsuan Chuang)
  + rtl_bt: Update firmware for BT part of RTL8822C (thx Larry Finger)
  + update Marvell 8787/8801/8887 firmware images (thx Ganapathi Bhat)
  + update Marvell 8897/8997 firmware images (thx Ganapathi Bhat)
  + nfp: update Agilio SmartNIC firmware to rev 2.1.16.1 (thx Louis Peens)
  + QCA: Add the fw files for BT Chip QCA6174. (thx Balakrishna Godavarthi)

* Sun Feb 24 2019 Cronbuild Service <cronbuild@altlinux.org> 20190221-alt1
- upstream changes (GIT 54b0a74):
  + WHENCE: Correct errant entries (thx Josh Boyer)
  + amdgpu: update raven2 rlc firmware (thx Alex Deucher)
  + amdgpu: drop raven2_sdma1.bin (thx Alex Deucher)
  + Update firmware file for Intel Bluetooth,9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9260 (thx Amit K Bag)
  + qca: Add firmware files for BT chip wcn3990. (thx Balakrishna Godavarthi)

* Mon Feb 18 2019 Cronbuild Service <cronbuild@altlinux.org> 20190213-alt1
- upstream changes (GIT 710963f):
  + nvidia: add TU10x typec controller firmware (thx Ajay Gupta)
  + bnx2x: Add FW 7.13.11.0. (thx Rahul Verma)
  + amdgpu: add firmware for vega20 from 18.50 (thx Alex Deucher)
  + amdgpu: bump year on license (thx Alex Deucher)
  + update Marvell PCIe-USB8997 firmware image (thx Ganapathi Bhat)
  + update Marvell SD8897-B0 firmware image (thx Ganapathi Bhat)
  + add Marvell SD8977 firmware image (thx Ganapathi Bhat)
  + ath10k: QCA9984 hw1.0: update firmware-5.bin to
    10.4-3.9.0.2-00021 (thx Kalle Valo)
  + ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00043 (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update firmware-5.bin to
    10.4-3.9.0.2-00024 (thx Kalle Valo)
  + ath10k: QCA6174 hw3.0: update board-2.bin (thx Kalle Valo)

* Sun Jan 20 2019 Cronbuild Service <cronbuild@altlinux.org> 20190118-alt1
- upstream changes (GIT a8b75ca):
  + brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+ (thx Matthias Brugger)
  + brcm: Fix filename for BCM43430 NVRAM for the Raspberry Pi 3
    Model B (thx Matthias Brugger)
  + amdgpu: add raven2 fw for 18.50 release (thx Alex Deucher)
  + amdgpu: add picasso fw for 18.50 release (thx Alex Deucher)
  + Revert "brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+" (thx Josh Boyer)
  + Update firmware file for Intel Bluetooth,8265 (thx Amit K Bag)
  + Update firmware patch for Intel Bluetooth 8260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9560 (thx Amit K Bag)
  + brcm: Add BCM43430 NVRAM for the Raspberry Pi 3 Model B (thx Matthias Brugger)
  + brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+ (thx Matthias Brugger)
  + update Marvell USB8801 B0 firmware image (thx Ganapathi Bhat)
  + iwlwifi: update firmwares for 9000 series (thx Emmanuel Grumbach)
  + cxgb4: update firmware to revision 1.22.9.0 (thx Arjun Vynipadath)

* Sun Dec 23 2018 Cronbuild Service <cronbuild@altlinux.org> 20181218-alt1
- upstream changes (GIT 0f22c85):
  + Revert "amdgpu: update vega10 fw for 18.50 release" (thx Alex Deucher)
  + brcm: Add 4330 NVRAM for the Prowise PT301 tablet (thx Hans de Goede)
  + brcm: Add 43430 NVRAM for the Chuwi Vi8 Plus tablet (thx Hans de Goede)
  + brcm: Add 43340 based AP6234 NVRAM for the Meegopad T08 HDMI
    stick (thx Hans de Goede)
  + brcm: Add 43430a0 based AP6212 NVRAM for the Jumper EZpad mini
    3 tablet (thx Hans de Goede)
  + brcm: Add 43430a0 based AP6212 NVRAM for the Onda V80 Plus tablet (thx Hans de Goede)
  + brcm: Add 4356 based AP6356 NVRAM for the GPD win handheld (thx Hans de Goede)
  + brcm: Add brcmfmac43362-sdio.lemaker,bananapro.txt symlink (thx Hans de Goede)
  + brcm: Add 43362 based AP6210 NVRAM for the Cubietech Cubietruck (thx Hans de Goede)
  + WHENCE: Put quotes around brcmfmac NVRAM filenames (thx Hans de Goede)
  + check_whence.py: Add support for filenames with spaces in them (thx Hans de Goede)
  + rtl_bt: Add firmware and configuration files for the Bluetooth
    part of RTL8723BS (thx Hans de Goede)
  + iwlwifi: update firmwares for 8000 series (thx Emmanuel Grumbach)
  + iwlwifi: add -43.ucode for 9000 series (thx Emmanuel Grumbach)
  + iwlwifi: update -41.ucode for 9000 series (thx Emmanuel Grumbach)
  + firmware/huc/bxt: Add huC Update for BXT (thx Anusha Srivatsa)

* Mon Dec 17 2018 Cronbuild Service <cronbuild@altlinux.org> 20181107-alt1
- upstream changes (GIT 211de16):
  + brcm: provide new firmwares for BCM4366 chipset (thx Arend van Spriel)
  + Mellanox: Add new mlxsw_spectrum firmware 13.1910.622 (thx Shalom Toledo)
  + cavium: Update firmware for CNN55XX crypto driver (thx Nagadheeraj, Rottela)
  + amdgpu: update vega12 fw for 18.50 release (thx Alex Deucher)
  + amdgpu: update vega10 fw for 18.50 release (thx Alex Deucher)
  + amdgpu: update raven fw for 18.50 release (thx Alex Deucher)
  + amdgpu: update polaris11 fw for 18.50 release (thx Alex Deucher)
  + amdgpu: update polaris10 fw for 18.50 release (thx Alex Deucher)
  + amdgpu: add firmware for vega12 (thx Alex Deucher)
  + amdgpu: Add new polaris MC firmwares (thx Alex Deucher)
  + amdgpu: Add new polaris SMC firmwares (thx Alex Deucher)
  + Update AMD cpu microcode (thx Allen, John)
  + nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.13 (thx Louis Peens)
  + microchip: add firmware for VSC8574 and VSC8584 Ethernet PHYs (thx Quentin Schulz)
  + intel: Update Cannonlake audio firmware. (thx Cezary Rojewski)
  + nfp: update Agilio SmartNIC firmware to rev 2.1.16 (thx Ciaran Toal)
  + cxgb4: update firmware to revision 1.21.5.0 (thx Ganesh Goudar)

* Mon Nov 05 2018 Cronbuild Service <cronbuild@altlinux.org> 20181026-alt1
- upstream changes (GIT 1baa348):
  + qed: Add 8.37.7.0 firmware image (thx Mody, Rasesh)
  + add MC firmware for NXP DPAA2 SoCs (thx Cristian Sovaiala)

* Sun Oct 28 2018 Cronbuild Service <cronbuild@altlinux.org> 20181024-alt1
- upstream changes (GIT 1cb4e51):
  + amdgpu: add raven dmcu firmware (thx Alex Deucher)
  + amdgpu: update raven firmware to 18.40 (thx Alex Deucher)
  + amdgpu: update fiji firmware to 18.40 (thx Alex Deucher)
  + amdgpu: update tonga firmware to 18.40 (thx Alex Deucher)
  + amdgpu: update carrizo firmware to 18.40 (thx Alex Deucher)
  + amdgpu: update polaris10 firmware to 18.40 (thx Alex Deucher)
  + amdgpu: update vega10 firmware to 18.40 (thx Alex Deucher)
  + add firmware for mt7650e (thx Stanislaw Gruszka)
  + liquidio: fix GPL compliance issue (thx Manlunas, Felix)
  + Update firmware file for Intel Bluetooth,8265 (thx Amit K Bag)
  + Update firmware patch for Intel Bluetooth 8260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9560 (thx Amit K Bag)
  + add firmware for mt7610e (thx Lorenzo Bianconi)
  + ath10k: QCA9984 hw1.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA9984 hw1.0: update firmware-5.bin to
    10.4-3.6.0.1-00003 (thx Kalle Valo)
  + ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00041 (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.6-00140 (thx Kalle Valo)
  + ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00041 (thx Kalle Valo)
  + ath10k: QCA9377 hw1.0: add firmware-6.bin to
    WLAN.TF.2.1-00021-QCARMSWP-1 (thx Kalle Valo)
  + ath10k: QCA6174 hw3.0: update firmware-6.bin to
    RM.4.4.1.c2-00057-QCARMSWP-1 (thx Kalle Valo)
  + ath10k: QCA4019 hw1.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA4019 hw1.0: update firmware-5.bin to 10.4-3.6-00140 (thx Kalle Valo)

* Mon Oct 15 2018 Cronbuild Service <cronbuild@altlinux.org> 20181008-alt1
- upstream changes (GIT c6b6265):
  + rtw88: Add firmware file for driver rtw88 (thx Larry Finger)
  + iwlwifi: add -41.ucode firmwares for 9000 series (thx Emmanuel Grumbach)
  + iwlwifi: update firmwares for 9000 series (thx Emmanuel Grumbach)
  + iwlwifi: update firmwares for 7000, 8000 and 9000 series (thx Luca Coelho)

* Sun Oct 07 2018 Cronbuild Service <cronbuild@altlinux.org> 20180927-alt1
- upstream changes (GIT 68a4930):
  + nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.9.A.37 (thx Louis Peens)
  + nfp: update Agilio SmartNIC firmware to rev 2.1.13 (thx Edwin Peer)
  + ti-connectivity: add firmware for CC2560(A) Bluetooth (thx David Lechner)
  + mediatek: add firmware for mt7668u Bluetooth (thx Sean Wang)
  + nvidia: add GV100 signed firmware (thx Gourav Samaiya)
  + firmware/icl/dmc: Add v1.07 of DMC for Icelake (thx Anusha Srivatsa)
  + add Marvell SD8997 firmware image (thx Ganapathi Bhat)
  + qca: update BT firmware files for QCA ROME chip. (thx Balakrishna Godavarthi)

* Sun Sep 16 2018 Cronbuild Service <cronbuild@altlinux.org> 20180913-alt1
- upstream changes (GIT 44d4fca):
  + brcm: update firmware for bcm43362 sdio (thx Chi-Hsien Lin)
  + Mellanox: Add new mlxsw_spectrum firmware 13.1703.4 (thx Petr Machata)
  + rtl_bt: Add firmware and configuration files for the Bluetooth
    part of RTL8822CU (thx Larry Finger)
  + Mellanox: Add new mlxsw_spectrum firmware 13.1703.4 (thx Petr Machata)

* Sun Sep 09 2018 Cronbuild Service <cronbuild@altlinux.org> 20180903-alt1
- upstream changes (GIT 85c5d90):
  + nvidia: switch GP10[2467] to newer scrubber/ACR firmware
    (from GP108) (thx Ben Skeggs)

* Sun Aug 26 2018 Cronbuild Service <cronbuild@altlinux.org> 20180822-alt1
- upstream changes (GIT fea76a0):
  + amdgpu: sync up polaris10 firmware with 18.30 release (thx Alex Deucher)
  + amdgpu: sync up vega10 firmware with 18.30 release (thx Alex Deucher)
  + amdgpu: sync up raven firmware with 18.30 release (thx Alex Deucher)
  + amdgpu: sync up polaris12 firmware with 18.30 release (thx Alex Deucher)
  + amdgpu: sync up tonga firmware with 18.30 release (thx Alex Deucher)
  + amdgpu: sync up polaris11 firmware with 18.30 release (thx Alex Deucher)
  + amdgpu: sync up fiji firmware with 18.30 release (thx Alex Deucher)
  + add firmware for mhdp8546 (thx Damian Kos)
  + qed: Add firmware 8.37.7.0 (thx Rahul Verma)

* Sun Aug 19 2018 Cronbuild Service <cronbuild@altlinux.org> 20180730-alt1
- upstream changes (GIT f1b95fe):
  + linux-firmware:Update firmware patch for Intel Bluetooth 7265
    (D1) (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9560 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,8265 (thx Amit K Bag)
  + Update firmware patch for Intel Bluetooth 8260 (thx Amit K Bag)
  + add firmware for mt76x0 (thx Stanislaw Gruszka)
  + qcom: update venus firmware files for v5.2 (thx Vikash Garodia)
  + nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.9.A.31 (thx Louis Peens)

* Sun Aug 05 2018 Cronbuild Service <cronbuild@altlinux.org> 20180728-alt1
- upstream changes (GIT 7b5835f):
  + add firmware for mt76x2u (thx Lorenzo Bianconi)
  + wl18xx: update firmware file 8.9.0.0.79 (thx Guy Mishol)

* Sun Jul 29 2018 Cronbuild Service <cronbuild@altlinux.org> 20180722-alt1
- upstream changes (GIT b01151b):
  + Mellanox: Add new mlxsw_spectrum firmware 13.1702.6 (thx Nir Dotan)
  + WHENCE: Remove reference to amdgpu/vegam_me_2.bin (thx Josh Boyer)
  + mediatek: add MT7622 Bluetooth firmwares and license file (thx Sean Wang)
  + brcm: add 43430 based AP6212 and 1DX NVRAM (thx Ryan Harkin)
  + update Marvell USB8801 B0 firmware image (thx Ganapathi Bhat)

* Mon Jul 23 2018 Cronbuild Service <cronbuild@altlinux.org> 20180710-alt1
- upstream changes (GIT 8d69bab):
  + amdgpu: update copyright date (thx Alex Deucher)
  + amdgpu: add initial VegaM firmware (thx Alex Deucher)
  + amdgpu: sync up vega10 firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up raven firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up polaris12 firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up polaris11 firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up polaris10 firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up verde firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up pitcairn firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up tahiti firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up oland firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up hainan firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up kaveri firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up mullins firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up kabini firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up hawaii firmware with 18.20 release (thx Alex Deucher)
  + amdgpu: sync up bonaire firmware with 18.20 release (thx Alex Deucher)
  + WHENCE: Fix typo Version (thx Sedat Dilek)

* Sun Jul 15 2018 Cronbuild Service <cronbuild@altlinux.org> 20180706-alt1
- upstream changes (GIT 6213586):
  + cxgb4: update firmware to revision 1.20.8.0 (thx Ganesh Goudar)

* Mon Jun 11 2018 Cronbuild Service <cronbuild@altlinux.org> 20180606-alt1
- upstream changes (GIT d114732):
  + brcm: update firmware for bcm4356 pcie (thx Chi-Hsien Lin)
  + brcm: update firmware for bcm4354 sdio (thx Chi-Hsien Lin)
  + brcm: update firmware for bcm43362 sdio (thx Chi-Hsien Lin)
  + brcm: update firmware for bcm43340 sdio (thx Chi-Hsien Lin)
  + brcm: update firmware for bcm43430 sdio (thx Chi-Hsien Lin)
  + amdgpu: update vega10 VCE firmware to version 55.3 (thx Alex Deucher)
  + Update firmware patch for Intel Bluetooth 7265 (D0) (thx Amit K Bag)
  + linux-firmware:Update firmware patch for Intel Bluetooth 7265
    (D1) (thx Amit K Bag)
  + qcom: add venus firmware files for v5.2 (thx Vikash Garodia)

* Sun May 27 2018 Cronbuild Service <cronbuild@altlinux.org> 20180524-alt1
- upstream changes (GIT 7518922):
  + Update firmware patch for Intel Bluetooth 8260 (thx Amit K Bag)
  + qed: Add firmware 8.37.2.0 (thx Rahul Verma)

* Sun May 20 2018 L.A. Kostis <lakostis@altlinux.ru> 20180518-alt1
- upstream changes (GIT 2a9b2cf):
  + amd-ucode: delete conflicting ucode
  + Update firmware file for Intel Bluetooth,8265 (thx Amit K Bag)
  + Update firmware patch for Intel Bluetooth 7260 (B5/B6) (thx Amit K Bag)
  + Update firmware patch for Intel Bluetooth 7260 (B3/B4) (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9260 (thx Amit K Bag)
  + linux-firmware:Update firmware patch for Intel Bluetooth 7265
    (D1) (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,9560 (thx Amit K Bag)
  + Update AMD cpu microcode (thx Sherry Hurwitz)
  + amdgpu: sync up polaris12 firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up polaris11 firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up polaris10 firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up vega10 firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up carrizo firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up topaz firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up stoney firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up tonga firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up fiji firmware with 18.10 release (thx Alex Deucher)
  + amdgpu: sync up raven firmware with 18.10 release (thx Alex Deucher)
  + nfp: Add symlink for Agilio CX 1x40GbE flower firmware (thx Louis Peens)
  + nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.9.A.16 (thx Louis Peens)
  + liquidio: update firmware to v1.7.2 (thx Felix Manlunas)
  + update Marvell USB8997 firmware image to add WPA2 vulnerability
    fix (thx Ganapathi Bhat)
  + update Marvell SD8897-B0 firmware image to add WPA2 vulnerability
    fix (thx Ganapathi Bhat)

* Sat May 12 2018 Cronbuild Service <cronbuild@altlinux.org> 20180507-alt1
- upstream changes (GIT 8fc2d4e):
  + update Marvell USB8997 firmware image to add WPA2 vulnerability
    fix (thx Ganapathi Bhat)
  + update Marvell SD8897-B0 firmware image to add WPA2 vulnerability
    fix (thx Ganapathi Bhat)

* Sun May 06 2018 Cronbuild Service <cronbuild@altlinux.org> 20180430-alt1
- upstream changes (GIT 397a604):
  + qed: Add firmware 8.33.12.0 (thx Rasesh Mody)
  + Add firmware file for Intel Bluetooth,9560 (thx Amit K Bag)
  + Add firmware file for Intel Bluetooth,9260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,8265 (thx Amit K Bag)
  + cxgb4: update firmware to revision 1.19.1.0 (thx Ganesh Goudar)
  + nfp: add symlink for mixed mode Agilio CX 2x25GbE cards (thx Louis Peens)
  + nfp: update Agilio SmartNIC flower firmware to rev 5701 (thx Louis Peens)

* Sat Apr 21 2018 Cronbuild Service <cronbuild@altlinux.org> 20180409-alt1
- upstream changes (GIT b562d2f):
  + update wil6210 firmware to 5.2.0.18 (thx Maya Erez)
  + rsi: update firmware images for Redpine 9113 chipset (thx Amitkumar Karwar)
  + iwlwifi: update firmwares for 3160, 3168 and 7265 (thx Luca Coelho)
  + iwlwifi: add some new FW versions and update older ones (thx Luca Coelho)

* Sun Apr 08 2018 L.A. Kostis <lakostis@altlinux.ru> 20180329-alt1
- configuration changes:
  +  fix cronbuild
- upstream changes (GIT 8c1e439):
  + amdgpu: update vce firmware for Polaris (thx Alex Deucher)
  + Add firmware file for Intel Bluetooth,9560 (thx Amit K Bag)
  + Add firmware file for Intel Bluetooth,9260 (thx Amit K Bag)
  + Update firmware file for Intel Bluetooth,8265 (thx Amit K Bag)
  + Update firmware patch for Intel Bluetooth 8260 (thx Amit K Bag)
  + nfp: update Agilio SmartNIC firmware to rev 2.0.7 (thx Edwin Peer)
  + cxgb4: update firmware to revision 1.18.9.0 (thx Ganesh Goudar)
  + intel: Update Geminilake audio firmware (thx Sanyog Kale)
  + intel: Update Kabylake audio firmware (thx Sanyog Kale)
  + intel: Update Broxton audio firmware (thx Sanyog Kale)
  + intel: Update Skylake audio firmware (thx Sanyog Kale)

* Tue Mar 27 2018 L.A. Kostis <lakostis@altlinux.ru> 20180319-alt3
- Fixed obsoleted fw list (tnx to mike@ and vseleznv@).

* Wed Mar 21 2018 L.A. Kostis <lakostis@altlinux.ru> 20180319-alt2
- .spec cleanup:
  + added provides/obsoletes for absorbed fw.

* Tue Mar 20 2018 L.A. Kostis <lakostis@altlinux.ru> 20180319-alt1
- upstream changes (GIT 44476f2):
  + BCM-0bb4-0306: Update to Cypress license in WHENCE (thx kaihsiu_chen)

* Thu Mar 15 2018 L.A. Kostis <lakostis@altlinux.ru> 20180314-alt1
- upstream changes (GIT 4c0bf11):
  + intel: Update Kabylake audio firmware (thx Sanyog Kale)

* Mon Mar 12 2018 L.A. Kostis <lakostis@altlinux.ru> 20180227-alt1
- upstream changes (GIT 9cf0ec0):
  + Mellanox: Add new mlxsw_spectrum firmware 13.1620.192 (thx Tal Bar)
  + qed: Add firmware 8.33.11.0 (thx Rahul Verma)
  + BCM-0bb4-0306: Cypress Bluetooth firmware for HTC Vive (thx Kaihsiu Chen)
  + linux-firmware:Update firmware patch for Intel Bluetooth 7265
    (D1) (thx Amit K Bag)
  + qed: Add firmwares 8.20.0.0 8.18.9.0 and 8.14.6.0 (thx Rasesh Mody)
  + iwlwifi: update firmware version 34 for 9000 series (thx Luca Coelho)

* Sat Feb 24 2018 L.A. Kostis <lakostis@altlinux.ru> 20180222-alt1
- configuration changes:
  +  update changelog rules
- upstream changes (GIT 7344ec9):
  + ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.5.3-00053 (thx Kalle Valo)
  + ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00037 (thx Kalle Valo)
  + ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.5.3-00053 (thx Kalle Valo)
  + ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00037 (thx Kalle Valo)
  + ath10k: QCA9377 hw1.0: update firmware-5.bin to
    WLAN.TF.1.0-00002-QCATFSWPZ-5 (thx Kalle Valo)
  + ath10k: QCA6174 hw3.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA6174 hw3.0: update firmware-6.bin to
    WLAN.RM.4.4.1-00079-QCARMSWPZ-1 (thx Kalle Valo)
  + ath10k: QCA4019 hw1.0: update board-2.bin (thx Kalle Valo)
  + ath10k: QCA4019 hw1.0: update firmware-5.bin to 10.4-3.5.3-00053 (thx Kalle Valo)
  + rtl_bt: Add firmware and configuration files for the Bluetooth
    parts of RTL8821C and RTL8723D (thx Larry Finger)
  + qed: Add firmwares 8.30.12.0 and 8.10.9.0 (thx Rasesh Mody)
  + nfp: update Agilio SmartNIC firmware to rev 2.0.4 (thx Edwin Peer)

* Fri Feb 02 2018 L.A. Kostis <lakostis@altlinux.ru> 20180201-alt1
- configuration changes:
  + changelog.sh: get pkg name from specfile
  + cronbuild: initial config
- upstream changes (GIT 2aa2ac2):
  + linux-firmware: Add firmware file for Intel Bluetooth,9560 (thx Amit K Bag)
  + linux-firmware: Add firmware file for Intel Bluetooth,9260 (thx Amit K Bag)
  + linux-firmware: Update firmware file for Intel Bluetooth,8265 (thx Amit K Bag)
  + wl127x/wl128x: update PLT firmwares (thx Guy Mishol)
  + linux-firmware: intel: Update Kabylake audio firmware (thx Guneshwor Singh)
  + .gear: simplify cronbuild scripts

* Tue Jan 23 2018 Konstantin A. Lepikhov <lakostis@altlinux.ru> 20180118-alt1
- Update 65b1c68 GIT:
  + amdgpu: update uvd firmware for polaris asics (thx Alex Deucher).
  + amdgpu: update vce firmware for Fiji (thx Alex Deucher).
  + amdgpu: update vcn firmware for raven (thx Alex Deucher).
  + amdgpu: update vce and uvd firmware for Vega10 (thx Alex Deucher).
  + mediatek: update MT8173 VPU firmware to 1.0.8 [decoder h264]
    Fix h264 decoder output delay for some low latency bitstreams
    (thx pochun.lin).
  + cxgb4: update firmware to revision 1.17.14.0 (thx Ganesh Goudar).
  + linux-firmware: update Marvell PCIe-USB8897/8997 firmware image
    to add WPA2 vulnerability fix (thx Xinming Hu).
  + LICENSE.nouveau-firmware: added.
  + linux-firmware: intel: Update Geminilake audio firmware
    (thx Pradeep Tewani).

* Sat Jan 13 2018 L.A. Kostis <lakostis@altlinux.ru> 20180104-alt1.2
- prepare .spec for cronbuild.

* Fri Jan 05 2018 L.A. Kostis <lakostis@altlinux.ru> 20180104-alt1.1
- amd-ucode: Add microcode_amd_fam17h.bin (bsc#1068032 CVE-2017-5715)

* Fri Jan 05 2018 L.A. Kostis <lakostis@altlinux.ru> 20180104-alt1
- Updated to 65b1c68 GIT.

* Mon Dec 04 2017 Michael Shigorin <mike@altlinux.org> 20171128-alt1
- updated from git

* Mon Oct 30 2017 Michael Shigorin <mike@altlinux.org> 20171009-alt1
- updated from git

* Mon Sep 11 2017 Michael Shigorin <mike@altlinux.org> 20170901-alt1
- updated from git

* Mon Jun 26 2017 Michael Shigorin <mike@altlinux.org> 20170622-alt1
- updated from git

* Mon Jun 05 2017 Michael Shigorin <mike@altlinux.org> 20170531-alt1
- updated from git

* Mon May 22 2017 Michael Shigorin <mike@altlinux.org> 20170517-alt2
- disable attempts to find R:/P: or ELF bugs automatically

* Mon May 22 2017 Michael Shigorin <mike@altlinux.org> 20170517-alt1
- updated from git

* Wed Mar 22 2017 Michael Shigorin <mike@altlinux.org> 20170314-alt1
- updated from git

* Mon Jan 23 2017 Michael Shigorin <mike@altlinux.org> 20170113-alt1
- updated from git (closes: #33022)

* Tue Nov 15 2016 Michael Shigorin <mike@altlinux.org> 20160927-alt2
- dropped /lib/firmware/check_whence.py (closes: #32754)

* Mon Oct 24 2016 Michael Shigorin <mike@altlinux.org> 20160927-alt1
- updated from git

* Wed Aug 03 2016 Michael Shigorin <mike@altlinux.org> 20160728-alt1
- updated from git

* Wed Jun 15 2016 Michael Shigorin <mike@altlinux.org> 20160608-alt1
- updated from git

* Tue Mar 01 2016 Michael Shigorin <mike@altlinux.org> 20160219-alt1
- updated from git

* Tue Feb 16 2016 Michael Shigorin <mike@altlinux.org> 20160216-alt1
- updated from git

* Sun Nov 29 2015 Michael Shigorin <mike@altlinux.org> 20151129-alt1
- updated from git

* Fri Nov 06 2015 Michael Shigorin <mike@altlinux.org> 20151104-alt1
- updated from git

* Thu Sep 10 2015 Michael Shigorin <mike@altlinux.org> 20150824-alt1
- updated from git
  + NB: amdgpu* have arrived (thx lakostis@ for the notice)

* Thu Aug 13 2015 Michael Shigorin <mike@altlinux.org> 20150811-alt1
- updated from git
- dropped Requires: firmware-ipw* (closes: #30308)

* Mon Jun 01 2015 Michael Shigorin <mike@altlinux.org> 20150506-alt1
- updated from git

* Tue Apr 28 2015 Michael Shigorin <mike@altlinux.org> 20150410-alt1
- updated from git

* Fri Dec 26 2014 Michael Shigorin <mike@altlinux.org> 20141222-alt1
- updated from git

* Tue Nov 11 2014 Michael Shigorin <mike@altlinux.org> 20141009-alt1
- updated from git

* Mon Oct 06 2014 Michael Shigorin <mike@altlinux.org> 20140926-alt1
- updated from git

* Tue Sep 30 2014 Michael Shigorin <mike@altlinux.org> 20140902-alt1
- updated from git

* Wed Sep 10 2014 Michael Shigorin <mike@altlinux.org> 20140828-alt2
- add P:/O: firmware-amd-ucode

* Sat Aug 30 2014 Michael Shigorin <mike@altlinux.org> 20140828-alt1
- updated from git

* Wed May 21 2014 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20140521-alt1
- updated from git

* Thu Jan 23 2014 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20140123-alt1
- updated from git

* Wed Nov 06 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20131106-alt1
- updated from git

* Wed Sep 04 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20130904-alt1
- updated from git

* Thu Jun 13 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20130613-alt1
- updated from git

* Tue Apr 23 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20130423-alt1
- updated from git
- added prov/obs firmware-carl9170-1.9.4 firmware-i2400m firmware-rt2870
  firmware-rt3090 (closes #27624)

* Fri Mar 15 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20130313-alt2
- sources exluded (closes: #28682)

* Wed Mar 13 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20130313-alt1
- updated from git

* Wed Jan 09 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20130109-alt1
- updated from git

* Wed Sep 05 2012 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20120905-alt1
- updated from git

* Wed Apr 04 2012 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20120304-alt1
- updated from g.k.o/pub/scm/linux/kernel/git/firmware/linux-firmware.git

* Wed Dec 28 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20111228-alt1
- updated from git

* Fri Aug 19 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20110819-alt1
- updated from git

* Tue Jul 26 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20110726-alt1
- updated from git

* Fri May 27 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20110520-alt3
- requires for firmware-ipw* added

* Thu May 26 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20110520-alt2
- false ipw* provedes/obsoletes deleted (closes #25669)

* Fri May 20 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20110520-alt1
- updated from git
- iwl* included and provided/obsoleted

* Thu Mar 31 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20110331-alt1
- updated from git

* Fri Jan 14 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20110114-alt1
- updated from git

* Fri Dec 17 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20101217-alt1
- updated from git

* Fri Sep 24 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20100924-alt1
- updated from git

* Tue Jun 29 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20100629-alt1
- updated from git
- provides of linux-firmware added

* Fri May 21 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20100521-alt1
- build to Sisyphus
- updated from git
- radeon and nouveau added to tree directly

* Mon Apr 12 2010 Michael Shigorin <mike@altlinux.org> 20100106-alt1
- adapted fedora spec for ALT Linux (thanks lakostis@ for proposal)

* Fri Apr 09 2010 Dave Airlie <airlied@redhat.com> 20100106-4
- Add further radeon firmwares

* Wed Feb 10 2010 Dave Airlie <airlied@redhat.com> 20100106-3
- add radeon RLC firmware - submitted upstream to dwmw2 already.

* Tue Feb 09 2010 Ben Skeggs <bskeggs@redhat.com> 20090106-2
- Add firmware needed for nouveau to operate correctly (this is Fedora
  only - do not upstream yet - we just moved it here from Fedora kernel)

* Wed Jan 06 2010 David Woodhouse <David.Woodhouse@intel.com> 20090106-1
- Update

* Fri Aug 21 2009 David Woodhouse <David.Woodhouse@intel.com> 20090821-1
- Update, fix typos, remove some files which conflict with other packages.

* Thu Mar 19 2009 David Woodhouse <David.Woodhouse@intel.com> 20090319-1
- First standalone kernel-firmware package.