Attention is currently required from: Angel Pons. Michael Büchler has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45317 )
Change subject: mb/asrock: Add ASRock H77 Pro4-M mainboard ......................................................................
Patch Set 9:
(2 comments)
Patchset:
PS9: Now works after rebasing.
* SeaBIOS changed to 1.15.0 * added a note about the eSATA port to the doc (unnecessary?) * 3VSBSW# setting moved from early_init.c to devicetree.cb
File src/mainboard/asrock/h77pro4-m/early_init.c:
https://review.coreboot.org/c/coreboot/+/45317/comment/b9afd51c_3183ba65 PS6, Line 59: // TODO check if it's okay to have this in devicetree.cb : /* Power RAM in S3 */ : pnp_set_logical_device(ACPI_DEV); : pnp_wr
First I tested it without these lines here. You're right, it is needed. […]
Moved to devicetree.cb, resuming from suspend works.