Hello,
Does anyone know if coreboot supports the ASRock H110M-DVS R3.0 mainboard? The documentation doesn't mention the revision number but the links are all for the R2.0 board and I can only find R3.0 boards for sale.
Thanks, Alex
Dear Alex,
Am 31.07.21 um 08:55 schrieb Alexander Zhang:
Does anyone know if coreboot supports the ASRock H110M-DVS R3.0 mainboard? The documentation doesn't mention the revision number but the links are all for the R2.0 board and I can only find R3.0 boards for sale.
What did you find out about the differences between R2.0 and R3.0?
Kind regards,
Paul
What did you find out about the differences between R2.0 and R3.0?
From the ASRock website it looks like they have different hardware layouts and the OEM BIOS packages are different. The specs are similar but slightly different. That's all I know.
Link to R2.0: https://www.asrock.com/mb/Intel/H110M-DVS%20R2.0/ Link to R3.0: https://www.asrock.com/mb/Intel/H110M-DVS%20R3.0/
Best regards, Alex
Hi,
According to the pictures, R2.0 differs from R3.0 by the number of PCIe slots (maybe some ports will not work) and it looks like they are using a different SuperIO chip (you may not see the console in the COM port), maybe there are other differences... Regardless, you can try to run coreboot on your board, although I recommend analyzing the pad configuration using inteltool (get a dump of the registers of the gpio controller):
$ sudo ./inteltool -G
and then compare this with the dump from R2.0 - https://github.com/maxpoliak/inteltool-examples/blob/master/inteltool-asrock...
If there are differences, then you need to fix them in https://github.com/coreboot/coreboot/blob/master/src/mainboard/asrock/h110m/...
This will avoid possible burnout of chips, transistors or any other elements on the board.
// Regards, // Max
сб, 31 июл. 2021 г. в 10:36, Alexander Zhang zhangalexy@gmail.com:
What did you find out about the differences between R2.0 and R3.0?
From the ASRock website it looks like they have different hardware layouts and the OEM BIOS packages are different. The specs are similar but slightly different. That's all I know.
Link to R2.0: https://www.asrock.com/mb/Intel/H110M-DVS%20R2.0/ Link to R3.0: https://www.asrock.com/mb/Intel/H110M-DVS%20R3.0/
Best regards, Alex _______________________________________________ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org
Hi Max,
According to the pictures, R2.0 differs from R3.0 by the number of PCIe slots (maybe some ports will not work) and it looks like they are using a different SuperIO chip (you may not see the console in the COM port), maybe there are other differences... Regardless, you can try to run coreboot on your board, although I recommend analyzing the pad configuration using inteltool (get a dump of the registers of the gpio controller):
$ sudo ./inteltool -G
and then compare this with the dump from R2.0 - https://github.com/maxpoliak/inteltool-examples/blob/master/inteltool-asrock... https://github.com/maxpoliak/inteltool-examples/blob/master/inteltool-asrock-h110m-dvs.log
If there are differences, then you need to fix them in https://github.com/coreboot/coreboot/blob/master/src/mainboard/asrock/h110m/... https://github.com/coreboot/coreboot/blob/master/src/mainboard/asrock/h110m/include/gpio.h
This will avoid possible burnout of chips, transistors or any other elements on the board.
Thanks for the information. I don't have a board with me since I was just considering buying one that's compatible with coreboot. It looks like none of the other boards are suitable for my purposes unfortunately.
Best regards, Alex