[Why/How]
Add README.md file to repository
Use it to categorize directories for tracking purposes
Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Samson Tam <samson.tam@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
--- /dev/null
+# DML2_0 (Display Mode Library 2.0) repository
+
+## Category to Directory Mapping
+
+```yaml
+directory_categories:
+ app_tools:
+ - dml21/build/
+ - dml21/src/dml2_unit_test/
+ - utils/
+
+ driver_hw_dependent:
+ - dml21/inc/bounding_boxes/
+ - dml21/src/dml2_cga/
+ - dml21/src/dml2_core/
+ - dml21/src/dml2_dpmm/
+ - dml21/src/dml2_mcg/
+ - dml21/src/dml2_pmo/
+ - dml21/src/dml2_standalone_libraries/
+ - dml21/src/dml2_utm_soc_bb/
+
+ driver_hw_independent:
+ - ./
+ - dml21/
+ - dml21/inc/
+ - dml21/src/dml2_top/
+ - dml21/src/inc/
+
+ undefined:
+ - .github/
+```