1. 19 2月, 2024 2 次提交
  2. 16 2月, 2024 1 次提交
  3. 13 2月, 2024 1 次提交
  4. 08 2月, 2024 7 次提交
  5. 06 2月, 2024 2 次提交
  6. 30 1月, 2024 2 次提交
  7. 29 1月, 2024 2 次提交
    • O
      37f10423
    • M
      EnableGop: Futher updates to vBiosInsert.sh truncation logic for Nvidia · dd165c4a
      Mike Beaton 提交于
       - Remove false positive report of not enough space on multiples of 4KB
         size (by changing to 64KB multiples)
         o Still probably a false positive if original ROM size (which is
           normally a multiple of 512 bytes anyway) is exactly 128KB, since
           normal total Nvidia VBIOS space is at least 256KB, but...
       - Allow Nvidia max size override
       - Fix no overflow check against true max., if size is not a multiple
         of 4KB (now 64KB)
         o We would not have hit this in practice before, given actual ROM
           sizes and actual least available max of 256KB
      dd165c4a
  8. 28 1月, 2024 2 次提交
    • M
      EnableGop: Remove attempt to truncate Nvidia ROM if it is a round size · d26e489d
      Mike Beaton 提交于
      Since nvflash dumps and writes back the whole ROM, and since we are
      often (and safely) starting with a ROM below 128KB and ending up with
      one above it, there is no need to try to limit Nvidia ROMs when the initial
      ROM is a round size. (nvflash will refuse to write it back if it is too large;
      anything else, such as a first part which becomes too large and overwrites
      a useful second part, should not happen; this is unlike AMD where all
      changes have to happen within the first 128KB, and anything above 128KB
      should not be moved, and is not mapped to memory visible by the CPU.)
      d26e489d
    • M
      EnableGop: Add support for early Nvidia UEFI VBIOS · fed53eac
      Mike Beaton 提交于
      fed53eac
  9. 27 1月, 2024 1 次提交
  10. 21 1月, 2024 5 次提交
  11. 20 1月, 2024 1 次提交
  12. 17 1月, 2024 4 次提交
  13. 12 1月, 2024 1 次提交
  14. 11 1月, 2024 2 次提交
  15. 10 1月, 2024 2 次提交
  16. 06 1月, 2024 1 次提交
  17. 05 1月, 2024 1 次提交
  18. 04 1月, 2024 3 次提交