# StaticSkuDataDxeLightningRidgeEXRP

| Index | Module | Size | Phase |
|-------|--------|------|-------|
| 0354 | StaticSkuDataDxeLightningRidgeEXRP | 64352 bytes (0xFB60) | DXE |

## Overview

This DXE driver registers static SKU data for the Lightning Ridge EXRP platform via the UBA protocol. It populates platform-specific SKU configuration tables, including board identification data used by setup and platform initialization. The large `.data` section (46,321 bytes) stores the static SKU tables that distinguish this platform variant from other board types.

## Key Functions

- **ModuleEntryPoint** -- Initializes UEFI services, locates the UBA protocol, and registers multiple platform-specific data blocks (board config, slot mapping, and SKU identification).

## Dependencies

- UBA Protocol (board configuration registration)
- UEFI Boot Services
- HOB List

## Platform

- **Architecture:** x86-64 (PE32+)
- **Source:** PurleyRpPkg/Uba/UbaMain/Dxe/TypeLightningRidgeEXRP
- **Sections:** .text (1.2 KB), .rdata (14.6 KB), .data (46.3 KB), .reloc (1.3 KB)