This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SerialICE: Starting LUA script | |
SerialICE: LUA script initialized. | |
0000.0001 I... [0000:0000] SerialICE: ROM size: 0x1000000 | |
0000.0001 I... [0000:0000] SerialICE: Mainboard ASRock X370 Killer Sli connected. | |
0000.0001 I... [0000:0000] SerialICE: Script mainboard/asrock_x370_killer_sli.lua not found. | |
0000.0001 I... [0000:0000] Resource: [0002] IO [0000-ffff] = IO | |
0000.0001 I... [0000:0000] Resource: [0003] MEM [0000-ffffffff] = MEM | |
0000.0001 I... [0000:0000] Resource: [0004] CPU MSR CPU MSR | |
0000.0001 I... [0000:0000] Resource: [0005] CPUID CPUID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These are the packages that would be merged, in reverse order: | |
Calculating dependencies . [31;01m*[0m ERROR: dev-libs/olm-9999::matrix failed (depend phase): | |
[31;01m*[0m cmake-utils.eclass could not be found by inherit() | |
[31;01m*[0m | |
[31;01m*[0m Call stack: | |
[31;01m*[0m ebuild.sh, line 628: Called source '/var/db/repos/matrix/dev-libs/olm/olm-9999.ebuild' | |
[31;01m*[0m olm-9999.ebuild, line 6: Called inherit 'cmake-utils' | |
[31;01m*[0m ebuild.sh, line 273: Called die |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lspci -nn | |
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Root Complex [1022:1480] | |
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU [1022:1481] | |
00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482] | |
00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483] | |
00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483] | |
00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482] | |
00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482] | |
00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483] | |
00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[hanetzer@c7hwifi flashrom-stable]$ sudo dd if=/dev/mem bs=256 count=1 skip=$((0xfec10000/256)) | hexdump -Cv | |
1+0 records in | |
1+0 records out | |
256 bytes copied, 0.000118817 s, 2.2 MB/s | |
00000000 03 e3 28 0f 00 00 00 00 00 06 00 00 f2 02 00 02 |..(.............| | |
00000010 06 20 04 04 06 04 9f 05 03 0b 0a 02 ff b8 06 0e |. ..............| | |
00000020 13 07 33 11 08 20 20 20 0c 14 06 0e c0 54 c0 14 |..3.. .....T..| | |
00000030 c0 14 08 46 03 00 00 00 fc fc fc fc fc 88 00 00 |...F............| | |
00000040 3b 6b bb eb 00 03 00 00 03 00 00 0e 3f 02 03 00 |;k..........?...| | |
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo lspci -xxx -s 14.3 | |
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51) | |
00: 22 10 0e 79 0f 00 20 02 51 00 01 06 00 00 80 00 | |
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
20: 00 00 00 00 00 00 00 00 00 00 00 00 43 10 c0 87 | |
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
40: 1c 00 00 00 d5 ff 03 ff 07 ff 20 01 00 00 00 00 | |
50: ff 05 00 fc ff 05 00 fd ff 05 00 fe ff 05 00 ff | |
60: 00 00 00 00 00 02 00 0a 00 00 0f 00 00 ff ff ff | |
70: 67 45 23 00 00 00 00 00 90 02 00 00 07 0a 00 00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo dd if=/dev/mem bs=256 count=1 skip=1043472 | hexdump -Cv | |
dd: error reading '/dev/mem': Operation not permitted | |
0+0 records in | |
0+0 records out | |
0 bytes copied, 2.3131e-05 s, 0.0 kB/s | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) run | |
Starting program: /home/hanetzer/Projects/flashrom/flashrom -p internal -r test.rom | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/usr/lib64/libthread_db.so.1". | |
flashrom-stable v1.2.1-525-g2323aa16 on Linux 6.2.1-gentoo (x86_64) | |
flashrom is free software, get the source code at https://flashrom.org | |
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). | |
Found chipset "AMD Raven Ridge/Matisse/Starship". | |
Enabling flash write... OK. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo ./build/flashrom -V -p internal -r backup.rom && dmesg |tail | |
flashrom-stable v1.2.1-525-g2323aa16 on Linux 6.2.1-gentoo (x86_64) | |
flashrom is free software, get the source code at https://flashrom.org | |
Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). | |
flashrom was built with GCC 12.2.1 20230121, little endian | |
Command line (5 args): ./build/flashrom -V -p internal -r backup.rom | |
Initializing internal programmer | |
/sys/class/mtd/mtd0 does not exist | |
No coreboot table found. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lspci -nn && lspci -nntv | |
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Root Complex [1022:1480] | |
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU [1022:1481] | |
00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482] | |
00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483] | |
00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483] | |
00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482] | |
00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482] | |
00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483] | |
00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
superiotool r4.13-3315-ge5d3b4e36e | |
Found ITE IT8661F/IT8770F (id=0x8665, rev=0x6) at 0x2e | |
Register dump: | |
idx 00 01 02 03 04 05 06 20 21 22 23 24 | |
val 00 00 00 00 00 00 00 86 65 06 40 28 | |
def NA NA NA NA NA NA 00 86 61 00 00 00 | |
LDN 0x00 (Floppy) | |
idx 30 31 60 61 70 71 74 f0 | |
val 01 00 03 f0 06 02 02 00 | |
def 00 00 03 f0 06 02 02 00 |
NewerOlder