Motherboard Group Buy/Crowdfunded Modded BIOS for the Asrock A300m (Deskmini A300)

nerditation

What's an ITX?
New User
Oct 2, 2020
1
0
I just came across this custom PC building video, where he put an A300 motherboard and a big GPU together with some custom made brackets and stands etc.


in the video he tried to put a Ryzen 3700X CPU onto an A300 motherboard but failed, and finally ended up to use a 2400G APU.

what I find interesting is that he showed in the video there is actually an option in the firmware menu to switch graphics mode. I wonder if it is actually possible to use switch to dedicated GPU and then switch to a CPU? anyone has a PCI-E adapter/riser could try it out maybe?
 

gustav

Cable-Tie Ninja
Jun 18, 2020
193
90
@Danlopez1222 very interesting so far.
Not ruling out the option of a custom logic glued to the EEPROM resulting in a product like ATECC608A, thanks to @steven0220 for that thought.
If we talk about PSP - there is a section in the UEFI which deals with it. If it's used in the boot process, makes somehow sense it terms of 'could be related'.

I don't know of your abilities, but would it be possible to compare the PSP section of the UEFI to see if it's trying to access I2C address of the knoll.

Are you able to see it's address on the I2C Bus, using analyzer? I guess so. It would be interested if this address is to be found in PSP UEFI code.

Somehow I did not get notifications on your thread, I'll also dig in :) thanks for sharing.

Edit: UEFI Bios .hex holds a firmware blob for the PSP, which is custom IP, LattceMico32 - it would be it's code where the address should be found

Greetings
 

gustav

Cable-Tie Ninja
Jun 18, 2020
193
90
I don't know the offset of the PSP fw, but it's something that is changing (mostly) between AGESA stack versions and not regular BIOS updates. Although - I guess it could be the case, but like more major BIOS version number jumps.
So making a diff against to different AGESA versions could provide a guess.

I'll will finally respond to the maker of ryzen_nb_smb and share a link to Dan's findings/effort :)

Edit x: I've asked FlyGoat for permission to post his answer on the boot process here. I'll keep you updated :)
 
Last edited:

W4RR10R

Cable-Tie Ninja
Original poster
Jan 29, 2019
211
211
I just came across this custom PC building video, where he put an A300 motherboard and a big GPU together with some custom made brackets and stands etc.


in the video he tried to put a Ryzen 3700X CPU onto an A300 motherboard but failed, and finally ended up to use a 2400G APU.

what I find interesting is that he showed in the video there is actually an option in the firmware menu to switch graphics mode. I wonder if it is actually possible to use switch to dedicated GPU and then switch to a CPU? anyone has a PCI-E adapter/riser could try it out maybe?
Yes, it does not work
 

gustav

Cable-Tie Ninja
Jun 18, 2020
193
90
Ok, me here again, with an update. FlyGoat allowed me to post his answer.

To the boot process:
I was asking upon the boot process, and how I know it was, and how it is...
My main point of this e-mail was the ability to write SMU Features. (Where e.g. the o/c flag lives)
[...]
Actually on Fam17h AMD systems, a small bootstrapc called ABL will be
execuated on
PSP, than it will initialize IMC, copy UEFI part of flash to RAM and tan
bring-up x86 cores.
[...]
Feature flag will be transmited to SMU in firmware's Dxe stage, AFAIK
it's in SMUv12Dxe driver.
However, you can't enable a feature here if the feature had been baned
by fuse or firmware.
[...]
SOC VID and RAM VID is stored at APCB, but wether to show this option in
BIOS is up to vendor's
decision.
For more about APCB please check Coreboot's documations.[1], [2].

[1]: https://doc.coreboot.org/soc/amd/family17h.html
[2]: https://doc.coreboot.org/soc/amd/psp_integration.html

After Dan's progress, we continued:
Main point was to go for the PSP and the Knoll activator, which FlyGoat seems to know a bit of.
I also spoke about the PSP-IP, which I thought would be the LatticeMico32 (showed 2014's slides from CCC event)...
[...]
All I know is Knoll is a I2C/SMBUS chip attached under I2C1 of Ryzen
chip, there is a stage in PSP early bringup
process called Knoll auth. The protocol is not clear to me.
[...]
PSP is a IP Block in Ryzen chip, it is not relavent to external
components, but I guess it's PSP who is communicating with Knoll.
PSP's firmware is stored together with BIOS.

Btw the CCC talk is a little bit outdated, it only applies to Fam15h chips.
For Fam17h chips there are newer researches, see:
https://github.com/PSPReverse
https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10942.html
https://media.ccc.de/v/36c3-10942-uncover_understand_own_-_regaining_control_over_your_amd_cpu

It is actually a Arm Cortex-M IP.
If it's ARM Cortex-M A5, it's - I guess - somehow similar to STM32Fxxx series, for example. It provides I2C, etc..
but the ARM-Core should feature a SWD debug interface - don't know how that's exposed to the outside world..

From the GitHub hint, there is a PSPTool. Here on 3.60S:
Btw: psptrace maybe on knoll.txt extract?! I highly suggest checking out last link.

Code:
 psptool.exe .\A3MSTX_3.60S.rom
+-----------+----------+---------+-------+---------------------+
| Directory |   Addr   |   Type  | Magic | Secondary Directory |
+-----------+----------+---------+-------+---------------------+
|     0     | 0x218000 | PSP_NEW |  $PSP |       0x4af000      |
+-----------+----------+---------+-------+---------------------+
+---+-------+----------+---------+---------------------------------+----------+-----------+--------------------------+
|   | Entry |  Address |    Size |                            Type | Magic/ID |   Version |                     Info |
+---+-------+----------+---------+---------------------------------+----------+-----------+--------------------------+
|   |     0 | 0x218400 |   0x440 |              AMD_PUBLIC_KEY~0x0 |     144E |           |                          |
|   |     1 | 0x4af400 | 0x10700 |          PSP_FW_BOOT_LOADER~0x1 |     $PS1 | 0.11.0.4E |             signed(144E) |
|   |     2 | 0x218900 |  0xe580 | PSP_FW_RECOVERY_BOOT_LOADER~0x3 |     $PS1 | 0.11.0.4E |             signed(144E) |
|   |     3 | 0x226f00 | 0x20e70 |              SMU_OFFCHIP_FW~0x8 |     $PS1 | 0.37.41.0 | compressed, signed(2C92) |
|   |     4 |      0x1 |     0x0 |          SOFT_FUSE_CHAIN_01~0xb |          |           |                          |
|   |     5 | 0x247e00 |  0xe610 |          SMU_OFF_CHIP_FW_2~0x12 |     $PS1 | 0.37.41.0 | compressed, signed(2C92) |
|   |     6 | 0x256500 |    0x10 |               WRAPPED_IKEK~0x21 |          |           |                          |
|   |     7 | 0x257000 |  0x1000 |               TOKEN_UNLOCK~0x22 |          |           |                          |
|   |     8 | 0x258000 |  0x2f00 |                 SEC_GASKET~0x24 |     $PS1 |  B.9.0.75 |             signed(BCC5) |
|   |     9 | 0x25af00 | 0x73f60 |                       ABL0~0x30 |          |           |                          |
|   |    10 | 0x2cef00 |  0x5800 |                            0x3c |     $PS1 | 11.A.0.14 |             signed(2FCA) |
|   |    11 | 0x2d4700 |  0x17b0 |                            0x50 |          |           |                          |
|   |    12 | 0x2d5f00 |  0x19f0 |                            0x45 |     $PS1 |  B.9.1.75 |             signed(BCC5) |
|   |    13 | 0x4af000 |     0x0 |   !PL2_SECONDARY_DIRECTORY~0x40 |          |           |                          |
+---+-------+----------+---------+---------------------------------+----------+-----------+--------------------------+


+-----------+----------+-----------+-------+---------------------+
| Directory |   Addr   |    Type   | Magic | Secondary Directory |
+-----------+----------+-----------+-------+---------------------+
|     1     | 0x4af000 | secondary |  $PL2 |          --         |
+-----------+----------+-----------+-------+---------------------+
+---+-------+----------+---------+-----------------------------+----------+-------------+--------------------------+
|   | Entry |  Address |    Size |                        Type | Magic/ID |     Version |                     Info |
+---+-------+----------+---------+-----------------------------+----------+-------------+--------------------------+
|   |     0 | 0x4af400 | 0x10700 |      PSP_FW_BOOT_LOADER~0x1 |     $PS1 |   0.11.0.4E |             signed(144E) |
|   |     1 | 0x4bfb00 |   0x440 |          AMD_PUBLIC_KEY~0x0 |     144E |             |                          |
|   |     2 | 0x4c0000 | 0x13310 |       PSP_FW_TRUSTED_OS~0x2 |     $PS1 |   0.11.0.4E |             signed(D945) |
|   |     3 |  0x87000 | 0x20000 |             PSP_NV_DATA~0x4 |          |             |                          |
|   |     4 | 0x4d3400 | 0x20e70 |          SMU_OFFCHIP_FW~0x8 |     $PS1 |   0.37.41.0 | compressed, signed(2C92) |
|   |     5 | 0x4f4300 |   0x440 |      SEC_DBG_PUBLIC_KEY~0x9 |          |             |                          |
|   |     6 |      0x1 |     0x0 |      SOFT_FUSE_CHAIN_01~0xb |          |             |                          |
|   |     7 | 0x4f4800 | 0x1f100 | PSP_BOOT_TIME_TRUSTLETS~0xc |     $PS1 |    3.2A.0.5 |             signed(CC7D) |
|   |     8 | 0x513900 |  0xe610 |      SMU_OFF_CHIP_FW_2~0x12 |     $PS1 |   0.37.41.0 | compressed, signed(2C92) |
|   |     9 | 0x522000 |  0x2040 |           DEBUG_UNLOCK~0x13 |     $PS1 |   0.11.0.4E |             signed(11F8) |
|   |    10 | 0x524100 |   0x664 |                        0x20 |          |             |                          |
|   |    11 | 0x524800 |    0x10 |           WRAPPED_IKEK~0x21 |          |             |                          |
|   |    12 | 0x525000 |  0x1000 |           TOKEN_UNLOCK~0x22 |          |             |                          |
|   |    13 | 0x526000 |  0x2f00 |             SEC_GASKET~0x24 |     $PS1 |    B.9.0.75 |             signed(BCC5) |
|   |    14 | 0x528f00 | 0x19770 |         DRIVER_ENTRIES~0x28 |     $PS1 |   0.11.0.4E |             signed(D945) |
|   |    15 | 0x542700 |  0x3100 |            S0I3_DRIVER~0x2d |     $PS1 | 9A.29.30.30 |             signed(CC7D) |
|   |    16 | 0x545800 | 0x73f60 |                   ABL0~0x30 |          |             |                          |
|   |    17 | 0x5b9800 |  0x5800 |                        0x3c |     $PS1 |   11.A.0.14 |             signed(2FCA) |
|   |    18 | 0x5bf000 |  0x6610 |             FW_INVALID~0x44 |          |             |                          |
|   |    19 | 0x5c5700 |  0x19f0 |                        0x45 |     $PS1 |    B.9.1.75 |             signed(BCC5) |
|   |    20 | 0x5c7100 |  0x5100 |                        0x47 |     $PS1 |     0.7.0.1 |             signed(61CE) |
|   |    21 | 0x5cc200 |  0x17b0 |                        0x50 |          |             |                          |
|   |    22 | 0x5cda00 |  0x1070 |                        0x51 |          |             |                          |
|   |    23 | 0x5ceb00 |  0x5b70 |                        0x58 |          |             |                          |
|   |    24 | 0x5d4700 |   0x220 |                        0x59 |          |             |                          |
|   |    25 |  0xa7000 | 0x40000 |                        0x54 |          |             |                          |
+---+-------+----------+---------+-----------------------------+----------+-------------+--------------------------+


+-----------+---------+---------+-------+---------------------+
| Directory |   Addr  |   Type  | Magic | Secondary Directory |
+-----------+---------+---------+-------+---------------------+
|     2     | 0xe8000 | PSP_NEW |  $PSP |       0x330000      |
+-----------+---------+---------+-------+---------------------+
+---+-------+----------+---------+---------------------------------+----------+-----------+------------------------------------+
|   | Entry |  Address |    Size |                            Type | Magic/ID |   Version |                               Info |
+---+-------+----------+---------+---------------------------------+----------+-----------+------------------------------------+
|   |     0 |  0xe8400 |   0x240 |              AMD_PUBLIC_KEY~0x0 |     60BB |           |                                    |
|   |     1 | 0x330400 |  0xd3c0 |          PSP_FW_BOOT_LOADER~0x1 |     $PS1 |  0.8.0.79 |            signed(60BB), encrypted |
|   |     2 |  0xe8700 |  0xd3c0 | PSP_FW_RECOVERY_BOOT_LOADER~0x3 |     $PS1 |  0.8.0.79 |            signed(60BB), encrypted |
|   |     3 |  0xf5b00 | 0x204d0 |              SMU_OFFCHIP_FW~0x8 |          |           |                                    |
|   |     4 | 0x116000 |  0x4a40 |          SMU_OFF_CHIP_FW_2~0x12 |          |           |                                    |
|   |     5 | 0x11ab00 | 0x22830 |       PSP_SMU_FN_FIRMWARE~0x108 |          |           |                                    |
|   |     6 | 0x13d400 |  0x6f80 |        !SMU_OFF_CHIP_FW_3~0x112 |          |           |                                    |
|   |     7 | 0x144400 | 0x22c20 |                           0x208 |          |           |                                    |
|   |     8 | 0x167100 |  0x75b0 |                           0x212 |          |           |                                    |
|   |     9 | 0x16e700 |    0x10 |               WRAPPED_IKEK~0x21 |          |           |                                    |
|   |    10 | 0x16f000 |  0x1000 |               TOKEN_UNLOCK~0x22 |          |           |                                    |
|   |    11 | 0x170000 |  0x1860 |                 SEC_GASKET~0x24 |     $PS1 |  A.2.3.27 |            signed(60BB), encrypted |
|   |    12 | 0x171900 |  0x1840 |                           0x124 |     $PS1 |  A.2.4.26 |            signed(60BB), encrypted |
|   |    13 | 0x173200 |  0x1860 |                           0x224 |     $PS1 |  A.2.3.27 |            signed(60BB), encrypted |
|   |    14 | 0x174b00 |   0xdd0 |                       ABL0~0x30 |     AW0B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    15 | 0x175900 |  0xd9c0 |                       ABL1~0x31 |     AW1B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    16 | 0x183300 |  0x9290 |                       ABL2~0x32 |     AW2B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    17 | 0x18c600 |  0xbce0 |                       ABL3~0x33 |     AW3B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    18 | 0x198300 |  0xd340 |                       ABL4~0x34 |     AW4B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    19 | 0x1a5700 |  0xd460 |                       ABL5~0x35 |     AW5B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    20 | 0x1b2c00 |  0xa030 |                       ABL6~0x36 |     AW6B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    21 | 0x1bcd00 |  0xd040 |                       ABL7~0x37 |     AW7B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    22 | 0x330000 |     0x0 |   !PL2_SECONDARY_DIRECTORY~0x40 |          |           |                                    |
+---+-------+----------+---------+---------------------------------+----------+-----------+------------------------------------+


+-----------+----------+-----------+-------+---------------------+
| Directory |   Addr   |    Type   | Magic | Secondary Directory |
+-----------+----------+-----------+-------+---------------------+
|     3     | 0x330000 | secondary |  $PL2 |          --         |
+-----------+----------+-----------+-------+---------------------+
+---+-------+----------+---------+-----------------------------+----------+-----------+------------------------------------+
|   | Entry |  Address |    Size |                        Type | Magic/ID |   Version |                               Info |
+---+-------+----------+---------+-----------------------------+----------+-----------+------------------------------------+
|   |     0 | 0x330400 |  0xd3c0 |      PSP_FW_BOOT_LOADER~0x1 |     $PS1 |  0.8.0.79 |            signed(60BB), encrypted |
|   |     1 | 0x33d800 |   0x240 |          AMD_PUBLIC_KEY~0x0 |     60BB |           |                                    |
|   |     2 | 0x33db00 |  0xf310 |       PSP_FW_TRUSTED_OS~0x2 |     $PS1 |  0.8.0.79 |             signed(60BB), verified |
|   |     3 |  0x87000 | 0x20000 |             PSP_NV_DATA~0x4 |          |           |                                    |
|   |     4 | 0x34cf00 | 0x204d0 |          SMU_OFFCHIP_FW~0x8 |          |           |                                    |
|   |     5 | 0x36d400 |   0x340 |      SEC_DBG_PUBLIC_KEY~0x9 |     ED22 |           |                                    |
|   |     6 |      0x1 |     0x0 |      SOFT_FUSE_CHAIN_01~0xb |          |           |                                    |
|   |     7 | 0x36d800 | 0x13460 | PSP_BOOT_TIME_TRUSTLETS~0xc |     $PS1 |   0.7.0.1 | compressed, signed(60BB), verified |
|   |     8 | 0x380d00 |  0x4a40 |      SMU_OFF_CHIP_FW_2~0x12 |          |           |                                    |
|   |     9 | 0x385800 |  0x1950 |           DEBUG_UNLOCK~0x13 |     $PS1 |  0.8.0.79 | compressed, signed(60BB), verified |
|   |    10 | 0x387200 |    0x10 |           WRAPPED_IKEK~0x21 |          |           |                                    |
|   |    11 | 0x388000 |  0x1000 |           TOKEN_UNLOCK~0x22 |          |           |                                    |
|   |    12 | 0x389000 |  0x1860 |             SEC_GASKET~0x24 |     $PS1 |  A.2.3.27 |            signed(60BB), encrypted |
|   |    13 | 0x38a900 |  0x1840 |                       0x124 |     $PS1 |  A.2.4.26 |            signed(60BB), encrypted |
|   |    14 | 0x38c200 |  0x1860 |                       0x224 |     $PS1 |  A.2.3.27 |            signed(60BB), encrypted |
|   |    15 | 0x38db00 |  0x22f1 |                 MP2_FW~0x25 |          |  3.18.0.1 |                       signed(76E9) |
|   |    16 | 0x38fe00 |  0x3aa4 |                       0x125 |          |   5.2.2.1 |                       signed(76E9) |
|   |    17 | 0x393900 |  0x23e4 |                       0x225 |          |   4.2.1.1 |                       signed(76E9) |
|   |    18 | 0x395d00 | 0x1b790 |         DRIVER_ENTRIES~0x28 |     $PS1 |  0.8.0.79 |             signed(60BB), verified |
|   |    19 | 0x3b1500 |   0xdd0 |                   ABL0~0x30 |     AW0B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    20 | 0x3b2300 |  0xd9c0 |                   ABL1~0x31 |     AW1B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    21 | 0x3bfd00 |  0x9290 |                   ABL2~0x32 |     AW2B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    22 | 0x3c9000 |  0xbce0 |                   ABL3~0x33 |     AW3B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    23 | 0x3d4d00 |  0xd340 |                   ABL4~0x34 |     AW4B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    24 | 0x3e2100 |  0xd460 |                   ABL5~0x35 |     AW5B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    25 | 0x3ef600 |  0xa030 |                   ABL6~0x36 |     AW6B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    26 | 0x3f9700 |  0xd040 |                   ABL7~0x37 |     AW7B | 20.2.24.0 | compressed, signed(60BB), verified |
|   |    27 | 0x406800 | 0x22830 |   PSP_SMU_FN_FIRMWARE~0x108 |          |           |                                    |
|   |    28 | 0x429100 |  0x6f80 |    !SMU_OFF_CHIP_FW_3~0x112 |          |           |                                    |
|   |    29 | 0x430100 | 0x22c20 |                       0x208 |          |           |                                    |
|   |    30 | 0x452e00 |  0x75b0 |                       0x212 |          |           |                                    |
+---+-------+----------+---------+-----------------------------+----------+-----------+------------------------------------+


+-----------+----------+---------+-------+---------------------+
| Directory |   Addr   |   Type  | Magic | Secondary Directory |
+-----------+----------+---------+-------+---------------------+
|     4     | 0x1e8000 | unknown |  $BHD |       0x47f000      |
+-----------+----------+---------+-------+---------------------+

Kindly regards
 
Last edited:

TomHC81

Trash Compacter
May 21, 2020
44
19
www.sitepoint.sk
Unfortunately, ACPI S3 seems not supported, so PC can't go to sleep, checked in W10 LTSC, W10 Ent 20H2, Debian 9. Also mentioned on reddit. Anyone here encountered the same - maybe some fix for that? Thanks!
 

zeecue

Cable Smoosher
Nov 27, 2020
11
3
That's rather weird, S3 is enabled and works perfectly on my ASRock B550 ITX board with my 4650G.
Nice to know. But as the Deskmini don't have a "real" chipset i guess it lacks the different inputs from the chipset to sleep. I'm waiting for a Noctua cooler for my X300 and 4750G.
 

yuusou

SFF Lingo Aficionado
Mar 16, 2019
115
70
Nice to know. But as the Deskmini don't have a "real" chipset i guess it lacks the different inputs from the chipset to sleep. I'm waiting for a Noctua cooler for my X300 and 4750G.
What RAM are you running? Can you get 3200MHz on your X300?
 

TomHC81

Trash Compacter
May 21, 2020
44
19
www.sitepoint.sk
S3 not supported due to PRO cpu in use, as its a security risk having a PC sleeping according to AMD.
Renoir is officially not supported on A300, that can be a reason. I guess it's more about missing entries for ACPI within UEFI. But it doesn't work even on X300 where it should work. Read the link I've pasted...
 
  • Like
Reactions: gustav

gustav

Cable-Tie Ninja
Jun 18, 2020
193
90
Asus has a similar system 'ASUS PN50-BBR748MD-CSM' with a Renoir/Zen2 based 4800U which is similar to 4650G-Series (lookup the silicon specs)
Asus does not have such a problem, using chipset-less design. (on BIOS-level)



And here you can see, that SoC-based ASUS System with Ryzen/Renoir DIE is supporting it well.

Hi, ASUS support thinks the problem is with the Windows installation. The support is not that wrong, because after a new installation, waking up from S3 / S4 works absolutely without any problems, but then Windows Update came (I suspect a driver update) and it shot again. I'll see which update is exactly the reason, but it may take a while. Greetings Helios
Source: https://www.computerbase.de/forum/t...oniert-nicht-asus-pn50-ryzen-7-4700u.1971574/

This leads me to the fact, that AsRock probably won't support it well (as in case of A300).
Think twice who you give your money to :) I did it as well - won't repeat.

---

Here how it is being debugged (in some way):

Hey @awatry, I'm on an Envy x360 13, sporting a 3500U, similar issues, but it turns out these laptops do have deep S3 sleep support; but HP's ACPI tables don't announce it to the OS.

I ended up decompiling parts of the tables, editing, overwriting and recompiling.
...

---

I for e.g. have till this day the issue that the WoL-feature is not working on A300. It seems that there is a common route of cause. I dunno, me no AsRock.
 
Last edited:

Valantar

Shrink Ray Wielder
Jan 20, 2018
2,201
2,225
Asus has a similar system 'ASUS PN50-BBR748MD-CSM' with a Renoir/Zen2 based 4800U which is similar to 4650G-Series (lookup the silicon specs)
Asus does not have such a problem, using chipset-less design. (on BIOS-level)



And here you can see, that SoC-based ASUS System with Ryzen/Renoir DIE is supporting it well.


Source: https://www.computerbase.de/forum/t...oniert-nicht-asus-pn50-ryzen-7-4700u.1971574/

This leads me to the fact, that AsRock probably won't support it well (as in case of A300).
Think twice who you give your money to :) I did it as well - won't repeat.

---

Here how it is being debugged (in some way):



---

I for e.g. have till this day the issue that the WoL-feature is not working on A300. It seems that there is a common route of cause. I dunno, me no AsRock.
Yeah, AFAIK AMD mobile platforms are all chipset-less, and a laptop without sleep would be ... rather terrible. So no, that's definitely not the reason. If I were to guess, ASRock simply hasn't tested it, and perhaps Renoir needs more 5VSB current than previous APUs or some such, meaning that it would need re-testing to ensure it works properly. That is obviously pure guesswork, but it's a possible explanation at least.
 
  • Like
Reactions: gustav

TomHC81

Trash Compacter
May 21, 2020
44
19
www.sitepoint.sk
Hi all, anyone else having issue with SATA disks with 3.60R or 3.60S? I've got one 1 TB HDD for cold backups, thus is not used intensively. But when I tried to run my backup script, i get many Disk errors within the eventlog, system gets laggy and need long time to recover. With 3.60N no such issue... I've been trying one SATA SSD and it had similar issues, but haven't suspected A300 itself until I find this. Currently I have 2 NVMe disks populated + mentioned 1 TB HDD.

ProviderName: Disk

TimeCreated Id LevelDisplayName Message
----------- -- ---------------- -------
3. 12. 2020 8:07:54 153 Warning The IO operation at logical block address 0x3a39f5e0 for Disk 2 (PDO name: \Device\00000039) was retried.
3. 12. 2020 8:07:53 153 Warning The IO operation at logical block address 0x3a39c4e0 for Disk 2 (PDO name: \Device\00000039) was retried.
3. 12. 2020 8:07:52 153 Warning The IO operation at logical block address 0x3a39bce0 for Disk 2 (PDO name: \Device\00000039) was retried.
3. 12. 2020 8:07:51 153 Warning The IO operation at logical block address 0x3a39aee0 for Disk 2 (PDO name: \Device\00000039) was retried.
3. 12. 2020 8:07:50 153 Warning The IO operation at logical block address 0x3a3992e0 for Disk 2 (PDO name: \Device\00000039) was retried.
3. 12. 2020 8:07:48 153 Warning The IO operation at logical block address 0x3a3954e0 for Disk 2 (PDO name: \Device\00000039) was retried.
3. 12. 2020 8:07:47 153 Warning The IO operation at logical block address 0x3a3941e0 for Disk 2 (PDO name: \Device\00000039) was retried.
3. 12. 2020 8:07:45 153 Warning The IO operation at logical block address 0x3a3a26e0 for Disk 2 (PDO name: \Device\00000039) was retried.
 
Last edited: