Advertisement
Knogle

Untitled

Jul 18th, 2021
1,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.29 KB | None | 0 0
  1. flashrom v1.2-445-g9420043 on Linux 5.12.2-pmagic (x86_64)
  2. flashrom was built with libpci 3.7.0, GCC 10.2.1 20210110, little endian
  3. Command line (6 args): ./flashrom -p internal -r orig.rom -o test.log
  4. Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
  5. Initializing internal programmer
  6. /sys/class/mtd/mtd0 does not exist
  7. No coreboot table found.
  8. Using Internal DMI decoder.
  9. DMI string chassis-type: "Unknown"
  10. DMI chassis-type is not specific enough.
  11. DMI string system-manufacturer: "To Be Filled By O.E.M."
  12. DMI string system-product-name: "To Be Filled By O.E.M."
  13. DMI string system-version: "To Be Filled By O.E.M."
  14. DMI string baseboard-manufacturer: "ASRockRack"
  15. DMI string baseboard-product-name: "X470D4U"
  16. DMI string baseboard-version: "                      "
  17. Found chipset "AMD FP4" with PCI ID 1022:790e.
  18. Enabling flash write... Chipset read write protected flash from 0xfc000000 to 0xfc05ffff, unlocking...Disabling read write protection of flash addresses from 0xfc000000 to 0xfc05ffff failed.
  19. Chipset read write protected flash from 0xfd000000 to 0xfd05ffff, unlocking...Disabling read write protection of flash addresses from 0xfd000000 to 0xfd05ffff failed.
  20. Chipset read write protected flash from 0xfe000000 to 0xfe05ffff, unlocking...Disabling read write protection of flash addresses from 0xfe000000 to 0xfe05ffff failed.
  21. Chipset read write protected flash from 0xff000000 to 0xff05ffff, unlocking...Disabling read write protection of flash addresses from 0xff000000 to 0xff05ffff failed.
  22. SPI base address is at 0xfec10000
  23. Trying to determine the generation of the SPI interface... Promontory (rev 0x61) detected.
  24. SpiRomEnable=1, RouteTpm2Sp=0, PrefetchEnSPIFromIMC=1, PrefetchEnSPIFromHost=1
  25. (0x0f082105) SpiArbEnable=1, IllegalAccess=0, SpiAccessMacRomEn=0, SpiHostAccessRomEn=0, ArbWaitCount=7, SpiBusy=0
  26. ERROR: State of SpiAccessMacRomEn or SpiHostAccessRomEn prohibits full access.
  27. ROM strap override is not active
  28. PROBLEMS, continuing anyway
  29. ========================================================================
  30. You may be running flashrom on an unknown laptop. We could not
  31. detect this for sure because your vendor has not set up the SMBIOS
  32. tables correctly. Some internal buses have been disabled for
  33. safety reasons. You can enforce using all buses by adding
  34.   -p internal:laptop=this_is_not_a_laptop
  35. to the command line, but please read the following warning if you
  36. are not sure.
  37.  
  38. Laptops, notebooks and netbooks are difficult to support and we
  39. recommend to use the vendor flashing utility. The embedded controller
  40. (EC) in these machines often interacts badly with flashing.
  41. See the manpage and https://flashrom.org/Laptops for details.
  42.  
  43. If flash is shared with the EC, erase is guaranteed to brick your laptop
  44. and write may brick your laptop.
  45. Read and probe may irritate your EC and cause fan failure, backlight
  46. failure and sudden poweroff.
  47. You have been warned.
  48. ========================================================================
  49. The following protocols are supported: None.
  50. No EEPROM/flash device found.
  51. Note: flashrom can never write if the flash chip isn't found automatically.
  52. Restoring PCI config space for 00:14:3 reg 0x5c
  53. Restoring PCI config space for 00:14:3 reg 0x58
  54. Restoring PCI config space for 00:14:3 reg 0x54
  55. Restoring PCI config space for 00:14:3 reg 0x50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement