README.md (3f3fa4cd4e67bc811e96d1f70a814fb7b6fa6aa5) README.md (dac2dfc3a64063b062fabd9c4d6e2857c1185eaf)
1# Entity Manager
2
3Entity manager is a design for managing physical system components, and mapping
4them to software resources within the BMC. Said resources are designed to allow
5the flexible adjustment of the system at runtime, as well as the reduction in
6the number of independent system configurations one needs to create.
7
8## Definitions

--- 123 unchanged lines hidden (view full) ---

132implementation of the IPMI SDR, FRU, and Storage commands that utilize Entity
133Manager as the source of information.
134
135## Additional Documentation
136
1371. **[Entity Manager DBus API](https://github.com/openbmc/entity-manager/blob/master/docs/entity_manager_dbus_api.md)**
1382. **[My First Sensor Example](https://github.com/openbmc/entity-manager/blob/master/docs/my_first_sensors.md)**
1393. **[Configuration File Schema](https://github.com/openbmc/entity-manager/tree/master/schemas)**
1# Entity Manager
2
3Entity manager is a design for managing physical system components, and mapping
4them to software resources within the BMC. Said resources are designed to allow
5the flexible adjustment of the system at runtime, as well as the reduction in
6the number of independent system configurations one needs to create.
7
8## Definitions

--- 123 unchanged lines hidden (view full) ---

132implementation of the IPMI SDR, FRU, and Storage commands that utilize Entity
133Manager as the source of information.
134
135## Additional Documentation
136
1371. **[Entity Manager DBus API](https://github.com/openbmc/entity-manager/blob/master/docs/entity_manager_dbus_api.md)**
1382. **[My First Sensor Example](https://github.com/openbmc/entity-manager/blob/master/docs/my_first_sensors.md)**
1393. **[Configuration File Schema](https://github.com/openbmc/entity-manager/tree/master/schemas)**
1404. **[EEPROM address size detection modes](https://github.com/openbmc/entity-manager/tree/master/address_size_detection_modes.md)**