Commit Graph

  • feeedaaab6 Ignore guids.csv in UEFIExtract folder joevt 2021-07-19 01:16:27 -0700
  • 34c8ad8dcc
    Updated code to support newer Qt versions (#237) Vampire Cat 2021-04-04 11:09:23 +0200
  • 93ddcfe949 Fix QT 6 messages Vampire Cat 2021-04-03 22:35:09 +0200
  • 8a37488f6e Update .gitignore Vampire Cat 2021-04-03 21:46:50 +0200
  • 9571676074 Remove Xcode projects Vampire Cat 2021-04-03 21:45:51 +0200
  • d941188a8a Update to new icon and copy entitlements file Vampire Cat 2021-04-03 21:45:27 +0200
  • 63ced732cb Remove Q_OBJECT Vampire Cat 2021-04-03 20:49:12 +0200
  • 8728206694 Fix vsprintf for older QT versions Vampire Cat 2021-04-03 20:46:41 +0200
  • 87c74ea296 Remove #ifndef check Vampire Cat 2021-04-03 20:43:13 +0200
  • c0054b3ed6 Fix for QT versions older than 5.6 and fix code mistake Vampire Cat 2021-04-03 20:39:49 +0200
  • 14e1ecc6f9 Fix for older QT versions Vampire Cat 2021-04-03 20:35:30 +0200
  • 34e7005054 Don't set version 6 Vampire Cat 2021-04-03 19:31:39 +0200
  • 575886c495 Fix CI Vampire Cat 2021-04-03 19:20:31 +0200
  • a64b6a5288 Fix CI Vampire Cat 2021-04-03 19:17:39 +0200
  • f50250d890 Fix CI mistake Vampire Cat 2021-04-03 19:14:17 +0200
  • ae78da0a4b Fix mistake Vampire Cat 2021-04-03 19:13:29 +0200
  • f48c803fb5 Fix build for QT 5 older than 5.11 Vampire Cat 2021-04-03 19:10:59 +0200
  • ed95517a05 Fix CI version Vampire Cat 2021-04-03 19:07:02 +0200
  • e2ccc0ee72 Fix CI compatibility Vampire Cat 2021-04-03 19:05:27 +0200
  • 3cbc1219c3 Merge branch 'new_engine' of https://github.com/vampirecat35/UEFITool into new_engine Vampire Cat 2021-04-03 18:29:11 +0200
  • e9a296831e Deprecation updates and code fixes for QT5 and QT6 Vampire Cat 2021-04-03 18:15:18 +0200
  • d1e47539fc
    common/descriptor.cpp: add JEDEC ID C86015 definition as GD25LQ16V (#236) Nikolai Kostrigin 2021-02-17 19:51:34 +0300
  • 560f8ad916 common/descriptor.cpp: add JEDEC ID C86015 definition as GD25LQ16V Nikolai Kostrigin 2021-02-17 18:37:40 +0300
  • 2335e69dce Do not run Coverity in forks vit9696 2020-12-11 11:54:38 +0300
  • 5066a44132 Disable coverity for pull requests vit9696 2020-11-29 16:57:32 +0300
  • 4bb021b1ea Added search dump ability for all search-types; moved interface to "Actions" menu s3rb31 2020-11-28 20:54:35 +0100
  • ac2588fd61 Added ability to dump files found with text-search s3rb31 2020-11-27 21:58:56 +0100
  • 6bb862d626 Build UEFITool exclusively for coverity vit9696 2020-11-27 17:49:10 +0300
  • e6f3f4380f Try configuring and building for Coverity at once vit9696 2020-11-27 15:06:19 +0300
  • 05f770c8a4 Fix typo in the previous commit vit9696 2020-11-27 14:55:52 +0300
  • fd1e8c4856 Add workaround for Coverity vit9696 2020-11-27 14:48:58 +0300
  • 8f862d4fdb Add coverity analysis vit9696 2020-11-27 12:17:33 +0300
  • 3945c9b89f Correctly calculate FPT header checksum if ROM bypass vector is present and non-zero, fixes #215 for real Nikolaj Schlej 2020-11-22 21:19:26 -0800
  • 5645599c58 Fix incorrect padding construction spotted by Xcode Analyzer Nikolaj Schlej 2020-11-22 20:56:51 -0800
  • 115d338a70 Display non-ASCII-named FPT partition table entry names as hex (fixing #215) Nikolaj Schlej 2020-11-22 18:01:44 -0800
  • 44cafebbec Switch CI to GitHub Actions vit9696 2020-11-22 12:47:33 +0300
  • 5967865028 Switch CI to GitHub Actions vit9696 2020-11-22 12:20:27 +0300
  • 78714f6755
    Merge pull request #226 from krsh/new_engine Nikolaj Schlej 2020-11-10 02:08:11 -0800
  • 10295bd0dd Added security info to UEFIExtract glgspg 2020-11-09 14:33:43 +0100
  • 24cf452024 UE/UF: remove cmake 3.15+ property, need a different solution Nikolaj Schlej 2020-11-08 11:05:42 -0800
  • a7a4cc588d parse Bootguard redesign danny 2020-11-07 22:48:17 -0800
  • 55b7a759ff UE/UF: user static CRT by default for Windows builds, take 2 Nikolaj Schlej 2020-11-07 18:11:16 -0800
  • 92d0a8f754 Revert "UE/UF: user static CRT by default for Windows builds" Nikolaj Schlej 2020-11-07 18:05:12 -0800
  • d69aca6554 UE/UF: user static CRT by default for Windows builds Nikolaj Schlej 2020-11-07 17:57:13 -0800
  • 1e1e2968e9 Drop AppVeyor vit9696 2020-11-07 20:15:41 +0300
  • 7bce6fac92 Bump version A58 vit9696 2020-11-07 20:11:05 +0300
  • 812af96d82 Drop windows CI builds vit9696 2020-11-07 20:10:33 +0300
  • 0edd935d28 Try C++11 since it requests C++11 symbols vit9696 2020-11-04 19:37:23 +0300
  • 446dba9d64 Try forcing C++03 vit9696 2020-11-04 18:52:19 +0300
  • 0504af6fdc Fix MINGW32 definition vit9696 2020-11-04 17:52:09 +0300
  • bfbf18404d Run msys2 upgrade externally vit9696 2020-11-04 17:06:32 +0300
  • 750b589575
    Try importing new keys via signature verification Vitaly Cheptsov 2020-11-04 17:02:29 +0300
  • 9351f697ff
    Import new msys2 keys from keyring Vitaly Cheptsov 2020-11-04 16:56:10 +0300
  • ae133acc59
    Try to workaround win32 CI issues Vitaly Cheptsov 2020-11-04 16:48:20 +0300
  • 753b8ee893 Fix misparsing volumes in some Lenovo firmwares vit9696 2020-11-03 11:32:54 +0300
  • 7d4bfdd662 parsing new Bootguard structures on 10 gen CPU danny 2020-11-02 21:46:27 -0800
  • b96772190a Workaround crash with AMI addressDiff calculation vit9696 2020-09-25 18:16:10 +0300
  • 534a5f09a8 ME FPT parser: drop orfaned comment Nikolai SAOUKH 2020-07-20 20:51:31 +0300
  • 79416b957b ME FPT parser: even with broken FPT header the show must go on Nikolai SAOUKH 2020-07-20 20:49:56 +0300
  • 361800e073 ME FPT parser: stage 2: add checksum verification for 0x21 header version Nikolai SAOUKH 2020-07-20 14:26:28 +0300
  • 9a44f1081b ME FPT parser: refactor with more knowledge Nikolai SAOUKH 2020-07-20 13:26:23 +0300
  • a2d7169a82 cmake files: add EOL to last line(s) Nikolai SAOUKH 2020-07-20 13:15:08 +0300
  • 57e4d6dfa0 Update AMIC Technology spi flash info Nikolai SAOUKH 2020-07-16 10:03:42 +0300
  • 9d4c9f662d unixbuild.sh: sometimes bash lives elsewhere Nikolai SAOUKH 2020-07-11 16:45:45 +0300
  • cd110eafa6 Provide workaround for #196 vit9696 2020-04-22 19:25:36 +0300
  • fc2d8f07b1
    Version bump A57 vit9696 2020-03-24 07:53:38 +0300
  • d9642c53e7
    Version bump 0.28.0 vit9696 2020-03-24 07:52:16 +0300
  • 3d1354686f Revert "Update CI configuration to dpl v2" vit9696 2020-03-23 15:47:56 +0300
  • 30d05a9fed Revert "Update CI configuration to dpl v2" vit9696 2020-03-23 15:46:46 +0300
  • 65670a704c Update CI configuration to dpl v2 vit9696 2020-03-22 20:25:41 +0300
  • fbc4231707 Update CI configuration to dpl v2 vit9696 2020-03-22 20:25:08 +0300
  • 7f73fa2a86 Fix mishandling trailing newline vit9696 2020-03-22 18:13:23 +0300
  • fa369a07f6 Fix compatibility with older UEFIPatch vit9696 2020-03-22 18:12:50 +0300
  • 01b5b6d2ff
    Added MSR patches for C422, C620 motherboards (#204) metacollin 2020-03-19 21:52:56 -0600
  • f80ed60e07 Simplified binary patches. metacollin 2020-03-19 21:27:44 -0600
  • a42f820275 Added generalized patch for most C422, C620 based motherboards. metacollin 2020-03-18 16:45:18 -0600
  • ca44d219ee Added alternate 0x1AA patch for Supermicro BIOSes metacollin 2020-03-18 16:20:17 -0600
  • f11900b4bf Added support for Supermicro X11 series motherboards metacollin 2020-03-03 01:29:27 -0700
  • 8e189f88df
    Print found item as "parent/child" path (#203) p-state 2020-03-14 07:17:49 +0300
  • 0d9f131e62 print found item as "parent/child" path p-state 2020-03-13 17:08:27 +0300
  • 0f31b1401e
    Print parent's name in search results (#201) p-state 2020-03-12 20:38:48 +0300
  • 07dbfa3f96
    Allow to use enter/return key within list widgets to navigate (#200) p-state 2020-03-12 20:38:22 +0300
  • ac1f24ec77
    Fix window is not in full screen mode after closing the app (#202) p-state 2020-03-12 20:38:08 +0300
  • 417f4188d1 add safe check p-state 2020-03-12 19:39:35 +0300
  • 1bfc6b57ba fix window is not in full screen mode after closing the app p-state 2020-03-12 19:20:57 +0300
  • d9392b9c60 print parent's name in search results p-state 2020-03-12 19:01:24 +0300
  • 67b5639b0d set event filter for list widgets to allow to press enter to navigate within tree view p-state 2020-03-12 18:49:49 +0300
  • a3425115b8
    Add some more GUIDs to the database. (#199) assafcarlsbad 2020-03-11 20:45:56 +0200
  • 090e7ebc52 Add some more GUIDs to the database. Assaf Carlsbad 2020-03-11 19:45:44 +0200
  • 214b768b8f
    Add support to parse/reconstruct LZMAF86 sections (#198) Jake Christensen 2020-03-06 18:05:24 -0500
  • 0e3f899f44 add support to parse/reconstruct LZMAF86 sections Jake Christensen 2020-03-06 17:20:08 -0500
  • 0f2ede398d Implement LZMAF86 support vit9696 2020-03-06 23:54:20 +0300
  • 08e964cc80 Enable building UEFITool as a library (QT Project Template += lib) Matan Mates 2020-02-16 16:40:37 +0200
  • 6fdc69415b Fix microcode detection vit9696 2020-02-08 22:05:33 +0300
  • 1dccf3f15a Fix CPD signature verification vit9696 2020-01-25 10:54:06 +0300
  • 4d948475d8 Fix using temporary after scope in FfsParser::parseVendorHashFile vit9696 2020-01-25 01:15:18 +0300
  • bf3adbe4c6 Fix infinite loop due to 0-sized volume files vit9696 2020-01-24 22:36:39 +0300
  • 568019123e Add 'Do not rebuild' support for volumes vit9696 2020-01-20 13:24:35 +0300
  • 516949a6e6 Fix FIT entry engine checksum (#189) serg-pushkarev 2020-01-20 03:18:15 +0300
  • aefd2eb76c fix FIT table header checksum calculation Sergey Pushkarev 2020-01-16 18:12:07 +0300