nyx: add the new dram chips

Still no solid info, only vendor, so "contact me".
This commit is contained in:
CTCaer 2022-12-19 05:26:35 +02:00
parent 560f077196
commit 157464753f
1 changed files with 13 additions and 0 deletions

View File

@ -534,6 +534,19 @@ static lv_res_t _create_window_fuses_info_status(lv_obj_t *btn)
case LPDDR4X_AULA_4GB_HYNIX_H9HCNNNBKMMLXR_NEE: // Replaced from Copper.
strcpy(dram_man, "Hynix H9HCNNNBKMMLXR-NEE 4GB");
break;
case LPDDR4X_UNK0_4GB_HYNIX_1A:
case LPDDR4X_UNK1_4GB_HYNIX_1A:
case LPDDR4X_UNK2_4GB_HYNIX_1A:
strcpy(dram_man, "Hynix 1a 4GB #FF8000 Contact me!#");
break;
case LPDDR4X_UNK0_4GB_MICRON_1A:
case LPDDR4X_UNK1_4GB_MICRON_1A:
case LPDDR4X_UNK2_4GB_MICRON_1A:
strcpy(dram_man, "Micron 1a 4GB #FF8000 Contact me!#");
break;
default:
strcpy(dram_man, "#FF8000 Contact me!#");
break;