Just remembered I had rewritten autoport's README, and that it has an explanation about SPD stuffs.
1 comment:
File src/mainboard/lenovo/helix/romstage.c:
read_spd(&spd[0], 0x50, id_only);
read_spd(&spd[1], 0x52, id_only);
read_spd(&spd[2], 0x51, id_only);
read_spd(&spd[3], 0x53, id_only);
Are you sure? There's a section about SPD here, and also talks about soldered memory:
https://github.com/coreboot/coreboot/blob/master/util/autoport/readme.md
To view, visit change 33867. To unsubscribe, or for help writing mail filters, visit settings.