# MemorySubClass

| Index | Module | Size | Phase |
|-------|--------|------|-------|
| 330 | MemorySubClass | 32 KB (32512 B) | DXE |

UEFI driver implementing the SMBIOS Memory SubClass (Type 17) reporting for the HR650X platform. This module enumerates memory population, retrieves SPD/configuration data, and populates SMBIOS memory device records.

## Key Functions

- **ModuleEntryPoint** -- UEFI entry point / initialization function
- **sub_3C4** -- Memory sub-class data collection and SMBIOS table population
- **sub_58C** -- Return/cleanup handler

## Dependencies

- SMBIOS protocol
- UEFI Boot Services
- Memory configuration protocols

## Platform

x86-64 (PE32+), UEFI DXE driver, 6 PE sections (.text, .rdata, .data, section_3, .xdata, .reloc)

---
*HR650X BIOS Decompilation Project*