sdram: add support for missing new dram ids

In preparation of dram chip shortages, add missing new ids that are now confirmed that they will be in mass usage
This commit is contained in:
CTCaer
2021-08-28 16:56:49 +03:00
parent 5044f014bf
commit 70a06a6cae
6 changed files with 469 additions and 567 deletions

View File

@@ -92,7 +92,7 @@ u32 fuse_read_dramid(bool raw_id)
}
else
{
if (dramid > 27)
if (dramid > 28)
dramid = 8;
}